summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* 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
|
* - Patch #956320 by dstol: doc cleanup for menu_set_active_trail().Dries Buytaert2010-10-30
|
* - Patch #943558 by David_Rothstein: 'block_callback()' in menu_router() ↵Dries Buytaert2010-10-21
| | | | table seems to have no purpose.
* - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no ↵Dries Buytaert2010-10-20
| | | | purpose.
* #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc.Angie Byron2010-10-08
|
* - Patch #930116 by Benjamin Melançon: remove orphaned line of code from ↵Dries Buytaert2010-10-03
| | | | menu_get_active_help().
* #907690 follow-up by sun: Fix PostgreSQL error in breadcrumb logic by ↵Angie Byron2010-09-27
| | | | removing unused condition.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #883092 by Everett Zufelt, mgifford, Jacine: add heading before ↵Dries Buytaert2010-09-16
| | | | local tasks for screen-reader users.
* - Patch #809616 by catch: fixed notice in menu rebuild.Dries Buytaert2010-09-16
|
* - Patch #890884 by joachim: targeted overrides for theme_menu_link() and ↵Dries Buytaert2010-09-01
| | | | theme_menu_tree() fail for menus with a hyphen.
* #410646 by dman, David_Rothstein, and thousands of other people: Fixed ↵Angie Byron2010-08-23
| | | | 'Secondary menu' exists but is no longer the default source for the secondary links.
* - Patch #408482 by c960657, drifter, dixon_, chx: menu links do not follow ↵Dries Buytaert2010-08-22
| | | | parent when moving.
* - Patch #652122 by sun, catch, moshe weitzman, Berdir, mr.baileys, chx, ↵Dries Buytaert2010-08-20
| | | | David_Rothstein, Scott Reynolds, Damien Tournoud: fix dashboard as the default /admin local task.
* #851348 by mr.baileys: Fixed Fix doc: menu_tree() returns a renderable ↵Angie Byron2010-08-05
| | | | array, not rendered HTML.
* - Patch #767478 by derjochenmeyer: menu li.leaf items get expanded ↵Dries Buytaert2010-07-19
| | | | (li.expanded) when active.
* - Patch #855378 by aspilicious: fix newlines in menu.inc.Dries Buytaert2010-07-16
|
* #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵Angie Byron2010-07-07
| | | | Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users.
* #843278 by David_Rothstein: Fixed Menu system static caches are no longer ↵Angie Byron2010-07-06
| | | | completely cleared (causes shortcuts to not be added correctly in the overlay).
* - Patch #620618 by sun, Damien Tournoud, JohnAlbin, makara: optimize menu ↵Dries Buytaert2010-07-02
| | | | tree building and use it for toolbar.
* - Patch #effulgentsia: remove left-overs.Dries Buytaert2010-07-01
|
* - Patch #838408 by chx: remove hook_menu_active_handler_alter().Dries Buytaert2010-06-26
|
* - Patch #766382 by andypost: column 'status' is ambiguous when using node ↵Dries Buytaert2010-06-16
| | | | access modules.
* - Patch #766382 by pebosi: column 'nid' is ambiguous when using node access ↵Dries Buytaert2010-06-11
| | | | modules.
* - Patch #711108 by Berdir, scor: richer exception reporting for watchdog().Dries Buytaert2010-05-28
|
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* - Patch #800696 by David_Rothstein: reenabling a module causes the module's ↵Dries Buytaert2010-05-17
| | | | links to be incorrectly mixed with custom menu links.