Changelog as of July 18, 2010: -- Version 1.7 - released: July 20, 2010 - add License URI to style.css title block - minor change to `the_content` "more" text - css form fine-tuning - code clean up to meet WP Standards - moved default search into `sidebar-1` (a popular requested in end-user feedback) - add `custom menu` support - add `custom background` support - add `post-thumbnail` support to posts and pages - add `editor-style` support ****************************** * Internet Browsers Reviewed * * ========================== * * * * Apple Safari v5.0 (Mac) * * Apple Safari v5.0 (PC) * * Firefox v3.6.6 * * Google Chrome v5.0 * * Internet Explorer v8.0 * * Opera v10.60 * * * ****************************** -- Version 1.6 - released: June 12, 2010 - published: June 29, 2010 - added Belorussian language files by Patricia Clausnitzer at http://pc.de - WP: general code clean up to meet WP Standards - WP: updated comments.php to use comment_form() function; old comment form will be removed with next theme revision (post WordPress v3.0) - CSS: increased default font size to 14px - CSS: minor adjustment for BNS Plugin styles and 'ul.children li' property - CSS: add "YUI Reset" and "WordPress Rules" (and necessary adjustments) - Removed unused graphics: comh2.png; flickr.png; footer-mozliia.png; footer-wp.png; socialbck.png; and, twitter.png. This will not affect existing installations as updating will not remove any existing files. -- Version 1.5.1 - released: Apr 23, 2010 - published: Apr 28, 2010 - each file noted with its last updated version starting at version 1.5 - WP: correction to widget definition in functions.php and sidebar.php -- Version 1.5 - released: April 18, 2010 - removed `show_avatar` function (not used) - reviewed for compatibility with WordPress 3.0 - using `add_theme_support` added: `post-thumbnails`, `nav-menus`, and `automatic-feed-links` - added BNS Modified Post function (requires WordPress 3.0) - WP: added third widget area to sidebar - WP: adopted default widget code as standard - CSS: removed 'text-align:center' property from 'widget' class - additional modifications to meet current guidelines as found at: http://codex.wordpress.org/Theme_Development_Checklist. -- Version 1.4.7 - CSS: added '*:focus' element -- Version 1.4.6 - added "GPL2" license statement to style.css - CSS: added 'p a img' element to remove linked image borders - WP: added bns_dynamic_copyright() function to footer.php - WP: Modified navigation links at bottom of pages -- Version 1.4.5 - corrected positioning of 'cancel-comment-reply-link' - corrected positioning of 'logged-in' message for comments - added query reset to correct for possible is_home() issue?! - corrected deprecated parameter 'siteurl' to 'url' in header.php - editted footer.php template file to better handle possible lengthy text fields - CSS: cleaned out empty elements - CSS: added #bottom-container within #bottom-extended - CSS: reviewed IE6 conditional style sheet -> reduced theme elements being displayed; please upgrade! - CSS: added better styling of page list elements - moved theme version display to functions.php - minor updates to Multi child theme included - Multi version number should reflect Desk Mess Mirrored version - NB: The image files twitter.png and flickr.png will remain but are not used in the theme. - NB: Multi will no longer be included with Desk Mess Mirrored to reduce theme size after version 1.4.5 - NB: Multi will be available to download at http://buynowshop.com/themes/desk-mess-mirrored -- Version 1.4.4.1 - corrected page list style that was affecting sidebar layout -- Version 1.4.4 - added body_class() function - added clearing div at the end of the_Loop - German language transation by Hno2 hno2@gmx.net added -- Version 1.4.3.1 - corrected child theme file structures -- Version 1.4.3 - Updated Multi child theme to use corrent comments.php template for threaded/nested fucntionality. - CSS (new): added '.wp-caption.aligncenter {margin: 10px auto;}' - CSS (new): added 'sup' and 'sub' elements - added the signature HR image (finally) ... just use an 'hr' or 'desk-mess-mirrored' class -- Version 1.4.2 - CSS (new): added 'dl.gallery-item {margin: 0;}' as pointed out by Andy Fragen of http://troop262ps.org/ - CSS (edit): #comments -> 'padding: 24px 0 0 40px;' to 'padding: 30px 0 0 30px;' - CSS (new): added '.page ol', '.page ul', and '.page li' elements - comments.php (line 40) -> changed 'One Comment' to '1 Comment' -- Version 1.4.1 - minor code clean-up and formatting for easier reading - changes to template files (index, archive, author, category, page, single): post="class" to post_class() function - CSS (new): added 'sticky' elements - CSS (edit): comment-body -> added 'padding-right: 10px;' - CSS (edit): uncommented class 'user-id-2' style properties -- Version 1.4 - Added Threaded Comments! - CSS: several changes to allow for the addition of Threaded Comments -- Version 1.3.1 - updated Theme URL (to its own page) - CSS (new): added a:focus - CSS (edit): .widget #wp-calendar -> changed 'margin: 0' to 'margin: 0 auto;' - CSS (edit): updated BNS Plugins section - CSS (edit): input:focus, textarea:focus -> changed 'padding-bottom: 30px' to 'padding: 1px 0;' -- Version 1.3 - added wp_link_pages() into single.php - re-coded footer.php to correct for issues with fopen() errors - re-coded the searchform.php and sidebar search box - CSS (new): added addition #main-blog elements in the === Forms === section - CSS (new): added BNS Plugins section NB: Version 1.2 will be the last version to maintain the legacy files: * home.php * header-home.php To use the most current and up-to-date version of the Desk Mess Mirrored theme, please delete and re-install. If you have any questions regarding how to do this, please feel free to contact me directly. Thank you. ~~ cais (email: aid@buynowshop.com) -- Version 1.2 - added "edit" link to page.php - added "comments" to page.php - added child theme: Multi in folder "desk-mess-mirrored-multi" - added "child-theme-readme.txt" to help with installation - editted "footer.php" to wrap wp_footer call in its own
- CSS: added styles for #bottom-extended -- Version 1.1.1 - corrected header-home.php and home.php to details of version 1.0.9 - corrected CSS: changed "#akismetwrap" to "#akismetstats" -- Version 1.1.0 - removed the files ~header-home.php and ~home.php from the theme package -- Version 1.0.9 - deprecated the header-home.php and home.php files by adding a tilde (~) character to the beginning of the file name. The functionality was merged into the index.php file with additonal PHP code, specifically an IF statement to test for the displayed page being the "home page", or the "front page". This will reduce maintenance and potential errors that cropped up due to the extra files. -- copies of header-home.php and home.php from version 1.0.8 are still included (prefixed with the tilde character) but will be removed in 1.1.0 - re-coded footer to programmatically write the theme name in the credit line, including recognition of child themes. - added additional internationalization code - CSS: corrected "administrator" background-image issue - CSS: adjust 'padding' in ".post-comments" elements to better align number of comments - CSS: added ".left" and ".right" alignment elements - CSS: "#akismetwrap" added to align Akismet blue graphic in widget block - CSS: ".commentlist pre" added - CSS: removed 'border: 1px inset;' from "#com p code" - IE6 CSS: additional adjustments made to the IE6 CSS to show menu >> unfinished -- Version 1.0.8 - the name of the theme in the credits line (footer) is now displayed programmatically from the (parent) stylesheet "Theme Name" details - added more internationalization (I18n) code specified at this page: http://codex.wordpress.org/I18n_for_WordPress_Developers - summarized h1-h6 style elements; and, added h4, h5, h6 styles - style element "#menu li" and "#content" amended to handle long page names; corrections for menu overflow on longer names - added "overflow:hidden" to #bottom as suggested by Florin Arjuco (@gmail.com) -> with many thanks for other inputs as well -- Version 1.0.7 -> .po file to be used for translations can be generated at http://www.icanlocalize.com/tools/php_scanner - added theme version number in credit line - removed category.php placeholder file -- Version 1.0.6 - Removed unused CSS (legacy from original theme) - added minimal Form element styles - added email link to author.php - removed list "dot" beside calendar via '#subcolumn ul' element - added '.post dl' and related CSS elements -- Version 1.0.5 (Jun 9, 2009) - Corrected RSS feed URL in single.php (correction as noted by Bill Girimonti pipeline_intl@orcon.net.nz - Thank You!) - Added comment styles - Added author template page - Author posts displayed with "Mullet Loop" as inspired by http://perishablepress.com/ - Added link to author page in single.php at end of post - Added styles for author related items -- Version 1.0.4 - additional localization added - slight theme detail changes - added Ordered List
    styles -- Version 1.0.3 - removed jbLogo.php from theme and all references -- Version 1.0.2 - Added sample second administrator (user_id=2) code in comments.php (see above) - Added background image to CSS pre element - corrected comment on img#wpstats element; and, changed style to recommended from ../extend/plugins/stats/faq/ - moved jbLogo required CSS to inline see file contents of jbLogo.php - commented out sample link in jbLogo.php; and, referenced sample image size - original jbLogo CSS commented out, left for reference purposes -- Version 1.0.1 - Reduced credit links in footer to one (1) for submission purposes