Commit Graph

5581 Commits (4e8f9778b159703e0f4754cbee072522bdaa9c62)

Author SHA1 Message Date
Alex Pott 01252721da
Issue #2234479 by Mile23, dawehner, alexpott, alberto56, joachim, voleger: Deprecate hook_test_* hooks in simpletest 2019-09-09 13:23:30 +01:00
Alex Pott b7d22d5933
Issue #3076644 by Luke_Nuke, gueguerreiro: Mistake in the comment documenting the "image" method of the "Random" utility class 2019-09-04 16:24:12 +01:00
Alex Pott afcdeee465
Issue #3076797 by Wim Leers, lauriii, alexpott: \Drupal\Core\Extension\Extension's absence of validation has allowed multiple incorrect tests to be added 2019-09-04 15:20:52 +01:00
catch ed71ff550e Issue #2507235 by Gogowitsch, ckaotik, Arla, tstoeckler, Berdir, Gábor Hojtsy: EntityType::getLowercaseLabel() breaks translation 2019-09-03 14:58:03 +01:00
catch 1f820f8c9b Issue #3078001 by tedbow, Wim Leers: Don't catch exception for invalid 'core_version_requirement' in info.yml files 2019-09-03 12:31:13 +01:00
catch c86caa0a89 Issue #3068733 by blazey, amateescu, pmelab, hchonov: EntityStorageBase::loadMultiple returns unwanted entities when the static cache is warm 2019-09-02 15:36:48 +01:00
Lee Rowlands 5c326c9ff8
Issue #3075648 by mondrake: Refactor TestDatabase::lastTestGet to use dynamic queries 2019-08-29 13:10:02 +10:00
Lee Rowlands 0192048dca
Issue #3063323 by idebr, klausi, truls1502: Update drupal/coder to 8.3.6 2019-08-29 13:02:37 +10:00
catch f0e313a422 Issue #2313917 by tedbow, pwolanin, jhedstrom, Wim Leers, Mixologic, larowlan, Mile23, Gábor Hojtsy, xjm, Berdir: Core version key in module's .info.yml doesn't respect core semantic versioning 2019-08-28 17:13:31 +01:00
webchick 3003cc65d8 Issue #3073872 by tim.plunkett, starshaped, webchick, phenaproxima, worldlinemine, AaronMcHale, jrockowitz, ckrina: Allow for Layout Builder sections to be given administrative labels 2019-08-23 11:30:10 -07:00
Gábor Hojtsy e85067b28d Issue #3044261 by Joseph Zhao, cilefen, tstoeckler, Pancho, gnindl: Update CLDR codes in CountryManager.php to latest data (35.1.0) 2019-08-23 14:45:31 +02:00
catch 50a6a9efc1 Issue #3060391 by mondrake, Mile23, Lendude, alexpott: Cleanup usage of PHPUnit 4.8 aliased classes 2019-08-23 10:05:21 +01:00
Lee Rowlands 76f3729483
Issue #2641632 by Mile23, kim.pepper, Munavijayalakshmi, dawehner, klausi, joachim, xjm: Refactor simpletest's *_phpunit_*() (and junit) functions etc. to a class, deprecate 2019-08-23 13:56:22 +10:00
Lee Rowlands 0041ba0864
Issue #3074043 by Mile23, mondrake, voleger: Move simpletest.module DB-related functions to TestDatabase, deprecate 2019-08-22 14:02:01 +10:00
Lee Rowlands 00b3ed640a
Issue #3013210 by kim.pepper, greg.1.anderson, Mile23, joachim: Add drupal/core-filesecurity component for writing htaccess files 2019-08-22 12:49:54 +10:00
Lee Rowlands 3a4092e3fd
Issue #3076234 by greg.1.anderson, Mile23: Relocate Scaffold plugin outside of 'core' directory 2019-08-22 12:45:53 +10:00
Lee Rowlands d4ae87ea4c
Issue #3074645 by mikelutz: Account for changing violation message in symfony 'range' constraint between SF3 and SF4.4 2019-08-20 11:32:12 +10:00
Lee Rowlands 1b077886b8
Issue #3075661 by Spokje: getHtml5DateFormat and getHtml5TimeFormat in Drupal\Core\Datetime\Element\Datetime have incorrect Type in phpDoc 2019-08-20 11:04:22 +10:00
Lee Rowlands 0039c527cb
Issue #3075621 by greg.1.anderson: Scaffold plugin sometimes fails to write autoload.php 2019-08-19 14:27:23 +10:00
Lee Rowlands 590ca4a69c
Issue #2863055 by Mile23, Lendude, martin107, alexpott, dawehner, andypost, klausi: Move TestDiscovery out of simpletest module, minimize dependencies 2019-08-19 14:21:55 +10:00
Lee Rowlands 6d3b05c208
Issue #3061610 by gabesullice, Wim Leers, tedbow, larowlan: Typed Data's EntityDeriver does not derive bundle-level data types when a bundle has the same name as its entity type (f.e. entity:comment:comment) 2019-08-16 17:56:19 +10:00
Lee Rowlands 15c7c6bc6b
Issue #3056816 by amateescu, larowlan, hchonov, plach, jibran, Berdir, catch, Sam152: Installing a new field storage definition during a fieldable entity type update is not possible 2019-08-16 07:56:44 +10:00
Lee Rowlands 4b03338f2e
Revert "Issue #3029540 by mikelutz, catch, alexpott, larowlan, Gábor Hojtsy: [Symfony 4] Sub class \Symfony\Component\Validator\ConstraintViolation and use that in \Drupal\Core\TypedData\Validation\ExecutionContext::addViolation()"
This reverts commit 20496dd2e7.
2019-08-14 10:17:08 +10:00
Lee Rowlands 8181767f9d
Issue #2869573 by Mile23, alexpott, mikelutz, voleger: Remove usages of deprecated DrupalKernel::prepareLegacyRequest() 2019-08-13 07:45:20 +10:00
Lee Rowlands 6d2e353be1
Issue #3074157 by Mixologic: Escape "tablesample" for postgres 9.5 compatibility 2019-08-13 07:11:12 +10:00
Lee Rowlands 530230fea3
Issue #3069048 by bomoko, mikelutz, Berdir: Undeprecate SelectionPluginBase::ensureBackwardCompatibilityConfiguration() and ::resolveBackwardCompatibilityConfiguration() and mark @internal 2019-08-13 06:46:38 +10:00
Lee Rowlands e47700f70a
Issue #3009377 by kim.pepper, andypost, Berdir, alexpott, Wim Leers, mpdonadio, acbramley, larowlan, catch, xjm: Replace drupal_get_user_timezone with a date_default_timezone_get() and an event listener 2019-08-12 14:24:04 +10:00
Francesco Placella 2019555b54 Revert "Issue #3056816 by amateescu, larowlan, plach, Sam152, catch: Installing a new field storage definition during a fieldable entity type update is not possible"
This reverts commit 2f154624fd.
2019-08-10 09:43:33 +02:00
Lee Rowlands 08ee5a91a1
Issue #3073410 by shashikant_chauhan: TwigExtension::getUrl() declares the wrong return type 2019-08-09 07:41:12 +10:00
Lee Rowlands 2f154624fd
Issue #3056816 by amateescu, larowlan, plach, Sam152, catch: Installing a new field storage definition during a fieldable entity type update is not possible 2019-08-07 08:34:28 +10:00
Lee Rowlands 7db7b5a00f
Issue #3073012 by Mixologic, greg.1.anderson, mikelutz: Detect Composer Version in older versions of composer 2019-08-07 08:04:00 +10:00
Lee Rowlands dbb87e1b9e
Issue #3071765 by joelpittet: Field without widget returning NULL instead of array in defaultValuesFormSubmit() 2019-08-06 16:09:53 +10:00
Lee Rowlands a7847919c4
Issue #2940038 by Sweetchuck, drunken monkey, rajeshwari10, borisson_: Use $this in @return PhpDoc comments instead of the name of the current class or interface 2019-08-06 15:56:28 +10:00
Lee Rowlands 344d8422e3
Issue #2912387 by greg.1.anderson, Mile23, Mixologic, larowlan, jibran, alexpott, catch: Stop using wikimedia/composer-merge-plugin 2019-08-06 15:51:39 +10:00
Francesco Placella 1bd7d8728b Revert "Issue #3056816 by amateescu, larowlan, plach, Sam152: Installing a new field storage definition during a fieldable entity type update is not possible"
This reverts commit 15e3a5a818.
2019-08-05 23:01:38 +02:00
webchick 9a0ebb87a2 Issue #3070604 by christinlepson, joachim, jhodgdon: badly named and documented parameter for FormBuilder::buildForm() 2019-08-02 08:46:48 -07:00
catch 15e3a5a818 Issue #3056816 by amateescu, larowlan, plach, Sam152: Installing a new field storage definition during a fieldable entity type update is not possible 2019-08-01 13:45:56 +01:00
catch ffe69958b0 Issue #2450793 by Berdir, Mile23, Wim Leers, mikelutz, xjm, TR: Properly deprecate support for entity type label callbacks 2019-07-31 08:52:27 +01:00
Lee Rowlands d68cb0766b
Issue #2987208 by akalata, alexpott, sime, tim.plunkett, Charlie ChX Negyesi: ElementInfoManager does not provide an alter hook, cannot alter element plugin definitions 2019-07-31 16:28:43 +10:00
catch 7cbb0ca739 Issue #3019393 by hugovk, PapaGrande: Avoid query strings for aggregated CSS files (like JS) 2019-07-29 12:48:23 +01:00
catch 97eb1ad748 Issue #3039490 by shashikant_chauhan, joachim: ConditionInterface::notExists() and ConditionInterface::exists() have the same docs 2019-07-29 10:21:26 +01:00
catch 2e45e93b5f Issue #3069043 by mikelutz: Trigger an error on direct access of ContentEntityStorageBase::doLoadMultipleRevisionFieldItems() and mark it to be set abstract in Drupal 9 2019-07-26 15:14:18 +01:00
catch 383b06f2d2 Issue #2849745 by voleger, yogeshmpawar, gaurav.kapoor, Berdir, Munavijayalakshmi, vacho, cilefen, daffie: Replace documentation recommending db_*() wrappers 2019-07-26 11:17:02 +01:00
catch c848fb6b0f Issue #3039026 by kim.pepper, Berdir, Peter Majmesku, vadim.hirbu, YurkinPark, andypost, dww, claudiu.cristea, alexpott, jibran, dawehner, mikelutz: Deprecate file_directory_temp() and move to FileSystem service 2019-07-26 11:14:11 +01:00
catch 6c183523d0 Issue #3069028 by alexpott: Properly Deprecate Drupal\Core\Access\AccessResult::cacheUntilConfigurationChanges 2019-07-25 08:50:28 +01:00
Alex Pott ae248f2e43
Issue #3047801 by Eduardo Morales, mikelutz, pguillard, nlisgo, sathish.redcrackle, Berdir: Replace all calls to the deprecated Drupal::l() function in Core 2019-07-24 16:48:42 +01:00
catch dd907896b1 Issue #3035312 by kim.pepper, andypost, martin107, yogeshmpawar, naveenvalecha, pguillard, Berdir, dww, claudiu.cristea, jibran, Mile23: Move file_scan_directory() to file_system service 2019-07-24 11:29:08 +01:00
catch fa4c517414 Issue #3058498 by fconnolly, yogeshmpawar, init90, leolando.tan, Berdir: Deprecate/Remove Apcu4Backend 2019-07-23 20:55:37 +01:00
catch 3a795eb086 Issue #3068661 by bomoko, idebr: Docblock for "neutral" method in AccessResult.php is incorrect 2019-07-23 18:23:40 +01:00
catch 01013ed311 Issue #3066439 by alexpott, amateescu, Charlie ChX Negyesi, catch, casey, Berdir, daniel.bosen: Stop invoking pre-save methods in EntityStorageInterface::restore() 2019-07-23 18:17:05 +01:00