diff -c mandigo-1.21/README.txt mandigo-1.22/README.txt *** mandigo-1.21/README.txt 2007-05-28 13:06:56.000000000 -0400 --- mandigo-1.22/README.txt 2007-06-06 16:53:20.000000000 -0400 *************** *** 140,167 **** === TRANSLATION CREDITS ================================================================ ! Chinese: Charles Low ! Czech: Milan Tucek ! Danish: Daniel Noesgaard Rasmussen ! Dutch: Ramsy de Vos ! French: Michel Bibal ! German: Michael Nickel ! Greek: Andrew Kontokanis ! Hungarian: Horvath Zoltan ! Icelandic: Karl Kristjansson ! Italian: Sebastiano Cannata ! Japanese: Mitsuhiro Kanda ! Malay: Intan Keristina ! 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/ --- 140,168 ---- === TRANSLATION CREDITS ================================================================ ! Bahasa Indonesia: Benny Wu ! Chinese: Charles Low ! Czech: Milan Tucek ! Danish: Daniel Noesgaard Rasmussen ! Dutch: Ramsy de Vos ! French: Michel Bibal ! German: Michael Nickel ! Greek: Andrew Kontokanis ! Hungarian: Horvath Zoltan ! Icelandic: Karl Kristjansson ! Italian: Sebastiano Cannata ! Japanese: Mitsuhiro Kanda ! Malay: Intan Keristina ! 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/ *************** *** 182,192 **** === CHANGELOG ========================================================================== 1.21 + added an option to number comments + added options to hide the blog name and description + added options to set the background pattern attachment/repeat/position ! + added an option to reduce the size font for the blog name (useful for looong titles) + added an option to disable the border around images * background patterns now have their own subdirectory, if you are using one, you will have to move it to images/patterns/ --- 183,206 ---- === CHANGELOG ========================================================================== + 1.22 + + language: Bahasa Indonesia (id_ID) + + added an option to add a drop shadow to the blog name and tagline + + added an option to display full search results + + added a new HTML Insert container which displays before the content area + + the name of the author now links to the author archives + * custom header images would not work if the installation path contained spaces + * columns are now displayed in a table, this should fix a lot of recurrent issues + * the widecolumn class now spans the whole layout + * finally made a decent archives page + * images in attachments view mode are not floated anymore + * Mandigo can now be installed in a directory of arbitrary depth + 1.21 + added an option to number comments + added options to hide the blog name and description + added options to set the background pattern attachment/repeat/position ! + added an option to reduce the font size for the blog name (useful for looong titles) + added an option to disable the border around images * background patterns now have their own subdirectory, if you are using one, you will have to move it to images/patterns/ diff -c mandigo-1.21/archive.php mandigo-1.22/archive.php *** mandigo-1.21/archive.php 2007-04-07 11:59:10.000000000 -0400 --- mandigo-1.22/archive.php 2007-06-06 14:38:38.000000000 -0400 *************** *** 1,35 **** !
! ! ! !

!

!

!

!

!

!

--- 1,34 ---- + ! ! !

!

!

!

!

!

!

*************** *** 51,57 ****

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

! '. get_the_author() .'',get_the_category_list(', ')) ?> '. __('Edit','mandigo'), ' - ', ''); ?>
*************** *** 76,81 **** !
! --- 75,87 ---- ! ! diff -c mandigo-1.21/archives.php mandigo-1.22/archives.php *** mandigo-1.21/archives.php 2007-04-07 11:53:12.000000000 -0400 --- mandigo-1.22/archives.php 2007-06-06 11:28:50.000000000 -0400 *************** *** 1,25 **** ! ! ! !
! ! !

:

! !

:

! !
! --- 1,32 ---- ! + !

:

! !

:

! ! !

:

! ! ! diff -c mandigo-1.21/attachment.php mandigo-1.22/attachment.php *** mandigo-1.21/attachment.php 2007-05-17 17:46:54.000000000 -0400 --- mandigo-1.22/attachment.php 2007-06-06 10:49:00.000000000 -0400 *************** *** 2,15 **** get_header(); $alwayssidebars = get_option('mandigo_always_show_sidebars'); if ($alwayssidebars) { ! include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns')) { include (TEMPLATEPATH . '/sidebar2.php'); } } ?> ! !
--- 2,14 ---- get_header(); $alwayssidebars = get_option('mandigo_always_show_sidebars'); if ($alwayssidebars) { ! if (get_option('mandigo_sidebar1_left')) include (TEMPLATEPATH . '/sidebar.php'); ! if (get_option('mandigo_1024') && get_option('mandigo_3columns') && get_option('mandigo_sidebar2_left')) { include (TEMPLATEPATH . '/sidebar2.php'); } } ?> ! *************** *** 57,62 **** !
! --- 56,70 ---- ! ! diff -c mandigo-1.21/comments.php mandigo-1.22/comments.php *** mandigo-1.21/comments.php 2007-04-07 11:57:42.000000000 -0400 --- mandigo-1.22/comments.php 2007-06-06 11:33:22.000000000 -0400 *************** *** 33,39 ****
! --- 33,39 ----
! diff -c mandigo-1.21/footer.php mandigo-1.22/footer.php *** mandigo-1.21/footer.php 2007-05-27 20:00:12.000000000 -0400 --- mandigo-1.22/footer.php 2007-06-06 13:31:22.000000000 -0400 *************** *** 14,21 **** */ global $wpmu; - echo get_option('mandigo_inserts_footer'); ?>