Commit Graph

196 Commits (d6af6fc9644aec50c3579989e2c02167f6157e4a)

Author SHA1 Message Date
Alex Pott 37422573a3 Issue #2053489 followup by tim.plunkett, klausi: Standardize on \Drupal throughout core. 2013-09-21 17:23:51 +02:00
Nathaniel Catchpole 2e19b481ae Issue #1831846 by katbailey, maciej.zgadzaj, dawehner, RobLoach, moe4715, Hydra, larowlan, andypost: Fixed Help block is broken with language path prefixes. 2013-09-20 14:44:12 +01:00
Nathaniel Catchpole 8980243b8f Issue #2076283 by dawehner, pwolanin, neclimdul: Allow local task plugins on paths with a dynamic value (like a node). 2013-09-20 10:53:46 +01:00
webchick ef2e45b0e8 Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers. 2013-09-18 11:30:30 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 53d757cbe3 Issue #2084339 by alexpott: Fixed The configuration value system.maintenance.enabled should be moved to the state system. 2013-09-14 00:08:33 -07:00
Nathaniel Catchpole e329d9548e Issue #2078855 by dawehner, pwolanin: Fixed Request::create() is slow, use a helper to duplicate instead. 2013-09-10 11:09:05 +01:00
Nathaniel Catchpole a7e6424537 Issue #2078583 by dawehner, pwolanin: Fixed menu callbacks removed from hook_menu() do not display any menus. 2013-09-09 11:10:33 +01:00
Nathaniel Catchpole 2e6aaf6ab4 Issue #2078583 by dawehner, pwolanin | disasm: Fixed menu callbacks removed from hook_menu() do not display any menus. 2013-09-06 21:53:28 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Dries dd95e4bae3 Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Nathaniel Catchpole 6cfcb25b78 Issue #2046385 by dawehner, pwolanin: Fixed _menu_navigation_links_rebuild() fails when menu_link module is not enabled. 2013-08-12 14:28:56 +01:00
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
catch 768dfcd9cf Issue #1774134 by larowlan, amateescu: Remove BC layer for lock API. 2012-09-17 10:49:18 +01:00
catch 4f37cf0255 Issue #1700382 by Albert Volkman, cam8001: Replace remaining references to drupal_attributes() with new Attributes(). 2012-09-04 14:32:47 +01:00
Jennifer Hodgdon 3b1a495ed9 Issue #1317626 by Albert Volkman, xjm: API docs cleanup for includes files I-M 2012-08-31 08:56:36 -07:00
Dries 9a0367face - Patch #1719488 by effulgentsia: Rename language_manager() to language() and related cleanup. 2012-08-09 16:17:01 -04:00
Katherine Bailey 1cd28eb4e5 Using the language_manager wrapper function to return a language whether or not we're in the requet scope 2012-08-06 21:52:11 -07:00
Dries 7155e01f77 - Patch #1697170 by tobiasb, nick_schuch, adamdicarlo, dagmar: convert menu_configure() to new configuration system. 2012-08-03 13:09:51 -04:00
webchick cd224643ba Issue #1496458 by swentel, pcambra, n3or, kbasarab, sun, marcingy: Convert maintenance mode settings to configuration system. 2012-07-28 08:39:43 -05:00
Dries bf24773d38 - Patch #1677304 by socketwench, Niklas Fiekas: Remove drupal_deliver_page(), ajax_deliver(), drupal_deliver_html_page(). 2012-07-24 12:56:55 -04:00
catch b91a015b6c Issue #687842 by tim.plunkett et al: Added a 'description callback' property to menu items. 2012-07-18 11:03:02 +01:00
Dries d93bbc93a8 - Patch #1591618 by Niklas Fiekas, aspilicious: remove menu_execute_active_handler(). 2012-07-09 16:20:56 -04:00
Dries 57ab8a5465 - Patch #1510686 by cosmicdreams, vasi1186, webflo, disasm: replace remaining references to global () with drupal_container(). 2012-06-12 22:31:11 -04:00
Dries 5b8960df6d - Patch #730060 by beejeebus, catch, Damien Tournoud, moshe weitzman, msonnabaum, oriol_e9g, aspilicious: Fixed Replace CACHE_TEMPORARY, cache_clear_all() (no arguments) and minimum cache lifetime with cache tags support. 2012-06-12 21:37:07 -04:00
Jennifer Hodgdon 467a825239 Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax 2012-05-17 05:58:49 -07:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
Dries 02750689dd - Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support. 2012-04-29 11:16:27 -04:00
Dries 1f2622c8b8 - Patch #1497230 by Rob Loach, pdrake, effulgentsia: Use Dependency Injection to handle object definitions. 2012-04-18 14:30:50 -04:00
catch d79b9359b4 Issue #261148 by mikeytown2, chx, pwolanin: Fixed menu_masks() variable is empty (race condition). 2012-04-13 11:51:07 +09:00
Dries 99d9ca8e44 - Patch #1516030 by valthebald: Fixed Change parenthesis in menu_link_save() to express intended order of operations. 2012-04-09 14:38:42 -04:00
catch 9388d922e9 Issue #918356 by David_Rothstein, tekante, dstol, mikestefff, franz: Fixed WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used. 2012-03-27 15:53:33 +09:00
webchick 9e90c3e741 Issue #1338282 by Damien Tournoud, zymsys, JamesOakley, pillarsdotnet, chx: Fixed php notice in menu_link_save(). 2012-03-26 21:48:06 -07:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
Dries cb043599e0 - Patch #1425280 by Niklas Fiekas, swentel: no contextual links in node lists after a node without contextual links. 2012-02-06 17:25:01 -05:00
webchick 148f5b6f28 Issue #1234830 by beejeebus, schildi: Fixed cache_menu(): huge table size. 2012-01-30 23:13:06 -08:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
catch a8addadfad Issue #1272706 by catch, pillarsdotnet, Berdir, msonnabaum: Remove backwards compatibility layer for cache API. 2011-12-30 15:00:36 +09:00
catch e6a95a8190 Issue #1373670 by sun: Change constant value of MENU_NOT_FOUND to 404 and MENU_ACCESS_DENIED to 403. 2011-12-23 12:13:43 +09:00
Dries 9c29ac79af - Patch #1059884 by bfroehle, sun, casey: Drop function_exists() for 'callback' functions. 2011-12-15 12:33:38 -05:00
Nathaniel 3b3798f251 Issue #1025582 by sun: Added Custom db_select() 'conditions' parameter for menu_build_tree(). 2011-12-14 12:17:05 +09:00
catch 2747c3c4d7 Issue #942782 by pillarsdotnet, becw, xjm, timhilliard, JohnAlbin, jrchamp, Tor Arne Thune, et al: Fixed Custom menus never receive an active trail. 2011-12-06 21:18:12 +09:00
catch efe0a73b29 Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define(). 2011-11-29 18:56:53 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00