diff -c mandigo-1.19/README.txt mandigo-1.20/README.txt *** mandigo-1.19/README.txt 2007-05-08 18:13:10.000000000 -0400 --- mandigo-1.20/README.txt 2007-05-18 13:33:16.000000000 -0400 *************** *** 46,58 **** The theme is available in seven different color schemes, which you can select from the Presentation, Theme Options subpanel in the Administration interface. ! * Image Classes: - Images in posts are surrounded by a border by default. To override this behaviour, ! simply add the 'noborder' class to your img tags. - Images are also left-floated by default. To override this, add the 'nofloat' class to your img tags. ! * Widgets Support: Mandigo supports up to four widgets bars: two on the sides, one at the top and one at the bottom. The sidebars can be displayed on either side of the reading area. The top/bottom bars are most useful to display some kind of static content (using text --- 46,58 ---- The theme is available in seven different color schemes, which you can select from the Presentation, Theme Options subpanel in the Administration interface. ! ** Image Classes: - Images in posts are surrounded by a border by default. To override this behaviour, ! simply add the 'noborder' class to your img tags. - Images are also left-floated by default. To override this, add the 'nofloat' class to your img tags. ! ** Widgets Support: Mandigo supports up to four widgets bars: two on the sides, one at the top and one at the bottom. The sidebars can be displayed on either side of the reading area. The top/bottom bars are most useful to display some kind of static content (using text *************** *** 64,87 **** === HEADER IMAGES ====================================================================== ! * Replacing Default Header Images If none of the headers satisfy your needs, just replace the contents of head.jpg in the images/ subfolder that corresponds to your current color scheme (i.e. the one you have ! set on the Theme Options page) with your own image. For best results, the image should ! be 737 pixels wide and 226 pixels high. If you are using the wide version of the theme, ! the image should be 961 pixels wide and should be saved as head-1024.jpg ! ! * Per-Page Header Images: ! If you want to have a different header image on a page, name it after the ID (not slug) ! of the page on which it should be displayed, and upload it to the images/headers/ folder ! eg 'images/headers/412.jpg' if you want a custom image for post/page #412. Images should ! be saved as JPG and use the dimensions mentionned above. You can retrieve a page's ID ! from the administration interface, under Manage, Posts/Page. If the script can't find a ! custom header image, the default one is used instead. If there is more than one post on ! a page (default view, archives, search, ...), the ID of the first post to appear on the ! page will be used to look for a header. ! * Random Header Images: If the "Use random header images" option is enabled in the Theme Options page, AND a per-page header could not be found, Mandigo will use a random file from the images/headers/ folder. Valid file types are JPG, GIF, PNG and BMP. --- 64,107 ---- === HEADER IMAGES ====================================================================== ! ** Replacing Default Header Images If none of the headers satisfy your needs, just replace the contents of head.jpg in the images/ subfolder that corresponds to your current color scheme (i.e. the one you have ! set on the Theme Options page) with your own image. If you are using the wide layout, ! save your image as head-1024.jpg instead. ! You DO NOT have to modify the PNG files, as the JPG files are displayed ON TOP of them. ! ! For best results, resize your header image to the dimensions below: ! ! +-----------------------+ ! | Layout Width | ! +-----------+-----------+ ! | standard | wide | ! | 800px | 1024px | ! +--------+----------+-----------+-----------+ ! | | | | | ! | | standard | 737 x 226 | 961 x 226 | ! | Header | | | | ! | +----------+-----------+-----------+ ! | Height | | | | ! | | slim | 737 x 126 | 961 x 126 | ! | | | | | ! +--------+----------+-----------+-----------+ ! ! ** Per-Page Header Images: ! If you wish to have a different header image on a page, all you have to do is name it ! after the ID (not slug) of the page on which it should be displayed, and upload it to ! the images/headers/ folder, eg 'images/headers/412.jpg' if you want a custom image for ! post/page #412. ! ! Images should be saved as JPG and use the dimensions mentionned above. You can retrieve ! a page's ID from the administration interface, under Manage, Posts/Page. If the script ! can't find a custom header image, the default one is used instead. If there is more than ! one post on a page (default view, archives, search, ...), the ID of the first post to ! appear on the page will be used. ! ! ** Random Header Images: If the "Use random header images" option is enabled in the Theme Options page, AND a per-page header could not be found, Mandigo will use a random file from the images/headers/ folder. Valid file types are JPG, GIF, PNG and BMP. *************** *** 103,112 **** --- 123,136 ---- === SHOW YOUR SUPPORT ================================================================== If you enjoy this theme, please consider doing some (all) of the following things: + - let me know and send an email to tom@onehertz.com + - make a donation using the link at the top of the Theme Options page + - leave a comment on the Theme Viewer: http://themes.wordpress.net/columns/2-columns/1378/ + - bookmark it on del.icio.us: http://del.icio.us/url/e0a106d15b639607c3e02a375a821f67 *************** *** 127,133 **** Italian: Sebastiano Cannata Japanese: Mitsuhiro Kanda Malay: Intan Keristina ! Maltese: James C Norwegian: Torbjorn Blystad Polish: Mateusz Baran Portuguese: Oscar Nogueira Neto --- 151,157 ---- Italian: Sebastiano Cannata Japanese: Mitsuhiro Kanda Malay: Intan Keristina ! Maltese: James Cauchi Norwegian: Torbjorn Blystad Polish: Mateusz Baran Portuguese: Oscar Nogueira Neto *************** *** 135,143 **** Serbian: Aleksandar Duric Slovak: Marek, Marian Trnka Spanish: Juan Luis Perez Perez ! Swedish: Ulf Wrede Turkish: Mert Yabul Do not see your language listed here? If you are interested in helping with translation, please let me know by sending an email to tom@onehertz.com --- 159,169 ---- 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/ + Do not see your language listed here? If you are interested in helping with translation, please let me know by sending an email to tom@onehertz.com *************** *** 155,160 **** --- 181,197 ---- === CHANGELOG ========================================================================== + 1.20 + + added an option to make the header 100px smaller in height + * tested successfully with WordPress 2.2 + * donation link now links to our NICE donation page *hint* *hint* + * grammar fixes: Spanish (es_ES) + * grammar fixes: Swedish (sv_SE) + * WPMU friendly + * fixed a javascript error occuring on pages without a sidebar + * fixed a bug that would cause the translation for "Pages" to not show up correctly + * fixed more Event Calendar alignment issues + 1.19 + added an option to use random header images * fixed an incompatibility with older versions of MySQL diff -c mandigo-1.19/attachment.php mandigo-1.20/attachment.php *** mandigo-1.19/attachment.php 2007-04-07 11:53:40.000000000 -0400 --- mandigo-1.20/attachment.php 2007-05-17 17:46:54.000000000 -0400 *************** *** 1,13 **** ! !
- ID, true, array(450, 800)); // This also populates the iconsize for the next line ?> ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?>
--- 1,18 ---- ! !
ID, true, array(450, 800)); // This also populates the iconsize for the next line ?> ID); $classname = ($_post->iconsize[0] <= 128 ? 'small' : '') . 'attachment'; // This lets us style narrow icons specially ?>
*************** *** 24,43 **** RSS 2.0'); ?> ! comment_status) && ('open' == $post->ping_status)) { ! // Both Comments and Pings are open ?> leave a response, or trackback from your own site.','mandigo'),trackback_url(false)); ?> ! comment_status) && ('open' == $post->ping_status)) { ! // Only Pings are Open ?> trackback from your own site.','mandigo'),trackback_url(false)); ?> ! comment_status) && !('open' == $post->ping_status)) { ! // Comments are open, Pings are not ?> skip to the end and leave a response. Pinging is currently not allowed.','mandigo'); ?> ! comment_status) && !('open' == $post->ping_status)) { ! // Neither Comments, nor Pings are open ?> --- 29,44 ---- RSS 2.0'); ?> ! comment_status) && ('open' == $post->ping_status)) { ?> leave a response, or trackback from your own site.','mandigo'),trackback_url(false)); ?> ! comment_status) && ('open' == $post->ping_status)) { ?> trackback from your own site.','mandigo'),trackback_url(false)); ?> ! comment_status) && !('open' == $post->ping_status)) { ?> skip to the end and leave a response. Pinging is currently not allowed.','mandigo'); ?> ! comment_status) && !('open' == $post->ping_status)) { ?> Binary files mandigo-1.19/es_ES.mo and mandigo-1.20/es_ES.mo differ diff -c mandigo-1.19/footer.php mandigo-1.20/footer.php *** mandigo-1.19/footer.php 2007-04-29 16:08:52.000000000 -0400 --- mandigo-1.20/footer.php 2007-05-17 17:53:52.000000000 -0400 *************** *** 11,24 **** tom ! */ ?> !