diff -c mandigo-1.23/README.txt mandigo-1.24/README.txt *** mandigo-1.23/README.txt 2007-06-18 12:40:18.000000000 -0400 --- mandigo-1.24/README.txt 2007-07-12 14:47:02.000000000 -0400 *************** *** 181,193 **** Maltese: James Cauchi Norwegian: Torbjorn Blystad Polish: Mateusz Baran ! Portuguese: Oscar Nogueira Neto Russian: Michael Dolgov Serbian: Aleksandar Duric Slovak: Marek, Marian Trnka Spanish: Juan Luis Perez Perez Swedish: Ulf Wrede, Johan Turkish: Mert Yabul .po files are available at http://www.onehertz.com/portfolio/wordpress/mandigo/l10n/ --- 181,195 ---- Maltese: James Cauchi Norwegian: Torbjorn Blystad Polish: Mateusz Baran ! Portuguese (PT): Rodrigo Neves ! Portuguese (BR): Oscar Nogueira Neto Russian: Michael Dolgov Serbian: Aleksandar Duric Slovak: Marek, Marian Trnka Spanish: Juan Luis Perez Perez Swedish: Ulf Wrede, Johan Turkish: Mert Yabul + Ukrainian: Gabriel Korzhos .po files are available at http://www.onehertz.com/portfolio/wordpress/mandigo/l10n/ *************** *** 208,213 **** --- 210,230 ---- === CHANGELOG ========================================================================== + 1.24 + + language: Portuguese (pt_PT) + + language: Ukrainian (ua_UA) + + added an option to not show any sidebar at all (1-column layout) + + added a field to select the background pattern from a list rather than type its name + + added options to change the sidebars/posts background & border colors + + added an option to display allowed XHTML tags above the comment field + + added an option to align images to the right + + added an option to disable justify alignment + * finally fixed RSS feed links + * fixed misplaced calendar captions in IE7 + * fixed a problem that would cause the content column to shrink when it had too little + text + * fixed the color & positioning of H1 tags in posts + 1.23 + language: Arabic (ar) + language: Catalan (ca_ES) diff -c mandigo-1.23/archive.php mandigo-1.24/archive.php *** mandigo-1.23/archive.php 2007-06-08 13:53:24.000000000 -0400 --- mandigo-1.24/archive.php 2007-07-12 14:37:26.000000000 -0400 *************** *** 1,7 **** --- 1,7 ---- *************** *** 35,42 **** --- 35,42 ---- *************** *** 50,56 ****

! '. get_the_author() .'',get_the_category_list(', ')) ?> '. __('Edit','mandigo'), ' - ', ''); ?>
--- 50,56 ----

! '. __('Edit','mandigo'), ' - ', ''); ?>
*************** *** 64,71 **** --- 64,71 ---- *************** *** 78,85 **** --- 5,12 ---- ?> *************** *** 30,37 **** !

--- 90,98 ---- ! !

XHTML: You can use these tags:

!

diff -c mandigo-1.23/footer.php mandigo-1.24/footer.php *** mandigo-1.23/footer.php 2007-06-14 21:50:38.000000000 -0400 --- mandigo-1.24/footer.php 2007-07-12 09:58:42.000000000 -0400 *************** *** 28,35 **** WordPress','mandigo'); ?>, Mandigo theme by tom. !
! .
queries. seconds. --- 28,35 ---- WordPress','mandigo'); ?>, Mandigo theme by tom. !
! .
queries. seconds. diff -c mandigo-1.23/functions.php mandigo-1.24/functions.php *** mandigo-1.23/functions.php 2007-06-18 12:38:30.000000000 -0400 --- mandigo-1.24/functions.php 2007-07-12 14:45:02.000000000 -0400 *************** *** 19,24 **** --- 19,29 ---- if (!get_option('mandigo_title_scheme_date' )) update_option('mandigo_title_scheme_date' ,'%blogname% » Archive for %date%'); if (!get_option('mandigo_title_scheme_search' )) update_option('mandigo_title_scheme_search' ,'%blogname% » Search Results for "%search%"'); + if (!get_option('mandigo_posts_bgcolor' )) update_option('mandigo_posts_bgcolor' ,'#FAFAFA'); + if (!get_option('mandigo_posts_bdcolor' )) update_option('mandigo_posts_bdcolor' ,'#EEEEEE'); + if (!get_option('mandigo_sidebars_bgcolor')) update_option('mandigo_sidebars_bgcolor','#EEEEEE'); + if (!get_option('mandigo_sidebars_bdcolor')) update_option('mandigo_sidebars_bdcolor','#DDDDDD'); + // some global vars $ie = preg_match("/MSIE [4-6]/",$_SERVER['HTTP_USER_AGENT']); $ie7 = preg_match("/MSIE 7/", $_SERVER['HTTP_USER_AGENT']); *************** *** 57,63 **** $options = get_option('widget_meta'); ?>
  • ! Entries (RSS)
  • ! '. get_the_author() .'',get_the_category_list(', ')) ?> ', ''); ?>
    --- 27,33 ----

    ! ', ''); ?>
    *************** *** 59,66 **** --- 1,7 ---- *************** *** 23,30 **** --- 1,7 ---- *************** *** 12,19 ****

    --- 12,19 ----

    *************** *** 30,43 ****
    !

    '. get_the_author() .'',get_the_category_list(', ')) ?> |

    --- 30,43 ----
    !

    |

    *************** *** 50,57 ****
    --- 13,20 ----
    *************** *** 27,33 ****

    ! '. get_the_author() .'',get_the_category_list(', ')) ?>
    --- 27,33 ----

    !
    *************** *** 76,83 **** table, .narrowcolumn { width: 100%; } .narrowcolumn, .widecolumn, #sidebar1, #sidebar2 { vertical-align: top; --- 255,263 ---- padding: 9px 15px; } ! #main>table { width: 100%; } ! ! .narrowcolumn { width: 100%; } .narrowcolumn, .widecolumn, #sidebar1, #sidebar2 { vertical-align: top; *************** *** 268,278 **** .post { clear: both; ! text-align: justify; padding: 5px 15px; margin: 0 auto 9px auto; ! background: #fafafa; ! border: 1px solid #eee; height: 1%; /* peekaboo */ } --- 282,292 ---- .post { clear: both; ! text-align: ; padding: 5px 15px; margin: 0 auto 9px auto; ! background: ; ! border: 1px solid ; height: 1%; /* peekaboo */ } *************** *** 311,318 **** .sidebars { width: 210px; ! background: #eee; ! border: 1px solid #ddd; padding: 5px; } /* End Structure */ --- 325,332 ---- .sidebars { width: 210px; ! background: ; ! border: 1px solid ; padding: 5px; } /* End Structure */ *************** *** 356,363 **** p img { max-width: 95%; } .entry img { ! float: ; ! margin: 3px 10px 3px 0; background: #fff; border: 1px solid #333; --- 370,377 ---- p img { max-width: 95%; } .entry img { ! float: ; ! margin: 3px px 3px px; background: #fff; border: 1px solid #333; *************** *** 549,555 **** /* Begin Calendar */ #wp-calendar { empty-cells: show; ! margin: 0 !important; margin-top: -1.5em; width: 155px; } --- 563,569 ---- /* Begin Calendar */ #wp-calendar { empty-cells: show; ! margin: 0 !important; margin-top: -1.5em; width: 155px; } *************** *** 742,749 **** .narrowcolumn .postmetadata, #content #searchform, #respond, #commentform p, .sidebars, #wp-calendar caption { text-align: right; } .entry img { ! float: ; ! margin: 3px 0 3px 10px; } #commentform input { margin: 5px 0 1px 5px; } --- 756,763 ---- .narrowcolumn .postmetadata, #content #searchform, #respond, #commentform p, .sidebars, #wp-calendar caption { text-align: right; } .entry img { ! float: ; ! margin: 3px px 3px px; } #commentform input { margin: 5px 0 1px 5px; } Binary files mandigo-1.23/tr_TR.mo and mandigo-1.24/tr_TR.mo differ Only in mandigo-1.24: ua_UA.mo