summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* #261148 by chx and pwolanin: Allow recovery from a failed menu build.Angie Byron2008-10-08
|
* #238760 follow-up by pwolanin: Forward-port rest of 6.x fix for ↵Angie Byron2008-09-22
| | | | menu_rebuild() race condition.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #268006 by pwolanin: Prevent hook_help() from appearing on 403 pages.Angie Byron2008-09-20
|
* - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu ↵Dries Buytaert2008-09-18
| | | | admin.
* - Patch #303827 by Damien Tournoud: fixed the menu system.Dries Buytaert2008-09-05
|
* #285309 by pwolanin: menu_name in hook_menu is ignored on updatesAngie Byron2008-09-02
|
* - Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for ↵Dries Buytaert2008-08-31
| | | | menu_link_save().
* - Patch #227851 by hswong3i: made SQL query ANSI compliant.Dries Buytaert2008-08-25
|
* - Patch #298581 by Damien Tournoud: database clean-ups.Dries Buytaert2008-08-22
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the ↵Dries Buytaert2008-07-10
| | | | menu cache properly.
* - Patch #273129 by pwolanin: adding class active-trail should not remove ↵Dries Buytaert2008-07-10
| | | | previous attributes.
* - Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu ↵Dries Buytaert2008-07-05
| | | | rebuilding.
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and ↵Dries Buytaert2008-06-25
| | | | 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
* - Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et ↵Dries Buytaert2008-06-24
| | | | al: breadcrumb doesn'tt always include all active items.
* - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with ↵Dries Buytaert2008-06-24
| | | | caching.
* - Patch #266596 by pwolanin: menu system performance improvement.Dries Buytaert2008-06-12
|
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #259483 by pwolanin: fixed undefined index warning.Dries Buytaert2008-05-20
|
* - Patch #256579 by justinrandell: registry performance optimizations.Dries Buytaert2008-05-13
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #249571 by pwoladin: primary/secondary links don't get ↵Dries Buytaert2008-05-05
| | | | 'active-trail' class.
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #220827 by Arancaytar et al: menu system phpdoc improvements.Dries Buytaert2008-03-21
|
* - Patch #218513 by Pancho: Doxygen formatting fixes.Dries Buytaert2008-03-19
|
* - Patch #231587 by pwolanin et al: fixed scalability issue in the menu system.Dries Buytaert2008-03-14
|
* - Patch #216813 by pwolanin et al: fixed upgrade path for primary links and ↵Dries Buytaert2008-02-23
| | | | navigation.
* - Patch #220953 by pwolanin: fixed bug in _menu_navigation_links_rebuild().Dries Buytaert2008-02-23
|
* - Patch #215858 by pwolanin, goba, catch et al: localized menu link data ↵Dries Buytaert2008-02-10
| | | | getting saved back to the database.
* - Patch #218471 by pwolanin: menus and books exposed unpublished nodes.Dries Buytaert2008-02-10
|
* - Patch #184926 by Rob and brightloudnoise: improved usability of status ↵Dries Buytaert2008-02-10
| | | | message when site is offline.
* - Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter ↵Dries Buytaert2008-02-10
| | | | where their parent is found.
* - Patch #214513 by Lynn: missing break-statement in system_send_email_action.Dries Buytaert2008-02-06
|
* - Patch #218319 by Moshe: added support for dynamic menu items in query strings.Dries Buytaert2008-02-06
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #215858 by pwolanin: localized menu options were saved into the database, ↵Gábor Hojtsy2008-02-04
| | | | avoid this by using different variable names / array keys
* #215127 by chx, webernet, catch; testing by theborg: menu item parenting was ↵Gábor Hojtsy2008-01-30
| | | | broken when moving menu items
* #215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and ↵Gábor Hojtsy2008-01-29
| | | | _menu_link_translate()
* #213664 by chx, theborg: menu item not expanded on front pageGábor Hojtsy2008-01-28
|
* #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroupsGábor Hojtsy2008-01-28
|
* #207029 by JohnAlbin: some menu item properties were not passed along for ↵Gábor Hojtsy2008-01-28
| | | | theming (regression)
* #187075 by dvessel: do not compute a breadcrumb for the home page (regression)Gábor Hojtsy2008-01-27
|
* #212409 by theborg: avoid calling check_plain() twice on menu linksGábor Hojtsy2008-01-22
|
* #210479 by catch, dvessel: add newlines to list items, so inline display and ↵Gábor Hojtsy2008-01-21
| | | | RTL issues are resolved
* #208262 by jvandyk: better name for variable signing a menu rebuild requirementGábor Hojtsy2008-01-10
|
* A missing empty lineGábor Hojtsy2008-01-10
|
* #207908 by chx, docs by jvandyk: menu title custom translation was not ↵Gábor Hojtsy2008-01-10
| | | | invoked properly