| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 // $Id: CHANGELOG.txt,v 1.62.2.50 2009/11/10 09:27:15 johnalbin Exp $ 2 3 Zen 6.x-1.1, 2009-11-10 4 ----------------------- 5 - #478134 by mithrill: Improve docs about sites/all/themes and sites/default/themes folders 6 - #600758 by mattyoung: Secondary links run together in one line with primary links 7 - #600344 by mgifford: Use of absolute font size in block editing links breaks WCAG 2.0 8 - #546904 by Jennifer_M: List $node as available variable in page.tpl.php 9 - #583716 by droidenator: Empty title can cause breadcrumbs to display incorrectly 10 - #600920 by kto.3decb: Fix incorrect comment block class name 11 - #297084: Remove ctype_lower() from zen_id_safe() to prevent WSOD/Fatal error on some systems 12 - #317417 by JohnAlbin and quicksketch: Fix off-line maintenance page since drupal_get_path('theme', 'zen') won't work 13 - #545320 by Deslack: Use of split() generate E_DEPRECATED warnings on PHP 5.3.0 14 - #472694: Drupal 6.11 broke Zen's OpenID overrides 15 - Updated screenshot.png to use Zen logo since an actual screenshot is boring 16 - Changed "or" back to "||" in node.tpl.php since themers do need to learn a little PHP 17 - #254821: Sub-theme's .info file triggers incorrect "out of date" flag in update module 18 - #327455 by grendzy and erifneerg: name and id mismatch in named anchor causing validation error 19 - #382598: .node div.links ruleset doesn't match html in node template 20 - #382480 by Ognyan Kulev: #block-menu-2 should be #block-menu-primary-links 21 - #374349: breadcrumb often broken when zen_breadcrumb_title is on 22 - #426750: Removed Zen Classic sub theme 23 - #445562: q0rban and JohnAlbin: Allow modules to declare their own block edit links 24 25 Zen 6.x-1.0, 2009-02-14 26 ----------------------- 27 - #342004 by Amitaibu: Add css hint to prevent cramped-looking tables 28 - #290657: Liquid layout does not have min-width enforced 29 - #329769 by kmonty: Update zen_id_safe to remove underscores 30 - #275832: hook_theme implementation breaks maintenance page when database is down 31 - #362104: layout breaks on Zen-themed maintenance page 32 - Changed "or" back to "||" in template files since themers do need to learn a little PHP 33 - #346867 by debonator: navbar-inner is missing the "clear-block" class 34 - #325610 by Garrett Albright: Site name and logo don't link to frontpage on multilingual site 35 - #281106: Erroneous whitespace when div.clear-block touches bottom edge of viewport 36 - #365631: Zen's table-styling-fix breaks update module's styling 37 - #322480 by grendzy, mr.baileys, Bevan, and JohnAlbin: Make registry rebuild warning less obtrusive 38 - #325630: Broken link in "Theme registry rebuilt" warning when Clean URLs is off 39 - #324104 by JohnAlbin and dalin: Broken block editing link for Views 2 40 - #365205: block editing link doesn't work with Menu Block 6.x-2.1 and later 41 - #308251 by Garrett Albright: Improve icon placement on status, warning, and error messages 42 - Added $body_classes_array variable to page template 43 - #343945: Fix zen_breadcrumb_title setting to use proper menu_get_active_item() 44 - #279896 by lutegrass: Help prevent double H1 tags on homepage that is not /node 45 - #310507 by MikeyLikesIt: Footer region not output in Zen Classic 46 - #347195: Remove theme registry fix that was needed for broken Drupal 6.0 - 6.6 47 - #346706 by jsaints: Content clipped after page one when printing in Firefox 48 - #311529: Remove core's page-ARG0 body class, leaving zen's page-PATH 49 - Simplified body class generation code 50 - #334956 by hansrossel: Remove no-longer-needed fix for "Flash of Unstyled Content in IE" 51 - Fixed theme settings CSS for IE6 users 52 - Added Photoshop file for STARTERKIT screenshot 53 - Added Photoshop file for messages 54 - Allow easier CSS rule overriding by including THEMENAME.css file last 55 - Fixed message styling in Zen Classic 56 - #308957: html-elements.css not enabled in STARTERKIT 57 - #288213 by budda: Tabs in IE have a text select cursor rather than hand pointer 58 - #310818: Auto theme-registry rebuild warns themer multiple times 59 60 Zen 6.x-1.0-beta3, 2008-09-15 61 ----------------------------- 62 - #308251: Add useful styling for status, warning, and error messages 63 - #307309: Add feature to rebuild theme registry during theme development 64 - Removed path_to_zentheme() since we're not conditionally including wireframes.css or block-editing.css 65 - #245832: Add IE conditional stylesheets to .info file 66 - #263228: Allow sub-themes to override wireframes.css 67 - #260605: Can't override block-editing.css 68 - #308266: Don't display footer if no footer message or footer blocks 69 - Changed $block_classes to $classes and $comment_classes to $classes and $node_classes to $classes 70 - #290838 by thehong: Only display comments block when comments content is not empty 71 - Don't display comment wrapper title on forums 72 - #299397: Synchronize Zen's tpl files with core's tpl files 73 - #281106 by kmonty: Erroneous whitespace when div.clear-block touches bottom edge of viewport 74 - Changed "||" to "or" in template files since its more intuitive to PHP newbies 75 - #279896: Help prevent double H1 tags on homepage that is not /node 76 - #279896: Moved styles to zen.css that should never have been in layout.css 77 - #255265 by kmonty: Don't "skip to nav" if there's no nav 78 - Re-arranged sidebar classes so they are in no-sidebars -> two-sidebars order in the layout CSS files 79 - #306856: Optimize code by adding conditional includes 80 - Moved some comments from zen to STARTERKIT where they belong 81 - Optimized zen_breadcrumb() 82 - Folded template-menus.php back into template.php since its not conditionally included 83 - Removed theme_username from STARTERKIT and zen_classic since it was fixed in Drupal 6.3 84 - Optimized zen_menu_item_link() 85 - #305311: CSS files makes reference to to drupal5-reference.css 86 - #299419: Remove empty zen.css in sub-themes 87 - #284798: PHP warning when settings section of .info file is missing 88 - #272655: Make STARTERKIT_theme easier to extend 89 90 Zen 6.x-1.0-beta2, 2008-05-20 91 ----------------------------- 92 - #260016: PHP 4 Parse error: syntax error, unexpected '&' 93 94 Zen 6.x-1.0-beta1, 2008-05-15 95 ----------------------------- 96 - #253609 by jjeff: Add 'region' class to regions 97 - #258123 by jjeff: Rearrange placement of #site-name strong 98 - #248103: Allow themes to set defaults for settings in their .info files 99 - #249532: Allow subthemes to have preprocess hooks without tpl files 100 - #223518: Option to show page title in breadcrumbs 101 - #253249: zen_id_safe fails when first character is extended latin 102 - #251632: Make the closure region more useful 103 - #199682: 'Submitted by' text is shown for content even if setting is disabled 104 - #222339: Blocks in Zen Classic header and closure lack padding 105 - #248780: admin table styles override update_status styling 106 - #232840: OpenID login block displaying incorrectly 107 - #246110 by jjeff: zen.css breaks .container-inline 108 - #229661: Search Box doesn't return any results or warnings 109 - #244023 by jjeff: Make block editing links go to actual menu edit pages 110 - #245968 by jjeff: Put the word "Comments" above comments 111 - #238387: Update README on how to edit the .info file 112 - #227297 by Aragorn450: CSS Include for wireframes broken 113 - Prevented "notice: Undefined variable: edit_links" for anonymous users 114 - Made block-editing.css a "theme"-type CSS file 115 - #224416 by sykora: <span> displaying on mouse over on block heading 116 - Added complete Drupal 6 CSS for easy reference by theme developers 117 - Added Photoshop file for tabs 118 - #222299: Block editing link in Zen Classic footer is white on white 119 120 Zen 5.x-1.2, 2009-02-15 121 ----------------------- 122 - #342004 by Amitaibu: Add css hint to prevent cramped-looking tables 123 - #290657: Liquid layout does not have min-width enforced 124 - #279896 by lutegrass: Help prevent double H1 tags on homepage that is not /node 125 - #346706 by jsaints: Content clipped after page one when printing in Firefox 126 - Added $body_classes_array variable to page template 127 - Simplified body class generation code 128 - Fixed theme settings CSS for IE6 users 129 - #288213 by budda: Tabs in IE have a text select cursor rather than hand pointer 130 - #249823: Add options to toggle display of primary and secondary links 131 - #281106 by kmonty: Erroneous whitespace when div.clear-block touches bottom edge of viewport 132 - #279896: Help prevent double H1 tags on homepage that is not /node 133 - #279896: Moved styles to zen.css that should never have been in layout.css 134 - #255265 by kmonty: Don't "skip to nav" if there's no nav 135 - #263228: Allow sub-themes to override wireframes.css 136 - Added sample override template file for search block's form 137 - Fixed _zen_hook() to look in sub-theme directory when $hook is not valid PHP function name 138 - #223518: Option to show page title in breadcrumbs 139 - #255263: Don't call preprocess functions twice when Zen is active theme 140 - #253249: zen_id_safe fails when first character is extended latin 141 142 Zen 5.x-1.1, 2008-04-21 143 ----------------------- 144 - #246109: Add MODULE_preprocess_HOOK functions to Zen 145 - #199682: 'Submitted by' text is shown for content even if setting is disabled 146 - #247960: Add THEME_preprocess() hook to Zen 147 - #222339: Blocks in Zen Classic header and closure lack padding 148 - #248720 by matt@antinomia: Only UPDATE {system} table WHERE type = 'theme' 149 - #248780: admin table styles override update_status styling 150 - #246110 by jjeff: zen.css breaks .container-inline 151 - Prevented "notice: Undefined variable: edit_links" for anonymous users 152 - Made block-editing.css a "theme"-type CSS file 153 - Added Photoshop file for tabs 154 - #222299: Block editing link in Zen Classic footer is white on white 155 156 Zen 5.x-1.0, 2008-02-14 157 ----------------------- 158 - #220161: Change SUBTHEME to STARTERKIT to prevent accidental WSOD 159 - #221545 by jjeff: Add theme_comment_wrapper() and theme_username() from Zengine 160 - #220551: IE6: sidebars disappear when resizing window 161 - Added body classes: section-node-add, section-node-edit, section-node-delete 162 - Prevented display of empty help from node_help() 163 - #219401: Add theme override examples for all functions used in Zen core 164 165 Zen 5.x-1.0-beta2, 2008-01-29 166 ----------------------------- 167 - #214777: sub-theme's search-theme-form.tpl is ignored 168 - #206707: tr.even/odd border-bottom is missing in IE 169 - #207743 by jjeff: Added translatable "Unpublished" text as background 170 - #207743 by jjeff: Added block editing links on hover 171 - Added extended block classes (zebra class by jjeff) 172 - #207743 by jjeff: Allow a sub-theme to add/alter block variables 173 - #110897: oversize content causes IE6 layout breakage (now fixed in Zen Classic) 174 - #211156 by jjeff: $subtheme_directory variable in page.tpl.php never gets populated 175 - #206060: changed inline styling method for navbar links from inline to float 176 177 Zen 5.x-1.0-beta1, 2008-01-06 178 ----------------------------- 179 - Removed named anchors from doc flow to prevent any styles from appearing 180 - #203213 by kdebaas: Add node-teaser class to nodes displayed as teasers 181 - #203112 by kdebaas: Un-localizable string in search-theme-form.tpl.php 182 - #201793: Fixed fatal error when no settings are added to a sub-theme's settings 183 - #196181: _phptemplate_callback doesn't look in sub-theme folder for .tpl.php files 184 - Added sample override template file for drupal search form 185 - Added SUBTHEME directory as a starter sub-theme for developers 186 - #199036 by joachim: Make padding on #squeeze conditional 187 - #199578: Fatal error on Zen Classic theme settings when using admin theme 188 - #200380 by psynaptic: missing semi-colon in layout-fixed.css 189 - #196230: Tabs broken in IE5 and IE6 190 - #199682: 'Submitted by' text is shown even if setting is disabled 191 - #171201: Remove un-localizable date/time format from base theme 192 - Added theme settings to control layout method and wireframes inclusion 193 - Added fixed layout stylesheet 194 195 Zen 5.x-0.8, 2007-11-29 196 ----------------------- 197 - #196223: IE5 always loads @import print stylesheet 198 - #184232: Add README documentation 199 - #121991: Source rendering order needs adjustment 200 - #110897: oversize content causes IE6 layout breakage 201 - Added unique classes for each page and website section 202 - Added customizable breadcrumb settings 203 - Split template.php into multiple files to ease theme developer overload 204 - Add prettier tab styling 205 - #141784: Add conditional IE stylesheets 206 - Merge zen-fixed with zen_classic 207 - Add optional Theme Settings API integration 208 - #169359: Base CSS and tpl files don't get loaded (sub-theme with page.tpl.php) 209 - #171464: Create starter theme; migrate current style to a sub-theme 210 - Add ability to change regions in a sub-theme 211 - Add complete Drupal 5 CSS for easy reference by theme developers 212 - #183936: Backport Drupal 6 $body_classes 213 214 Zen 5.x-0.7, 2007-10-15 215 ----------------------- 216 - #100894: For SEO, H1#site-name should be div#site-name strong 217 - #118467 by leandrosiow: Screen redraw errors with resizable textareas in Firefox 218 - #154937 by msonnabaum: add skip navigation for screen readers/mobility impaired 219 - #122592: Ability to theme each primary link 220 - #178560 by incognito: Shifting avatars in the comment blocks 221 - #110553 by rport: Use png instead of gif for images 222 - #120052: Add linux fonts 223 - #183360: Empty H2 appears on blocks with no titles 224 - #121101: zen.css does not validate 225 - #110902: IE6: text falls outside and to the left of content area 226 - #183354: Add a div around the feed icons 227 - #120341: Sidebar has unwanted 5em bottom margin 228 - #122938: Enabling CSS aggregation messes up the CSS in Safari 229 - #110897: oversize content causes IE6 layout breakage 230 - #119270: profile pictures indenting 231 - #118170 by mr700: blockquote css border has two widths 232 - #110810: change .submitted span to div 233 - #100899: don't use sidebar class for widths 234 - #182130 by joachim: links in h2 and h3 different sizes 235 - #182556: Added CHANGELOG 236 237 Zen 5.x-0.6, 2007-01-17 238 ----------------------- 239 - Initial pre-release
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |