CHANGELOG.txt 18 KB

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