summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* - 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.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* #755638 by Damien Tournoud: Fixed Tasks are duplicated for default local tasks.Angie Byron2010-05-05
|
* - Patch #745542 by seutje, sign: wrong margin for primary active tab in Seven.Dries Buytaert2010-05-04
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #688334 by stella, BTMash, carlos8f, chx: fixed file inheritance is ↵Dries Buytaert2010-04-26
| | | | broken.
* #777150 by jpmckinney, realityloop: Fixed Strict warning on the reports screen.Angie Byron2010-04-22
|
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* #556872 by Davy Van Den Bremt, pwolanin, sun, and eojthebrave: Fixed Action ↵Angie Byron2010-03-12
| | | | links do not work on all levels (example: 'add block' action link does not appear).
* #282191 follow-up by plach: Remove ambitious parts of translatable fields UI ↵Angie Byron2010-03-07
| | | | from core that are no longer relevant, given what made it into Drupal 7.
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* #605926 by jim0203, sun, jhodgdon, dman, eileenmcnaughton, Gábor Hojtsy: ↵Angie Byron2010-02-17
| | | | Fixed Menu link weight changes when editing a node. (with tests)
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* - Patch #667816 by Damien Tournoud, catch: fxed incorrect constant usage in ↵Dries Buytaert2010-01-29
| | | | menu.inc.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: ↵Dries Buytaert2010-01-14
| | | | router loaders causing a lot of database hits for access checks.
* #678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' ↵Angie Byron2010-01-12
| | | | functionality from Help module.
* #634472 by sun and effulgentsia: Allow menu template file suggestions.Angie Byron2010-01-08
|
* #678628 by bdragon and matt2000: Fixed 'More help' links missing from interface.Angie Byron2010-01-08
|
* #643984 by catch: Cache results of menu_get_item(). This makes it possible ↵Angie Byron2010-01-04
| | | | to serve a page in Drupal 7 with no hits to the database when using alternate caching backends.
* #281405 follow-up by Arancaytar, catch, Crell, and justinrandell: Reduce ↵Angie Byron2010-01-03
| | | | memory consumption of menu_rebuild() by splitting huge query into multiple passes.
* - Patch #190867 by chx: fixed access to creating path aliases.Dries Buytaert2009-12-17
|
* - Patch #631550 by sun: fixed stale and improper logic for ↵Dries Buytaert2009-12-14
| | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
* #651712 by carlos8f: Fixed bug where rendered menu tree links do not include ↵Angie Byron2009-12-08
| | | | proper attributes (with tests).
* - Patch #626286 by sun, David_Rothstein, Rob Loach: make contextual links a ↵Dries Buytaert2009-12-06
| | | | module.
* - Patch #650944 by catch: use db_truncate() in _menu_router_save().Dries Buytaert2009-12-04
|
* - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks.Dries Buytaert2009-12-03
|
* #610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, ↵Angie Byron2009-12-02
| | | | marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
* - Patch #606640 by eojthebrave, sun, catch: don't use menu loaders because ↵Dries Buytaert2009-11-11
| | | | menu loaders are executed on every menu system access check. Performance improvement.
* - Patch #629100 by David_Rothstein: fixed incorrect PHPDoc in ↵Dries Buytaert2009-11-10
| | | | menu_contextual_links().
* #521852 by brandonojc, Everett Zufelt, mgifford, and sun: Provide semantic ↵Angie Byron2009-11-08
| | | | markup to local tasks to indicate an active task.
* - Patch #607244 by sun: added permission to decrease performance impact of ↵Dries Buytaert2009-11-07
| | | | contextual links.
* #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs ↵Angie Byron2009-11-01
| | | | in https support and use https for authorize.php if available.
* - Patch #473268 by sun: documentation improvements for edit in place.Dries Buytaert2009-10-17
|
* #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵Angie Byron2009-10-17
| | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
* #511286 follow-up: Committed rest of stuff.Angie Byron2009-10-17
|
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵Dries Buytaert2009-10-15
| | | | 'callback' callbacks. Oh my, this is the beginning of something big.