Commit Graph

143 Commits (414b5e3901271b91bebdd03c3abe00f507dbc87c)

Author SHA1 Message Date
Neil Drumm dfd86399c0 #106232 by chx. Add spaces for code style. 2007-01-02 05:05:38 +00:00
Dries Buytaert 96c913dca9 - Patch #88707 by chx: Make menu_set_active_item a complete inner redirection. 2006-12-23 17:27:03 +00:00
Steven Wittens 4610499856 #101203: Fix 'more help' appearing when there is none. 2006-12-12 06:02:52 +00:00
Dries Buytaert 38f3050777 - Patch #101236 by Uwe Herman: fixed typos in the documentation. 2006-12-05 05:47:37 +00:00
Dries Buytaert ad1c9e69d8 - Patch #97907 by webchick: restore 'more help' links. 2006-11-17 17:16:56 +00:00
Neil Drumm 968a51a442 #72674 by kkaefer. Make adding menu items for local tasks not interfere with the local task. 2006-11-16 07:28:18 +00:00
Dries Buytaert eae420960f - Patch #88707 by kkaefer: make menu_set_active_item recompute the contextual menu items. Bugfix. 2006-10-23 17:57:31 +00:00
Steven Wittens 756cb72d33 - Menu item capitalization 2006-10-22 09:02:29 +00:00
Neil Drumm 4a36c9446a #46935 by markus_petrux and edkwh. Don't output empty title attributes. 2006-10-17 08:27:24 +00:00
Neil Drumm 292d28c831 #42826 by jvandyk, mfb, macgirvin. Only show 'edit primary links' link if the user has access to it. 2006-09-27 07:02:32 +00:00
Neil Drumm c0498c3aaf #78129 by Harry Slaughter. Fix up the breadcrumb home link. 2006-09-06 08:32:51 +00:00
Dries Buytaert 8fdf7a8750 - Patch #72290 by killes: split up the cache table. 2006-08-30 08:46:17 +00:00
Steven Wittens 55eec8f66f #79601: module_exist() -> module_exists() 2006-08-20 05:57:41 +00:00
Dries Buytaert b138793b68 - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) 2006-07-31 11:25:55 +00:00
Steven Wittens 3b4e9d4a26 Leftovers from #71925: remove # from hook_link keys 2006-07-13 05:32:22 +00:00
Neil Drumm f9ecf1b212 #72352 by quiptime, properly generate home link in breadcrumb. 2006-07-07 07:57:30 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Neil Drumm e2ade02680 #71629 by keve, fix an undefined index. 2006-07-02 18:56:42 +00:00
Neil Drumm 9f1450c989 #71621 by keve, avoid an undefined variable 2006-07-02 18:47:09 +00:00
Dries Buytaert 1a68f48c30 - Patch #69270 by gordon: add query to the menu items. Required for CiviCRM integration. 2006-06-17 15:21:44 +00:00
Dries Buytaert 6fb5f9059b - Patch #68703 by jvandyk: corrected the PHPDoc of menu_get_item(). 2006-06-14 13:33:20 +00:00
Dries Buytaert b0ba5ef4f5 - Patch #67434 by fgm: small performance improvement. Unset variables as soon as possible. 2006-06-07 07:40:34 +00:00
Dries Buytaert e600c28f19 - Patch #65854 by m3avrck: fixed invalid class names. 2006-06-01 12:31:43 +00:00
Dries Buytaert 29ba34deae - Patch #64692 by psycotic: theme_menu_links() returning Array 2006-05-21 09:18:47 +00:00
Dries Buytaert 1b291a2917 - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by modules 2006-05-18 14:58:57 +00:00
Dries Buytaert 9472fbae38 - Patch #59222 by Zen: fixed problem with breadcrumb navigation. 2006-04-24 19:25:37 +00:00
Gerhard Killesreiter 361c7c7ed8 #58034, make suggested menu items show up in breadcrumbs, results in less code. Patch by Zen 2006-04-14 22:16:02 +00:00
Gerhard Killesreiter fc59697d5d #58590, Very tiny performance enhancement in menu_set_active_item(), patch by timcn 2006-04-13 15:02:35 +00:00
Gerhard Killesreiter c56896224a #57810, avoid running in infinite loop, patch by chx 2006-04-09 21:44:42 +00:00
Gerhard Killesreiter 77dc67ec92 #56415, menu_set_location (menu_set_active) mangles $_GET/arg(), patch by JonBob 2006-04-07 15:18:40 +00:00
Gerhard Killesreiter c706d11a0d #16542, add db rewriting for menus, patch by chx
fixes 57406 too
2006-04-07 11:28:20 +00:00
Steven Wittens 3e9948e529 #55869: Redirect back to requested page after log-in 2006-04-04 07:46:02 +00:00
Steven Wittens d87aa9e464 #56796: Don't show offline notice more than once per page 2006-04-04 06:17:52 +00:00
Gerhard Killesreiter dae2bdbb3b #45988, Nodes with menu items bypass node permissions system
patch by chx
2006-03-20 20:48:19 +00:00
Gerhard Killesreiter 07fe4198ad #42388, Rehaul menu builder, patch by chx 2006-03-15 08:49:24 +00:00
Steven Wittens a70522881e - #53857: External URL suppor for menus broken by SA-2006-001 2006-03-14 15:20:41 +00:00
Steven Wittens 0539f5483b - sa-2006-001: Custom menu items are accessible to anyone 2006-03-13 21:33:18 +00:00
Gerhard Killesreiter 3fccc5b2eb #42388, Out of range value adjusted for column, patch by drumm 2006-03-09 22:12:53 +00:00
Dries Buytaert 308d1f200f - Patch #48993 by jvandyck: removed notices. 2006-02-14 19:19:34 +00:00
Dries Buytaert 583d5a4ee9 - Patch #48622 by adrian: remove drupal_goto from _submit functions. 2006-02-10 05:25:57 +00:00
Dries Buytaert 5c75ee8947 - Patch #46184 by Jaza: breadcrumb gone for pages that use menu_set_location() 2006-01-29 07:43:22 +00:00
Dries Buytaert ca9f0fab45 - Patch #45854 by Jaza: fixed problem with menu_rebuild(). 2006-01-23 07:27:18 +00:00
Dries Buytaert 14ae238973 - Patch #45320 by Zen: improved usability of off-line mode. 2006-01-22 07:51:06 +00:00
Dries Buytaert a177c29622 - Patch #40849 by wtanaka and Richard: killed some menu.inc warnings/notices. 2006-01-20 09:12:26 +00:00
Dries Buytaert f828c0ade2 - Patch #39430 by Jaza and Richard: code improvements: improved separation between UI and logic. 2006-01-19 08:58:00 +00:00
Dries Buytaert b7a993639b - Patch #9477 by Neil and Richard: fixed inconsistent behavior of user-specified paths. 2006-01-16 08:45:30 +00:00
Dries Buytaert 6ff8147a75 - Patch #44176 by Zen: performance improvement: split() -> explode(). 2006-01-13 14:38:38 +00:00
Dries Buytaert 3607a2b059 - Patch #44373 by m3avrck: improved generated HTML/CSS. 2006-01-12 09:58:49 +00:00
Dries Buytaert 70c097f2be - Modified patch #43082 by chx: return a 404 when a callback function does not exist. 2006-01-08 12:17:57 +00:00
Dries Buytaert 34a5d46022 - Patch #36465 by chx / Richard: made it possible to link to the front page. 2005-12-27 10:36:16 +00:00