/[drupal]/contributions/modules/admin_menu/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/admin_menu/CHANGELOG.txt

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


Revision 1.160 - (show annotations) (download)
Wed Nov 4 21:51:19 2009 UTC (3 weeks, 2 days ago) by sun
Branch: MAIN
Changes since 1.159: +2 -1 lines
File MIME type: text/plain
by sun: Added separate permission to flush cashes.
1 // $Id: CHANGELOG.txt,v 1.159 2009/10/29 21:28:17 sun Exp $
2
3 Admin Menu x.x-x.x, xxxx-xx-xx
4 ------------------------------
5
6
7 Admin Menu 7.x-3.x, xxxx-xx-xx
8 ------------------------------
9 by sun: Added separate permission to flush cashes.
10 by sun: Fixed Devel settings form integration no longer working.
11 by sun: Updated for new {system}.info module data.
12 #614730 by azriprajwala, sun: Updated for hook_theme() key changes.
13 by sun: Updated for all theme functions should take a single argument.
14 by sun: Reverted removal of registry cache flushing option.
15 #578520 by sun: Fixed destination query parameter is processed wrongly.
16 #578520 by sun: Updated for $query in url() should always be an array.
17 #557062 by Dave Reid: Fixed undefined Drupal.admin error when including
18 admin_menu_toolbar.js before admin_menu.js.
19 by Dave Reid: Updated for PHP 5 date constants.
20 by sun: Updated for new database API.
21 by smk-ka: Added missing variables to hook_uninstall().
22 #571038 by smk-ka: Removed call to admin_menu_wipe() and cleaned install file.
23 #511744 by smk-ka, sun: Fixed /admin page links are broken.
24 by smk-ka: Removed remnants of the registry. Fixed flush admin menu cache
25 command.
26 #567618 by smk-ka: Revised test cases. Abstracted out base web test class.
27 by sun: Updated for removed registry, new admin paths.
28 #326539 by sun: Updated for class attribute array.
29 #552190 by Bartezz: Fixed missing t() for user logout link.
30 #502500 by sun: Added "Create content" menu.
31 #538714 by sun: Fixed wrong re-parenting in Drupal's menu system.
32 #550132 by sun: Fixed (temporarily) admin_views menu items.
33 by sun: Added Administration views sub-module, converting all administrative
34 listing pages in Drupal core into real, ajaxified, and alterable views.
35 #547206 by sun: Fixed menu link descriptions lead to mouseover clashes.
36 #540954 by Rob Loach: Added String Overrides to list of developer modules.
37 #540762 by Deslack: Added Malay translation.
38 #527908 by sun: Changed theme_admin_menu_links() to use $element['#children'].
39 #519782 by sun: Updated for hook_footer() replaced by hook_page_alter().
40 #527908 by markus_petrux, sun: Changed admin menu into a renderable array.
41 #420812 by sun, smk-ka: Added support for hook_js().
42 #525638 by Razorraser: Updated for admin/build renamed to admin/structure.
43 by sun: Fixed destination query string of current page not applied to links.
44 #276751 by sun: Revamped rendering of menu additions/widgets.
45 #500866 by sun: Updated for removed t() from getInfo() in tests.
46 #402058 by sun: Added Administration menu toolbar module.
47 by markus_petrux, sun: Added API documentation.
48 #461264 by sun: Added site/domain as CSS class.
49 #451270 by smk-ka, sun: Changed visual indication for uid1.
50 by sun: Minor code clean-up.
51 #490670 by sun: Fixed missing menu after installation/upgrade.
52 #515718 by joelstein, sun: Added rules_admin module to developer modules list.
53 #352065 by sun: Added setting to select developer modules to keep enabled.
54 by Dave Reid: Updated for hook_permission().
55 #424960 by markus_petrux, sun: Fixed gzip compression for cached output.
56 by sun: Fixed opacity of links in sub-menus.
57 #479922 by sun: Fixed fieldsets not collapsed on admin/build/modules/list*.
58 #495148 by sun: Fixed MENU_NORMAL_ITEMs do not appear in administration menu.
59 by sun: Fixed tests for new content-type locations.
60 #276751 by sun: Major rewrite. Fixed menu items cannot be moved, altered, or
61 added as well as various performance issues.
62 by sun: Added variable to allow to disable caching (rewrite).
63 #236657 by sun: Updated for corrected arguments of system_clear_cache_submit().
64 #483870 by sun: Fixed compatibility with new Admin module.
65 #483152 by sun: Fixed admin_menu caches not flushed when clean URLs are toggled.
66 #479922 by danep: Fixed fieldsets not collapsed on admin/build/modules/list.
67 #469716 by sun: Fixed wrong AJAX callback URL under various conditions.
68 #482314 by Dave Reid: Updated for node_type_get_types().
69 #471504 by wulff: Updated Danish translation.
70 by sun: Fixed admin_menu_suppress() does not suppress margin-top.
71 #451270 by sun: Added visual indication when working as uid 1.
72 by Dave Reid: Updated for getInfo() in tests.
73 #437506 by yched, Dave Reid: Updated for menu_router_build().
74 #420828 by sun: Added dynamic replacements for cached administration menu.
75 #420840 by sun: Fixed Drupal.behaviors.adminMenu must be only executed once.
76 #345984 by markus_petrux, sun: Added client-side caching of administration menu.
77 Attention: A new era of Drupal user experience starts here. This is the very
78 first issue of a series of improvements targeting plain awesomeness.
79 #349169 by sun: Fixed Devel switch user links contain multiple path prefixes.
80 #345984 by sun: Code clean-up in preparation for client-side caching.
81 #415196 by psynaptic: Updated for CSS coding standards.
82 #406672 by mr.j, sun: Fixed "Move local tasks" option leaves stale UL.
83 by sun: Major code clean-up and sync across 3.x branches.
84 #349505 by smk-ka, sun: Performance: Added caching of entire menu output.
85 #315342 by wulff: Added "My account" link (by splitting the "Log out" item).
86 #384100 by kepol, sun: Fixed content-type items displayed in wrong place.
87 #376816 by sun: Updated for compatibility for other JavaScript libraries.
88 #373339 by sun: Fixed double-escaped 'Edit <content-type>' link titles.
89 #373372 by sun: Turned procedural JavaScript into admin menu behaviors.
90 by sun: Fixed admin menu tests (and updated to 6.x for SimpleTest 2.x).
91 #359158 by nitrospectide, sun: Fixed Devel Themer breaks admin menu.
92 #365335 by sun: Fixed not all variables removed after uninstall.
93 #362454 by sun: Fixed Drupal.settings.admin_menu is undefined JS error in some
94 browsers.
95 #358697 by sun: Added docs about admin_menu_suppress() to README.txt.
96 #342684 by darumaki, sun: Added notice about Opera configuration to README.txt.
97 #350932 by sun: Fixed "Run updates" link repeated per language/site.
98 #342298 by gustz: Updated Spanish translation.
99 #346106 by sun: Fixed XHTML-Strict validation for admin menu icon.
100 #287448 by sun: Fixed unnecessary menu rebuild for users without permission to
101 use admin menu.
102 #342002 by AltaVida: Fixed improper test for node/add paths.
103 #272920 by keith.smith: Changed all text strings throughout the module.
104 #337820 by Dave Reid: Updated log out path to "user/logout".
105 #340546 by Dave Reid: Updated for drupal_add_js().
106 #340531 by Dave Reid: Updated for module_list().
107 #322731 by sun: Fixed improper use of t() in module install file.
108 #282030 by sun: Fixed "Run updates" item visible for unprivileged users.
109 #322877 by sun: Added tweak to move page tabs into administration menu.
110 #287468 by sun: Fixed module paths directly below "admin" get the wrong parent.
111 #310423 by sun: Added optional position: fixed configuration setting.
112 #292657 by smk-ka: Improved rendering performance.
113 #234149 by yhager, sun: Fixed RTL support for IE.
114 #266358 by sun: Updated for drupal_add_css().
115 #323726 by danez1972: Added Spanish translation.
116 #325057 by sun: Updated README.txt.
117 #234149 by yhager, levavie, sun: Added RTL support.
118 #325057 by sun: Added links to flush specific caches.
119 #324334 by AltaVida: Fixed usernames with spaces not in Devel user switch links.
120 #320526 by yettyn, sun: Updated to UNSTABLE-2 (DBTNG queries, permissions, etc).
121 #319382 by betz: Added Dutch translation.
122 by sun: Changed admin_menu_wipe() to admin_menu_flush_caches().
123 by sun: Updated content-type edit menu item locations.
124 by sun: Fixed sess_count() changed to drupal_session_count().
125
126
127 Admin Menu 6.x-1.1, 2008-09-12
128 ------------------------------
129 #295476 by pwolanin, use <front> for icon path to fix front-page path-change
130 bug and pathauto conflict, add wipe button to admin form.
131 #301370 by sun: Disabled module fieldset collapsing behavior by default.
132 #288672 by sun: Fixed JS hover behavior not working in IE.
133 #290803 by sun: Fixed missing devel_themer in devel modules; added some others.
134 #286636 by sun: Fixed menus do not drop down in IE6.
135 #249537 by pwolanin, sun: Added admin_menu_suppress() to allow other modules to
136 disable the display of admin_menu on certain pages (f.e. popups).
137 #268211 by sun: Fixed invalid issue queue links for custom modules and
138 sub-modules of projects.
139 #261461 by sun: Added FAQ entry for displaying other menus like admin_menu.
140 #264067 by sun: Added FAQ entry for huge amount of anonymous users displayed.
141 #280002 by pwolanin: Clean up .test setUp function.
142 #242377 by sun: Fixed sub-level menu items exceed total document height.
143
144
145 Admin Menu 6.x-1.0, 2008-06-26
146 ------------------------------
147 #266308 by sun: Fixed jQuery 1.0.x incompatible selector for collapsing modules.
148 #268373 by sun: Added hook_update to cleanup for alpha/beta testers.
149 #268373 by sun: Added menu callback to disable/enable developer modules.
150 #132524 by pwolanin: Fixed admin_menu links are re-inserted each time menu links
151 are rebuilt.
152 by smk-ka: Performance: Use 'defer' attribute for JavaScript to delay execution.
153 #266099 by sun: Fixed description of "Apply margin-top" configuration setting.
154 #266308 by sun: Usability: Added Utility module features to collapse module
155 fieldsets on Modules page.
156 #251341 by sun: Added docs about display drupal links permission.
157
158
159 Admin Menu 6.x-1.0-BETA, 2008-06-08
160 -----------------------------------
161 #132524 by sun: Fixed support for sub-content-types below node/add.
162 #132524 by pwolanin: Added support for localizable menu links.
163 #132524 by pwolanin, sun: Fixed menu links adjustments.
164 #132524 by pwolanin: Added simpletest.
165 #132524 by pwolanin: Major rewrite to better use Drupal 6 menu system.
166 #132524 by sun: Moved gettext translation files into translations.
167 #132524 by sun: Committing pre-alpha code for D6 due to public demand.
168
169
170 Admin Menu 5.x-2.x, xxxx-xx-xx
171 ------------------------------
172 #246221 by sun: Fixed user counter displays different values than Who's online
173 block.
174 #239022 by mikl: Added Danish translation.
175 #234444 by smk-ka: Fixed admin_menu icon does not respect theme settings.
176 #198240 by sun: Fixed admin_menu displayed in print output.
177
178
179 Admin Menu 5.x-2.4, 2008-02-24
180 ------------------------------
181 #214740 by sun: Regression: Fixed directly applied marginTop not supported by IE.
182 #214725 by sun: Fixed wrong CSS id in admin_menu.js (missed in 5.x-2.3).
183
184
185 Admin Menu 5.x-2.3, 2008-02-24
186 ------------------------------
187 #214725 by sun: Fixed CSS id and classes should not contain underscores.
188 #209390 by sun: Added note about interaction with user role permissions.
189 #214740 by jjeff, sun: Added module settings to configure margin-top CSS.
190 #200737 by sun: Changed admin_menu (fav)icon to use theme setting, if defined.
191 #203116 by smk-ka: Improved performance of non-cached admin_menu by storing
192 already processed URLs in the cache.
193 #224605 by sun: 'Add <content_type>' items do not appear without 'administer
194 nodes' permission.
195 #210615 by robertgarrigos: Fixed Mozilla Mac: Collapsible fieldsets display
196 error.
197
198
199 Admin Menu 5.x-2.2, 2007-01-08
200 ------------------------------
201 #204884 by jjeff: Usability: Override theme font family declaration.
202 #204935 by jjeff: Added mouseout delay for hovered menus (yay!).
203 #193941 by downgang: Fixed margin in IE6 using Garland theme.
204 #197306 by sun: Fixed 'Run updates' leads to wrong url with clean URLs disabled.
205 Moved images into sub-folder.
206 by smk-ka: Fixed icon title for user counter not displayed & coding style.
207 Fixed user count not displayed without 'administer users' permission.
208
209
210 Admin Menu 5.x-2.1, 2007-12-02
211 ------------------------------
212 Fixed adding menu items with negative weight not always working.
213 Fixed admin_menu_copy_items() is overwriting already existing items.
214 Fixed display menu item ids in devel settings does not work.
215
216
217 Admin Menu 5.x-2.0, 2007-12-02
218 ------------------------------
219 Added devel_admin_menu() for fast access to clear-cache, variable editor and
220 switch_user.
221 Added username to logout button.
222 Added hook_admin_menu() to allow other modules to alter admin_menu.
223 #194189 by sun: Added counter for current anonymous/authenticated users.
224 Added Drupal.org project issue queue links for all enabled contrib modules.
225 #189701 by sun: Changed admin_menu icon to be a menu.
226 #193925 by sun: Removed obsolete menu slicing code.
227 #193669 by smk-ka: Moved admin_menu builder functions into include file.
228
229
230 Admin Menu 5.x-1.2, 2007-11-18
231 ------------------------------
232 #176969 by smk-ka: Fixed performance issues with path(auto) module by
233 introducing a menu cache for admin_menu.
234 #179648 by sun: Inject admin_menu into theme.
235 Fixes several CSS bugs in various themes and also activation of admin_menu
236 immediately after installation.
237 #191213 by Standard: Fixed block info shouldn't contain the word "block".
238 #187816 by sun: Fixed "Add" not translatable.
239 #186218 by sun: Fixed admin menu icon too big in Safari.
240 #182563 by sun: Fixed wrong datatype for array_search in _admin_menu_get_children().
241 #183496 by sun: Fixed invalid argument supplied for foreach in admin_menu_copy_items().
242
243
244 Admin Menu 5.x-1.1, 2007-10-10
245 ------------------------------
246 #178876 by sun: Fixed 3rd-level submenus expand without hover over.
247 #153455 by sun: Fixed add product node sub-elements are empty.
248 Fixed path_to_theme() call breaking blocks page.
249 #177582 by sun: Fixed bluebreeze theme compatibility.
250
251
252 Admin Menu 5.x-1.0, 2007-09-06
253 ------------------------------
254 #156952 by sun: Fixed admin menu inaccessible due to margins.
255 #149229 by sun: Fixed admin menu not expanding in IE7.
256 #172545 by sun: Use opacity instead of -moz-opacity.
257 #132867 Fixed z-index too low.
258 - Fixed admin menu block selectors to override any other theme styles.
259 #155589 by sun: Added permission to access administration menu.
260 - Fixed a PHP warning when there are no content types defined in the system, as
261 node/add then has no child menu items.
262 #155312 by sun: Fixed menu item tooltip clashes.
263 Added support for custom stylesheets per theme.
264 Removed 4.7.x compatibility.
265
266
267 Admin Menu 4.7-1.3, 2007-03-30
268 ------------------------------
269 #126601 Fixed Users can see inaccessible items.
270 #121027 Fixed Page not found entries for menu-collapsed.png.
271
272
273 Admin Menu 4.7-1.2, 2007-03-04
274 ------------------------------
275 - Fixed menu item adjustments
276 - Fixed IE / Safari support
277 - Fixed base_path for IE support
278 - Added create content options to content management menu
279
280
281 Admin Menu 4.7-1.1, 2007-01-24
282 ------------------------------
283 First stable release, compatible to Drupal 4.7.x and 5.x.
284
285
286 Admin Menu 4.7-1.0, 2007-01-16
287 ------------------------------
288 Initial release of admin_menu module. Already supporting Drupal 5.0.

  ViewVC Help
Powered by ViewVC 1.1.2