Commit Graph

222 Commits (c1450062c8a5daa00f400dfa729f248972c25656)

Author SHA1 Message Date
Alex Pott 77d0c14341 Issue #2012566 by clemens.tolboom, Luka Zitnik: Naming confusion between config_comparer and storage_comparer in config.admin.inc and other places. 2013-12-26 15:17:23 +00:00
catch c049f3f1d6 Issue #2005644 by Wim Leers, damiankloip, beejeebus, amateescu: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for in-place editing metadata, introduce drupalSettings.user.permissionsHash. 2013-12-22 21:58:10 +00:00
webchick 06d4c62f23 Issue #2158299 by damiankloip: ConfigEntityUnitTest does not check properties on all loaded entities. 2013-12-22 13:36:48 -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
webchick 3465947578 Issue #2146517 by TR: Remove annotation 'use' statements from all core classes. 2013-12-19 10:28:42 -08:00
webchick 7db0d8b8d7 Issue #2150171 by alexpott, swentel: Confirm form of a simple setting always says it's creating a new configuration. 2013-12-10 11:56:04 -08:00
webchick 495d680ef8 Issue #2147899 by anavarre: Better indicate what to fill in the single import's Configuration name field. 2013-12-09 21:42:16 -08:00
Alex Pott 560e5afd66 Issue #2145007 by tim.plunkett, h3rj4n: Convert form_set_error() in FormBase classes to use FormErrorInterface. 2013-12-10 00:45:01 +00:00
webchick 3bb5f796f6 Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, alexpott, larowlan, Damien Tournoud: Replace almost all remaining superglobals (, , etc.) with Symfony Request object. 2013-12-05 10:02:36 -08:00
webchick dc7a5b27ef Revert of Issue #1998638, since it broke drush si and other command-line scripts. 2013-12-04 21:13:05 -08:00
webchick 443db81e57 Issue #1743072 by LinL, mtift, heyrocker, disasm: Cleanup coding style in configuration system files. 2013-12-03 22:28:27 -08:00
webchick 2f49630d96 Issue #2080717 by TR, areke, chertzog, mrsinguyen: Remove Unused local variable from /core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php. 2013-12-03 21:24:14 -08:00
webchick a38172dc20 Issue #1998638 by damiankloip, dawehner, kim.pepper, cosmicdreams, larowlan, Damien Tournoud: Replace all remaining superglobals (, , etc.) with Symfony Request object. 2013-12-03 10:57:18 -08:00
webchick d6cda5707d Issue #2113319 by Xano: Rename getOriginalID() to getOriginalId() and setOriginalID() to setOriginalId(). 2013-11-23 13:23:55 -08:00
webchick df1a669b77 Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global. 2013-11-23 12:57:04 -08:00
Alex Pott 7b8e204118 Issue #2133469 by tim.plunkett, damiankloip, dawehner: Replace path-based entity links with route names. 2013-11-15 09:31:24 -04:00
webchick 744309f9f2 Issue #2125253 by tim.plunkett: Convert ()['redirect'] to ()['redirect_route()']. 2013-11-13 21:31:49 -08:00
Alex Pott bf3e9cfaaa Issue #2112705 by mikey_p: Replace EntityType::$module with provider. 2013-11-02 22:11:53 -07:00
Nathaniel Catchpole 75e85d3293 Issue #2121199 by swentel | Bojhan: Fixed Use empty table pattern in Configuration Management UI. 2013-10-31 11:47:39 +00:00
Nathaniel Catchpole 0d4acb30ff Issue #2102443 by disasm, vijaycs85, rteijeiro: Remove drupal_set_title() in config_test() module controllers. 2013-10-31 11:37:55 +00:00
webchick 4399709181 Issue #2066535 by tim.plunkett, jsst, Berdir: Add EntityManagerInterface and stop typehinting with EntityManager. 2013-10-30 16:09:40 -07:00
webchick a145652886 Issue #2098089 by penyaskito, Schnitzel, tim.plunkett, YesCT, EllaTheHarpy, Gábor Hojtsy: Fixed Date formats cannot be translated (the core UIs are useless). 2013-10-29 14:29:39 -07:00
catch dfd537fe1a Issue #2095489 by tayzlor, beejeebus: Separate out module install config code from import code. 2013-10-28 11:51:33 +00:00
webchick a42b392c09 Issue #2099363 by tim.plunkett, mtift, swentel: Allow single config files to be imported and exported (Resolve regression from Views in Drupal 7). 2013-10-25 13:00:24 -07:00
Alex Pott 270708d58a Issue #2102125 followup by tim.plunkett, Gábor Hojtsy: Big Local Task Conversion. 2013-10-25 10:16:02 -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
Dries 85a5b1ee6b Issue #2102441 by sidharthap, -enzo-, InternetDevels, rteijeiro: Remove drupal_set_title() in config module controllers. 2013-10-23 10:29:08 -04:00
Alex Pott b201c0546c Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId(). 2013-10-16 13:37:27 +01:00
webchick 3683bd003a Issue #2106171 by chx, webchick: Write tests for configuration deployment scenarios. 2013-10-09 22:35:26 -07:00
Nathaniel Catchpole 396d402306 Issue #2105557 by Berdir, dawehner: Add an admin_permission to EntityType annotations to provide simple default access handling. 2013-10-09 11:39:16 +01:00
webchick b8c9f78058 Issue #2088241 by Xano: ConfigEntityInterface::setOriginalID() should return . 2013-10-08 21:30:26 -07:00
webchick 6302d0e020 Issue #2089511 by RoSk0, tim.plunkett: Convert info file configure link to route name. 2013-10-07 23:07:56 -07:00
webchick d71586b61a Issue #2104741 by Gábor Hojtsy: Fixed Quick fix: small tab inconsistencies + lack of tab conversion. 2013-10-07 08:49:55 -07:00
webchick ea8db03250 Issue #2095121 by clemens.tolboom, jibran: Ensure every path in routing.yml files has a leading slash. 2013-10-07 08:09:41 -07:00
Nathaniel Catchpole 8b3e463bc6 Issue #1653026 by damiankloip, alexpott, sun, tim.plunkett, dawehner, mtift: Fixed All configuration values are stored as strings. 2013-10-04 12:01:09 +01: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 1aeee1cd39 Issue #2004244 by Berdir, plach, tim.plunkett, msonnabaum, das-peter: Move entity revision, content translation, validation and field methods to ContentEntityInterface. 2013-10-01 12:42:30 +01:00
webchick 753a5485c9 Issue #2097259 by vijaycs85, tstoeckler: Add hasConfigSchema() method. 2013-09-28 00:09:20 +02:00
webchick 452179376b Issue #2098661 by webflo: Provide config schema for Config test entity. 2013-09-28 00:07:56 +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 b72614febb Issue #2058499 by mtift, BarisW: Added Combine Configuration Management menu items into one main menu item. 2013-09-24 23:34:48 +02:00
Dries 65b155d9c2 Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed. 2013-09-19 18:22:53 +02:00
Alex Pott 24e3c5d154 Issue #2083615 by Gábor Hojtsy, YesCT: Use links annotation for config entity URI like for content entities. 2013-09-18 14:10:04 +01:00
webchick 8347b04c34 Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors. 2013-09-15 22:06:19 -07:00
webchick 7cfa38d01a Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files. 2013-09-15 21:47:28 -07:00
webchick 5e9ac4dd2d Issue #2087279 by larowlan, dawehner, disasm, tim.plunkett: Add a config() method to FormBase. 2013-09-15 21:43:06 -07:00
webchick 5bb0d5e667 Issue #2053489 by chx, tim.plunkett: Standardize on \Drupal throughout core. 2013-09-15 20:58:10 -07:00
webchick 99670f0847 Issue #1981368 by tim.plunkett, Crell, webchick: Convert all routes to 'module_name().foo_bar()' naming convention. 2013-09-15 12:59:49 -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 bbb106da75 Issue #2082117 by alexpott, xjm, tim.plunkett, heyrocker, beejeebus, sun: Fixed Install default config only when the owner and provider modules are both enabled. 2013-09-13 10:31:12 +01:00