summaryrefslogtreecommitdiff
path: root/includes/menu.inc
Commit message (Collapse)AuthorAge
* #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
|
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* #156782 by webernet and pwolanin: clean up menu API and menu module code ↵Gábor Hojtsy2007-07-04
| | | | comments, fix typos, wrap lines properly and fix some coding style issues
* - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various ↵Dries Buytaert2007-07-04
| | | | menu module fixes.
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* #132226: Single tabs should not appear.Steven Wittens2007-06-22
|
* #115847 by chx and pwolanin: traverse to upper menu items for default tabsGábor Hojtsy2007-06-17
|
* - Patch #150676 by lyrincz: removed debug comment.Dries Buytaert2007-06-12
|
* - Patch #149562 by chx: avoid duplicate menu items.Dries Buytaert2007-06-06
|
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Patch #147656 by pwolanin and chx: menu module update for Drupal 6.Dries Buytaert2007-06-05
|
* - Patch #147873 by hswong3i: made an SQL query Oracle-friendly.Dries Buytaert2007-06-01
|
* - Patch #147873 by hswong3i: menu SQL fix.Dries Buytaert2007-05-31
|
* - Patch #147873 rollback.Dries Buytaert2007-05-30
|
* - Patch #147873 by hswong3i: made menu.inc Oracle-friendly.Dries Buytaert2007-05-30
|
* - Patch #145058 by pwolanin: update parents when a child is deleted.Dries Buytaert2007-05-28
|
* - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.Dries Buytaert2007-05-27
|
* - Patch #146937 by merlinofchaos: restore maintenance mode.Dries Buytaert2007-05-26
|
* - Patch #140218 by Crell et al: make it possible to move page callbacks to ↵Dries Buytaert2007-05-22
| | | | their own include files.
* - Patch #137767 by chx and pwolanin: multiple menu support.Dries Buytaert2007-05-16
|
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #138703 by chx: Menu inheritance is wrong.Dries Buytaert2007-04-24
|
* - Patch #131009 by chx: menu system fixes/improvements.Dries Buytaert2007-04-15
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* #130991: Custom menu items, part 1Steven Wittens2007-04-06
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #110888 by Eaton: unify hook _alter()Dries Buytaert2007-03-26
|
* #127172: Fix negative weights in menu system (admin page was out of order)Steven Wittens2007-03-19
|
* - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay.Dries Buytaert2007-03-12
|
* - Patch #125763 by chx: menu system fixes/enhancements.Dries Buytaert2007-03-08
|
* - Patch #118183 by chx: tabs fixes.Dries Buytaert2007-02-14
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|