Commit Graph

456 Commits (967cfe402bf4b6de8d5bc5ac09b36b9eb0317b56)

Author SHA1 Message Date
David Rothstein 82a360da5e Issue #1847382 by thehong, pingwin4eg, 63reasons: Fixed Undefined index: access in includes/menu.inc (when custom access_callback() does not exist or does not get included). 2012-12-09 11:10:54 -05:00
Jennifer Hodgdon bfdecf2ee2 Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M files 2012-10-10 10:31:02 -07:00
Jennifer Hodgdon 190af5229b Issue #1802760 by mkadin, peterx: Document that menu_get_item() can return FALSE 2012-10-10 10:07:04 -07:00
Jennifer Hodgdon 0a1b3116ca Issue #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-M 2012-10-04 09:04:02 -07:00
webchick 7ee124b9cc Issue #261148 follow-up by mikeytown2, chx: Fixed menu_masks() variable is empty (race condition). 2012-04-28 23:52:09 -07:00
webchick 84194b38e3 Issue #1516030 by valthebald, rdickert: Fixed Change parenthesis in menu_link_save() to express intended order of operations. 2012-04-12 00:35:50 -07:00
webchick 9824d7ac25 Issue #918356 by David_Rothstein, franz, tekante, dstol, mikestefff: Fixed WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used. 2012-04-12 00:23:01 -07:00
webchick c46186fb69 Issue #1338282 by Damien Tournoud, zymsys, JamesOakley, pillarsdotnet, chx: Fixed php notice in menu_link_save(). 2012-03-26 21:48:45 -07:00
webchick ce530cc8b6 Issue #1425280 by Niklas Fiekas, swentel: Fixed No contextual links in node lists after a node without contextual links. 2012-02-28 23:55:32 -08:00
webchick b7bfbb26b8 Issue #1234830 by beejeebus, oriol_e9g, schildi: Fixed cache_menu(): huge table size. 2012-02-14 13:28:33 -05:00
webchick aa8e8f4de8 Issue #1025582 by sun: Added Custom db_select() 'conditions' parameter for menu_build_tree(). 2011-12-24 18:04:56 -08:00
webchick 1e126deba8 Issue #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail. 2011-12-24 17:20:23 -08:00
webchick dae58ccf13 Issue #1050606 by jhodgdon, bxtaylor: Fixed menu_tree_data() doc needs more detail. 2011-09-30 13:00:38 -07:00
webchick 6b1a199f31 Issue #520106 by JohnAlbin, pillarsdotnet, chx, sun, Nick Lewis, drifter, Mark Trapp: Fixed No way to dynamically set active trail. 2011-09-28 23:58:44 -07:00
Dries Buytaert 110712521c - Patch #1226558 by Mark Theunissen: minor typo in docs for function menu_link_get_preferred(). 2011-07-29 14:39:36 -04:00
webchick 116f8b6428 Issue #898634 by catch, alex_b, chx: Fixed install_drupal(): call to menu-touching functions results in SQL syntax error. 2011-07-18 01:04:29 -07:00
webchick f2d2cf8a85 Issue #1010480 by catch: Optimize _menu_navigation_links_rebuild(). 2011-07-13 21:41:15 -04:00
webchick 8c3dbb5e7f Issue #1001146 by edhaber, droplet: Fixed Cannot theme links in a menu when menu_name() contains a hyphen. 2011-05-18 00:04:43 -05:00
Dries Buytaert a73fabfacd - Rolled back. 2011-05-17 17:46:31 -07:00
Dries Buytaert 258fc5ff7b - Patch #784856 by dmitrig01: menu_get_names() is dead code, remove it. 2011-05-17 17:46:01 -07:00
Dries Buytaert 803ae47d63 - Patch #1126370 by kim-day, jn2: menu_link_save() needs more detail. 2011-04-20 22:44:36 -04:00
Dries Buytaert 8ae9b6f6d8 - Patch #965272 by larowlan, bellHead, TR: items defined with type MENU_CALLBACK show 'Home' as a title. 2011-04-20 22:29:50 -04:00
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
Dries Buytaert 6022a6dc9a - Patch #1110064 by jeffschuler: two @defgroup comment fixes. 2011-04-12 22:47:12 +02:00
Dries Buytaert 452bac6da5 - Patch #1012768 by agentrickard: fire hook_menu_link_delete() before removing the data row. 2011-04-12 20:44:14 +02:00
webchick 5b45a85ca7 Issue #749992 by jhodgdon: menu system / menu module distinction is not obvious to folks new to Drupal. 2011-03-28 08:52:43 -07:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert bf17062f5b - Patch #1014096 by chx: don't load schema on every page view. 2011-01-04 06:20:30 +00:00
Angie Byron db538c8250 #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics. 2011-01-03 18:03:54 +00:00
Dries Buytaert a841e71259 - Patch #408882 by jhodgdon, pillarsdotnet: incorrect documentation in menu_unserialize() function. 2010-12-17 01:08:15 +00:00
Angie Byron 24de8090c0 #975754 by jhodgdon: Fixed problems with hook_menu() documentation. 2010-12-08 06:48:39 +00:00
Angie Byron d12aaddbb7 #979958 follow-up by carlos8f: Small tweaks to previous fix. 2010-12-02 20:18:23 +00:00
Angie Byron 44aefb0a4e #979958 by das-peter, Damien Tournoud: Fixed regression in load_functions detection for menu items 2010-12-02 17:34:24 +00:00
Dries Buytaert 84c72d06f0 - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths(). 2010-11-27 20:25:44 +00:00
Angie Byron 6cacff4b4e #298561 by Steven, chx, mcarbone, pwolanin: Fixed slashes don't work in search 2010-11-23 06:00:27 +00:00
Angie Byron 1242612ee7 #606966 by chx, sun, mr.baileys: Fixed 'load arguments' of parent path are not inherited 2010-11-21 08:53:18 +00:00
Angie Byron 48abcd88f4 #550254 by Damien Tournoud, sun: Fixed some causes of menu links are sometimes not properly re-parented. 2010-11-20 07:19:15 +00:00
Angie Byron 1a91990cae #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to theme_menu_local_tasks() theme function 2010-11-20 04:03:51 +00:00
Dries Buytaert 203b6a88b2 - Patch #944198 by sun: functions that call drupal_system_listing() act on potentially invalid system items. 2010-11-19 20:35:31 +00:00
Angie Byron 9b3c8c5273 #553944 by sun: Define hook_menu_get_item_alter() as a reliable hook that runs before the page is generated. 2010-11-15 08:29:03 +00:00
Dries Buytaert 9f64d0e46c - Patch #964822 by pwolanin: small optimization for menu_get_item(). 2010-11-07 21:51:40 +00:00
Dries Buytaert 1ddcd75ff3 - Patch #956320 by dstol: doc cleanup for menu_set_active_trail(). 2010-10-30 04:13:38 +00:00
Dries Buytaert 88f5dd3135 - Patch #943558 by David_Rothstein: 'block_callback()' in menu_router() table seems to have no purpose. 2010-10-21 11:56:17 +00:00
Dries Buytaert 0281833bb7 - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no purpose. 2010-10-20 00:47:44 +00:00
Angie Byron 44c2bfdcd1 #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc. 2010-10-08 05:07:53 +00:00
Dries Buytaert 6fb8d182f8 - Patch #930116 by Benjamin Melançon: remove orphaned line of code from menu_get_active_help(). 2010-10-03 23:29:09 +00:00
Angie Byron dc10c97261 #907690 follow-up by sun: Fix PostgreSQL error in breadcrumb logic by removing unused condition. 2010-09-27 22:11:38 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert 8e3e003635 - Patch #883092 by Everett Zufelt, mgifford, Jacine: add heading before local tasks for screen-reader users. 2010-09-16 19:47:45 +00:00
Dries Buytaert 0dec18e5be - Patch #809616 by catch: fixed notice in menu rebuild. 2010-09-16 17:28:24 +00:00