Commit Graph

162 Commits (4e5b0480f41e7c8ff419069de3d52613b0058968)

Author SHA1 Message Date
Nathaniel Catchpole 7b392ea69e Issue #2229223 by sun: RequestStack is not persisted across kernel rebuilds. 2014-03-31 20:29:13 +01:00
Nathaniel Catchpole 3a5e997452 Issue #2221065 by damiankloip, Wim Leers, Berdir: Rename default 'cache' cache bin to 'default'. 2014-03-31 10:49:28 +01:00
catch 63375a5e7b Issue #2203411 by dawehner, Wim Leers, damiankloip: Convert drupal_get_library() into a service. 2014-03-30 13:15:47 +02:00
catch 166a3f6ace Issue #2160021 by juampy, damiankloip, klausi, vijaycs85: Basic auth has no login flood control. 2014-03-29 15:08:21 +01:00
catch 8ad79cebb5 Issue #2224777 by pwolanin, dawehner: Unlimited allowed length of path in menu router allows DoS attack on Drupal 8. 2014-03-28 15:22:01 +01:00
catch d026a1c363 Issue #2180109 by damiankloip, dawehner, ParisLiakos, joelpittet, MartijnBraam, Xano: Change the current_user service to a proxy. 2014-03-27 16:25:24 +01:00
catch 29110623d6 Issue #2120235 by dawehner, YesCT: Regression: routing / tabs / actions / contextual links lack way to attach replacement arguments to UI strings. 2014-03-27 13:35:47 +01:00
catch bb0f5fced3 Issue #1194136 by Berdir, damiankloip, Wim Leers: Re-organise core cache bins. 2014-03-26 14:19:28 +01:00
catch 1c22cf66cd Issue #2223623 by znerol: Use request stack in theme negotiator. 2014-03-25 20:19:04 +01:00
catch 99b9a6a579 Issue #2026431 by YesCT, dawehner, Crell: Make ContentNegotiation a 'internal' service, used only by the router, so that core or contrib can implement real negotiation. 2014-03-24 15:39:43 +00:00
Alex Pott 000966e0dd Issue #2219009 by pwolanin: Improve DX of Settings class. 2014-03-24 09:51:28 +01:00
catch a6ffb28261 Issue #2158003 by Wim Leers, msonnabaum, effulgentsia, moshe weitzman: Remove Block Cache API in favor of blocks returning #cache with cache tags. 2014-03-22 22:00:38 +00:00
Nathaniel Catchpole 2c2c1adcbf Issue #1316692 by tim.plunkett, dawehner: Convert hook_admin_paths() into declarative properties on routes. 2014-03-21 12:35:45 +00:00
Nathaniel Catchpole 8cbab1493b Issue #2080823 by alexpott, swentel, Wim Leers: Create API to discover content or config entities' soft dependencies and use this to present a confirm form on module uninstall. 2014-03-21 11:53:32 +00:00
Nathaniel Catchpole 5f61e2663a Issue #2019123 by klausi, ygerasimov, Crell: Use the same canonical URI paths as for HTML routes. 2014-03-21 11:00:42 +00:00
Nathaniel Catchpole e1533e2a73 Issue #2155635 by Berdir, tim.plunkett, dawehner: Allow plugin managers to opt in to cache clear during module install. 2014-03-17 11:53:05 +00:00
Alex Pott f437807590 Issue #2103621 by mondrake | fietserwin: Move GD logic from ImageInterface to toolkit, tie toolkit instance to Image instance, toolkits should no longer be instantiated separately. 2014-03-11 01:00:44 +00:00
Nathaniel Catchpole a2b6fe7e01 Issue #2190665 by alexpott: Remove persist flag from services that do not need it. 2014-03-10 11:24:18 +00:00
Alex Pott 45e61d20d1 Issue #2213357 by sun: Use a proper kernel in early installer. 2014-03-09 15:08:57 +00:00
Alex Pott 3cd6aa897e Issue #2058845 by dawehner, msonnabaum: Pre-load non-admin routes. 2014-03-03 08:47:09 +00:00
webchick 428d0f0ad9 Issue #2053153 by tim.plunkett, dawehner, damiankloip, aspilicious: Allow contrib modules to provide plugins on behalf of optional modules. 2014-03-01 17:57:51 -08:00
webchick 8608fed622 Issue #2107533 by tim.plunkett, dawehner, pwolanin, Berdir: Remove {menu_router}. 2014-02-28 20:58:58 -08:00
Nathaniel Catchpole dad0245d7d Revert "Issue #2201919 by damiankloip: Replace drupal_get_hash_salt() with direct Settings call in CsrfTokenGenerator."
This reverts commit aad87a80b1.
2014-02-28 11:38:55 +00:00
Nathaniel Catchpole aad87a80b1 Issue #2201919 by damiankloip: Replace drupal_get_hash_salt() with direct Settings call in CsrfTokenGenerator. 2014-02-28 10:57:22 +00:00
Nathaniel Catchpole a60a5b879f Issue #2136503 by slashrsm: Make \Drupal\Core\Path\AliasManager storage independent. 2014-02-28 10:33:39 +00:00
Alex Pott 438494d0f1 Issue #2187495 by Les Lim, longwave: Use plugin system for MailInterface classes. 2014-02-27 11:07:19 +00: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
Nathaniel Catchpole 824d4b9d1c Issue #2126421 by slashrsm: Decouple \Drupal\Core\Path\AliasManager and \Drupal\Core\Path\Path. 2014-02-13 11:50:59 +00:00
Nathaniel Catchpole 120c40d13c Issue #2113169 by damiankloip, Xano, sun, catch: Memory backend defined as a service in core.services.yml. 2014-02-13 11:45:57 +00:00
Nathaniel Catchpole 51d9879c22 Issue #2188595 by alexpott, jibran: Create a ConfigManager to be able to remove config.inc. 2014-02-10 14:46:51 +00:00
Nathaniel Catchpole e4e83f0e95 Issue #2147153 by dawehner, alexpott, Xano: Replace the last instance of $_GET/$_POST; Create a special exception listener / exception controller which allows to use POST requests. 2014-02-10 10:38:41 +00:00
Alex Pott fe61b43d90 Issue #2183923 by tim.plunkett: Break the circular dependency in EntityManager. 2014-02-08 13:31:25 +00:00
webchick 4e2a1c37dc Issue #2187097 by dawehner, tim.plunkett: Add a request_stack service and use it for the http kernel. 2014-02-06 23:38:31 -08:00
Nathaniel Catchpole 462855448a Issue #2184649 by tim.plunkett: Remove LinkGenerator::getActive() and LinkGenerator::setRequest(). 2014-02-05 21:21:20 +00:00
webchick 647043400f Issue #2185831 by tim.plunkett: Split up ParamConverterManager and stop throwing NotFoundHttpException. 2014-02-04 22:55:31 -08:00
Nathaniel Catchpole 118a4a0286 Issue #2166195 by dawehner, Crell: Split HtmlPageRenderer in twain. 2014-02-04 10:33:06 +00:00
Alex Pott e4e74fcf3a Issue #1959574 by dawehner, mkadin, Wim Leers, jessebeach: Remove the deprecated Drupal 7 Ajax API. 2014-02-03 00:08:14 +00:00
Nathaniel Catchpole 29bf9e891f Issue #2166703 by alexpott: Config SchemaStorage uses InstallStorage. 2014-01-29 11:58:00 +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
catch 6f6a2f3d63 Issue #2108599 by alexpott, Gábor Hojtsy, vijaycs85: Convert language_default to CMI. 2014-01-25 22:00:48 +00:00
Alex Pott 9da7e4cdc7 Issue #2169267 by damiankloip: Replace drupal_cron_run() with a Cron service. 2014-01-25 19:13:53 +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
Nathaniel Catchpole bb05d952d4 Issue #2176669 by alexpott: Stop persisting the url_generator. 2014-01-21 10:58:16 +00:00
Nathaniel Catchpole 0b55dcd841 Issue #1862202 by plach, Berdir, katbailey, ParisLiakos, alexpott, chx, sun, larowlan, Gábor Hojtsy, cosmicdreams, vijaycs85, YesCT, penyaskito, andypost, Albert Volkman, joelpitett: Objectify the language system. 2014-01-15 16:27:37 +00:00
Nathaniel Catchpole 68ce258d63 Issue #2166065 by alexpott, mtift: Replace config_install_default_config with ConfigInstaller service. 2014-01-10 11:48:37 +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