Commit Graph

162 Commits (4e5b0480f41e7c8ff419069de3d52613b0058968)

Author SHA1 Message Date
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 284241ecb9 Issue #2162013 by alexpott, Berdir, sun, pwolanin: Critical performance regression due to config schema + TypedData lookups in installer. 2014-01-04 10:53:30 -08:00
Nathaniel Catchpole 4c6440288d Issue #2068471 by dawehner, Crell, tim.plunkett, jibran, fubhy, larowlan: Normalize Controller/View-listener behavior with a Page object. 2014-01-01 20:32:52 +00:00
webchick d9f2ba2c84 Issue #2109035 by tim.plunkett, damiankloip, dawehner, chx: Make access checkers (much) easier to find. 2013-12-31 16:06:09 -08:00
webchick 0cecf582b9 Issue #2163371 by alexpott: Replace \Drupal:config()->get with ConfigFactory::loadMultiple in Drupal\Core\Config\Entity\Query. 2013-12-28 05:40:04 -08:00
webchick 12f895ec39 Issue #2132145 by plopesc, amateescu, Xano: Rename 'typed_data' / Drupal::typedData() to 'typed_data_manager' / Drupal::typedDataManager. 2013-12-26 14:22:40 -08:00
Dries 141cb6f304 Issue #2130811 by alexpott, Gábor Hojtsy, vijaycs85, sun, Wim Leers: Use config schema in saving and validating configuration form to ensure data is consistent and correct. 2013-12-20 11:27:41 -05:00
Dries 17cc6dab8b Issue #2145041 by tim.plunkett: Allow dynamic routes to be defined via a callback. 2013-12-18 15:09:35 -05: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
catch 3e27ebdea5 Issue #1786490 by Berdir, amateescu, damiankloip, Wim Leers, dawehner: Add caching to the state system. 2013-12-12 00:00:09 +00:00
Nathaniel Catchpole 51560a3a04 Revert "Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system."
This reverts commit 8ec847cc7c.
2013-12-11 14:37:58 +00:00
Nathaniel Catchpole 8ec847cc7c Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system. 2013-12-11 12:00:10 +00:00
Nathaniel Catchpole 67e93b23ac Issue #2109287 by dawehner, Cottser, tim.plunkett, kim.pepper: Replace list_themes() with a service. 2013-12-05 10:06:32 +00:00
webchick 4b06b8bd32 Issue #2111349 by dawehner, tim.plunkett: Move format_plural to the string translation service and format_interval to the date service. 2013-12-03 11:35:43 -08:00
Nathaniel Catchpole dcc8a0c392 Issue #2084279 by herom, andypost, David Hernández, dawehner, Xano: Remove plugin.manager.entity service in favor of entity.manager. 2013-12-03 12:07:05 +00:00
webchick 831940a3c2 Issue #2118991 by Berdir, dawehner: Use abstract service definitions to minimize copy & pasted service definitions. 2013-11-24 12:37:45 -08: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 92f93a1cbc Issue #2004086 by dawehner, pwolanin, katbailey, tim.plunkett, vijaycs85, fabpot: The Request service must be synthetic. 2013-11-19 16:21:35 +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
Alex Pott 3cda8309b0 Issue #1886448 by dawehner, sun, Berdir, ParisLiakos: Rewrite the theme registry into a proper service. 2013-11-16 17:35:23 -04:00
catch 241348d510 Issue #2073531 by tim.plunkett, dawehner, Berdir, catch, plach: Use current user service instead of _account, remove _account from the request object. 2013-11-16 21:26:50 +00:00
webchick 6b1b996ce2 Issue #1798296 follow-up by andypost: Correct typo in route name. 2013-11-11 16:44:03 -08:00
Nathaniel Catchpole acc31be4bc Issue #1798296 by damiankloip, Xano, David_Rothstein, Crell, dawehner: Integrate CSRF link token directly into routing system. 2013-11-11 11:38:41 +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 c543ca71ff Issue #2019055 by plach, fago, berdir, yched, Gábor Hojtsy, kfritsche, jibran: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:44:42 +00:00
Nathaniel Catchpole 38fdf67298 Revert "Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback."
This reverts commit 46942cd373.
2013-11-06 14:44:17 +00:00
Nathaniel Catchpole 46942cd373 Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:39:07 +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
Alex Pott 82eb2924cf Issue #2112807 by tim.plunkett: Move the form builder functions in form.inc to a form service. 2013-10-25 15:54:34 -07:00
webchick 08c1599c7f Issue #2057259 by alexpott, cweagans, swentel: Fixed Malformed modulename.info.yml file causes fatal error. 2013-10-25 13:19:15 -07:00
Nathaniel Catchpole 516affdf43 Issue #2102125 by dawehner, tim.plunkett, neclimdul, pwolanin, YesCT, damiankloip, Tim Bozeman: Big Local Task Conversion. 2013-10-24 13:04:38 +01:00
Nathaniel Catchpole 50979d219f Issue #2107137 by dawehner, damiankloip, tim.plunkett: Fix the DX for declaring custom access checkers. 2013-10-21 21:29:17 +01:00
Alex Pott c1027b9d1a Issue #2050835 by Berdir | yched: Move Widget, Formatter, and FieldType plugin types to the Core\Field system. 2013-10-18 12:57:37 +01:00
Nathaniel Catchpole d50a62fc3d Issue #1975490 by ParisLiakos: Convert locale_custom_strings_* to settings. 2013-10-11 14:13:17 +01:00
webchick 9a09f69b7d Issue #2048827 by claudiu.cristea, tim.plunkett: Move Image toolkit API from system.module to Drupal\Core. 2013-10-08 16:26:42 -07:00
Nathaniel Catchpole 652c334234 Issue #2106709 by tim.plunkett: Remove legacy router backwards compatibility layer. 2013-10-08 18:04:42 +01:00
webchick 6207fe9417 Issue #2105621 by claudiu.cristea: Inject config factory service into image toolkit manager. 2013-10-07 23:45:52 -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
Alex Pott f366930462 Issue #2091411 by damiankloip, dawehner: Provide an easier mechanism for a route definition wrapped by module_exists(). 2013-10-01 21:15:12 +01:00
Alex Pott 714f9e3e1b Issue #2098111 by chx: Fixed Change KeyValueFactory to use Settings instead of $conf. 2013-10-01 14:18:34 +01:00
Alex Pott 085ad45799 Revert "Fixing commit message: Change KeyValueFactory to use Settings instead of $conf"
This reverts commit 227f21b322.
2013-10-01 14:17:15 +01:00
Nathaniel Catchpole 0bda79a3db Issue #2076411 by dawehner: Fixed Remove the request scope from the current user service. 2013-10-01 12:57:59 +01:00
Alex Pott 227f21b322 Change KeyValueFactory to use Settings instead of $conf 2013-09-29 16:41:09 +02:00
webchick 2f0a4c42e6 Issue #1798738 by alexpott, mtift, tayzlor, ianmthomasuk, Albert Volkman, heyrocker, cam8001: Move css_js_query_string() to state system. 2013-09-27 14:20:32 +02: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 4e1d66702d Issue #2087931 by damiankloip: Inject database connection into DatabaseLockBackend. 2013-09-26 00:58:50 +02:00
webchick 7dedb6cad0 Issue #1969572 by neclimdul, larowlan, hussainweb, dawehner, damiankloip, ParisLiakos, pwieck, Berdir, socketwench: Make Uuid a service. 2013-09-25 00:16:05 +02:00
webchick a4f9d8e33a Issue #2041885 by BTMash, cweagans, klausi: Move HTTP basic authentication provider to a separate module. 2013-09-23 16:44:41 +02:00
Alex Pott 47ec9cf0be Issue #2076085 by dawehner, damiankloip, Letharion, pwolanin: Resolve the need for a 'title callback' using the route . 2013-09-22 17:01:56 +02: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 f32e302e03 Issue #2084057 by dawehner: Fixed Translate _title on routes. 2013-09-12 14:35:27 -07:00
Nathaniel Catchpole 41564a7867 Issue #1971158 by Berdir, beejeebus, alexpott, amateescu: Follow-up: Add loadMultiple() and listAll() caching to (cached) config storage. 2013-09-10 11:11:24 +01:00
Nathaniel Catchpole ef87440865 Issue #2050919 by neclimdul, pwolanin, damiankloip, dawehner: Replace local task plugin discovery with YamlDiscovery. 2013-09-09 21:57:48 +01:00
Alex Pott 7742cc3563 Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'. 2013-09-01 13:24:15 +01:00
Nathaniel Catchpole ed2b2238a5 Issue #2032303 by dawehner, pwolanin: Cache the result of local tasks. 2013-09-01 12:03:34 +01:00
Nathaniel Catchpole ded07e9aa8 Issue #2047619 by dawehner, pwolanin, tstoeckler, thedavidmeister: Add a link generator service for route-based links. 2013-08-30 16:28:49 +01:00
Nathaniel Catchpole 2db966381a Issue #2062151 by dawehner: Create a current user service to ensure that current account is always available. 2013-08-25 07:44:25 +01:00
Alex Pott 8c23138311 Issue #2057869 by dawehner, jibran: Provide an alias for 'plugin.manager.entity' called 'entity.manager'. 2013-08-24 11:27:40 +01:00
Alex Pott 4d783b7369 Issue #1889644 by Berdir: Convert drupal_mail_system() to a MailFactory service to allow more flexible replacements. 2013-08-24 09:52:50 +01:00
Alex Pott 410d56a7ba Issue #2059245 by tim.plunkett, msonnabaum: Add a FormBase class containing useful methods. 2013-08-22 03:02:00 +01:00
Dries 8c5f572b69 Issue #2032535 by dawehner, katbailey, pwolanin, Crell: Resolve 'title/title callback' by adding a _title propery on the route and allow a title be part of the render array. 2013-08-16 15:36:55 -05:00
Dries 6633dfd9c7 Issue #2062745 by dawehner: Automatically set the request context on the url generator. 2013-08-16 12:50:38 -05:00
Nathaniel Catchpole bddf97821e Issue #2065149 by damiankloip: Fixed Cache local action plugin definitions. 2013-08-16 15:22:05 +01:00
Nathaniel Catchpole cd15b235db Issue #2046737 by dawehner, pwolanin, tim.plunkett: Add a method to the AccessManager that only needs a route name and parameters. 2013-08-15 08:44:05 +01:00
Nathaniel Catchpole 882ef344ed Issue #2036351 by damiankloip, Xano, dawehner: Convert CSRF tokens to a service. 2013-08-13 07:47:07 +01:00
Alex Pott 8cfc089e26 Issue #2033669 by tim.plunkett, larowlan: Image file objects should be classed. 2013-08-11 00:57:37 +01:00
Alex Pott bc0570c864 Issue #2051877 by dawehner: Log error when people use invalid route parameters. 2013-08-10 03:11:12 +01:00
Dries f5cc9308c9 Issue #1943846 by fubhy, effulgentsia, tim.plunkett: Improve ParamConverterManager and developer experience for ParamConverters. 2013-07-24 16:23:42 -04:00
Alex Pott 566ebfd9de Issue #1856976 by andypost, Soul88, ACF, aspilicious, vijaycs85, dawehner: Convert language_count() to the state system. 2013-07-20 20:39:11 +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
Alex Pott 06cb438e03 Issue #2003892 by tim.plunkett, vijaycs85: Convert date formats to config entities. 2013-07-09 19:57:20 +01:00
Nathaniel Catchpole 8ceb6e1719 Issue #1971158 by Berdir, beejeebus, alexpott, amateescu: Add loadMultiple() and listAll() caching to (cached) config storage. 2013-07-05 14:45:20 +01:00
Nathaniel Catchpole 2c11efed11 Issue #352951 by Wim Leers, mfer, mcjim, larowlan, RobLoach, sdboyer, Owen Barton, JohnAlbin: Make JS & CSS Preprocessing Pluggable. 2013-07-04 09:38:19 +01:00
Alex Pott aa9c2ccc85 Issue #1890878 by corvus_ch, ygerasimov, berenddeboer, Crell, fubhy the cat, effulgentsia: Add modular authentication system, including Http Basic; deprecate global . 2013-06-29 17:26:55 +01:00
Alex Pott 2c2f5f59f5 Issue #1867856 by fubhy the cat, EclipseGc, Berdir: Use annotation discovery for data type plugins. 2013-06-29 15:48:52 +01:00
Alex Pott 0af43e4e71 Issue #2028585 by ParisLiakos, dawehner, tim.plunkett: Replace entity_page_create_access() by an access controller. 2013-06-29 07:52:24 +01:00
Alex Pott b537ccd584 Issue #2028489 by chx, dawehner: Move entity query out of field_sql_storage(). 2013-06-26 15:21:57 +01:00
Alex Pott a2c2367bf8 Issue #1969728 by yched, effulgentsia, swentel, fago, plach: Implement Field API 'field types' as TypedData Plugins. 2013-06-25 11:27:47 +01:00
Alex Pott 0d20ccb2a7 Issue #2018257 by tsphethean: Move batch storage to Drupal\Core\Batch. 2013-06-24 16:05:10 +01:00
Nathaniel Catchpole 21812ed3a1 Issue #1858616 by Berdir: Extract generic CacheCollector implementation and interface from CacheArray. 2013-06-21 10:22:46 +01:00
Dries 5f67fd1d08 Issue #1893820 by fago, das-peter, Berdir: Manage entity field definitions in the entity manager. 2013-06-20 15:09:30 -04:00
Dries 0eaa35d578 Issue #1839468 by ParisLiakos, damiankloip, dawehner, jibran: Replace aggregator rss parsing with Zend Feed. 2013-06-19 16:36:24 -04:00
Nathaniel Catchpole 00cb147e14 Issue #1668866 by ParisLiakos, aspilicious, tim.plunkett, pdrake, g.oechsler, dawehner, Berdir, corvus_ch, damiankloip, disasm, marcingy, neclimdul: Replace drupal_goto() with RedirectResponse. 2013-06-19 17:07:30 +01:00
Alex Pott 4d08d57418 Issue #1947536 by andypost, donquixote, larowlan, splatio, kim.pepper, alexpott, Crell, tim.plunkett: Convert drupal_get_breadcrumb() and drupal_set_breadcrumb() to a service. 2013-06-18 07:22:49 +02:00
Alex Pott fb7ad824c7 Issue #1903346 by Berdir, tim.plunkett, EclipseGc: Establish a new DefaultPluginManager to encapsulate best practices. 2013-06-17 18:17:56 +02:00
Alex Pott 5bf89a4573 Issue #2008356 by dawehner, tim.plunkett: Provide a _entity_list() route default to replace Controller\EntityListController and mimic _entity_form(). 2013-06-17 00:06:21 +02:00
Alex Pott b0113327fa Issue #2004086 by fabpot: Stopgap fix for making the Request service synthetic. 2013-06-13 21:49:26 +01:00
Alex Pott 0bfe623053 Issue #2003934 by dawehner, damiankloip: Convert format_date() to a service. 2013-06-12 10:18:07 +01:00
Alex Pott 07e3ccbdea Issue #2004506 by cam8001, plach: Move standard_country_list() to Drupal\Core\Locale\Country. 2013-06-11 23:23:08 +01:00
Nathaniel Catchpole 37445fd7d0 Issue #1813762 by ParisLiakos, Jose Reyero, YesCT, japicoder, attiks: Introduce unified interfaces, use dependency injection for interface translation. 2013-06-10 12:46:03 +01:00
Alex Pott b0cf1be964 Issue #1846172 by tim.plunkett, damiankloip: Replace the actions API. 2013-06-06 20:10:20 +01:00
Alex Pott b21943922d Issue #1888424 by katbailey, steveoliver, twistor, beejeebus, effulgentsia: Change notice: Make Drupal's URL generation logic available to HttpKernel, and minimize code repetition/divergence. 2013-06-06 09:14:16 +01:00
Alex Pott 42daa83c5e Issue #1911728 by ParisLiakos, Xano, dawehner, jibran, David_Rothstein: Remove hook_init(). 2013-06-05 08:47:39 +01:00
Alex Pott a2f15f28eb Issue #1998250 by patrickd, dww, chx: Move batch to pluggable storage. 2013-05-27 11:12:50 -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
Nathaniel Catchpole 4eaa775b10 Issue #1890784 by alexpott, YesCT, heyrocker, tim.plunkett, EllaTheHarpy, beejeebus: Refactor configuration import and sync functions. 2013-05-17 15:16:16 +01:00