2 * Added $body_classes_array variable to page template
3 #343945: Fix zen_breadcrumb_title setting to use proper menu_get_active_item()
4 #279896 by lutegrass: Help prevent double H1 tags on homepage that is not /node
5 #310507 by MikeyLikesIt: Footer region not output in Zen Classic
6 #347195: Remove theme registry fix that was needed for broken Drupal 6.0 - 6.6
7 #346706 by jsaints: Content clipped after page one when printing in Firefox
8 #311529: Remove core's page-ARG0 body class, leaving zen's page-PATH
9 * Simplified body class generation code
10 #334956 by hansrossel: Remove no-longer-needed fix for "Flash of Unstyled Content in IE"
11 * Fixed theme settings CSS for IE6 users
12 * Added Photoshop file for STARTERKIT screenshot
13 * Added Photoshop file for messages
14 * Allow easier CSS rule overriding by including THEMENAME.css file last
15 * Fixed message styling in Zen Classic
16 #308957: html-elements.css not enabled in STARTERKIT
17 #288213 by budda: Tabs in IE have a text select cursor rather than hand pointer
18 #310818: Auto theme-registry rebuild warns themer multiple times
21 #308251: Add useful styling for status, warning, and error messages
22 #307309: Add feature to rebuild theme registry during theme development
23 * Removed path_to_zentheme() since we're not conditionally including wireframes.css or block-editing.css
24 #245832: Add IE conditional stylesheets to .info file
25 #263228: Allow sub-themes to override wireframes.css
26 #260605: Can't override block-editing.css
27 #308266: Don't display footer if no footer message or footer blocks
28 * Changed $block_classes to $classes and $comment_classes to $classes and $node_classes to $classes
29 #290838 by thehong: Only display comments block when comments content is not empty
30 * Don't display comment wrapper title on forums
31 #299397: Synchronize Zen's tpl files with core's tpl files
32 #281106 by kmonty: Erroneous whitespace when div.clear-block touches bottom edge of viewport
33 * Changed "||" to "or" in template files since its more intuitive to PHP newbies
34 #279896: Help prevent double H1 tags on homepage that is not /node
35 #279896: Moved styles to zen.css that should never have been in layout.css
36 #255265 by kmonty: Don't "skip to nav" if there's no nav
37 * Re-arranged sidebar classes so they are in no-sidebars -> two-sidebars order in the layout CSS files
38 #306856: Optimize code by adding conditional includes
39 * Moved some comments from zen to STARTERKIT where they belong
40 * Optimized zen_breadcrumb()
41 * Folded template-menus.php back into template.php since its not conditionally included
42 * Removed theme_username from STARTERKIT and zen_classic since it was fixed in Drupal 6.3
43 * Optimized zen_menu_item_link()
44 #305311: CSS files makes reference to to drupal5-reference.css
45 #299419: Remove empty zen.css in sub-themes
46 #284798: PHP warning when settings section of .info file is missing
47 #272655: Make STARTERKIT_theme easier to extend
50 #260016: PHP 4 Parse error: syntax error, unexpected '&'
53 #253609 by jjeff: Add 'region' class to regions
54 #258123 by jjeff: Rearrange placement of #site-name strong
55 #248103: Allow themes to set defaults for settings in their .info files
56 #249532: Allow subthemes to have preprocess hooks without tpl files
57 #223518: Option to show page title in breadcrumbs
58 #253249: zen_id_safe fails when first character is extended latin
59 #251632: Make the closure region more useful
60 #199682: 'Submitted by' text is shown for content even if setting is disabled
61 #222339: Blocks in Zen Classic header and closure lack padding
62 #248780: admin table styles override update_status styling
63 #232840: OpenID login block displaying incorrectly
64 #246110 by jjeff: zen.css breaks .container-inline
65 #229661: earch Box doesn't return any results or warnings
66 #244023 by jjeff: Make block editing links go to actual menu edit pages
67 #245968 by jjeff: Put the word "Comments" above comments
68 #238387: Update README on how to edit the .info file
69 #227297 by Aragorn450: CSS Include for wireframes broken
70 * Prevented "notice: Undefined variable: edit_links" for anonymous users
71 * Made block-editing.css a "theme"-type CSS file
72 #224416 by sykora: <span> displaying on mouse over on block heading
73 * Added complete Drupal 6 CSS for easy reference by theme developers
74 * Added Photoshop file for tabs
75 #222299: Block editing link in Zen Classic footer is white on white
78 #288213 by budda: Tabs in IE have a text select cursor rather than hand pointer
79 #249823: Add options to toggle display of primary and secondary links
80 * Changed "||" to "or" in template files since its more intuitive to PHP newbies
81 #281106 by kmonty: Erroneous whitespace when div.clear-block touches bottom edge of viewport
82 #279896: Help prevent double H1 tags on homepage that is not /node
83 #279896: Moved styles to zen.css that should never have been in layout.css
84 #255265 by kmonty: Don't "skip to nav" if there's no nav
85 #263228: Allow sub-themes to override wireframes.css
86 * Added sample override template file for search block's form
87 * Fixed _zen_hook() to look in sub-theme directory when $hook is not valid PHP function name
88 #223518: Option to show page title in breadcrumbs
89 #255263: Don't call preprocess functions twice when Zen is active theme
90 #253249: zen_id_safe fails when first character is extended latin
93 #246109: Add MODULE_preprocess_HOOK functions to Zen
94 #199682: 'Submitted by' text is shown for content even if setting is disabled
95 #247960: Add THEME_preprocess() hook to Zen
96 #222339: Blocks in Zen Classic header and closure lack padding
97 #248720 by matt@antinomia: Only UPDATE {system} table WHERE type = 'theme'
98 #248780: admin table styles override update_status styling
99 #246110 by jjeff: zen.css breaks .container-inline
100 * Prevented "notice: Undefined variable: edit_links" for anonymous users
101 * Made block-editing.css a "theme"-type CSS file
102 * Added Photoshop file for tabs
103 #222299: Block editing link in Zen Classic footer is white on white
106 #220161: Change SUBTHEME to STARTERKIT to prevent accidental WSOD
107 #221545 by jjeff: Add theme_comment_wrapper() and theme_username() from Zengine
108 #220551: IE6: sidebars disappear when resizing window
109 * Added body classes: section-node-add, section-node-edit, section-node-delete
110 * Prevented display of empty help from node_help()
111 #219401: Add theme override examples for all functions used in Zen core
114 #214777: sub-theme's search-theme-form.tpl is ignored
115 #206707: tr.even/odd border-bottom is missing in IE
116 #207743 by jjeff: Added translatable "Unpublished" text as background
117 #207743 by jjeff: Added block editing links on hover
118 * Added extended block classes (zebra class by jjeff)
119 #207743 by jjeff: Allow a sub-theme to add/alter block variables
120 #110897: oversize content causes IE6 layout breakage (now fixed in Zen Classic)
121 #211156 by jjeff: $subtheme_directory variable in page.tpl.php never gets populated
122 #206060: changed inline styling method for navbar links from inline to float
125 * Removed named anchors from doc flow to prevent any styles from appearing
126 #203213 by kdebaas: Add node-teaser class to nodes displayed as teasers
127 #203112 by kdebaas: Un-localizable string in search-theme-form.tpl.php
128 #201793: Fixed fatal error when no settings are added to a sub-theme's settings
129 #196181: _phptemplate_callback doesn't look in sub-theme folder for .tpl.php files
130 * Added sample override template file for drupal search form
131 * Added SUBTHEME directory as a starter sub-theme for developers
132 #199036 by joachim: Make padding on #squeeze conditional
133 #199578: Fatal error on Zen Classic theme settings when using admin theme
134 #200380 by psynaptic: missing semi-colon in layout-fixed.css
135 #196230: Tabs broken in IE5 and IE6
136 #199682: 'Submitted by' text is shown even if setting is disabled
137 #171201: Remove un-localizable date/time format from base theme
138 * Added theme settings to control layout method and wireframes inclusion
139 * Added fixed layout stylesheet
142 #196223: IE5 always loads @import print stylesheet
143 #184232: Add README documentation
144 #121991: Source rendering order needs adjustment
145 #110897: oversize content causes IE6 layout breakage
146 * Added unique classes for each page and website section
147 * Added customizable breadcrumb settings
148 * Split template.php into multiple files to ease theme developer overload
149 * Add prettier tab styling
150 #141784: Add conditional IE stylesheets
151 * Merge zen-fixed with zen_classic
152 * Add optional Theme Settings API integration
153 #169359: Base CSS and tpl files don't get loaded (sub-theme with page.tpl.php)
154 #171464: Create starter theme; migrate current style to a sub-theme
155 * Add ability to change regions in a sub-theme
156 * Add complete Drupal 5 CSS for easy reference by theme developers
157 #183936: Backport Drupal 6 $body_classes
160 #100894: For SEO, H1#site-name should be div#site-name strong
161 #118467 by leandrosiow: Screen redraw errors with resizable textareas in Firefox
162 #154937 by msonnabaum: add skip navigation for screen readers/mobility impaired
163 #122592: Ability to theme each primary link
164 #178560 by incognito: Shifting avatars in the comment blocks
165 #110553 by rport: Use png instead of gif for images
166 #120052: Add linux fonts
167 #183360: Empty H2 appears on blocks with no titles
168 #121101: zen.css does not validate
169 #110902: IE6: text falls outside and to the left of content area
170 #183354: Add a div around the feed icons
171 #120341: Sidebar has unwanted 5em bottom margin
172 #122938: Enabling CSS aggregation messes up the CSS in Safari
173 #110897: oversize content causes IE6 layout breakage
174 #119270: profile pictures indenting
175 #118170 by mr700: blockquote css border has two widths
176 #110810: change .submitted span to div
177 #100899: don't use sidebar class for widths
178 #182130 by joachim: links in h2 and h3 different sizes
179 #182556: Added CHANGELOG
182 * Initial pre-release