Commit Graph

83 Commits (af411e00dadf5acfddfe18cd85a1b08eea4d6b0b)

Author SHA1 Message Date
Alex Pott 4e0d7b51ec Issue #2056895 by tim.plunkett, xjm: Fixed Routes with optional placeholders can fatal when placed in a menu. 2013-08-04 11:25:14 +02:00
Nathaniel Catchpole c427330807 Issue #2045453 by pwolanin, tim.plunkett, dawehner: Fixed menu_item_route_access() does not catch ResourceNotFoundException. 2013-08-01 14:47:06 +01:00
Alex Pott e33ddd1b74 Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code. 2013-08-01 10:10:33 +02:00
webchick 0d31d44dd5 Issue #2052389 by pwolanin: Fixed All elements added to the Request attributes should have a _ prepended unless they come from the path. 2013-07-31 13:50:39 -07:00
Nathaniel Catchpole d3c5919d17 Issue #2045919 by drupalrv: Replace all module_implements() deprecated function calls. 2013-07-27 15:30:10 +01:00
Alex Pott ede56ec522 Issue #2021797 by olli: Fixed Typo in _menu_clear_page_cache(). 2013-07-20 02:26:35 +01:00
Alex Pott 5d649f8bfc Issue #1589968 by cr0ss, Cottser, Pancho, DarthDrupal, Mark Carver: Move Title from process to preprocess, remove template_process_page(). 2013-07-19 19:15:13 +01:00
Dries d5b6771752 Issue #2004334 by pwolanin, dawehner, fubhy: Separate Tabs (MENU_LOCAL_TASK) from hook_menu(). 2013-07-11 13:39:42 -04:00
Dries 5feff937fa Issue #2031473 by pwolanin, fubhy, dawehner, tim.plunkett: Convert menu local actions to plugins so that we can generate dynamic titles and paths. 2013-07-11 12:40:33 -04:00
Dries 58de5374c4 Issue #2024833 by claudiu.cristea: Adopt load() and loadMultiple() on entity storage controllers. 2013-06-30 20:09:38 -04:00
Alex Pott 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Jennifer Hodgdon 027828947e Issue #2027351 by longwave, helenkim, YesCT: Tidy up grammar around arrays in menu.inc docs 2013-06-28 11:39:33 -07:00
Alex Pott 0cb8f162e8 Issue #2027183 by tim.plunkett, YesCT: hook_menu() title callback is ignored on routes. 2013-06-25 16:21:53 +01:00
Alex Pott da1b134af1 Issue #1363112 by mparker17, mgifford, tlattimore, Jacine, dcmouyard, bowersox, ry5n, ahdiaz: Simplify names of 'element-x' helper classes. 2013-06-17 21:58:27 +02:00
Alex Pott edb0095ee2 Issue #2011006 by tim.plunkett: Fixed Default local tasks provided by Views are broken. 2013-06-10 23:28:11 +01:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
webchick 30d3671c03 Issue #1957154 by joates, ayelet_Cr, xjm | Berdir: Replace calls to drupal_container()->get('module_handler()') service with Drupal::moduleHandler(). 2013-06-04 20:58:17 -05:00
Alex Pott ace3459c4b Issue #2006636 by tim.plunkett: Fixed menu_contextual_links() will always return a link to the MENU_DEFAULT_LOCAL_TASK, never the parent. 2013-06-03 20:52:29 +01:00
Dries 6049d2517d Issue #2004780 by Ryan Weal, YesCT, tim.plunkett, plach, Gábor Hojtsy: Fixed Unify menu item access checking with mock menu items. 2013-05-31 14:19:40 -04:00
Alex Pott 00fdcd39cc Issue #1908756 by tim.plunkett: Separate Action Links (MENU_LOCAL_ACTION) from hook_menu(). 2013-05-27 20:20:55 -05:00
Alex Pott 477c06c413 Issue #1498674 by plach, das-peter, Schnitzel, dawehner, YesCT, attiks, Berdir, Gábor Hojtsy, Soul88, Carsten Müller: Refactor node properties to multilingual. 2013-05-26 13:18:10 -07:00
Alex Pott 7961e03aeb Issue #1909418 by tim.plunkett, damiankloip, larowlan, dawehner, kim.pepper: Allow Entity Controllers to have their dependencies injected. 2013-05-25 16:36:57 -07:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 7002e6baaa Issue #1800998 by dawehner, swentel: Use route system instead of hook_menu() in Views. 2013-05-25 10:34:58 -07:00
Dries 0895b6618f Issue #1954684 by tim.plunkett, Crell: When type => MENU_DEFAULT_LOCAL_TASK, ignore a route_name(). 2013-05-15 15:25:08 -04:00
Alex Pott 081af87119 Issue #1987344 by tim.plunkett: NotFoundHttpException thrown in ParamConverterManager results in a WSOD. 2013-05-07 17:16:03 +01:00
webchick e775437eb2 Issue #1982984 by larowlan: Create Drupal::entityManager for improved DX. 2013-05-01 23:42:27 -07:00
webchick 594c849d8d Issue #1938960 by tim.plunkett, dawehner: Fixed _menu_translate() doesn't care about new routes. 2013-05-01 21:09:48 -07:00
Alex Pott bea3588b22 Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
webchick 20ec5dc16d Issue #1945418 by tim.plunkett, jaskho: Fixed New-style placeholders in menu_router() table break breadcrumbs, menu tree, etc. 2013-03-29 08:54:24 -07:00
catch 7a41192605 Issue #1938960 by dawehner: Fixed Menu access returns FALSE for links with a route item. 2013-03-12 10:52:39 +00:00
catch 6f3e707359 Issue #1209226 by catch, Berdir, miro_dietiker, beejeebus, dagmar: Fixed Avoid slow query for path alias whitelists. 2013-03-11 10:50:25 +00:00
webchick c9a273af25 Issue #1845402 by Crell, amateescu, dawehner, klausi, g.oechsler: Change notice: Update menu link access checks for new router. 2013-03-08 21:46:28 -08:00
Dries a96697c7d5 Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
webchick e72ff70409 Issue #916388 by disasm, podarok, dawehner, andypost, amateescu, Dave Reid: Convert menu links into entities. 2013-02-08 15:55:25 -08:00
catch d29b130346 Issue #1833442 by rootatwc, dawehner, alexpott: Remove hook_boot(). 2013-02-06 11:50:46 +00:00
webchick 186e226ec4 Issue #1814916 by andypost, tim.plunkett, sun, yoroy: Convert menus into entities. 2013-01-10 10:33:53 -08:00
catch e933d81555 Issue #1845728 by sun, ry5n: Refactor and introduce generic button CSS styles for forms and links. 2013-01-02 12:00:25 +00:00
catch b09642317a Issue #1774332 by c960657: Better handling of invalid/expired cache entries. 2012-11-28 21:36:29 +00:00
Dries e3d863834c Issue #1269742 by katbailey, beejeebus, pwolanin, g.oechsler, ksenzee: Make path lookup code into an pluggable class. 2012-11-21 10:29:04 -05:00
catch d3069f0e61 Issue #891670 by sun, bleen18: Added a Footer menu to the built-in system menus. 2012-11-20 11:36:51 +00:00
catch 782c30967c Issue #1167350 by sun, ry5n, iflista: Action links were ignored . 2012-11-19 11:43:55 +00:00
catch a7ab8ebcf8 Issue #1825446 by sun, barraponto: Simplify and remove stone-age CSS styling for tabs. 2012-11-03 00:48:16 +00:00
Dries 86ef492969 Issue #1829308 by aspilicious: Convert variables in menu.inc to config and state. 2012-11-02 10:23:40 -07:00
Dries 9fa172532b Issue #594660 by sun, jenlampton, dagmar, yoroy, no_commit_credit: rename default menu names. 2012-10-25 11:53:18 -04:00
webchick 416ac0c5e1 Issue #1798760 by ACF, alexpott: Convert menu_masks() to the state system. 2012-10-13 21:25:56 -07:00
Jennifer Hodgdon aae9b822ad Issue #1802760 by mkadin, peterx: Document that menu_get_item() can return FALSE 2012-10-10 10:05:45 -07:00
Jennifer Hodgdon d7c9407411 Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M 2012-10-05 11:12:56 -07:00
catch d7fc7b6a0a Issue #1393392 by c960657, fubhy: Convert prefix cache clears to cache tags, then remove support for them. 2012-10-03 22:06:11 +01:00
catch 8337955d48 Issue #1175054 by msonnabaum, chx, sun, tim.plunkett, arlinsandbulte, beejeebus: Add a storage (API) for persistent non-configuration state. 2012-09-20 10:25:24 +01:00