summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* Issue #2140157 by rbp, jhodgdon, joachim: menu return constants not properly ↵David Rothstein2015-10-14
| | | | explained - MENU_NOT_FOUND, MENU_ACCESS_DENIED
* Issue #2510674 by er.pushpinderrana, joachim, cilefen: menu_get_item() ↵David Rothstein2015-10-14
| | | | should say that $path is optional and what the default is
* Issue #1973262 by cilefen, Matt V., David_Rothstein, Anybody, Rob230: User ↵David Rothstein2015-10-10
| | | | pages display incorrect title instead of "Menu link title" when link paths are added to a default menus
* Drupal 7.39David Rothstein2015-08-19
|
* Issue #2425259 by catch, sidharrell, nlisgo, Josh Waihi, Fabianx, Berdir, ↵David Rothstein2015-03-30
| | | | martin107: Router rebuild lock_wait() condition can result in rebuild later in the request (race condition)
* Issue #1854134 by EtienneRd, jeffam | dolu: Added a query tag to the query ↵David Rothstein2014-11-02
| | | | in menu_link_get_preferred() to allow modules to alter the query.
* Issue #2204873 by sandipmkhairnar: Fix documentation of menu_tree_output.Jennifer Hodgdon2014-03-11
|
* Issue #805236 by merrillholt, ekl1773, marcingy, sun, catch: Cache the query ↵David Rothstein2013-12-30
| | | | in menu_local_tasks().
* Issue #2027351 by micnap, longwave, helenkim: Fix up grammar and awkward ↵Jennifer Hodgdon2013-07-03
| | | | parens in API docs in menu.inc
* Issue #1847382 by thehong, pingwin4eg, 63reasons: Fixed Undefined index: ↵David Rothstein2012-12-09
| | | | access in includes/menu.inc (when custom access_callback() does not exist or does not get included).
* Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M filesJennifer Hodgdon2012-10-10
|
* Issue #1802760 by mkadin, peterx: Document that menu_get_item() can return FALSEJennifer Hodgdon2012-10-10
|
* Issue #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-MJennifer Hodgdon2012-10-04
|
* Issue #261148 follow-up by mikeytown2, chx: Fixed menu_masks() variable is ↵webchick2012-04-28
| | | | empty (race condition).
* Issue #1516030 by valthebald, rdickert: Fixed Change parenthesis in ↵webchick2012-04-12
| | | | menu_link_save() to express intended order of operations.
* Issue #918356 by David_Rothstein, franz, tekante, dstol, mikestefff: Fixed ↵webchick2012-04-12
| | | | WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used.
* Issue #1338282 by Damien Tournoud, zymsys, JamesOakley, pillarsdotnet, chx: ↵webchick2012-03-26
| | | | Fixed php notice in menu_link_save().
* Issue #1425280 by Niklas Fiekas, swentel: Fixed No contextual links in node ↵webchick2012-02-28
| | | | lists after a node without contextual links.
* Issue #1234830 by beejeebus, oriol_e9g, schildi: Fixed cache_menu(): huge ↵webchick2012-02-14
| | | | table size.
* Issue #1025582 by sun: Added Custom db_select() 'conditions' parameter for ↵webchick2011-12-24
| | | | menu_build_tree().
* Issue #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, ↵webchick2011-12-24
| | | | Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail.
* Issue #1050606 by jhodgdon, bxtaylor: Fixed menu_tree_data() doc needs more ↵webchick2011-09-30
| | | | detail.
* Issue #520106 by JohnAlbin, pillarsdotnet, chx, sun, Nick Lewis, drifter, ↵webchick2011-09-28
| | | | Mark Trapp: Fixed No way to dynamically set active trail.
* - Patch #1226558 by Mark Theunissen: minor typo in docs for function ↵Dries Buytaert2011-07-29
| | | | menu_link_get_preferred().
* Issue #898634 by catch, alex_b, chx: Fixed install_drupal(): call to ↵webchick2011-07-18
| | | | menu-touching functions results in SQL syntax error.
* Issue #1010480 by catch: Optimize _menu_navigation_links_rebuild().webchick2011-07-13
|
* Issue #1001146 by edhaber, droplet: Fixed Cannot theme links in a menu when ↵webchick2011-05-18
| | | | menu_name() contains a hyphen.
* - Rolled back.Dries Buytaert2011-05-17
|
* - Patch #784856 by dmitrig01: menu_get_names() is dead code, remove it.Dries Buytaert2011-05-17
|
* - Patch #1126370 by kim-day, jn2: menu_link_save() needs more detail.Dries Buytaert2011-04-20
|
* - Patch #965272 by larowlan, bellHead, TR: items defined with type ↵Dries Buytaert2011-04-20
| | | | MENU_CALLBACK show 'Home' as a title.
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* - Patch #1110064 by jeffschuler: two @defgroup comment fixes.Dries Buytaert2011-04-12
|
* - Patch #1012768 by agentrickard: fire hook_menu_link_delete() before ↵Dries Buytaert2011-04-12
| | | | removing the data row.
* Issue #749992 by jhodgdon: menu system / menu module distinction is not ↵webchick2011-03-28
| | | | obvious to folks new to Drupal.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1014096 by chx: don't load schema on every page view.Dries Buytaert2011-01-04
|
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* - Patch #408882 by jhodgdon, pillarsdotnet: incorrect documentation in ↵Dries Buytaert2010-12-17
| | | | menu_unserialize() function.
* #975754 by jhodgdon: Fixed problems with hook_menu() documentation.Angie Byron2010-12-08
|
* #979958 follow-up by carlos8f: Small tweaks to previous fix.Angie Byron2010-12-02
|
* #979958 by das-peter, Damien Tournoud: Fixed regression in load_functions ↵Angie Byron2010-12-02
| | | | detection for menu items
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* #298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in searchAngie Byron2010-11-23
|
* #606966 by chx, sun, mr.baileys: Fixed 'load arguments' of parent path are ↵Angie Byron2010-11-21
| | | | not inherited
* #550254 by Damien Tournoud, sun: Fixed some causes of menu links are ↵Angie Byron2010-11-20
| | | | sometimes not properly re-parented.
* #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to ↵Angie Byron2010-11-20
| | | | theme_menu_local_tasks() theme function
* - Patch #944198 by sun: functions that call drupal_system_listing() act on ↵Dries Buytaert2010-11-19
| | | | potentially invalid system items.
* #553944 by sun: Define hook_menu_get_item_alter() as a reliable hook that ↵Angie Byron2010-11-15
| | | | runs before the page is generated.
* - Patch #964822 by pwolanin: small optimization for menu_get_item().Dries Buytaert2010-11-07
|