Commit Graph

267 Commits (1d4ffea34aafc8cabb7d51f5c6c45a4120747cac)

Author SHA1 Message Date
Nathaniel Catchpole 235bfca5ae Issue #2795045 by legovaer, kmoll: Make SchemaCheckTestTrait available outside of the config module 2016-11-21 13:15:27 +00:00
Alex Pott a7b67e7af1 Issue #2721901 by Mile23, anoopjohn: Fix Drupal.Commenting.FunctionComment.MissingParamName 2016-08-29 06:50:59 -05:00
Nathaniel Catchpole f6ae58526c Issue #2572801 by alexpott, vprocessor, andriyun, andypost, chishah92, Mile23, attiks, hussainweb, klausi, dawehner, pfrenssen: Fix 'Drupal.WhiteSpace.ScopeIndent' coding standard 2016-08-28 18:16:36 +01:00
Nathaniel Catchpole fe94d15d30 Issue #2595535 by tstoeckler, swentel, vijaycs85, alvar0hurtad0, esolitos: Show helpful message (do not fatal!) when configuration files have different source language codes and cannot be translated 2016-07-12 10:23:59 +01:00
Nathaniel Catchpole 7bbcc3ee67 Revert "Issue #2595535 by tstoeckler, swentel, vijaycs85, alvar0hurtad0,
esolitos: Show helpful message (do not fatal!) when configuration files
have different source language codes and cannot be translated"uthor:
Nathaniel

This reverts commit ef3700fa23.
2016-07-11 15:56:49 +01:00
Nathaniel Catchpole ef3700fa23 Issue #2595535 by tstoeckler, swentel, vijaycs85, alvar0hurtad0, esolitos: Show helpful message (do not fatal!) when configuration files have different source language codes and cannot be translated 2016-07-11 14:06:45 +01:00
Nathaniel Catchpole fdb0db8e79 Issue #2754003 by Berdir, Wim Leers: Move more cache items from the default to the bootstrap or discovery bin 2016-07-05 22:35:04 +01:00
Nathaniel Catchpole 87f6b355d4 Issue #2655346 by quietone, benjy: i18n Variable to config: user settings [d6] 2016-06-21 11:25:20 +01:00
Nathaniel Catchpole 3dccd757e1 Issue #2637182 by quietone: i18n Variable to config: system site settings [d6] 2016-06-21 11:23:04 +01:00
Nathaniel Catchpole 5ad41ae907 Issue #2655336 by quietone: i18n Variable to config: site offline message [d6] 2016-06-20 09:45:48 +01:00
xjm 918f6b545b Issue #2723589 by Ashish.Dalvi, gaurav.pahuja, marvin_B8, valthebald: Remove entity_load* usage for filter_format entity type 2016-05-23 09:20:51 -05:00
xjm 4ca088c25d Revert "Issue #2723589 by Ashish.Dalvi, gaurav.pahuja, marvin_B8, valthebald: Remove entity_load* usage for filter_format entity type"
This reverts commit 39498e7d0c.
2016-05-23 08:56:34 -05:00
Nathaniel Catchpole 39498e7d0c Issue #2723589 by Ashish.Dalvi, gaurav.pahuja, marvin_B8, valthebald: Remove entity_load* usage for filter_format entity type 2016-05-23 11:49:46 +01:00
Alex Pott d5d0d6ce87 Issue #2572777 by andypost, alexpott, attiks, andriyun: Fix 'Squiz.Strings.ConcatenationSpacing' coding standard 2016-05-05 12:07:19 +01:00
Alex Pott a1d3a681f6 Issue #2572693 by Mile23, andriyun, andypost, attiks: Fix 'Drupal.ControlStructures.ControlSignature' coding standard 2016-05-05 11:07:32 +01:00
Alex Pott 6098437ef5 Issue #2572793 by attiks, andypost: Fix 'Drupal.WhiteSpace.OperatorSpacing' coding standard 2016-04-29 12:02:20 +01:00
Alex Pott 6dce6c2a9f Issue #2697909 by pguillard, himanshugautam, snehi, aburrows, jhodgdon: Fix "login (noun/adjective)" vs. "log in (verb)" in comments (and logout/log out) 2016-04-27 16:16:19 +01:00
Alex Pott 1b3ffe2ab8 Issue #2572707 by attiks, alexpott: Fix 'Drupal.Files.EndFileNewline' coding standard 2016-04-27 11:05:37 +01:00
Alex Pott bfde6d3423 Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits 2016-04-09 15:48:39 +01:00
Alex Pott d466fb2cf5 Issue #2697291 by maxocub, Gábor Hojtsy, alexpott: Config translation form labels are not translated 2016-04-04 09:18:11 +01:00
Alex Pott 3479333a11 Issue #2609874 by tstoeckler, mikeker, Kristen Pol, tassilogroeper: Boolean field "On label" and "Off label" are not translatable 2016-03-17 11:05:34 +00:00
Alex Pott eeab24a3ce Revert "Issue #2609874 by tstoeckler, Kristen Pol, tassilogroeper: Boolean field "On label" and "Off label" are not translatable"
This reverts commit 96dc18e814.
2016-03-15 13:02:34 +00:00
Alex Pott 96dc18e814 Issue #2609874 by tstoeckler, Kristen Pol, tassilogroeper: Boolean field "On label" and "Off label" are not translatable 2016-03-15 11:52:13 +00:00
Nathaniel Catchpole 1d75784abe Issue #2672604 by saurabh.tripathi.cs: Replace deprecated usage of entity_create('taxonomy_term') and entity_create('taxonomy_vocabulary') with a direct call to Term::create() and Vocabulary::create() 2016-02-24 13:17:21 +09:00
Nathaniel Catchpole 252fee2207 Issue #2503409 by dimaro, DuaelFr, lluvigne: Replace deprecated usage of entity_create('block*') with a direct call to Block::create() 2016-02-18 11:24:17 +09:00
Nathaniel Catchpole e825a16a3c Issue #2503379 by Mac_Weber, DuaelFr, lluvigne, naveenvalecha, jmolivas: Replace deprecated usage of entity_create('filter_format') with a direct call to FilterFormat::create() 2016-02-17 09:42:55 +09:00
Nathaniel Catchpole 8e4fe5c0f9 Issue #2641584 by Mac_Weber, heykarthikwithu, legovaer: Replace deprecated usage of entity_create('field_config') with a direct call to FieldConfig::create() 2016-02-16 20:13:36 +09:00
Nathaniel Catchpole 3f6c97421c Issue #2641520 by Mac_Weber, rakesh.gectcr, darkdim: Replace deprecated usage of entity_create('contact_form') with a direct call to ContactForm::create() 2016-02-15 16:36:48 +09:00
Alex Pott 9067206883 Issue #2571845 by drupal.ninja03, hussainweb, anil280988, snehi, jhodgdon, GoZ, stefan.r: Links to wikipedia/php.net should be part of the actual t() string so they can be localized 2016-01-05 14:31:39 +00:00
Nathaniel Catchpole 934567b7a9 Issue #2641614 by Mac_Weber: Replace deprecated usage of entity_create('shortcut_set') with a direct call to EntityShortcutSet::create() 2015-12-29 21:02:26 +09:00
xjm b528f26064 Issue #2634294 by andypost: Fix doc-block of ConfigTranslationFormBase::buildForm() 2015-12-23 11:31:20 -06:00
Jennifer Hodgdon aaabb05c3d Issue #2627018 by Lars Toomre: Some fixes for 'e.g.' in docblocks and code comments 2015-12-03 11:04:31 -08:00
Nathaniel Catchpole ed3bd485c2 Issue #2587685 by Antti J. Salminen, lauriii, jaakko, AjitS, Sagar Ramgade, rang501: Remove references to non existing preprocess functions 2015-11-25 15:16:40 +00:00
Alex Pott 826eb45552 Issue #2601244 by heykarthikwithu: Removal of unused variable in function config_translation_config_translation_info(&$info) 2015-10-27 15:19:30 +00:00
Alex Pott aeae48d024 Issue #2601220 by heykarthikwithu: ConfigTranslationOverviewAccess::__construct docblock parameters doesn't match actual parameters 2015-10-27 13:05:28 +00:00
Nathaniel Catchpole 766c15423f Issue #2584603 by tstoeckler, claudiu.cristea, alexpott, nicrodgers, Gábor Hojtsy, dawehner, kattekrab, idflood, C_Logemann: PHP exception on manage fields after enabling Configuration Translation 2015-10-19 17:34:46 +01:00
Alex Pott 93088f8720 Issue #2590059 by Sagar Ramgade, GoZ, sdstyles, jhodgdon: Fix double occurrence of prepositions 2015-10-15 11:02:38 +01:00
Nathaniel Catchpole 8b65164c5a Issue #2533800 by alexpott: Remove all unused use statements from core 2015-10-08 20:46:26 +01:00
Alex Pott 641eb3f8d7 Issue #2571647 by mpdonadio, joelpittet, pjonckiere: Create DateFormatterInterface 2015-10-05 22:00:23 +01:00
Alex Pott e16b2b08a7 Issue #2571337 by maxocub, rodrigoaguilera, tstoeckler: Node type title label cannot be translated in the UI 2015-10-05 13:02:22 +01:00
webchick 1a70fc1292 Issue #2471739 by RajeevK, martins.kajins, pektinasen, LewisNyman, jaxxed: Convert reusable layout classes to BEM standards 2015-10-04 22:36:55 -07:00
effulgentsia 6a175c39a1 Issue #2571655 by jan.stoeckler, maxocub, tstoeckler: ConfigNamesMapper::hasTranslatable has flawed logic 2015-10-03 19:55:25 -07:00
Nathaniel Catchpole 5976b79262 Issue #2295255 by dawehner, tstoeckler, k4v, kgoel: Convert ConfigMapperInterface::populateFromRequest() to use RouteMatch 2015-09-30 17:37:37 +01:00
Nathaniel Catchpole bef7274a7c Issue #2476947 by mdrummond, Wim Leers, davidhernandez, lauriii, joelpittet, andypost, Cottser, JeroenT, Manuel Garcia, rpayanm: Convert "title" page element into a block 2015-09-30 14:00:49 +01:00
Alex Pott 3904439786 Issue #2571695 by dawehner, plach, stefan.r, jaredsmith, lauriii, YesCT, xjm, catch, alexpott, joelpittet, Ryan Weal, Sutharsan, subhojit777, justAChris, nlisgo, effulgentsia, rpayanm, larowlan, chx, geertvd: Remove !placeholder and unsafe string return from SafeMarkup::format() 2015-09-27 19:23:34 +02:00
Alex Pott b921d2b3c0 Revert "Issue #2471739 by RajeevK, martins.kajins, LewisNyman, jaxxed: Convert reusable layout classes to BEM standards"
This reverts commit cec8f5eb30.
2015-09-26 17:15:08 +02:00
Alex Pott 068f6ad739 Issue #2565031 by penyaskito: Expose $entity in ConfigEntityMapper 2015-09-26 13:57:45 +02:00
Alex Pott cec8f5eb30 Issue #2471739 by RajeevK, martins.kajins, LewisNyman, jaxxed: Convert reusable layout classes to BEM standards 2015-09-26 13:37:21 +02:00
Alex Pott 6bfdc3bd5e Issue #2570355 by Sutharsan, stefan.r, kgoel, josephdpurcell, joelpittet, justAChris, dawehner, pfrenssen, pwolanin, David_Rothstein, catch: Replace remaining !placeholder and @placeholder with :placeholder for URLs 2015-09-22 08:16:37 +02:00
Alex Pott 156e903f2a Issue #2571941 by swentel, Ayesh: Remove !placeholder in config_translation.api.php 2015-09-21 17:26:43 +02:00