Commit Graph

447 Commits (3950b0adba3d2b582d744e3db1c8ed646e6093ed)

Author SHA1 Message Date
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Dries Buytaert 07ef8dda42 - Patch #574862 by jhodgdon | moshe weitzman: menu_set_active_trail() doc lacks details. 2009-10-01 19:07:12 +00:00
Dries Buytaert a8f8a26f6d - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu(). 2009-09-30 13:09:30 +00:00
Dries Buytaert 2bc3de6a4f - Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, Arancaytar: Added Make menu_tree_output() return renderable output. 2009-09-18 10:54:20 +00:00
Angie Byron c9cac770be #457450 by agentrickard: Added hooks to track changes to menu links. 2009-09-17 04:07:40 +00:00
Angie Byron 960f84b4b4 #569656 by c960657: Use DRUPAL_ROOT in menu_execute_active_handler(). 2009-09-11 15:05:42 +00:00
Angie Byron 38502757b9 #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in menu_tree_data(). 2009-09-11 01:28:34 +00:00
Dries Buytaert d440fc540f - Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called. 2009-09-09 21:33:00 +00:00
Angie Byron 03a5563b89 #509584 by pwolanin: Various API fixes for menu_tree_data() including depth param. 2009-08-24 01:49:41 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron a2694498f1 #542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks. 2009-08-22 19:58:28 +00:00
Angie Byron a9762cd3bf #201415 by sun: Add a permission to access site in maintenance mode. 2009-08-22 18:24:14 +00:00
Angie Byron 45e2d8efcf #514172 by Bojhan: Increased maximum menu router parts (again). 2009-08-19 23:29:13 +00:00
Dries Buytaert 9eb6dd5eaa - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations. 2009-08-17 20:32:30 +00:00
Angie Byron 9a34f7a1c2 #546048 by Gábor Hojtsy: Move maintenance mode setting to config/development. 2009-08-11 17:26:33 +00:00
Dries Buytaert daa26f7982 - Patch #536768 by chx: use the database to do type casting so we can clean up some code. ;-) 2009-08-11 07:45:45 +00:00
Dries Buytaert 4e96b4e5df - Patch #535264 by Crell: removing some more legacy cruft. 2009-07-30 10:16:48 +00:00
Dries Buytaert 666a17977e - Patch #524638 by drumm: documentation clean-up. 2009-07-20 01:28:16 +00:00
Dries Buytaert b6a1fa724c - Patch #514172 by quicksketch: increase max router parts. 2009-07-09 07:03:57 +00:00
Dries Buytaert e0b8aebada - Patch #359719 by joachim, brianV: documentation for theme_menu_item(). 2009-06-10 21:52:36 +00:00
Dries Buytaert 88c9a015c1 - Patch #111011 by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
Dries Buytaert 986c3cdce4 - Patch #393632 by andypost: use both first and last class for single-item menu items. 2009-05-30 13:11:38 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert 06dbf309b6 - Patch #372306 by moshe: add tag to menu_get_item() query. 2009-05-14 08:35:58 +00:00
Dries Buytaert 0ccac642b9 - Patch #409598 by pwolanin, swentel: fixed problem with content type descriptions not being updated. 2009-05-07 16:24:33 +00:00
Dries Buytaert b90912c885 - Patch #422368 by JamesAn: converted menu.inc to the new static caching API. 2009-04-25 15:19:12 +00:00
Dries Buytaert 2f9af75438 - Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'. 2009-04-19 19:10:08 +00:00
Dries Buytaert 7e5eaa0cd6 - Patch #436940 by bradfordcp: _menu_check_access() could not call access callback functions in include files. 2009-04-18 06:34:46 +00:00
Dries Buytaert bb253b0539 - Patch #423690 by Berdir: fixed bug in menu_link_maintain(). With tests. 2009-04-13 12:18:52 +00:00
Dries Buytaert 1372d90cf1 - Patch #317775 by pwolanin, chx et al: caching the entire {menu_router} table causes problems. 2009-04-12 19:52:38 +00:00
Dries Buytaert b25e08ba75 - Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} table causes MySQL error/slow rebuilds and slows menu_link_save. 2009-04-02 03:40:05 +00:00
Dries Buytaert 8af22eac08 - Patch #408962 by brianV: documentation improvements. 2009-03-21 17:58:14 +00:00
Dries Buytaert 32076b4d32 - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +00:00
Dries Buytaert 56e1c5d106 - Patch #401922 by Damien Tournoud: fixed parent link detection. 2009-03-14 20:56:06 +00:00
Angie Byron 1811d659f2 #372914 by chx: Fix link titles when using a non-t() callback. 2009-03-14 02:28:05 +00:00
Dries Buytaert a7aab03a1e - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker. 2009-02-09 16:27:35 +00:00
Angie Byron 993675ab6a #348627 by smk-ka and catch: Allow menu title callback property to bypass t() (+documentation and tests) 2009-02-05 01:05:17 +00:00
Dries Buytaert eb0c7697c8 - Patch #352712 by dmitrig01: better documentation for menu_get_object() and arg(). 2009-01-04 20:04:32 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert 0c63d9e24f - Patch #349504 by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
Dries Buytaert 3aaffd3364 - Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer. 2008-12-03 14:38:59 +00:00
Dries Buytaert 97fdc49191 - Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook. 2008-11-15 11:45:04 +00:00
Angie Byron d8aafce20d #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on admin/build/menu, and robustify the test so we catch stuff like this in the future. 2008-11-13 05:54:35 +00:00
Dries Buytaert 59ece2e39d - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups. 2008-11-11 22:39:59 +00:00
Angie Byron 5d85d16a75 Oops. Roll-back of #328110. Apologies 2008-11-11 18:15:01 +00:00
Angie Byron f2ecddea98 #328110 by Damien Tournoud: Remove recoverable fatal error from menu system. 2008-11-11 16:56:48 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Angie Byron 8f093858f7 #331705 by dmitrig01: Make sure a menu callback exists before attempting to call it. 2008-11-08 04:13:10 +00:00
Dries Buytaert e2a6a3ed61 - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase. 2008-10-31 02:18:22 +00:00
Dries Buytaert 010d7294a4 - Patch #302638 by pwolanin: no-op queries during menu rebuild. 2008-10-19 21:15:58 +00:00
Dries Buytaert c9cbd0d55d - Patch #285165 by Damien Tournoud, pwolanin, chx: fixed wildcard loader problem 2008-10-14 20:17:29 +00:00
Dries Buytaert db93312b65 - Patch #285165 by Heine, Gabor: fixed wildcard loader names with numbers. 2008-10-14 13:31:38 +00:00
Dries Buytaert 659c4867bd - Patch #320146 by pwolanin: when in offline mode, link to the admin page to take the site online again. 2008-10-13 12:30:09 +00:00
Angie Byron de99844cbb #249571 by pwolanin: Fix bug with 'active-trail' class in Primary/Secondary links. 2008-10-13 04:46:31 +00:00
Angie Byron 34ec8f9834 #261148 by chx and pwolanin: Allow recovery from a failed menu build. 2008-10-08 01:42:16 +00:00
Angie Byron ccdeae8d81 #238760 follow-up by pwolanin: Forward-port rest of 6.x fix for menu_rebuild() race condition. 2008-09-22 03:19:43 +00:00
Angie Byron a3bb66e4e8 #259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths. 2008-09-20 20:22:25 +00:00
Angie Byron 715255eab7 #268006 by pwolanin: Prevent hook_help() from appearing on 403 pages. 2008-09-20 08:07:34 +00:00
Dries Buytaert 9020f77388 - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin. 2008-09-18 10:44:19 +00:00
Dries Buytaert 4231e3e98b - Patch #303827 by Damien Tournoud: fixed the menu system. 2008-09-05 08:24:08 +00:00
Angie Byron c17a5e70bc #285309 by pwolanin: menu_name in hook_menu is ignored on updates 2008-09-02 19:23:02 +00:00
Dries Buytaert 8f22cd5a5c - Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for menu_link_save(). 2008-08-31 15:53:37 +00:00
Dries Buytaert 554ad3ad3a - Patch #227851 by hswong3i: made SQL query ANSI compliant. 2008-08-25 07:50:51 +00:00
Dries Buytaert ba0672bc60 - Patch #298581 by Damien Tournoud: database clean-ups. 2008-08-22 12:46:25 +00:00
Dries Buytaert 69e6f411a9 - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
Dries Buytaert 6b96a191cd - Patch #278458 by pwolanin: menu_link_maintain() doesn't always clear the menu cache properly. 2008-07-10 10:58:01 +00:00
Dries Buytaert 0e268aa0f4 - Patch #273129 by pwolanin: adding class active-trail should not remove previous attributes. 2008-07-10 01:44:18 +00:00
Dries Buytaert af24fca8e9 - Patch #238760 by pwolanin, Damien, boydjd: reduce race condition in menu rebuilding. 2008-07-05 18:30:04 +00:00
Dries Buytaert bb232c728a - Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
Dries Buytaert 5299b92689 - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. 2008-06-25 09:12:25 +00:00
Dries Buytaert 22c0a0a4b0 - Patch #170309 by pwolanin, Pasqualle, Nick Urban, naquah, keith.smith, et al: breadcrumb doesn'tt always include all active items. 2008-06-24 21:29:47 +00:00
Dries Buytaert 81c71bc891 - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching. 2008-06-24 17:01:33 +00:00
Dries Buytaert a1537c3e28 - Patch #266596 by pwolanin: menu system performance improvement. 2008-06-12 20:49:39 +00:00
Dries Buytaert c529e4afbe - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
Dries Buytaert d6089b45ef - Patch #259483 by pwolanin: fixed undefined index warning. 2008-05-20 20:32:03 +00:00
Dries Buytaert 0d54577a9f - Patch #256579 by justinrandell: registry performance optimizations. 2008-05-13 17:38:42 +00:00
Dries Buytaert 2e18cb8924 - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert bca16fdef6 - Patch #249571 by pwoladin: primary/secondary links don't get 'active-trail' class. 2008-05-05 20:55:13 +00:00
Dries Buytaert 21576021bf - Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6. 2008-04-23 20:01:56 +00:00
Dries Buytaert 56d2664a90 - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert 97ffcabe56 - Patch #220827 by Arancaytar et al: menu system phpdoc improvements. 2008-03-21 08:32:24 +00:00
Dries Buytaert 2001e53c77 - Patch #218513 by Pancho: Doxygen formatting fixes. 2008-03-19 07:38:29 +00:00
Dries Buytaert a5c2ad2178 - Patch #231587 by pwolanin et al: fixed scalability issue in the menu system. 2008-03-14 08:51:37 +00:00
Dries Buytaert a730d23d14 - Patch #216813 by pwolanin et al: fixed upgrade path for primary links and navigation. 2008-02-23 08:13:09 +00:00
Dries Buytaert ca88c5f4c1 - Patch #220953 by pwolanin: fixed bug in _menu_navigation_links_rebuild(). 2008-02-23 08:10:03 +00:00
Dries Buytaert 4969495e04 - Patch #215858 by pwolanin, goba, catch et al: localized menu link data getting saved back to the database. 2008-02-10 19:49:37 +00:00
Dries Buytaert f383ceef6d - Patch #218471 by pwolanin: menus and books exposed unpublished nodes. 2008-02-10 19:29:29 +00:00
Dries Buytaert ccaaf69da5 - Patch #184926 by Rob and brightloudnoise: improved usability of status message when site is offline. 2008-02-10 07:35:40 +00:00
Dries Buytaert 98f97e184c - Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter where their parent is found. 2008-02-10 07:33:02 +00:00
Dries Buytaert 5511bb5f7a - Patch #214513 by Lynn: missing break-statement in system_send_email_action. 2008-02-06 19:52:54 +00:00
Dries Buytaert 913d538871 - Patch #218319 by Moshe: added support for dynamic menu items in query strings. 2008-02-06 19:41:24 +00:00
Dries Buytaert b8a1eab1fb - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. 2008-02-06 19:38:28 +00:00
Gábor Hojtsy 39d28bd43e #215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys 2008-02-04 12:07:23 +00:00
Gábor Hojtsy e85fa6970f #215127 by chx, webernet, catch; testing by theborg: menu item parenting was broken when moving menu items 2008-01-30 21:01:20 +00:00
Gábor Hojtsy 518c56917b #215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and _menu_link_translate() 2008-01-29 11:01:32 +00:00
Gábor Hojtsy bf28630a5e #213664 by chx, theborg: menu item not expanded on front page 2008-01-28 19:09:19 +00:00
Gábor Hojtsy 279d2d4c44 #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups 2008-01-28 16:05:17 +00:00
Gábor Hojtsy 23607968df #207029 by JohnAlbin: some menu item properties were not passed along for theming (regression) 2008-01-28 15:55:25 +00:00
Gábor Hojtsy 0fa792bdd1 #187075 by dvessel: do not compute a breadcrumb for the home page (regression) 2008-01-27 17:43:23 +00:00
Gábor Hojtsy 154bfccf15 #212409 by theborg: avoid calling check_plain() twice on menu links 2008-01-22 17:19:28 +00:00
Gábor Hojtsy 536fe2bbfb #210479 by catch, dvessel: add newlines to list items, so inline display and RTL issues are resolved 2008-01-21 12:05:36 +00:00
Gábor Hojtsy 7ecd63ed9f #208262 by jvandyk: better name for variable signing a menu rebuild requirement 2008-01-10 20:16:50 +00:00
Gábor Hojtsy f02c737296 A missing empty line 2008-01-10 20:05:30 +00:00
Gábor Hojtsy 23a80e22d1 #207908 by chx, docs by jvandyk: menu title custom translation was not invoked properly 2008-01-10 20:04:19 +00:00
Gábor Hojtsy be9f7bf206 #206510 by pwolanin, chx: menu title arguments were not properly stored when they were empty 2008-01-06 16:47:19 +00:00
Gábor Hojtsy 819772ea65 #202955 by chx: menu_rebuild() needs to be called after maintenance mode, because stale data might end up in menu tables in maintenance mode 2008-01-03 10:51:30 +00:00
Gábor Hojtsy 18cabdb8d3 #205843 report by asimmonds, patch by chx: menu_valid_path() was used as an API function, but was located in menu.module, move to menu.inc 2008-01-03 09:59:00 +00:00
Gábor Hojtsy d3c14ad6fe #50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission 2008-01-02 14:29:32 +00:00
Dries Buytaert a88c178b91 - Patch #204221 by webernet: code style fixes. 2007-12-28 12:02:52 +00:00
Dries Buytaert fc2805b30a - Patch #204083 by pwolanin: PHPdoc improvement. 2007-12-28 10:47:59 +00:00
Gábor Hojtsy 34afaf8f28 #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles 2007-12-27 14:03:37 +00:00
Gábor Hojtsy d0940351af #204081 by chx: check menu arguments by type, so type casting will not cause problems 2007-12-27 12:23:59 +00:00
Dries Buytaert 2a1e980cdd - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace. 2007-12-26 19:02:24 +00:00
Gábor Hojtsy ac4c8f7ab0 #203274 by Pasqualle: remove excessive witespace from our code (minor) 2007-12-22 23:24:26 +00:00
Gábor Hojtsy 1e63dd1ae6 #201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code 2007-12-20 09:20:41 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy aaaf8f572d #198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do not try to use the cache when resetting is asked 2007-12-07 18:24:55 +00:00
Gábor Hojtsy cd8afc2be1 #196043 by chx: menu items saved in the update but broken on the new system (due to coming from disabled or old modules) were not possible to delete 2007-12-06 21:35:14 +00:00
Gábor Hojtsy d83289f857 #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions 2007-12-06 09:58:34 +00:00
Dries Buytaert 58852d4b7b - Patch #192736 by quicksketch et al: drag and drop for book module. 2007-11-26 16:19:37 +00:00
Gábor Hojtsy abd2477d7b #170514 by pwolanin: drastically reduce calls to cache clearing when the menu needs to be rebuilt 2007-11-26 08:49:03 +00:00
Gábor Hojtsy 5dcacebf26 #194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway 2007-11-24 20:59:32 +00:00
Gábor Hojtsy 01b4583a01 #164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them 2007-11-21 09:37:07 +00:00
Gábor Hojtsy a42a9d3efd #178608 by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities 2007-11-09 22:14:41 +00:00
Gábor Hojtsy 4e187261ab #177497 by chx and Desbeers: revive Drupal 5's menu_set_location() 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. 2007-10-25 08:24:43 +00:00
Gábor Hojtsy 900fc4025f #177497 reverted - caused fatal problems with modules using menu_set_location() 2007-10-24 14:16:33 +00:00
Gábor Hojtsy 5e48ed60e7 #177497 by chx: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code 2007-10-24 11:59:34 +00:00
Gábor Hojtsy b94f2716cf #184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed 2007-10-21 18:59:02 +00:00
Gábor Hojtsy 988d4f505a #173188 follow up patch by chx: return mlid when a new menu link is added 2007-10-17 19:42:02 +00:00
Gábor Hojtsy e95c8d5b08 #184022 bx chx and merlinofchaos with documentation improvements from me: %index and %map menu path placeholders for Views module to be able to use the new menu system 2007-10-17 14:46:34 +00:00
Gábor Hojtsy 79641f5312 #173188 by chx: update aggregator menu items when an aggregator category is changed 2007-10-16 13:48:11 +00:00
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