summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* - 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
* #206510 by pwolanin, chx: menu title arguments were not properly stored when ↵Gábor Hojtsy2008-01-06
| | | | they were empty
* #202955 by chx: menu_rebuild() needs to be called after maintenance mode, ↵Gábor Hojtsy2008-01-03
| | | | because stale data might end up in menu tables in maintenance mode
* #205843 report by asimmonds, patch by chx: menu_valid_path() was used as an ↵Gábor Hojtsy2008-01-03
| | | | API function, but was located in menu.module, move to menu.inc
* #50901 by chx: do not allow user login under maintenance mode, if the logged ↵Gábor Hojtsy2008-01-02
| | | | in user has no site config permission
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* - Patch #204083 by pwolanin: PHPdoc improvement.Dries Buytaert2007-12-28
|
* #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titlesGábor Hojtsy2007-12-27
|
* #204081 by chx: check menu arguments by type, so type casting will not cause ↵Gábor Hojtsy2007-12-27
| | | | problems
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #201536 by chx: centralizing permission checking code in node revision ↵Gábor Hojtsy2007-12-20
| | | | handling, removing lots of duplicate code
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do ↵Gábor Hojtsy2007-12-07
| | | | not try to use the cache when resetting is asked
* #196043 by chx: menu items saved in the update but broken on the new system ↵Gábor Hojtsy2007-12-06
| | | | (due to coming from disabled or old modules) were not possible to delete
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* - Patch #192736 by quicksketch et al: drag and drop for book module.Dries Buytaert2007-11-26
|
* #170514 by pwolanin: drastically reduce calls to cache clearing when the ↵Gábor Hojtsy2007-11-26
| | | | menu needs to be rebuilt
* #194166 rollback and additional comments by chx: developers can modify menu ↵Gábor Hojtsy2007-11-24
| | | | editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
* #164330 follow up by webernet and Crell: remove XHTML invalidating ID ↵Gábor Hojtsy2007-11-21
| | | | attribute on links, where the classes are enough to identify them
* #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵Gábor Hojtsy2007-11-09
| | | | vulnerabilities
* #177497 by chx and Desbeers: revive Drupal 5's menu_set_location() ↵Gábor Hojtsy2007-10-25
| | | | functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead.
* #177497 reverted - caused fatal problems with modules using menu_set_location()Gábor Hojtsy2007-10-24
|