Commit Graph

281 Commits (8bd63769fafe7f7ff1bc47572d6efa9e4696bb70)

Author SHA1 Message Date
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
Dries bd68a9bfbe Issue #1988666 by Crell, kim.pepper: Cleanup Controllers and Enhancers. 2013-05-15 16:16:25 -04:00
webchick 22df5962a2 Issue #1944472 by larowlan, quicksketch, effulgentsia: Add generic content handler for returning dialogs. 2013-05-03 10:01:32 -07:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +01:00
Nathaniel Catchpole 1eb9af15f9 Issue #1930020 by dawehner, Berdir, olli: Inject a class into the Core annotated discovery implementation so that namespaces can be updated. 2013-04-25 09:38:49 +01:00
webchick 7b1215640d Issue #1947432 by tim.plunkett, mtift, andypost, larowlan: Add a generic EntityAccessCheck to replace entity_page_access(). 2013-04-23 11:55:24 -07:00
Alex Pott 91fc0d3ed9 Issue #1905152 by Gábor Hojtsy, Jose Reyero, vijaycs85, YesCT, penyaskito: Integrate config schema with locale, so shipped configuration is translated. 2013-04-23 08:19:41 +01:00
Alex Pott c014519ca1 Issue #1969540 by Xano: Convert token.inc to a service. 2013-04-18 08:24:35 +01:00
Alex Pott 99b39dc7d8 Issue #1963470 by effulgentsia, Crell, tim.plunkett, larowlan: Move controller derivation to route enhancers (and just that). 2013-04-15 10:21:21 +01:00
webchick 58e8125104 Issue #1950726 by chx: Convert hook_archiver_info() into the New Shiny(TM). 2013-04-11 23:33:28 -07:00
webchick 6543a5bae6 Issue #1847768 by rootatwc, tim.plunkett, effulgentsia, Crell, Damien Tournoud: Remove ip_address(). 2013-04-10 17:17:57 -07:00
Alex Pott bf06e1836b Issue #1965836 by EclipseGc: Fixed The Condition Manager Needs the Namespace. 2013-04-10 16:44:26 +01:00
Alex Pott 34e630950a Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00