summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/config_translation
Commit message (Collapse)AuthorAge
* Issue #3495943 by nicxvan, berdir, ghost of drupal past, catch, larowlan: ↵Lee Rowlands46 hours
| | | | Handle module preprocess functions as OOP hooks
* Issue #3009349 by quietone, benjifisher, danflanagan8, alexpott, ↵catch2025-04-18
| | | | ravi.shankar, smustgrave, mikelutz, catch, godotislate: Move source_module from Migrate to Migrate Drupal
* Issue #3509565 by kristiaanvandeneynde: ↵catch2025-03-05
| | | | ConfigTranslationController::itemPage() does not specify cacheable metadata
* Issue #3509555 by quietone, smustgrave, borisson_: Remove unnecessary ↵catch2025-03-04
| | | | override methods
* Issue #3508513 by annmarysruthy, quietone, smustgrave, borisson_: Fix ↵nod_2025-03-03
| | | | Drupal.Commenting.FunctionComment.Missing in Functional tests
* Issue #3421014 by godotislate, quietone, mstrelan, benjifisher, larowlan, ↵catch2025-02-18
| | | | alexpott, berdir: Convert MigrateSource plugin discovery to attributes
* Issue #3483146 by nicxvan, sourav_paul, vladimiraus, mstrelan, smustgrave: ↵quietone2025-02-18
| | | | Add string return type to all hook_help implementations
* Issue #3497410 by quietone, nod_, borisson_: Fix ↵nod_2025-02-16
| | | | DrupalPractice.Objects.GlobalFunction in hooks
* Issue #3497105 by quietone, borisson_: Fix LineLength for inline commentsnod_2025-02-16
|
* Issue #3495966 by nikolay shapovalov, nicxvan, smustgrave, berdir: Deprecate ↵catch2025-02-03
| | | | and replace entity_test_create_bundle(), entity_test_delete_bundle()
* Issue #2340341 by jiv_e, berdir, joelpittet, Antti J. Salminen, nicxvan, ↵catch2025-02-03
| | | | larowlan, dawehner, alexpott: Move template_preprocess, _template_preprocess_default_variables into services
* Issue #3489416 by quietone, lavanyatalwar, shalini_jha, smustgrave, ↵nod_2025-02-03
| | | | borisson_: Fix Drupal.Commenting.FunctionComment.MissingReturnComment in non-tests
* Issue #3497102 by quietone, smustgrave: Fix LineLength for doc block paragraphsnod_2025-01-31
|
* Issue #3497113 by quietone, smustgrave: Fix LineLength for summary, @file ↵nod_2025-01-28
| | | | and @var
* Issue #3478220 by quietone: Fix MissingParamType in modules not viewsDave Long2025-01-03
|
* Issue #3477156 by quietone, mstrelan, alexpott: Use ↵Lee Rowlands2025-01-03
| | | | DrupalPractice.CodeAnalysis.VariableAnalysis on Functional* tests
* Issue #3492286 by catch: Mark ConfigTranslationUiTest slowLee Rowlands2024-12-24
|
* Issue #3491275 by nicxvan, dww, catch, mstrelan, berdir, larowlan: Mark core ↵Lee Rowlands2024-12-19
| | | | modules as converted to OOP hooks
* Issue #3123067 by quietone, smustgrave, alexpott, catch, larowlan: Fix ↵Lee Rowlands2024-12-19
| | | | 'Drupal.Semantics.FunctionT.NotLiteralString' coding standard
* Issue #3491210 by mstrelan: Add array return to remaining applicable hook ↵Lee Rowlands2024-12-19
| | | | implementations in Hook classes
* Issue #3489519 by mstrelan, smustgrave, quietone: Add void return to module ↵Lee Rowlands2024-12-19
| | | | and theme install/uninstall hook implementations
* Issue #3494143 by mstrelan: Add void return to remaining applicable hook ↵Lee Rowlands2024-12-19
| | | | implementations in Hook classes
* Issue #3492235 by catch, longwave, mikelutz: Default ↵Dave Long2024-12-10
| | | | container_rebuild_required to FALSE
* Issue #3416522 by catch, alexpott, longwave, phenaproxima, nicxvan, wim ↵Dave Long2024-12-09
| | | | leers, smustgrave, larowlan, berdir, godotislate, dww: Add the ability to install multiple modules and only do a single container rebuild to ModuleInstaller
* Issue #3487666 by mstrelan, nicxvan: Add void return type to all *_alter ↵quietone2024-11-18
| | | | hook implementations
* Issue #3483599 by nicxvan, ghost of drupal past, catch, longwave, fabianx: ↵Dave Long2024-11-14
| | | | Convert all procedural hook implementations to Hook classes
* Issue #3483065 by nicxvan, mstrelan: Add void return type to all ↵catch2024-11-13
| | | | hook_form_alter, hook_form_FORM_ID_alter and hook_form_BASE_FORM_ID_alter implementations
* Issue #3484249 by mstrelan: Add void return type to all ↵catch2024-11-13
| | | | hook_entity_type_alter implementations
* Issue #3478185 by quietone, larowlan: Fix MissingParamType for testsLee Rowlands2024-11-04
|
* Issue #3483039 by mstrelan, bbrala: Add array return type to all hook_theme ↵quietone2024-10-31
| | | | implementations
* Issue #3456601 by mstrelan, xjm, smustgrave, longwave: Add void return ↵catch2024-10-23
| | | | typehints to test helper methods
* Issue #3477613 by quietone: Add doc block for $modules in testsnod_2024-10-22
|
* Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string ↵Dave Long2024-08-27
| | | | 'Modules to enable' to {@inheritdoc} in comments
* Issue #3465602 by catch, quietone, smustgrave: Order tests by number of ↵nod_2024-08-27
| | | | public methods to optimize gitlab job times
* Issue #3400334 by mstrelan, quietone, smustgrave: Add ↵catch2024-08-24
| | | | declare(strict_types=1) to all test modules
* Issue #3458422 by mstrelan, smustgrave: Add string return typehints to ↵Dave Long2024-08-22
| | | | protected test helper methods
* Issue #2887988 by kazuko.murata, handkerchief, georob, Thithi32, smustgrave, ↵catch2024-08-18
| | | | pbouchereau: Translation of file count is incorrect
* Issue #2909371 by mfernea, quietone, zaporylie, smustgrave: Fix ↵nod_2024-08-14
| | | | 'Drupal.Commenting.VariableComment.VarOrder' coding standard
* Issue #2719657 by quietone, andypost, Mile23, Spokje, ilya.no, xjm, ↵catch2024-07-19
| | | | alexpott, smustgrave: Fix 'Drupal.Commenting.InlineComment.NotCapital' coding standard
* Issue #3421809 by mstrelan, Spokje: Remove unused variables in catch statementscatch2024-07-17
|
* Issue #3455912 by quietone: Fix spelling for 10 words used in testsAlex Pott2024-06-28
|
* Issue #3421418 by mstrelan, Spokje, xjm, mondrake, longwave, acbramley: Add ↵catch2024-06-19
| | | | void return typehints to all test methods
* Issue #2927141 by Akhil Babu, pooja_sharma, geertvd, smustgrave, JeroenT, ↵Alex Pott2024-06-13
| | | | larowlan, catch, quietone: Updates to an entity's URL alias do not reflect on the corresponding local tasks
* Issue #3427999 by andypost, Ayesh, bbrala: [PHP 8.4] Fix implicitly nullable ↵catch2024-06-01
| | | | type declarations
* Issue #3442167 by mondrake, xjm, larowlan: Fix string array keys in data ↵xjm2024-04-29
| | | | sets returned by data provider methods that do not match the parameter names in Kernel tests
* Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel testsAlex Pott2024-04-10
|
* Issue #2822890 by danflanagan8, Peacog, Lendude, quietone, smustgrave, ↵Alex Pott2024-04-09
| | | | AaronMcHale, benjifisher: Taxonomy vocabulary translation local task tab not shown in UI
* Issue #2511308 by dimitriskr, ankithashetty, smustgrave, quietone, Wim ↵catch2024-03-04
| | | | Leers: Rename RendererInterface::renderPlain() to ::renderInIsolation()
* Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all ↵Dave Long2024-02-28
| | | | Functional tests
* Issue #3112295 by mondrake, Taran2L, acbramley, cliddell, mpdonadio, ↵catch2024-02-21
| | | | smustgrave, Hardik_Patel_12, AkashKumar07, ravi.shankar, alexpott, andypost, daffie, JeroenT, vladbo, pifagor, voleger: Replace REQUEST_TIME in rest of OO code (except for tests)