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

  ViewVC Help
Powered by ViewVC 1.1.2