summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* - Patch #352712 by dmitrig01: better documentation for menu_get_object() and ↵Dries Buytaert2009-01-04
| | | | arg().
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #320510 by hswong3i et al: convert menu.inc to new database ↵Dries Buytaert2008-12-03
| | | | abstraction layer.
* - Patch #334030 by justinrandell: replace module_list with module_implements ↵Dries Buytaert2008-11-15
| | | | when calling a hook.
* #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on ↵Angie Byron2008-11-13
| | | | admin/build/menu, and robustify the test so we catch stuff like this in the future.
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵Dries Buytaert2008-11-11
| | | | cache registry lookups.
* Oops. Roll-back of #328110. ApologiesAngie Byron2008-11-11
|
* #328110 by Damien Tournoud: Remove recoverable fatal error from menu system.Angie Byron2008-11-11
|
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* #331705 by dmitrig01: Make sure a menu callback exists before attempting to ↵Angie Byron2008-11-08
| | | | call it.
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* - Patch #302638 by pwolanin: no-op queries during menu rebuild.Dries Buytaert2008-10-19
|
* - Patch #285165 by Damien Tournoud, pwolanin, chx: fixed wildcard loader problemDries Buytaert2008-10-14
|
* - Patch #285165 by Heine, Gabor: fixed wildcard loader names with numbers.Dries Buytaert2008-10-14
|
* - Patch #320146 by pwolanin: when in offline mode, link to the admin page to ↵Dries Buytaert2008-10-13
| | | | take the site online again.
* #249571 by pwolanin: Fix bug with 'active-trail' class in Primary/Secondary ↵Angie Byron2008-10-13
| | | | links.
* #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
|