diff -rc mandigo-1.34/404.php mandigo-1.33.1/404.php
*** mandigo-1.34/404.php 2008-06-03 20:47:22.000000000 -0400
--- mandigo-1.33.1/404.php 2008-04-28 08:56:54.000000000 -0400
***************
*** 1,5 ****
. If you don't use
s, adding
between paragraphs
will do the trick as well.
+ If you want to have an image float to the right, simply give it the "alignright" class,
+ i.e.
+
If you want to center an image, use the "aligncenter" class instead. Note however that
text can't be wrapped around centered images, and that such aligned images occupy a
full line. This implies that if you want to have more than one picture side by side but
***************
*** 290,296 ****
Dutch: Ramsy de Vos
Finish: Mika Majakorpi
French: Michel Bibal, David Sahli
! German: Michael Nickel, Ted Box, Philipp Fischer
Greek: Andrew Kontokanis
Hebrew: Omry Yadan
Hungarian: Horvath Zoltan
--- 309,315 ----
Dutch: Ramsy de Vos
Finish: Mika Majakorpi
French: Michel Bibal, David Sahli
! German: Michael Nickel, Ted Box
Greek: Andrew Kontokanis
Hebrew: Omry Yadan
Hungarian: Horvath Zoltan
***************
*** 326,358 ****
** Other Credits
"Silk" Iconset by Mark James: http//www.famfamfam.com/lab/icons/silk/
"jQuery" by John Resig: http://www.jquery.com
- "jQuery ifixpng plugin" by khurshid: http://jquery.khurshid.com/ifixpng.php
-
=== CHANGELOG ==========================================================================
- 1.34
- + the theme now also looks for custom header images in the user's uploaded files. See
- the updated section about headers in the README file
- + added a registration link to the footer for WordPress MU setups
- - removed the option to float all images to the right by default
- - removed jquery.dimensions.js since it's now part of the jQuery core library
- * grammar fixes: German (de_DE)
- * MORE code cleanup: the file structure has changed somewhat, but there's now a set of
- functions to move the files for you. Just make sure the theme directory is writable
- by the web server prior to uploading this version. See the upgrade notes in the README
- * updated jQuery to 1.2.6
- * fixed comment numbers overlapping gravatars (except in Opera)
- * fixed comment alternate coloring for when trackbacks are displayed separately
- * fixed author comment highlighting, now also checks the commenter's email address
- * fixed the sidebars always showing up in single post view
- * fixed the jQuery/prototype conflicts: this should fix broken lightboxes and all other
- prototype-based plugins
- * fixed the animation links showing up in comments even when animations are disabled
- * fixed adsense units not working in sidebars when placed on the left
-
1.33.1
* added an option to wrap one paragraph at most
* moved image control options from misc to posts
--- 345,356 ----
** Other Credits
"Silk" Iconset by Mark James: http//www.famfamfam.com/lab/icons/silk/
+ "IE5.5+ PNG Alpha Fix" by Angus Turnbull: http://www.twinhelix.com
"jQuery" by John Resig: http://www.jquery.com
=== CHANGELOG ==========================================================================
1.33.1
* added an option to wrap one paragraph at most
* moved image control options from misc to posts
diff -rc mandigo-1.34/archive.php mandigo-1.33.1/archive.php
*** mandigo-1.34/archive.php 2008-06-03 20:47:21.000000000 -0400
--- mandigo-1.33.1/archive.php 2008-04-28 08:56:54.000000000 -0400
***************
*** 1,23 ****
|
! < class="pagetitle">>
! < class="pagetitle">>
--- 99,105 ----
***************
*** 111,117 ****
// the post title
?>
! < class="posttitle posttitle-archive">>
! < class="posttitle posttitle-archive">>
--- 145,151 ----
the_content(__('Read the rest of this entry', 'mandigo') .' »');
// if wp supports tags, and if we chose to display tags after the post
! if (function_exists('the_tags') && get_option('mandigo_tags_after'))
the_tags();
?>
***************
*** 180,186 ****
else {
?>
! < class="center">>
! < class="center">>
--- 188,201 ----
|
diff -rc mandigo-1.34/archives.php mandigo-1.33.1/archives.php
*** mandigo-1.34/archives.php 2008-06-03 20:47:22.000000000 -0400
--- mandigo-1.33.1/archives.php 2008-04-28 08:56:54.000000000 -0400
***************
*** 3,21 ****
Template Name: Archives Template
*/
! global $mandigo_options, $dirs;
get_header();
// heading level for page title (h1, h2, div, ...)
! $tag_post_title_multi = $mandigo_options['heading_level_post_title_multi'];
! $tag_page_title = $mandigo_options['heading_level_page_title'];
?>
--- 3,20 ----
Template Name: Archives Template
*/
! global $dirs;
get_header();
// heading level for page title (h1, h2, div, ...)
! $tag_pagetitle = get_option('mandigo_tag_pagetitle' );
?>
***************
*** 25,41 ****
}
?>
! < class="posttitle">>
!
! < class="pagetitle">:>
! < class="pagetitle">:>
! < class="pagetitle">:>
--- 24,38 ----
}
?>
! < class="pagetitle">:>
! < class="pagetitle">:>
! < class="pagetitle">:>
***************
*** 44,57 ****
|
--- 41,54 ----
|
diff -rc mandigo-1.34/attachment.php mandigo-1.33.1/attachment.php
*** mandigo-1.34/attachment.php 2008-06-03 20:47:22.000000000 -0400
--- mandigo-1.33.1/attachment.php 2008-04-28 08:56:54.000000000 -0400
***************
*** 1,12 ****
!
! |
">
--- 33,39 ----
***************
*** 44,50 ****
// the attachment name
?>
! < class="pagetitle">post_parent); ?> » >
guid); ?>
--- 44,50 ----
// the attachment name
?>
! < class="pagetitle"> post_parent); ?> » >
guid); ?>
***************
*** 123,129 ****
else {
?>
! <>>
! <>>
--- 132,145 ----
|
Only in mandigo-1.34: backend
diff -rc mandigo-1.34/comments.php mandigo-1.33.1/comments.php
*** mandigo-1.34/comments.php 2008-06-03 20:47:22.000000000 -0400
--- mandigo-1.33.1/comments.php 2008-04-28 08:56:54.000000000 -0400
***************
*** 1,5 ****
!
-
',
! ( // first %s, highlight author comment class
! (
! $mandigo_options['comments_highlight_author']
! && get_comment_author() == $the_author
! && get_comment_author_email() == $the_author_email
! )
! ? ' authorcomment'
: ''
),
! $id, // second %s, the comment id
!
! ( // 3rd %s, gravatar class
! (
! !$mandigo_options['comments_no_gravatars']
! && function_exists('get_avatar')
! && function_exists('get_comment_author_email')
! )
! ? ' avatar'
: ''
! ),
! ( // 4th %s, gravatar
! !$mandigo_options['comments_no_gravatars']
? (
function_exists('get_avatar') && function_exists('get_comment_author_email')
! ? sprintf(
! ' style="background: url(%s) no-repeat top left;"',
! preg_replace(
! '/.+src=[\'"]([^\'"]+)[\'"].+/',
! '\1',
! get_avatar(get_comment_author_email(), '36')
! )
! )
: ''
)
: ''
),
! ( // 5th %s, animation link
! !$mandigo_options['disable_animations'] // if animations are not disabled
! ? sprintf(
! '',
! $id,
! $id
! )
! : ''
! ),
!
! sprintf( // 6th %s, the user name
__('%s says:', 'mandigo'),
get_comment_author_link()
),
! ( // 7th %s, whether the comment is pending moderation or not
$comment->comment_approved == '0'
? ''. __('Your comment is awaiting moderation.', 'mandigo') .'
'
: ''
),
! $id, // 8th %s, the comment id again
! sprintf( // 9th %s, "which date at what time"
__('%s at %s', 'mandigo'),
get_comment_date(__('F jS, Y', 'mandigo')),
get_comment_time()
),
! ( // 10th %s, the edit comment link, if appropriate
function_exists('get_edit_comment_link') && current_user_can('edit_post', $post->ID)
? ' - '. apply_filters(
'edit_comment_link',
--- 48,119 ----
foreach ($comments as $comment) {
// the comment id
$id = get_comment_ID();
!
! // echo get_avatar( 't0m@gawd.net' , $size = '48', $default = $dirs['www']['images'] .'1x1.gif' );
!
!
// a BIG sprintf, not for the faint of heart
$comment_list_item = sprintf('
!
',
! ( // first %s, whether it's an odd/even comment
! ++$oddcomment%2
! ? 'alt'
: ''
),
! ( // second %s, highlight author comment
! $authorcomments && get_comment_author() == $the_author
! ? ' authorcomment'
: ''
! ),
! $id, // 3rd 4th and 5th %s, the comment id
! $id,
! $id,
!
! ( // 6th %s, gravatar
! !get_option('mandigo_disable_comment_gravatars')
? (
function_exists('get_avatar') && function_exists('get_comment_author_email')
! ? get_avatar(get_comment_author_email(), '36')
: ''
)
: ''
),
! sprintf( // 7th %s, the user name
__('%s says:', 'mandigo'),
get_comment_author_link()
),
! ( // 8th %s, whether the comment is pending moderation or not
$comment->comment_approved == '0'
? ''. __('Your comment is awaiting moderation.', 'mandigo') .'
'
: ''
),
! $id, // 9th %s, the comment id again
! sprintf( // 10th %s, "which date at what time"
__('%s at %s', 'mandigo'),
get_comment_date(__('F jS, Y', 'mandigo')),
get_comment_time()
),
! ( // 11th %s, the edit comment link, if appropriate
function_exists('get_edit_comment_link') && current_user_can('edit_post', $post->ID)
? ' - '. apply_filters(
'edit_comment_link',
***************
*** 140,162 ****
: ''
),
! // 11th %s, the comment itself
! apply_filters('comment_text', get_comment_text())
!
); // end of big sprintf, phew!
// if this is a trackback
if ($comment->comment_type == 'trackback') {
! // and we chose to display them either above or below regular comments
! if ($mandigo_options['trackbacks_position'] == 'above' || $mandigo_options['trackbacks_position'] == 'below') {
// put them in a separate list
$trackback_list[] = $comment_list_item;
}
! // if we chose to display them along other comments
! elseif ($mandigo_options['trackbacks_position'] == 'along') {
$comment_list[] = $comment_list_item;
}
}
--- 123,143 ----
: ''
),
! apply_filters('comment_text', get_comment_text()) // 11th %s, the comment itself
); // end of big sprintf, phew!
// if this is a trackback
if ($comment->comment_type == 'trackback') {
! // and we chose to not display them along regular comments
! if (get_option('mandigo_trackbacks') == 'above' || get_option('mandigo_trackbacks') == 'below') {
// put them in a separate list
$trackback_list[] = $comment_list_item;
}
! // otherwise
! elseif (get_option('mandigo_trackbacks') == 'along') {
$comment_list[] = $comment_list_item;
}
}
***************
*** 167,174 ****
} // end of foreach loop
! // if we have trackbacks and we chose to display them ABOVE comments
! if ($mandigo_options['trackbacks_position'] == 'above' && $trackback_list) {
?>
--- 148,155 ----
} // end of foreach loop
! // if we have trackbacks and we chose to display them above comments
! if (get_option('mandigo_trackbacks') == 'above' && $trackback_list) {
?>
***************
*** 180,189 ****