Commit Graph

214 Commits (47095ffb3cc73f45763b707b7f082707fe9180dd)

Author SHA1 Message Date
Dries Buytaert b274bf87f3 - Patch #182950: fieldset massaging for usability. 2007-10-12 14:10:18 +00:00
Gábor Hojtsy 2a19a5c3e1 #180588 by merlinofchaos: run tabs through theme('menu_item_link') compared to just l() directly, so they can be properly themed 2007-10-08 18:49:03 +00:00
Gábor Hojtsy 8ac45b1a75 #181564 follow up patch by webernet: fix a notice introduced by the earlier patch committed 2007-10-08 15:01:05 +00:00
Gábor Hojtsy 4f4d08c23d #181564 by Crell: add first and last CSS classes to menu tree lists and themed item lists for themers to use 2007-10-08 14:15:09 +00:00
Gábor Hojtsy 0e04fbd43d #170514 by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt 2007-10-05 13:17:09 +00:00
Gábor Hojtsy fbe674e263 #179578 by pwolanin: multiple menu links to the same node were not shown (but were stored) 2007-10-01 09:53:03 +00:00
Gábor Hojtsy 888fd6415f #179474 by JirkaRybka and pwolanin: proper depth counting for menu tabs when parents are missing inbetween 2007-10-01 09:49:14 +00:00
Gábor Hojtsy 0cf669611f #179475 by JirkaRybka: fix code comments on menu_local_tasks() 2007-09-29 08:12:06 +00:00
Dries Buytaert 0351f4ca5d - Patch #164330 by Crell et al: restore menu classes. 2007-09-26 18:14:05 +00:00
Gábor Hojtsy 8f9143ad0d #172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.inc 2007-09-10 12:21:30 +00:00
Gábor Hojtsy 9643ec9e70 #172754 by pwolanin: page titles were broken when outside the active menu or on a callback 2007-09-07 20:31:02 +00:00
Gábor Hojtsy 9307321817 #148677 by pwolanin: set active menu item on 403/404 pages (and on the user page) 2007-09-06 12:47:20 +00:00
Gábor Hojtsy 306fca8ec9 #172604 by pwolanin: remove leading space at _menu_find_router_path() to comply to coding standards 2007-09-06 12:07:31 +00:00
Dries Buytaert 2db2c039fb - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
Gábor Hojtsy 2765d143c0 #147657 by chx: menu module update function 2007-08-29 20:46:18 +00:00
Gábor Hojtsy ffb803bae2 #157510 by pwolanin and chx: search module needs menu tail arguments (arbitrary 'directory' looking parts) 2007-08-25 10:29:18 +00:00
Dries Buytaert f2ce877d43 - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS. 2007-08-23 16:41:19 +00:00
Gábor Hojtsy 6721bc580a #166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options) 2007-08-22 08:36:34 +00:00
Gábor Hojtsy 6eaaa3c1b3 #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of being able to set primary and secondary links differently 2007-08-20 18:26:41 +00:00
Gábor Hojtsy 85509811e1 #155621 follow up patch by pwolanin: really delete menu links by refreshing the cache 2007-08-20 18:15:05 +00:00
Dries Buytaert d48660c524 - Patch #166719 by pwoladin: help system fix. 2007-08-20 06:44:02 +00:00
Dries Buytaert 78dcd8e03f - Patch #155621 by pwolanin: Use API function to delete menu links during rebuild. 2007-08-19 09:46:15 +00:00
Dries Buytaert c17499b6fe - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.) 2007-08-12 16:12:00 +00:00
Dries Buytaert b134b023e1 - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
Dries Buytaert 15c68075d9 - Patch #154470 by pwolanin et al: optimize menu queries and indices. 2007-08-11 14:06:15 +00:00
Dries Buytaert a21275a58f - Patch #165160 by hswong3i: made two SQL queries work on DB2. 2007-08-07 08:41:24 +00:00
Gábor Hojtsy ffa40a9be3 #162095 by pwolanin: fix MySQL error when moving menu links, not applicable to PostgreSQL 2007-08-04 13:58:06 +00:00
Gábor Hojtsy 50955e3801 #156626 by pwolanin: allow deletion of custom menus 2007-07-25 14:44:03 +00:00
Gábor Hojtsy 306d3b150b #154469 follow up patch by pwolanin: fix parameter order in menu_tree_collect_node_links() call 2007-07-17 06:13:34 +00:00
Dries Buytaert 78031b77e1 - Patch #154469 by pwolanin: improve performance of access checks and add localized sorting. 2007-07-16 12:51:03 +00:00
Dries Buytaert c7eef3d27b - Patch #151055 by pwolanin et al: fixed problems with moving menu items. 2007-07-09 18:08:15 +00:00
Gábor Hojtsy 806d0a3dee #156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes 2007-07-05 08:48:58 +00:00
Gábor Hojtsy 07a8d9bcb3 #156782 by webernet and pwolanin: clean up menu API and menu module code comments, fix typos, wrap lines properly and fix some coding style issues 2007-07-04 21:33:55 +00:00
Dries Buytaert e0fe1ae8eb - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various menu module fixes. 2007-07-04 15:49:44 +00:00
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Gábor Hojtsy 9e6ef53c2c #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array 2007-06-30 19:46:58 +00:00
Steven Wittens f4e7cabb2b #132226: Single tabs should not appear. 2007-06-22 06:12:09 +00:00
Gábor Hojtsy f22b5d31ea #115847 by chx and pwolanin: traverse to upper menu items for default tabs 2007-06-17 14:55:39 +00:00
Dries Buytaert f3c5932a8a - Patch #150676 by lyrincz: removed debug comment. 2007-06-12 20:51:27 +00:00
Dries Buytaert cd0c56481d - Patch #149562 by chx: avoid duplicate menu items. 2007-06-06 06:26:15 +00:00
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert c4d170c961 - Patch #147656 by pwolanin and chx: menu module update for Drupal 6. 2007-06-05 09:15:02 +00:00
Dries Buytaert 7744bd90c5 - Patch #147873 by hswong3i: made an SQL query Oracle-friendly. 2007-06-01 09:40:40 +00:00
Dries Buytaert 97a09cb998 - Patch #147873 by hswong3i: menu SQL fix. 2007-05-31 11:54:39 +00:00
Dries Buytaert e9c11ad72f - Patch #147873 rollback. 2007-05-30 15:26:33 +00:00
Dries Buytaert 682c4cc2e7 - Patch #147873 by hswong3i: made menu.inc Oracle-friendly. 2007-05-30 08:35:56 +00:00
Dries Buytaert ee2afa19d0 - Patch #145058 by pwolanin: update parents when a child is deleted. 2007-05-28 06:24:41 +00:00
Dries Buytaert a8ceb7613b - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links. 2007-05-27 20:31:13 +00:00
Dries Buytaert 7f83d274b5 - Patch #146937 by merlinofchaos: restore maintenance mode. 2007-05-26 10:54:12 +00:00
Dries Buytaert 5094312d3b - Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files. 2007-05-22 05:52:17 +00:00