/[drupal]/contributions/themes/zen/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/themes/zen/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


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

  ViewVC Help
Powered by ViewVC 1.1.2