summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* - 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
|
* #177497 by chx: revive Drupal 5's menu_set_location() functionality by ↵Gábor Hojtsy2007-10-24
| | | | introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #173188 follow up patch by chx: return mlid when a new menu link is addedGábor Hojtsy2007-10-17
|
* #184022 bx chx and merlinofchaos with documentation improvements from me: ↵Gábor Hojtsy2007-10-17
| | | | %index and %map menu path placeholders for Views module to be able to use the new menu system
* #173188 by chx: update aggregator menu items when an aggregator category is ↵Gábor Hojtsy2007-10-16
| | | | changed
* - Patch #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #180588 by merlinofchaos: run tabs through theme('menu_item_link') compared ↵Gábor Hojtsy2007-10-08
| | | | to just l() directly, so they can be properly themed
* #181564 follow up patch by webernet: fix a notice introduced by the earlier ↵Gábor Hojtsy2007-10-08
| | | | patch committed
* #181564 by Crell: add first and last CSS classes to menu tree lists and ↵Gábor Hojtsy2007-10-08
| | | | themed item lists for themers to use
* #170514 by pwolanin: block and page cache should be cleaned when a menu item ↵Gábor Hojtsy2007-10-05
| | | | is changed (saved, deleted) or the menu router is rebuilt
* #179578 by pwolanin: multiple menu links to the same node were not shown ↵Gábor Hojtsy2007-10-01
| | | | (but were stored)
* #179474 by JirkaRybka and pwolanin: proper depth counting for menu tabs when ↵Gábor Hojtsy2007-10-01
| | | | parents are missing inbetween
* #179475 by JirkaRybka: fix code comments on menu_local_tasks()Gábor Hojtsy2007-09-29
|
* - Patch #164330 by Crell et al: restore menu classes.Dries Buytaert2007-09-26
|
* #172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.incGábor Hojtsy2007-09-10
|
* #172754 by pwolanin: page titles were broken when outside the active menu or ↵Gábor Hojtsy2007-09-07
| | | | on a callback
* #148677 by pwolanin: set active menu item on 403/404 pages (and on the user ↵Gábor Hojtsy2007-09-06
| | | | page)
* #172604 by pwolanin: remove leading space at _menu_find_router_path() to ↵Gábor Hojtsy2007-09-06
| | | | comply to coding standards
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* #147657 by chx: menu module update functionGábor Hojtsy2007-08-29
|
* #157510 by pwolanin and chx: search module needs menu tail arguments ↵Gábor Hojtsy2007-08-25
| | | | (arbitrary 'directory' looking parts)
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.
* #166593 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of ↵Gábor Hojtsy2007-08-20
| | | | being able to set primary and secondary links differently
* #155621 follow up patch by pwolanin: really delete menu links by refreshing ↵Gábor Hojtsy2007-08-20
| | | | the cache
* - Patch #166719 by pwoladin: help system fix.Dries Buytaert2007-08-20
|
* - Patch #155621 by pwolanin: Use API function to delete menu links during ↵Dries Buytaert2007-08-19
| | | | rebuild.
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement. (Correct version this time.)
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* - Patch #154470 by pwolanin et al: optimize menu queries and indices.Dries Buytaert2007-08-11
|
* - Patch #165160 by hswong3i: made two SQL queries work on DB2.Dries Buytaert2007-08-07
|
* #162095 by pwolanin: fix MySQL error when moving menu links, not applicable ↵Gábor Hojtsy2007-08-04
| | | | to PostgreSQL
* #156626 by pwolanin: allow deletion of custom menusGábor Hojtsy2007-07-25
|
* #154469 follow up patch by pwolanin: fix parameter order in ↵Gábor Hojtsy2007-07-17
| | | | menu_tree_collect_node_links() call
* - Patch #154469 by pwolanin: improve performance of access checks and add ↵Dries Buytaert2007-07-16
| | | | localized sorting.
* - Patch #151055 by pwolanin et al: fixed problems with moving menu items.Dries Buytaert2007-07-09
|