Commit Graph

144 Commits (9203c8fdfc52c50dbb3668c34072b7dc7537e6d7)

Author SHA1 Message Date
webchick 8608fed622 Issue #2107533 by tim.plunkett, dawehner, pwolanin, Berdir: Remove {menu_router}. 2014-02-28 20:58:58 -08:00
webchick 08a9a7993d Issue #2044367 by InternetDevels, Berdir, wildflower_0002, ianthomas_uk, ParisLiakos, Xano | cosmicdreams: Replace calls to lock() with \Drupal::lock(). 2014-02-26 11:30:20 -08:00
webchick 5d0729f07a Issue #2070369 by herom, bdgreen, Mac_Weber, InternetDevels, sidharthap, JeroenT: Remove all calls to deprecated function language(). 2014-02-26 11:16:54 -08:00
Nathaniel Catchpole b9a978d202 Issue #2177041 by dawehner, Berdir, jibran: Remove all implementations of hook_menu. 2014-02-26 10:53:29 +00:00
webchick 0a4239109b Issue #2177031 by dawehner, tim.plunkett, Berdir: Remove menu_get_item() and every use of it. . 2014-02-24 11:38:23 -08:00
Alex Pott 78e5e9bfd9 Issue #2045927 by herom, martin107, ianthomas_uk, Xano, michaellander, Sutharsan: Replace all drupal_alter() deprecated function calls. 2014-02-24 10:10:52 +00:00
Alex Pott a1a5e155f8 Issue #2198343 by damiankloip, longwave: Convert all usages of cache() and cache_invalidate_tags() procedural functions. 2014-02-21 15:21:08 +00:00
Nathaniel Catchpole 4022a54878 Issue #2179083 by Wim Leers, vijaycs85: Rendered menus (e.g. menu blocks) should set cache tags to inform the page cache. 2014-02-18 13:37:58 +00:00
Nathaniel Catchpole 2e6c6d71e7 Issue #2045931 by Sam152, joelpittet, LinL, Sutharsan, adsw12: Replace all module_exists() deprecated function calls. 2014-02-11 11:23:35 +00:00
catch def9926978 Issue #2095959 by dawehner, Berdir, InternetDevels: Remove instances of menu_get_object('node'). 2014-02-09 20:10:17 +00:00
webchick bc6681c456 Issue #1939064 by joelpittet, pwieck, farrington, mark.labrecque, Cottser, InternetDevels, mdrummond, drupalninja99, BarisW, jenlampton: Convert theme_links() to Twig. 2014-02-06 20:28:14 -08:00
webchick 647043400f Issue #2185831 by tim.plunkett: Split up ParamConverterManager and stop throwing NotFoundHttpException. 2014-02-04 22:55:31 -08:00
Alex Pott acd3a59ea8 Issue #2047633 by pwolanin, dawehner, kim.pepper, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-29 08:25:00 +00:00
Nathaniel Catchpole e373ebee34 Issue #2167109 by Berdir, sun, alexpott, ACF, acrollet, adamdicarlo, Albert Volkman, andreiashu, andyceo, andypost, anenkov, aspilicious, barbun, beejeebus, boombatower, cam8001, chriscalip, chx, cosmicdreams, dagmar, damiankloip, dawehner, deviance, disasm, dixon_, dstol, ebrowet, Gábor Hojtsy, heyrocker, Hydra, ianthomas_uk, japicoder, jcisio, jibran, julien, justafish, jvns, KarenS, kbasarab, kim.pepper, larowlan, Lars Toomre, leschekfm, Letharion, LinL, lirantal, Lukas von Blarer, marcingy, Mike Wacker, mrf, mtift, mtunay, n3or, nadavoid, nick_schuch, Niklas Fiekas, ParisLiakos, pcambra, penyaskito, pfrenssen, plopesc, Pol, Rok Žlender, rvilar, swentel, tim.plunkett, tobiasb, tsvenson, typhonius, vasi1186, vijaycs85, wamilton, webchick, webflo, wizonesolutions, xjm, yched, YesCT, znerol: Remove Variable subsystem. 2014-01-28 13:07:47 +00:00
Nathaniel Catchpole 3d5f960b6a Issue #2172561 by Gábor Hojtsy, alexpott: Config overrides may spill over to undesired places. 2014-01-27 16:44:58 +00:00
Nathaniel Catchpole 53a66504f3 Revert "Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places."
This reverts commit f2769f4db3.
2014-01-27 12:22:53 +00:00
Nathaniel Catchpole 559479f8db Issue #2164367 by alexpott, tim.plunkett, dawehner: Rebuild router as few times as possible per request. 2014-01-27 11:55:37 +00:00
Nathaniel Catchpole f2769f4db3 Issue #2172561 by Gábor Hojtsy: Config overrides may spill over to undesired places. 2014-01-27 11:50:29 +00:00
webchick b8ef75c5f4 Issue #2169447 by damiankloip, sun, longwave: DX: Supply CacheBackendInterface::CACHE_PERMANENT as Cache::PERMANENT. 2014-01-25 21:21:53 -08:00
Alex Pott 42e2c36937 Revert "Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit."
This reverts commit 531fd59314.
2014-01-24 19:01:38 +01:00
Alex Pott 531fd59314 Issue #2047633 by dawehner, pwolanin, Xano, amateescu, tim.plunkett: Move definition of menu links to hook_menu_link_defaults(), decouple key name from path, and make 'parent' explicit. 2014-01-23 23:14:32 +01:00
Nathaniel Catchpole 5d4d6b1c80 Issue #1979468 by Wim Leers, nod_, pwolanin, longwave, thedavidmeister, jessebeach, larowlan | catch: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links. 2014-01-23 18:04:41 +00:00
catch b1128351da Issue #2175823 by damiankloip, olli: Remove calls to invalidate/deleteTags on bins. 2014-01-22 20:35:48 +00:00
Nathaniel Catchpole 9c5aac97be Issue #1649780 by effulgentsia, jibran, Wim Leers, nod_, hefox, joelpittet, kaare, BarisW, sun, rbayliss, Cottser, fubhy: Remove first/last/odd/even classes in favor of CSS3 pseudo selectors. 2014-01-15 11:02:11 +00:00
Nathaniel Catchpole 0ae4c3c304 Issue #2098119 by beejeebus, alexpott, chx: Replace config context system with baked-in locale support and single-event based overrides. 2014-01-09 10:50:21 +00:00
Nathaniel Catchpole fa17da8649 Issue #2042807 by tim.plunkett, pwolanin, ianthomas_uk, jhodgdon: Convert search plugins to use a ConfigEntity and a PluginBag. 2014-01-08 17:05:22 +00:00
Nathaniel Catchpole e4124f0a27 Revert "Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links."
This reverts commit 624296e715.
2014-01-06 22:00:22 +00:00
Nathaniel Catchpole 624296e715 Issue #1979468 by Wim Leers, pwolanin, nod_, thedavidmeister, larowlan: .active from linkGenerator(), l() and theme_links() forces an upper limit of per-page caching for all content containing links. 2014-01-04 20:05:38 +00:00
webchick 95dd7f74c4 Issue #2001206 by andypost, penyaskito, herom, Crell, ebeyrent, DmitryDrozdik: Replace drupal_container() with Drupal::service(). 2013-12-22 13:03:21 -08:00
Nathaniel Catchpole a6cdd740f8 Issue #1954892 by dawehner, David_Rothstein, tim.plunkett: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system. 2013-12-17 11:03:15 +00:00
webchick d50b169598 Issue #2115025 by Gábor Hojtsy, pfrenssen, dawehner: Content admin views title saved localized to the menu table. 2013-12-10 22:23:11 -08:00
Nathaniel Catchpole addd8dce02 Issue #2081133 by mrsinguyen, dsdeiz, janstoeckler: Remove Unused local variable from /core/includes/menu.inc. 2013-12-03 12:24:10 +00:00
Nathaniel Catchpole 172cd2652a Revert "Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system."
This reverts commit fc04601c35.
2013-11-22 13:56:50 +00:00
Nathaniel Catchpole fc04601c35 Issue #1954892 by dawehner, tim.plunkett, David_Rothstein, effulgentsia: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation system. 2013-11-19 12:24:14 +00:00
Nathaniel Catchpole b469334d39 Issue #2100073 by dawehner: Convert local_actions() to the new local action plugins. 2013-11-07 10:47:30 +00:00
Nathaniel Catchpole 0d263c64e9 Issue #2084463 by dawehner, pwolanin, David_Rothstein, tim.plunkett, Xano: Convert contextual links to a plugin system similar to local tasks/actions. 2013-11-06 19:45:37 +00:00
Nathaniel Catchpole 9d5aefb739 Issue #2048223 by dawehner, ParisLiakos, herom, fubhy, damiankloip, vijaycs85, joelpittet, tim.plunkett: Add $account argument to AccessCheckInterface::access() method and use the current_user() service. 2013-10-30 17:31:44 +00:00
webchick ff8080db74 Issue #2046367 by jhodgdon, amateescu, larowlan, juanolalla: Menu routing docs do not match what the code is doing. 2013-10-17 21:08:20 -07:00
Nathaniel Catchpole 04b4a96c8f Issue #2045931 by PerthSam152, LinL, adsw12, joelpittet: Replace all module_exists() deprecated function calls. 2013-10-16 13:18:18 +01:00
Nathaniel Catchpole 759dad87cb Revert "Issue"
This reverts commit cc84f3903c - bad
commit message.
2013-10-16 13:18:18 +01:00
Nathaniel Catchpole cc84f3903c Issue 2013-10-16 12:19:18 +01:00
Nathaniel Catchpole aa05c211a7 Issue #2105167 by tim.plunkett: Fixed Legacy local actions are added alongside modern local actions. 2013-10-13 13:40:37 +01:00
Nathaniel Catchpole 652c334234 Issue #2106709 by tim.plunkett: Remove legacy router backwards compatibility layer. 2013-10-08 18:04:42 +01:00
webchick 5dc3a2f37f Issue #2089351 by thedavidmeister, meba: Convert all calls to check_plain() in core to Drupal\Component\Utility\String::checkPlain() in core/includes. 2013-10-06 22:34:09 -07:00
webchick cd74c62406 Issue #2091691 by tim.plunkett: Convert test non-form page callbacks to routes and controllers. 2013-10-03 21:27:56 -07:00
Alex Pott 0fc52f1178 Issue #2077473 by dawehner, damiankloip, pwolanin: Replace local action plugin discovery with YamlDiscovery and handle routes with parameters. 2013-10-01 23:24:51 +01:00
Nathaniel Catchpole 53e17bb855 Issue #2100753 by Berdir: Fixed route_parameters break lazy-save logic in MenuLinkStorageController::save(). 2013-10-01 13:09:08 +01:00
catch 00c06fcfed Issue #2070651 by pwolanin, dawehner, larowlan, tim.plunkett, ParisLiakos: Introduce a path-based breadcrumb builder, remove the one that's based on {menu_links()}. 2013-09-26 10:32:39 +02:00
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