diff -c mandigo-1.14/README.txt mandigo-1.15/README.txt *** mandigo-1.14/README.txt 2007-03-15 19:09:20.000000000 -0400 --- mandigo-1.15/README.txt 2007-04-02 08:55:56.000000000 -0400 *************** *** 103,108 **** --- 103,109 ---- Icelandic: Karl Kristjansson Italian: Sebastiano Cannata Japanese: Mitsuhiro Kanda + Malay: Intan Keristina Maltese: James C Norwegian: Torbjorn Blystad Polish: Mateusz Baran *************** *** 131,136 **** --- 132,145 ---- === CHANGELOG ========================================================================== + 1.15 + + added an option to display EM tags as italics + + language: Malay (ms) + * reverted php short tags to standard tags + * fixed previous/next navigation links on the home page + * fixed various alignment issues + * fixed some incompatibilities with earlier versions of WordPress + 1.14 + added an option to use background patterns + added an option to set header navigation alignment *************** *** 139,145 **** + language: Icelandic (is_IS) + language: Maltese (mt_MT) * fixed the (lastminute) css warning in the header ! * pages in sidebar are now displayed according to menu_order 1.13.1 * fixed an issue which caused sidebars to overflow when the second sidebar was too long --- 148,154 ---- + language: Icelandic (is_IS) + language: Maltese (mt_MT) * fixed the (lastminute) css warning in the header ! * pages in sidebar are now sorted according to menu_order 1.13.1 * fixed an issue which caused sidebars to overflow when the second sidebar was too long diff -c mandigo-1.14/functions.php mandigo-1.15/functions.php *** mandigo-1.14/functions.php 2007-03-15 15:12:06.000000000 -0400 --- mandigo-1.15/functions.php 2007-04-02 08:52:52.000000000 -0400 *************** *** 99,133 **** mandigo_set_exclude_pages(implode(",",$exclude)); mandigo_set_bgcolor($_POST['bgcolor']); mandigo_set_wp($_POST['wp']); ! mandigo_set_bool('mandigo_scheme_random' ,$_POST['random'] ); ! mandigo_set_bool('mandigo_headoverlay' ,$_POST['headoverlay']); ! mandigo_set_bool('mandigo_bold_links' ,$_POST['boldlinks'] ); ! mandigo_set_bool('mandigo_1024' ,$_POST['wide'] ); ! mandigo_set_bool('mandigo_nofloat' ,$_POST['nofloat'] ); ! mandigo_set_bool('mandigo_footer_stats' ,$_POST['footstats'] ); ! mandigo_set_bool('mandigo_3columns' ,$_POST['col3'] ); ! mandigo_set_bool('mandigo_sidebar1_left' ,$_POST['sidebar1'] ); ! mandigo_set_bool('mandigo_sidebar2_left' ,$_POST['sidebar2'] ); ! mandigo_set_bool('mandigo_headnav_left' ,$_POST['headnavleft']); ! mandigo_set_bool('mandigo_wptog' ,$_POST['wptog']); mandigo_set_bool('mandigo_always_show_sidebars',$_POST['alwayssidebars']); } ! $current = get_option('mandigo_scheme'); ! $headoverlay = get_option('mandigo_headoverlay'); ! $dates = get_option('mandigo_dates'); $exclude = split(",",get_option('mandigo_exclude_pages')); ! $boldlinks = get_option('mandigo_bold_links'); ! $bgcolor = get_option('mandigo_bgcolor'); ! $wide = get_option('mandigo_1024'); ! $nofloat = get_option('mandigo_nofloat'); ! $footstats = get_option('mandigo_footer_stats'); ! $col3 = get_option('mandigo_3columns'); ! $sidebar1 = get_option('mandigo_sidebar1_left'); ! $sidebar2 = get_option('mandigo_sidebar2_left'); ! $headnavleft = get_option('mandigo_headnav_left'); ! $wptog = get_option('mandigo_wptog'); ! $wp = get_option('mandigo_wp'); ! $alwayssidebars = get_option('mandigo_always_show_sidebars'); $pages = & get_pages('sort_column=menu_order'); foreach ( $pages as $page ) { --- 99,135 ---- mandigo_set_exclude_pages(implode(",",$exclude)); mandigo_set_bgcolor($_POST['bgcolor']); mandigo_set_wp($_POST['wp']); ! mandigo_set_bool('mandigo_scheme_random' ,$_POST['random'] ); ! mandigo_set_bool('mandigo_headoverlay' ,$_POST['headoverlay'] ); ! mandigo_set_bool('mandigo_bold_links' ,$_POST['boldlinks'] ); ! mandigo_set_bool('mandigo_1024' ,$_POST['wide'] ); ! mandigo_set_bool('mandigo_nofloat' ,$_POST['nofloat'] ); ! mandigo_set_bool('mandigo_footer_stats' ,$_POST['footstats'] ); ! mandigo_set_bool('mandigo_3columns' ,$_POST['col3'] ); ! mandigo_set_bool('mandigo_sidebar1_left' ,$_POST['sidebar1'] ); ! mandigo_set_bool('mandigo_sidebar2_left' ,$_POST['sidebar2'] ); ! mandigo_set_bool('mandigo_headnav_left' ,$_POST['headnavleft'] ); ! mandigo_set_bool('mandigo_wptog' ,$_POST['wptog'] ); mandigo_set_bool('mandigo_always_show_sidebars',$_POST['alwayssidebars']); + mandigo_set_bool('mandigo_em_italics' ,$_POST['em'] ); } ! $current = get_option('mandigo_scheme' ); ! $headoverlay = get_option('mandigo_headoverlay' ); ! $dates = get_option('mandigo_dates' ); $exclude = split(",",get_option('mandigo_exclude_pages')); ! $boldlinks = get_option('mandigo_bold_links' ); ! $bgcolor = get_option('mandigo_bgcolor' ); ! $wide = get_option('mandigo_1024' ); ! $nofloat = get_option('mandigo_nofloat' ); ! $footstats = get_option('mandigo_footer_stats' ); ! $col3 = get_option('mandigo_3columns' ); ! $sidebar1 = get_option('mandigo_sidebar1_left' ); ! $sidebar2 = get_option('mandigo_sidebar2_left' ); ! $headnavleft = get_option('mandigo_headnav_left' ); ! $wptog = get_option('mandigo_wptog' ); ! $wp = get_option('mandigo_wp' ); ! $alwayssidebars = get_option('mandigo_always_show_sidebars' ); ! $em = get_option('mandigo_em_italics' ); $pages = & get_pages('sort_column=menu_order'); foreach ( $pages as $page ) { *************** *** 152,158 **** orange   teal

I like them all, change schemes randomly!

! If you prefer to use your own header image with one of the color schemes, please consult the README page.


Background color:
Use the following file as the background pattern:
--- 154,160 ---- orange   teal

I like them all, change schemes randomly!

! If you prefer to use your own header image with one of the color schemes, please consult the README page for instructions on how to do so.


Background color:
Use the following file as the background pattern:
*************** *** 201,207 ****
Do not float images
! Display rendering time and SQL statistics in the footer

--- 203,210 ----
Do not float images
! Display rendering time and SQL statistics in the footer
! Display <em> tags as italics

Common subdirectories: mandigo-1.14/images and mandigo-1.15/images diff -c mandigo-1.14/index.php mandigo-1.15/index.php *** mandigo-1.14/index.php 2007-03-13 20:46:16.000000000 -0400 --- mandigo-1.15/index.php 2007-04-02 08:29:14.000000000 -0400 *************** *** 34,59 **** !

Comments

- - !

!

--- 34,53 ---- !

Comments

!

!

Only in mandigo-1.15: ms.mo diff -c mandigo-1.14/sidebar.php mandigo-1.15/sidebar.php *** mandigo-1.14/sidebar.php 2007-03-14 19:45:11.000000000 -0400 --- mandigo-1.15/sidebar.php 2007-04-02 08:29:37.000000000 -0400 *************** *** 25,33 **** ! '

'. __('Pages','mandigo') .'

','sort_column' => 'menu_order')); ?> !
  • --- 25,33 ---- ! '. __('Pages','mandigo') .'&sort_column=menu_order'); ?> !
  • diff -c mandigo-1.14/single.php mandigo-1.15/single.php *** mandigo-1.14/single.php 2007-03-15 15:12:42.000000000 -0400 --- mandigo-1.15/single.php 2007-04-02 08:30:22.000000000 -0400 *************** *** 9,15 **** } ?> !