summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* Leftovers from #71925: remove # from hook_link keysSteven Wittens2006-07-13
|
* #72352 by quiptime, properly generate home link in breadcrumb.Neil Drumm2006-07-07
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #71629 by keve, fix an undefined index.Neil Drumm2006-07-02
|
* #71621 by keve, avoid an undefined variableNeil Drumm2006-07-02
|
* - Patch #69270 by gordon: add query to the menu items. Required for CiviCRM ↵Dries Buytaert2006-06-17
| | | | integration.
* - Patch #68703 by jvandyk: corrected the PHPDoc of menu_get_item().Dries Buytaert2006-06-14
|
* - Patch #67434 by fgm: small performance improvement. Unset variables as ↵Dries Buytaert2006-06-07
| | | | soon as possible.
* - Patch #65854 by m3avrck: fixed invalid class names.Dries Buytaert2006-06-01
|
* - Patch #64692 by psycotic: theme_menu_links() returning ArrayDries Buytaert2006-05-21
|
* - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by ↵Dries Buytaert2006-05-18
| | | | modules
* - Patch #59222 by Zen: fixed problem with breadcrumb navigation.Dries Buytaert2006-04-24
|
* #58034, make suggested menu items show up in breadcrumbs, results in less ↵Gerhard Killesreiter2006-04-14
| | | | code. Patch by Zen
* #58590, Very tiny performance enhancement in menu_set_active_item(), patch ↵Gerhard Killesreiter2006-04-13
| | | | by timcn
* #57810, avoid running in infinite loop, patch by chxGerhard Killesreiter2006-04-09
|
* #56415, menu_set_location (menu_set_active) mangles $_GET/arg(), patch by JonBobGerhard Killesreiter2006-04-07
|
* #16542, add db rewriting for menus, patch by chxGerhard Killesreiter2006-04-07
| | | | fixes 57406 too
* #55869: Redirect back to requested page after log-inSteven Wittens2006-04-04
|
* #56796: Don't show offline notice more than once per pageSteven Wittens2006-04-04
|
* #45988, Nodes with menu items bypass node permissions systemGerhard Killesreiter2006-03-20
| | | | patch by chx
* #42388, Rehaul menu builder, patch by chxGerhard Killesreiter2006-03-15
|
* - #53857: External URL suppor for menus broken by SA-2006-001Steven Wittens2006-03-14
|
* - sa-2006-001: Custom menu items are accessible to anyoneSteven Wittens2006-03-13
|
* #42388, Out of range value adjusted for column, patch by drummGerhard Killesreiter2006-03-09
|
* - Patch #48993 by jvandyck: removed notices.Dries Buytaert2006-02-14
|
* - Patch #48622 by adrian: remove drupal_goto from _submit functions.Dries Buytaert2006-02-10
|
* - Patch #46184 by Jaza: breadcrumb gone for pages that use menu_set_location()Dries Buytaert2006-01-29
|
* - Patch #45854 by Jaza: fixed problem with menu_rebuild().Dries Buytaert2006-01-23
|
* - Patch #45320 by Zen: improved usability of off-line mode.Dries Buytaert2006-01-22
|
* - Patch #40849 by wtanaka and Richard: killed some menu.inc warnings/notices.Dries Buytaert2006-01-20
|
* - Patch #39430 by Jaza and Richard: code improvements: improved separation ↵Dries Buytaert2006-01-19
| | | | between UI and logic.
* - Patch #9477 by Neil and Richard: fixed inconsistent behavior of ↵Dries Buytaert2006-01-16
| | | | user-specified paths.
* - Patch #44176 by Zen: performance improvement: split() -> explode().Dries Buytaert2006-01-13
|
* - Patch #44373 by m3avrck: improved generated HTML/CSS.Dries Buytaert2006-01-12
|
* - Modified patch #43082 by chx: return a 404 when a callback function does ↵Dries Buytaert2006-01-08
| | | | not exist.
* - Patch #36465 by chx / Richard: made it possible to link to the front page.Dries Buytaert2005-12-27
|
* - Patch #40512 by Richard: fixed coding style + performance improvements.Dries Buytaert2005-12-10
|
* - Patch #35768 by JonBob/Richard: separate callback handling from menu handling.Dries Buytaert2005-12-03
| | | | Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system. Also changes array_key_exists() to isset() in several places, which is reported to perform better.
* - Patch #11758 by Richard Archer: fixed mbstring clash.Dries Buytaert2005-11-28
|
* #27582: menu.inc doc updateSteven Wittens2005-11-24
|
* - Patch #22215 by Richard Archer: refactored primary and secondary links.Dries Buytaert2005-11-03
| | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome.
* - Patch #35410 by kbahey: made site offline feature work.Dries Buytaert2005-10-29
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - Modified version of patch #32622 by kbahey: added 'site ↵Dries Buytaert2005-10-08
| | | | | | offline/maintenance' feature. (Untested because the admin/settings page doesn't work yet.)
* - Patch #31306 by ax: fixed menu system warning.Dries Buytaert2005-09-18
|
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵Dries Buytaert2005-08-11
| | | | | | This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
* - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidiedDries Buytaert2005-06-22
| | | | | | | up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.)
* - Patch #22416: fixed typo that prevented menu item descriptions from ↵Dries Buytaert2005-06-05
| | | | showing up in links.