Commit Graph

161 Commits (7625696dba833902affb92715649b82732deb701)

Author SHA1 Message Date
Nathaniel Catchpole 7e1dbf11fa Issue #2071439 by tim.plunkett: Modernize config.module forms. 2013-08-26 11:28:24 +01:00
Alex Pott 703e9e476c Issue #2021063 by Berdir, kiamlaluno, YesCT: Use hook_entity_operation_alter() for manage fields and manage display links. 2013-08-25 11:41:10 +01:00
webchick 2132c17948 Issue #2057155 by pwolanin, dawehner: Add a generateFromRoute() method on the url generator to accept options like url(). 2013-08-22 10:28:40 -07:00
webchick fa967340e3 Revert "git commit -m Issue"
Stupid commit message. :P Fixing. :P

This reverts commit 838bf21e31.
2013-08-22 10:25:55 -07:00
webchick 838bf21e31 git commit -m Issue 2013-08-22 10:21:03 -07: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
Alex Pott d663924e93 Issue #2064557 by tim.plunkett: Improve strange coupling in EntityListControllers by improving buildRow() and buildHeader(). 2013-08-19 21:30:34 +01:00
webchick 523fb85533 Issue #1847002 by tim.plunkett, effulgentsia, msonnabaum: Move entity type classes from Drupal$provider\Plugin\Core\Entity to Drupal$provider\Entity. 2013-08-18 14:16:19 -07:00
Dries a18a231ea4 Issue #2056721 by Berdir, effulgentsia: Remove or rename TypedDataInterface::getType(). 2013-08-15 15:23:43 -05:00
webchick 3cf100dfcd Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
Alex Pott cc7c70e9af Issue #2011578 by mortendk, tlattimore, Cottser, soulston: Markup for Stark's page.html.twig + maintenance-page.html.twig. 2013-08-06 00:52:22 +02:00
Alex Pott 0adc91af5c Issue #1987660 by dougvann, ygerasimov, vijaycs85, marcingy: Convert config_sync() to a new style controller. 2013-07-28 23:47:43 +02:00
Alex Pott a48f0d889c Issue #1821854 by tim.plunkett, effulgentsia, larowlan: Convert image effects into plugins. 2013-07-23 18:14:41 +02:00
Alex Pott 36d647e61b Issue #1987712 by dawehner, claudiu.cristea, damiankloip, andypost: Convert file_download() to a new style controller. 2013-07-20 13:25:28 +01:00
Nathaniel Catchpole 7dd31494f3 Issue #1979094 by Berdir, dawehner, msonnabaum, tim.plunkett, effulgentsia: Fixed Separate create access operation entity access controllers to avoid costly EntityNG instantiation. 2013-07-16 10:33:18 +01: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 7b3bf57b82 Issue #2032711 by juampy: Catch exceptions thrown by ArchiveTar when importing configuration. 2013-07-03 12:01:28 +01:00
catch 03d3cb0a36 Issue #2008982 by xxAlHixx, adamcowboy, hussainweb, c4rl: Replace theme() with drupal_render() in config module. 2013-06-30 11:48:42 +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 4c357934c2 Issue #1754246 by webflo, swentel, penyaskito, andypost, alexpott, YesCT, dagmar: Languages should be configuration entities. 2013-06-29 11:56:53 +01:00
Alex Pott 0c957d310a Issue #2031115 by tim.plunkett: Fixed Language::LANGUAGE_DEFAULT should be Language::LANGCODE_DEFAULT. 2013-06-29 11:34:03 +01:00
Alex Pott 4f8b8a5087 Issue #1995048 by twistor, tim.plunkett, damiankloip, Berdir: EntityListController::getOperations() should respect access checks. 2013-06-27 07:13:06 +01:00
Alex Pott 356dc8bacd Issue #1969698 by xjm, damiankloip, tim.plunkett, yched: ConfigEntity::save() should disallow saving ID/UUID conflicts (Field UUID changes can badly corrupt field data). 2013-06-25 23:57:46 +01:00
Alex Pott 5fe8034bdc Issue #2020361 by vijaycs85: Create LanguageConfigContext to activate configuration overrides based on language. 2013-06-19 22:21:35 +02:00
Alex Pott e997ce7ba6 Issue #2017019 by valdo, amateescu, tim.plunkett: Configuration export action path is broken when Drupal is installed in a subfolder. 2013-06-19 01:22:53 +02:00
Alex Pott c4b665859a Issue #1982980 by ParisLiakos, larowlan, dawehner, tim.plunkett: Move entity_get_form() to Drupal\Core\Entity\EntityManager::getForm(). 2013-06-18 07:21:35 +02:00
Alex Pott 73fbcf8072 Issue #2011018 by tim.plunkett: Reconcile entity forms and confirm forms. 2013-06-17 23:26:42 +02:00
Alex Pott d8881894b3 Issue #2017859 by valdo: Permissions export configuration and import configuration are used in config.routing.yml but not implemented. 2013-06-17 22:55:45 +02:00
webchick 1cbc618c34 Issue #2003576 by jeroen12345, ebeyrent, alexander.ilivanov: Replace drupal_container() with Drupal::service() in the config module. 2013-06-17 01:37:22 -05: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 096b8c5a58 Issue #2010290 by tim.plunkett, larowlan, alexpott, ParisLiakos: Editing a config entity from a listing page results in a 'page not found'. 2013-06-16 10:24:30 +02:00
Alex Pott 07bf168bd6 Issue #1998140 by dawehner, ParisLiakos, tim.plunkett: Remove backward compatible ControllerInterface. 2013-06-11 23:16:25 +01:00
Alex Pott 8355142ba2 Issue #1987668 by damiankloip, jibran, h3rj4n, mparker17: Convert config_test() module to routes. 2013-06-10 13:14:35 +01:00
catch babb2b717b Issue #1825090 by thedavidmeister, Cottser: Remove theme_html_tag() from the theme system. 2013-06-09 21:54:08 +01:00
Alex Pott 7b76e91845 Issue #1868930 by nathangervais: Ensure proper capitalization is used throughout the UI. 2013-06-09 12:49:50 +01:00
Nathaniel Catchpole ffaabb7cfa Issue #1998576 by beejeebus, alexpott, swentel: Make the config import process use full config trees again. 2013-06-08 21:10:53 +01:00
Alex Pott 2432c02138 Issue #1987066 by Kevin Morse, JohnAlbin, rteijeiro, echoz, ry5n: Rename files to match CSS file naming convention. 2013-06-07 11:48:55 +01:00
Nathaniel Catchpole 579aa78880 Issue #1947720 by damiankloip: Use Drupal::state() to replace state(). 2013-06-05 15:58:21 +01:00
Alex Pott cbb579b037 Issue #1799600 by andypost, damiankloip: Add test of sorting for configuration entities. 2013-05-31 09:53:45 +01:00
Alex Pott f2d710c607 Issue #1620010 by dawehner, ParisLiakos, plach, jibran: Move LANGUAGE constants to the Language class. 2013-05-25 13:12:45 -07:00
Alex Pott 80da26f3ff Issue #1893442 by andypost, tim.plunkett, dawehner: Move BlockStorageController::loadByProperties() into ConfigStorageController. 2013-05-20 16:41:23 -07:00
Alex Pott 6718550cda Issue #1998642 by beejeebus: Fixed ConfigImportTest.php should be ConfigImporterTest.php. 2013-05-19 19:03:32 -07:00
Alex Pott 66e6eb8d36 Issue #1994910 by tim.plunkett, twistor: Fixed ConfigEntity listing should only show enable/disable if status is supported. 2013-05-19 12:17:43 -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
catch a56602e8b0 Issue #1989996 by swentel: Fixed @config_file() placeholder not replaced in popup. 2013-05-10 09:33:40 +01:00
Alex Pott a57952c6a4 Issue #1983844 by tim.plunkett, dawehner: Add EntityListController and convert picture.module callbacks to routes/controllers to provide a use-case. 2013-05-07 17:33:50 +01:00
Alex Pott 79ea2f38f8 Issue #1292284 by ParisLiakos, RobLoach, karschsp: Require 'type' key in .info.yml files. 2013-05-07 14:51:26 +01:00
webchick 22df5962a2 Issue #1944472 by larowlan, quicksketch, effulgentsia: Add generic content handler for returning dialogs. 2013-05-03 10:01:32 -07:00
webchick e775437eb2 Issue #1982984 by larowlan: Create Drupal::entityManager for improved DX. 2013-05-01 23:42:27 -07:00
Alex Pott 620d497915 Issue #1913618 by tim.plunkett, amateescu: Convert EntityFormControllerInterface to extend FormInterface. 2013-04-30 00:46:14 +01:00