Commit Graph

2744 Commits (fea5442930503dcbdde626eed9efc94b4301c4a9)

Author SHA1 Message Date
catch 17153a2605 Issue #3053956 by alexpott, neeravbm, aleevas, voleger, Berdir: Deprecate \Drupal\Component\Utility\Crypt::hashEquals() in favour of PHP's builtin hash_equals() 2019-06-10 14:28:03 +01:00
Alex Pott 1546b4b85a
Issue #3059564 by yogeshmpawar, fredysan, init90, joachim, alexpott: error in deprecation note on EntityInterface::link() 2019-06-09 01:10:35 +01:00
Alex Pott b644848b2d
Issue #2555145 by TR, kostyashupenko, Mile23, oriol_e9g, geertvd: Remove t() from pass/fail assertions in tests 2019-06-06 20:00:56 +01:00
Alex Pott 45f97bcf50
Issue #3046298 by Gogowitsch, voleger, jhedstrom, larowlan: DX: tell developer which yaml file caused a ParseException 2019-06-06 15:18:29 +01:00
Alex Pott 22d759b1cb
Issue #3054749 by Berdir: Fix handler_settings deprecation message 2019-06-05 10:54:52 +01:00
Alex Pott 20496dd2e7
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() 2019-06-04 14:31:13 +01:00
catch 83bee34c26 Issue #3054311 by alexpott: Deprecate \Drupal\Component\Utility\Crypt::randomBytes() in favour of PHP's builtin random_bytes() 2019-06-03 20:00:53 +01:00
Alex Pott 23fad5b6a5
Issue #2926068 by almaudoh, andypost, voleger, claudiu.cristea, Oleksiy, YurkinPark, yo30, alexpott, dawehner, Berdir: Deprecate system_rebuild_module_data() and remove usages in core 2019-06-03 12:49:38 +01:00
Alex Pott d1ffb5bd46
Issue #3053417 by amateescu, Lendude, mondrake, xjm: Clean up PhpunitCompatibilityTrait 2019-06-03 12:35:25 +01:00
Alex Pott 0356445b98
Issue #3055040 by mikelutz, alexpott: Roll AbstractEventDispatcherTest into ContainerAwareEventDispatcherTest 2019-06-03 12:12:47 +01:00
Alex Pott 95cb8625a6
Issue #3058839 by init90: Incorrect @see link in file_default_scheme() deprecation 2019-06-02 10:03:23 +01:00
Alex Pott 8a56839014
Issue #2947946 by voleger, andypost, mondrake: Create change record for all deprecated db_* functions 2019-06-02 09:01:15 +01:00
Alex Pott e08ec1395c
Issue #3034072 by kim.pepper, Berdir, alexpott, jibran, larowlan, claudiu.cristea: Move file uri/scheme functions from file.inc and FileSystem to StreamWrapperManager 2019-06-02 08:53:50 +01:00
Alex Pott ef6a11d84a
Issue #3054315 by yogeshmpawar, alexpott: Sort out ApcuBackendTest 2019-05-31 21:24:42 +01:00
Lee Rowlands 08879cc009
Issue #2927012 by deviantintegral, alexpott, arunkumark: _drupal_log_error() returns a 0 exit code on errors 2019-06-01 06:19:07 +10:00
Alex Pott 91fe1d2f77
Issue #2929133 by voleger, alexpott, Lendude: Replace all usages of getMock() 2019-05-31 10:22:21 +01:00
Alex Pott ba5cf8e2b5
Issue #2969965 by Lendude, Mile23, heddn, Jo Fitzgerald, jmikii, Berdir, alexpott: Fix Drupal\system\Tests\Update\DbUpdatesTrait is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0 2019-05-30 14:03:07 +01:00
Alex Pott 408c540ccf
Issue #2886622 by Berdir, martin107, Mile23, tim.plunkett, mikelutz, jonathan1055: Deprecate all EntityManager methods with E_USER_DEPRECATED 2019-05-30 12:36:55 +01:00
Alex Pott c7bfe49a2b
Issue #2924860 by Kng, AdamPS: “Uncaught exception” page contains HTML but has content-type text/plain 2019-05-29 14:41:50 +01:00
Alex Pott 7e08466eb5
Issue #3041983 by yogeshmpawar, idebr, pifagor, klausi: Fix unused imports and update Coder to 8.3.4 2019-05-28 15:38:27 +01:00
Alex Pott 3c5675d1b2
Issue #3049380 by voleger: Complete deprecation of _db_get_target() function 2019-05-28 11:54:33 +01:00
Lee Rowlands 275c864dda
Issue #2875394 by voleger, erozqba, Berdir, mondrake: Replace all calls to db_query, which is deprecated 2019-05-28 07:15:20 +10:00
catch 07a3820c5d Issue #3000931 by mondrake, voleger, andypost, longwave, alexpott, git commit -m 'Issue #3000931 by mondrake, voleger, andypost, longwave, alexpott: Connection::query() does not support '\''targe: Connection::query() does not support 'target' option 2019-05-27 14:29:04 +01:00
Lee Rowlands 609bcb39ae
Issue #3055304 by kim.pepper: Properly deprecate file_directory_os_temp 2019-05-27 17:28:57 +10:00
Lee Rowlands 4dfdaaed2e
Issue #3035980 by jhedstrom: Provide a better error when a NULL is passed to EntityStorageBase::load() 2019-05-27 17:11:07 +10:00
Alex Pott 9a11de65fa
Issue #2892440 by bnjmnm, tedbow, alexpott, Krzysztof Domański, Lendude: Provide helper test method to wait for an element to be removed from the page 2019-05-25 09:25:44 +01:00
catch 2be8f41983 Issue #3056875 by alexpott: Remove drupal-phpunit-upgrade-check from run-tests.sh and docs relating to drupal-phpunit-upgrade 2019-05-24 14:14:15 +01:00
Alex Pott bed931bb31
Issue #3008870 by amateescu, kostyashupenko, mondrake, jibran, alexpott: Drop support for PHPUnit 4.8 once PHP 5 is no longer supported (8.8.x) 2019-05-24 11:43:45 +01:00
catch 43cb1b5cce Issue #3053363 by alexpott, Wim Leers, Berdir, mondrake, xjm: Remove support for PHP 5 in Drupal 8.8 2019-05-24 11:36:30 +01:00
Lee Rowlands ba509afbc9
Issue #3047866 by mikelutz, Berdir, TR, alexpott, andypost, Satyanarayan Reddy: Remove usage of deprecated \Drupal::entityManager() in core 2019-05-24 16:44:36 +10:00
Lee Rowlands 506d92fc98
Issue #3043087 by tedbow, Sam152: Retrieving plugins with entity context definitions from cache is expensive, which is noticeable when used with Layout Builder's FieldBlockDeriver 2019-05-24 16:17:04 +10:00
Alex Pott e192b14dcb
Revert "Issue #2852463 by mikelutz, tim.plunkett, heddn, xjm, MegaChriz, joachim, phenaproxima, dawehner, benjifisher: Create a trait to implement \Drupal\Component\Plugin\ConfigurableInterface"
This reverts commit 109dfd58bd.
2019-05-22 21:18:24 +01:00
catch f4b3ab3a3b Issue #2901792 by alexpott, tedbow, dww, bnjmnm, jhodgdon, Krzysztof Domański: Disable all animations in Javascript testing 2019-05-22 15:28:27 +01:00
Lauri Eskola 9a3477e83b
Issue #3030363 by andrewmacpherson, Krzysztof Domański: Add test to assert ajax buttons are operable with the spacebar key 2019-05-22 09:05:58 +03:00
Alex Pott 31a25fb469
Issue #3049437 by mfb, amateescu: SharedTempStore not serializable on PHP 7.3 2019-05-18 11:32:48 +02:00
Alex Pott 1ffbb8ebd7
Issue #3040166 follow-up by Lendude: mkdir() fails in BrowserHtmlDebugTrait.php:141 because of a race condition 2019-05-18 10:51:53 +02:00
Lee Rowlands b9f30c9382
Issue #3052272 by mikelutz: Remove entityManager use in EntityKernelTestBase and all tests which extend it 2019-05-17 12:25:18 +10:00
Lee Rowlands 31a5cba35c
Issue #3049021 by kim.pepper, Berdir: Deprecate file_default_scheme() and just use config 2019-05-17 12:15:25 +10:00
Lee Rowlands fc301d85b3
Issue #2908176 by andypost, claudiu.cristea, vacho, YurkinPark, naveenvalecha, alexpott, fenstrat, Berdir, Mile23: Deprecate archiver procedural functions 2019-05-17 11:04:57 +10:00
Gábor Hojtsy 50a5f02e2e Issue #3052625 by Mile23, alexpott: DeprecationListenerTrait croaks on tests with no results 2019-05-14 15:09:45 +02:00
Alex Pott ecf0410252
Issue #3051981 by andypost, alexpott, amateescu, kim.pepper, Berdir, voleger, larowlan, claudiu.cristea, martin107: Deprecate drupal_schema_get_field_value() 2019-05-07 11:00:58 +01:00
Alex Pott 20762532ac
Issue #3052140 by amateescu, dpi, xjm: Cannot convert custom entity types from non-revisionable to revisionable with pre-8.7.x compatible methods 2019-05-04 14:51:07 +01:00
Lee Rowlands c210fadd23
Issue #3051069 by mikelutz, jibran, Berdir: Remove usage of deprecated entity_delete_multiple in core and trigger an error 2019-05-02 13:00:25 +10:00
Lee Rowlands 9b1690c213
Issue #2928930 by andypost, mikelutz, anya_m, Berdir: Properly deprecate entity_create() and remove all occurrences 2019-05-01 09:41:13 +10:00
Alex Pott bfe4794d88
Issue #3027178 by Berdir, alexpott, miroslav-lee, andypost, larowlan, mikelutz, JeroenT: Properly deprecate entity_load_multiple_by_properties() 2019-04-30 08:41:05 +01:00
Lee Rowlands fb532b06f8
Issue #3049938 by pfrenssen: Deprecation message linking to wrong change record 2019-04-30 07:37:00 +10:00
Lee Rowlands f950d08bd5
Issue #2974253 by andypost, legolasbo, mikelutz, Gábor Hojtsy: Remove remaining usages of entity_view and entity_view_multiple from core 2019-04-30 07:35:23 +10:00
Lee Rowlands a80dcbe3f1
Issue #3030629 by Berdir, alexpott, dww: Properly deprecate all the methods in entity.inc that are not called by core 2019-04-30 07:32:42 +10:00
Gábor Hojtsy f91dd64fc5 Issue #3051255 by Berdir, larowlan: Conflict between EntityField and FieldAPIHandlerTrait on PHP 5 2019-04-29 09:15:59 +02:00
Lee Rowlands a98b58765d
Issue #3035953 by Berdir, andypost, vacho: Add @trigger_error() to deprecated EntityManager->EntityFieldManager methods 2019-04-26 17:09:28 +10:00
Lee Rowlands da94d7fc6b
Issue #2367933 by phenaproxima, mikelutz, Berdir, voleger, amateescu, chr.fritsch, johndevman, Jo Fitzgerald, andypost, larowlan, alexpott: Move entity_get_(form_)display() to the entity display repository 2019-04-26 12:51:29 +10:00
Lee Rowlands 870b5646b2
Issue #3021434 by voleger, Peter Majmesku, andypost, Berdir, kim.pepper: Properly deprecate drupal_unlink() 2019-04-26 12:44:21 +10:00
Lee Rowlands 8847936fa8
Issue #2904550 by tim.plunkett, Sam152, jwilson3, neclimdul, eelkeblok, amateescu, DuaelFr, K3vin_nl, alexpott, tedbow, andypost: PluginDependencyTrait::calculatePluginDependencies() does not handle theme provided plugins 2019-04-24 15:47:37 +10:00
Alex Pott 2628528d0b
Issue #3040166 by oriol_e9g, Mile23, willzyx, Berdir, alexpott, catch, cilefen: mkdir() fails in BrowserHtmlDebugTrait.php:141 because of a race condition 2019-04-23 12:47:38 +01:00
catch f2eaf0178c Issue #3041985 by alexpott, pifagor: Add Generic.CodeAnalysis.EmptyPHPStatement to phpcs rules to prevent empty PHP statements 2019-04-16 21:22:07 +09:00
catch fe33718231 Revert "Issue #3040166 by willzyx, Mile23, alexpott, cilefen: mkdir() fails in BrowserHtmlDebugTrait.php:141 because of a race condition"
This reverts commit c080fb87f3.
2019-04-16 17:22:56 +09:00
catch f6132370af Issue #3034830 by johndevman: Wrong class doc comment in EntityRepositoryTest 2019-04-16 15:29:44 +09:00
catch c080fb87f3 Issue #3040166 by willzyx, Mile23, alexpott, cilefen: mkdir() fails in BrowserHtmlDebugTrait.php:141 because of a race condition 2019-04-16 14:56:28 +09:00
catch 34b3a5e904 Issue #3045525 by martin107, Berdir: EntityDeriver: deprecate entityManager. 2019-04-16 14:52:30 +09:00
catch 9791614b78 Issue #2731817 by mikelutz, ashishdalvi, Sonal.Sangale, dbt102, andypost, jhodgdon, martin107, roderik: Replace all calls to the deprecated Drupal::url() function in Core 2019-04-16 14:38:27 +09:00
Alex Pott 109dfd58bd
Issue #2852463 by mikelutz, tim.plunkett, heddn, xjm, MegaChriz, joachim, phenaproxima, dawehner, benjifisher: Create a trait to implement \Drupal\Component\Plugin\ConfigurableInterface 2019-04-12 14:23:23 -07:00
catch 3f8ab25ea8 Issue #3044364 by amateescu: Improve hit ratio for the menu tree cache 2019-04-12 13:12:43 +09:00
catch d938b0a8ec Issue #3024728 by amateescu, plach: Preserve the backup tables after an entity type schema conversion process 2019-04-11 20:31:40 +09:00
catch 8165415c34 Issue #3035274 by claudiu.cristea, naveenvalecha, Berdir: Deprecate drupal_classloader_register() & system_register() 2019-04-11 12:08:45 +09:00
catch 2cceb4a902 Issue #3046243 by tim.plunkett, jibran, dpi: Regression: Optional context values may throw exceptions if unsatisfied 2019-04-07 09:41:59 +09:00
Alex Pott 7c9ecd6c71
Issue #2705205 by amateescu, plach, tstoeckler: Improve test coverage around updating table mapping after a new field storage definition is added 2019-04-02 18:49:48 +01:00
Alex Pott 3f9f063dd1
Issue #3024113 by VVVi, tim.plunkett: Ensure important testing base classes are @ingroup testing 2019-04-02 16:08:49 +01:00
Alex Pott 2c1c25a40d
Issue #3038825 by undertext, Mile23: Remove unused code from KernelTestBase 2019-04-02 16:01:26 +01:00
Nathaniel Catchpole 52bd9a1206 Issue #3036193 by bircher, mpotter, larowlan, alexpott: Add ExportStorage to allow config export in third party tools 2019-03-29 15:12:46 +00:00
effulgentsia c087641ed7 Issue #3039287 by bendeguz.csirmaz, effulgentsia, xjm, alexpott, catch, jibran, hampercm, tedbow, Joseph Zhao, dawehner: Implement changes required to remove support for PHP 5.5 and 5.6 2019-03-29 00:19:57 -07:00
Nathaniel Catchpole 51cc6680c8 Issue #3031577 by alexpott, Lendude, larowlan: \Drupal\Tests\Listeners\DeprecationListenerTrait::getSkippedDeprecations() does not work in unit tests 2019-03-28 11:06:40 +00:00
Alex Pott 7b81fcfc91
Issue #3042847 by mikelutz: [Symfony 4] Inject string_translation service into ContextDefinitionIsSatisfiedTest and EntityContextDefinitionIsSatisfiedTest 2019-03-28 09:09:05 +00:00
Lee Rowlands 73af6069c2
Issue #3039955 by plach, TR: Ensure EntityKernelTestBase can use UserCreationTrait::setUpCurrentUser() 2019-03-27 09:40:46 +10:00
Nathaniel Catchpole 2f8407655b Issue #3039584 by mikelutz, Morbus Iff: The SymfonyBridgePsrHttpMessageFactoryDiactorosFactory class is deprecated since symfony/psr-http-message-bridge 1.2, use PsrHttpFactory instead 2019-03-26 16:29:48 +00:00
Nathaniel Catchpole c67761090d Issue #3002206 by jibran, longwave, truls1502, alexpott, NickWilde: Update the stable version of drupal/coder to ˆ8.3.1 2019-03-26 14:37:28 +00:00
Alex Pott 84e5e8e458
Issue #2655162 by amateescu, Berdir, bradjones1, Maria Kvitova, joachim, plach, effulgentsia, tim.plunkett, xjm: Fatal error when updating or deleting an entity type after removing its class/definition from the codebase 2019-03-26 13:00:14 +00:00
Alex Pott 8c90cbfdf7
Issue #3029625 by tim.plunkett: Do not throw an exception when a context is missing while applying context mapping to a plugin if that context was previously set 2019-03-26 11:22:52 +00:00
Francesco Placella 5d3322ebda Issue #2554235 by amateescu, plach, Berdir, Sam152, joelpittet, mbaynton, catch, jibran: Make the content entity storage and entity query use the last installed definitions instead of the ones living in code 2019-03-22 15:58:51 +01:00
Lee Rowlands d1db7c785c
Issue #3038988 by Berdir, seanB: Remove support for empty destination in FileSystem::copy(), FileSystem::move() and FileSystem::saveData() 2019-03-22 07:56:13 +10:00
Nathaniel Catchpole e4d88be178 Issue #2895487 by mikelutz, Mile23: [Symfony 4] ContainerAwareEventDispatcherTest depends on Symfony tests 2019-03-21 14:22:00 +00:00
Lee Rowlands dcd66e1495
Issue #3038901 by Lendude, dww, Mile23: Speed up the tests on DrupalCI by not running slow tests last 2019-03-21 19:50:41 +10:00
xjm 4e7959f886 SA-CORE-2019-004 by alexpott, larowlan, greggles, drumm, mlhess, David_Rothstein, pwolanin
(cherry picked from commit eae8a6c10d)
2019-03-20 10:37:33 -05:00
Alex Pott 589f610f80
Issue #3038378 by vadim.hirbu, jhodgdon: README.md in core/tests is badly formatted 2019-03-19 11:25:04 +00:00
Alex Pott a0f43e0abd
Issue #3019115 by tamer.kamel, Waldoswndrwrld, anantjain60, gnuget, Berdir, alexpott: TwigExtensionTest::testFormatDate() doesn't make much sense 2019-03-19 06:11:43 +00:00
Nathaniel Catchpole 29e5277a14 Issue #3038926 by Berdir: Add @trigger_error() to deprecated EntityManager->EntityDisplayRepository methods 2019-03-18 15:26:14 +00:00
Nathaniel Catchpole 4b188443d3 Issue #3035376 by claudiu.cristea: Remove usage of drupal_static() from GetFilenameTest 2019-03-18 15:24:51 +00:00
Alex Pott 30654bd41d
Issue #3026434 by tedbow, tim.plunkett, xjm, phenaproxima, plach, Kristen Pol, alexpott: Ensure that Layout Builder Inline Blocks doesn't assume section storage internals 2019-03-12 21:30:41 +00:00
Francesco Placella 5ad8f598e5 Issue #2880152 by amateescu, blazey, plach, larowlan, vijaycs85: Convert custom menu links to be revisionable 2019-03-11 14:38:31 +01:00
Alex Pott 2c166a50a6
Issue #2969109 by martin107, andypost, kaythay, Berdir: Replace deprecated usages of entityManager in form classes 2019-03-10 07:34:23 +00:00
Lee Rowlands 7d2d9cca09
Issue #3038707 by amateescu: The entity type definition is out of sync between SqlContentEntityStorage and SqlContentEntityStorageSchema during field storage CRUD operations 2019-03-09 13:11:41 +10:00
Alex Pott 2dfe7b6d36
Issue #3016420 by tim.plunkett, EclipseGc: Allow context definition annotations to specify constraints 2019-03-08 23:03:16 +00:00
Nathaniel Catchpole 13f7c6f64d Issue #3038062 by Gábor Hojtsy, alexpott: [Symfony 4] Skip ReverseProxyMiddlewareTest::testReverseProxyEnabledLegacy test
(cherry picked from commit 78b4e3cc66)
2019-03-08 11:51:21 +01:00
Nathaniel Catchpole 503d9dde7d Issue #2976035 by amateescu, blazey, hchonov, plach, tstoeckler, catch, jibran, larowlan, alexpott: Entity type CRUD operations must use the last installed entity type and field storage definitions 2019-03-08 10:45:58 +00:00
Alex Pott c51bacbcc6
Issue #3007606 by amateescu: Force all update path tests to only run one entity per batch 2019-03-08 07:17:29 +00:00
Alex Pott 446586b60a
Issue #2949715 by jhodgdon, ankitjain28may, Lendude, mohit1604, dww, alexpott: Automated Tests 8.x topic needs an update 2019-03-08 07:15:40 +00:00
Alex Pott 21c3504993
Issue #3016429 by bircher, mpotter, alexpott, johndevman, borisson_, Upchuk, larowlan: Add a config storage copy utility trait and fix ConfigManager::createSnapshot 2019-03-08 06:48:50 +00:00
Lee Rowlands 8cd35dbe20
Issue #2937542 by alexpott, mikelutz, larowlan, dawehner, Mile23, catch, Gábor Hojtsy, Chi: Not setting the strict option of the Choice constraint to true is deprecated since Symfony 3.4 and will throw an exception in 4.0
(cherry picked from commit c9dd655885)
2019-03-08 15:16:05 +10:00
Alex Pott 97a6869145
Issue #3021450 by kim.pepper, jibran, voleger, alexpott, Berdir: Add @trigger_error to deprecated functions in file.inc and replace their usages 2019-03-07 09:13:25 +00:00
Lee Rowlands 094890e633
Issue #2942907 by plach, amateescu, Berdir, tim.plunkett, hchonov, gabesullice, jibran, xjm, tedbow, timmillwood, larowlan, Sam152, pmelab, catch, effulgentsia: Entity system does not provide an API for retrieving an entity variant that is safe for editing 2019-03-06 11:18:48 +10:00
Alex Pott 2c4ca06895
Issue #2947517 by Lendude, jibran, alexpott, larowlan: Selenium driver: API to get remote file paths 2019-03-05 12:02:19 +00:00
Nathaniel Catchpole 944b157e5b Issue #2996404 by andrewmacpherson, Krzysztof Domański: Replace old keypress workaround in AjaxFormImageButtonTest 2019-03-04 17:08:15 +00:00
Nathaniel Catchpole d649b7f45a Issue #2808163 by amateescu, samuel.mortenson, dawehner: Support dynamic entity types in the EntityRevisionParamConverter 2019-03-04 16:47:25 +00:00
Nathaniel Catchpole f49d8f156a Issue #3028671 by Berdir: Add @trigger_error() to deprecated and already (almost) unused EntityManager methods 2019-03-04 15:20:14 +00:00
Nathaniel Catchpole 31fbee706e Issue #3035825 by plach, larowlan, amateescu, jhedstrom: Make it easier to set up the current_user service in kernel tests 2019-03-01 14:10:30 +00:00
Alex Pott 55c96a6b81
Issue #3000057 by kim.pepper, andypost, claudiu.cristea, voleger, dww, Berdir, larowlan: Deprecate drupal_set_time_limit() and file_upload_max_size() and move to Environment component 2019-03-01 11:01:32 +00:00
Lee Rowlands f4ef94ae70
Issue #2975081 by alexpott, amateescu, larowlan, mtodor, catch: UpdatePathTestBase fails to re-initialize the test site (rebuild container, clear caches) after running the database updates 2019-03-01 06:44:06 +10:00
Alex Pott 81915a93a3
Issue #3025427 by Berdir, amateescu: Add @trigger_error() to deprecated EntityManager->EntityTypeBundleInfo methods 2019-02-26 15:05:23 +00:00
Alex Pott 4b68814a02
Issue #3029336 by andypost: Properly deprecate check_url() 2019-02-26 14:58:32 +00:00
Lee Rowlands 3b32b1e600
Issue #3033494 by alexpott, dww, tim.plunkett, larowlan: SiteConfigureForm can install the file module without the field module 2019-02-25 20:39:52 +10:00
Lee Rowlands 56606fe1fb
Revert "Issue #3033494 by alexpott, dww, tim.plunkett: SiteConfigureForm can install the file module without the field module"
This reverts commit 5d2bc24951.
2019-02-25 20:38:58 +10:00
Lee Rowlands 5d2bc24951
Issue #3033494 by alexpott, dww, tim.plunkett: SiteConfigureForm can install the file module without the field module 2019-02-25 19:56:16 +10:00
Alex Pott 4bb82a8eb5
Issue #2946122 by mikelutz, heddn, tim.plunkett, phenaproxima, alexpott, joelpittet, MegaChriz, joachim, xjm: Deprecate ConfigurablePluginInterface and replace with an interface that doesn't extend DependentPluginInterface 2019-02-24 13:42:45 +00:00
Alex Pott bdfafab7fb
Issue #3035318 by mpdonadio: `DateFormatter()` assumes 30 days per month, while February only has 28 days. Causes fails in tests 2019-02-24 09:42:10 +00:00
Alex Pott 76bf269417
Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, alexpott, jibran, andypost, larowlan, Chadwick Wood, acbramley, Wim Leers, sun, xjm, YesCT, chx, tim.plunkett: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 22:35:15 +00:00
xjm 57170a6ad7 Revert "Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc)"
This reverts commit 56be1a032e.
2019-02-23 13:09:49 -06:00
Alex Pott 56be1a032e
Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 13:45:05 +00:00
Alex Pott 185513febe
Issue #3029661 by Lendude, dawehner: Move BrowserTestBase tests out of modules/simpletest into /tests 2019-02-22 09:09:31 +00:00
Alex Pott ee822bb01d
Issue #3027745 by claudiu.cristea, idimopoulos, wengerk, alexpott: UniqueFieldConstraint doesn't work for entities with string IDs 2019-02-22 08:45:40 +00:00
Lauri Eskola a047556569
Issue #2981602 by jansete, Lendude, askibinski, alexpott, dawehner, slv_, Sam152: Add page objects integration to Nightwatch 2019-02-22 08:15:03 +02:00
Gábor Hojtsy 4837822141 Revert "Issue #2937542 by alexpott, dawehner, Mile23, catch, mikelutz: Not setting the strict option of the Choice constraint to true is deprecated since Symfony 3.4 and will throw an exception in 4.0"
This reverts commit 030a9cefc2.
2019-02-18 20:21:56 +01:00
Alex Pott ab15b22f43
Issue #3022399 by andypost, YurkinPark, Berdir: Move action_views_form_substitutions() out of actions module 2019-02-17 10:12:55 +00:00
Alex Pott 28bf970d1d
Issue #3028656 by Berdir, martin107: Add @trigger_error() to deprecated EntityManager listener methods 2019-02-17 09:56:22 +00:00
Alex Pott e69e249da0
Issue #3023981 by Berdir, larowlan, alexpott, xjm, catch: Add @trigger_error() to deprecated EntityManager->EntityRepository methods 2019-02-17 00:00:58 +00:00
Nathaniel Catchpole e3fc5d91eb Issue #3031580 by alexpott, Gábor Hojtsy, Lendude, catch, jibran, dawehner, Berdir: Undeprecate \Drupal\FunctionalTests\AssertLegacyTrait and \Drupal\KernelTests\AssertLegacyTrait in Drupal 8 2019-02-14 12:17:39 +00:00
Lee Rowlands 2aa7c3a6fa
Issue #3030501 by alexpott, Gábor Hojtsy, Berdir: [Symfony 4] Drupal\Core\StackMiddleware\ReverseProxyMiddleware calls Symfony\Component\HttpFoundation\Request::setTrustedHeaderName() which does not exist 2019-02-14 19:02:31 +10:00
Nathaniel Catchpole 57de633093 Issue #3004642 by amateescu, plach: Deprecate SqlContentEntityStorageSchemaConverter in favor of the new API provided by EntityTypeListenerInterface::onFieldableEntityTypeUpdate() 2019-02-13 14:24:08 +00:00
Francesco Placella f5d6aceb16 Issue #3031479 follow-up by amateescu, mondrake: Replaced numeric index names with regular names in the test coverage. 2019-02-13 14:37:26 +01:00
Nathaniel Catchpole 9ec3433f92 Issue #2572605 by Gábor Hojtsy, slasher13, Jo Fitzgerald, alexpott, andypost, Cottser, skyredwang, mfernea, joelpittet, jibran, larowlan, aleevas, Wim Leers, lauriii, catch, Berdir: Make Drupal 8 optionally working with Twig 2, while keeping its dependency on Twig 1 2019-02-13 11:36:49 +00:00
Alex Pott 812c0bbfbd
Revert "Issue #3031577 by alexpott: \Drupal\Tests\Listeners\DeprecationListenerTrait::getSkippedDeprecations() does not work in unit tests"
This reverts commit c52175dd4b.
2019-02-13 11:06:56 +00:00
Francesco Placella 431b5b4c92 Issue #3031479 by amateescu, jibran, mondrake: TaxonomyVocabularyHierarchyUpdateTest::testTaxonomyUpdateParents() is prone to breaking on PostgreSQL 2019-02-13 10:15:31 +01:00
Lee Rowlands c52175dd4b
Issue #3031577 by alexpott: \Drupal\Tests\Listeners\DeprecationListenerTrait::getSkippedDeprecations() does not work in unit tests 2019-02-13 14:35:28 +10:00
Alex Pott 47dab9a4a9
Issue #1883744 by hchonov, tim.plunkett, borisson_, xjm, tstoeckler, joachim: Convert Entity to EntityBase for consistency with ContentEntityBase and ConfigEntityBase 2019-02-10 08:17:04 +00:00
xjm d08335f136 Issue #3020352 by tedbow, Wim Leers, tim.plunkett, xjm, andrewmacpherson, lauriii, phenaproxima, alwaysworking: Create a new AnnounceCommand to call Drupal.announce on an AjaxResponse 2019-02-05 16:20:19 -06:00
xjm 547069e55d Revert "Issue #2946122 by mikelutz, heddn, tim.plunkett, phenaproxima, alexpott, MegaChriz, joachim: Deprecate ConfigurablePluginInterface and replace with an interface that doesn't extend DependentPluginInterface"
This reverts commit b1f49624db.
2019-02-05 15:08:23 -06:00
Nathaniel Catchpole 49ef12b086 Issue #3029373 by effulgentsia, Wim Leers, catch: PageCache::getCacheId() sometimes uses different cache IDs during get and set, causing unnecessary cache misses for some requests 2019-02-05 12:25:01 +00:00
Nathaniel Catchpole a3a1663bfc Issue #2723593 by alexpott, Jo Fitzgerald, daffie, JacobSanford, rajeshwari10, chishah92, Saviktor, marvin_B8, valthebald, Mile23, Berdir: Properly deprecate entity_load() and friends 2019-02-05 12:08:32 +00:00
Nathaniel Catchpole ce3250fe0e Issue #3030359 by Mile23: FileSystemDeprecationTest in the wrong place since it's a kernel test 2019-02-04 12:33:38 +00:00
Nathaniel Catchpole 447cdb78ed Issue #3028657 by alexpott, Berdir: Properly deprecate entity_load_multiple() 2019-02-04 12:29:50 +00:00
xjm b77bf6a978 Issue #3025867 by tim.plunkett, Kristen Pol, phenaproxima, alexpott, xjm, andypost: Provide a classed object for TempStore metadata 2019-02-03 11:57:11 -05:00
Alex Pott c594d13e25
Issue #2443165 by davidwbarratt, amateescu, HOG, kostyashupenko, yched, Berdir, andypost, alexpott, tstoeckler, xjm: Drupal\Core\Entity\EntityInterface\ContentEntityStorageBase::doCreate() assumes that the bundle is a string 2019-02-02 22:25:27 +00:00
Alex Pott 04d46f628d
Issue #2849074 by decafdennis, alexpott, zuuperman, AdamPS, sagesolutions, tucho, xjm: SiteConfigureForm overrides value from install profile 2019-02-02 12:43:03 +00:00
Nathaniel Catchpole 3148601bc0 Issue #2984782 by amateescu, plach, catch, jibran, kristiaanvandeneynde: Add an API for converting entity type schemas to (non-)revisionable/(non-)translatable, with or without data 2019-02-01 13:26:39 +00:00
Lee Rowlands 030a9cefc2
Issue #2937542 by alexpott, dawehner, Mile23, catch, mikelutz: Not setting the strict option of the Choice constraint to true is deprecated since Symfony 3.4 and will throw an exception in 4.0 2019-01-31 20:42:39 +10:00
Alex Pott 57f1f1a480
Issue #2215857 by michielnugter, Lendude, gmercer, tim.plunkett, cferthorney, marabak, olli, ericmulder1980, TwoD, sanduhrs, stella, dww, nod_: Behaviors get attached to removed forms 2019-01-31 01:02:35 +00:00
Lauri Eskola 8018374362
Issue #2725259 by sardara, andrewmacpherson, claudiu.cristea, tedbow, alwaysworking, droplet, techmsi, kwoxer, xjm, alexpott, lauriii, catch, cilefen, Cottser: [regression] Table Drag handles no longer respond to up/down arrow keys 2019-01-29 13:21:28 +02:00
Lauri Eskola 9ecea57c54
Revert "Issue #2725259 by sardara, andrewmacpherson, claudiu.cristea, tedbow, alwaysworking, droplet, techmsi, kwoxer, xjm, alexpott, @catch, @cilefen, @Cottser, @lauriii: [regression] Table Drag handles no longer respond to up/down arrow keys"
This reverts commit 735aacac9c.
2019-01-29 13:20:03 +02:00
Lauri Eskola 735aacac9c
Issue #2725259 by sardara, andrewmacpherson, claudiu.cristea, tedbow, alwaysworking, droplet, techmsi, kwoxer, xjm, alexpott, @catch, @cilefen, @Cottser, @lauriii: [regression] Table Drag handles no longer respond to up/down arrow keys 2019-01-29 13:15:45 +02:00
xjm 06dbc81f02 Issue #2937073 by tim.plunkett, Saviktor, tedbow: Improve robustness of FieldBlockTest 2019-01-28 17:54:09 -06:00
Alex Pott 62d162fa0f
Issue #3024452 by kfritsche, hchonov, alexpott: DatabaseStorageExpirable:setWithExpireIfNotExists is not respecting expired 2019-01-28 22:27:59 +00:00
Alex Pott 06076a3d58
Issue #2932909 by Mile23, Lendude, dawehner, alexpott: Convert web tests to browser tests for Simpletest module 2019-01-28 08:45:58 +00:00
Francesco Placella 1b46f2f6bb Issue #3026290 by amateescu, plach, mradcliffe, jibran: PostgreSQL constraints are still not renamed properly on table renames 2019-01-27 16:30:34 +01:00
Alex Pott 93e12b09c9
Issue #2995150 by msankhala, tim.plunkett: Command examples in core/tests/README.md are confusing and not executable 2019-01-27 00:20:05 +00:00
Alex Pott cc5b5dc3ec
Issue #3023799 by Berdir, alexpott, tim.plunkett, larowlan: Add @trigger_error() to deprecated EntityManager::clearCachedDefinitions() method 2019-01-26 14:52:11 +00:00
Alex Pott b1f49624db
Issue #2946122 by mikelutz, heddn, tim.plunkett, phenaproxima, alexpott, MegaChriz, joachim: Deprecate ConfigurablePluginInterface and replace with an interface that doesn't extend DependentPluginInterface 2019-01-26 12:42:37 +00:00
Alex Pott 641bf942e9
Revert "Issue #3026414 by alexpott, Fabianx: Add tests for PharExtensionInterceptor for invocation from a CLI command"
This reverts commit 25c8f251e3.
2019-01-24 22:54:53 +00:00
effulgentsia 25c8f251e3 Issue #3026414 by alexpott, Fabianx: Add tests for PharExtensionInterceptor for invocation from a CLI command 2019-01-24 10:58:14 -08:00
Nathaniel Catchpole 8c14acad99 Issue #3015886 by bircher, alexpott, Upchuk: Add an in-memory config storage 2019-01-24 11:19:49 +00:00
Lee Rowlands ffad365297
Issue #3027872 by catch: [symfony 4] The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will change 2019-01-24 20:37:04 +10:00
Lee Rowlands 9498875eb5
Issue #2961861 by alexpott, Berdir: Remove usage of WriteCheckSessionHandler 2019-01-24 11:07:29 +10:00
Alex Pott 4da678eb5f
Issue #2981870 by Lendude, alexpott: Duplicate BrokenSetUpTest for BrowserTestBase 2019-01-23 23:40:47 +00:00
effulgentsia 55ce9ce3a7 Issue #3020301 by catch, Mile23, xjm, alexpott: Remove composer integration PHP version test (rely on DrupalCI PHP version runs instead) 2019-01-22 10:25:50 -08:00
Alex Pott 5fbbbde83d
Issue #3026043 by Berdir: ConfigEntityBase::__sleep() serializes plugin instances if they were not previously initialized 2019-01-22 10:21:20 +00:00
xjm 7e1a53c1f9 SA-CORE-2019-002 by greggles, cashwilliams, EclipseGc, larowlan, samuel.mortenson, alexpott, tedbow, effulgentsia, Fabianx, xjm, mlhess
(cherry picked from commit fe32f7790e)
2019-01-15 11:43:08 -06:00
Alex Pott a09ce7750a
Issue #3015992 by Krzysztof Domański, alexpott, larowlan: Not affecting spacing in PhpTransliterationTest 2019-01-13 22:34:54 +00:00
Lee Rowlands 6cbe4eacd8
Issue #3000677 by catch, Shane Birley, featherbelly, alexpott: Fatal error after upgrade to 8.6x [due to regression in extension system] 2019-01-12 12:14:50 +10:00
Alex Pott 23285fb0fe
Issue #2955457 by pfrenssen, Chewie, unrealauk, alexpott, Pol: ConfigFactory static cache gets polluted with data from config overrides 2019-01-11 20:56:12 +00:00
Alex Pott e57c4a13e6
Issue #3024259 by Pol, alexpott: [PHP 7.3] Fix EnvironmentTest::providerTestCheckMemoryLimit() notice 2019-01-08 12:10:21 +00:00
Nathaniel Catchpole db41bebece Issue #3023402 by alexpott: \Drupal\Tests\Component\Datetime\DateTimePlusTest fails on latest PHP7.3 build 2019-01-02 14:28:39 +00:00
Alex Pott 5470a05978
Issue #3019030 by Upchuk: Ensure loadMultipleRevisions() returns the revisions in the same order as the passed IDs 2019-01-02 12:01:56 +01:00
Nathaniel Catchpole f9e7921bc8 Issue #3001997 by Krzysztof Domański, scott_euser, alexpott: Transliteration a string containing an unknown character (e.g. 0x80) is not valid 2019-01-02 10:28:53 +00:00
Nathaniel Catchpole 31f9ebf7f5 Issue #3008446 by alexpott, jcnventura, fenstrat, quietone, voleger, andypost: Complete the deprecation of format_date() 2019-01-01 19:15:24 +00:00
Alex Pott b99b499e70
Issue #3021458 by kim.pepper, voleger: Properly deprecate drupal_move_uploaded_file() 2018-12-23 18:46:15 +01:00
Alex Pott 60505f3693
Issue #3019834 by Berdir, alexpott: Add @trigger_error() to deprecated url/link EntityInterface methods 2018-12-23 14:30:20 +01:00
Alex Pott 8b6fd65743
Issue #3020536 by catch, sjerdo, Wim Leers, alexpott: ControllerResolver::getArguments() is removed in Symfony 4 and ControllerResolver no longer implements ArgumentResolverInterface 2018-12-23 11:15:39 +01:00
Alex Pott bda5967eca
Issue #2984072 by vijaycs85, Lendude, ApacheEx, dawehner: System: Convert ErrorHandlerTest to phpunit 2018-12-18 20:53:03 +00:00
Alex Pott 32dfb620d3
Issue #3019706 by hchonov, alexpott, sheanhoxie, jibran, dawehner: Functional JS Tests are broken if XDEBUG_CONFIG is set as an env variable 2018-12-18 20:47:50 +00:00
Alex Pott 278ab8b5c7
Revert "Issue #3019706 by hchonov, jibran: Functional JS Tests are broken if XDEBUG_CONFIG is set as an env variable"
This reverts commit 6248e44d08.
2018-12-18 17:50:19 +00:00
Nathaniel Catchpole 991fd05d95 Issue #3020964 by alexpott: Empty collection config CRUD operations are inconsistent across the backend 2018-12-18 17:04:01 +00:00
Alex Pott 6248e44d08
Issue #3019706 by hchonov, jibran: Functional JS Tests are broken if XDEBUG_CONFIG is set as an env variable 2018-12-18 16:14:49 +00:00
Alex Pott 701be77194
Issue #2869426 by Wim Leers, dawehner, tstoeckler, alexpott, Berdir, larowlan: EntityResource should add _entity_access requirement to REST routes 2018-12-18 16:10:14 +00:00
Nathaniel Catchpole ae7a94a315 Revert "Issue #2620304 by kim.pepper, andypost, phenaproxima, alexpott: htaccess functions should be a service"
This reverts commit 56ccba066c.
2018-12-18 14:53:43 +00:00
Nathaniel Catchpole 281c6f0923 Issue #2815379 by andypost, jibran, naveenvalecha, tim.plunkett: Move message, goto, and email action plugins to Drupal\Core\Action 2018-12-18 09:43:20 +00:00
Nathaniel Catchpole e5b70636c9 Issue #3020165 by alexpott: Dependency objects can be optimised for serialisation 2018-12-18 09:39:51 +00:00
Nathaniel Catchpole 56ccba066c Issue #2620304 by kim.pepper, andypost, phenaproxima, alexpott: htaccess functions should be a service 2018-12-18 09:37:49 +00:00
Nathaniel Catchpole 63556cd8f2 Issue #3020157 by alexpott: ActiveTheme objects and cache contain way too much information 2018-12-18 09:32:35 +00:00
Nathaniel Catchpole 451a7ba864 Issue #2701829 by alexpott, andypost, Soul88, Graber, EduardoMadrid, dawehner, Berdir, jibran, pingwin4eg, httang12: Extension objects should not implement \Serializable 2018-12-18 09:29:50 +00:00
Alex Pott 2bbbaa3f54
Issue #2949021 by tim.plunkett, Wim Leers: Deprecate schema fallback in ConfigEntityType::getPropertiesToExport 2018-12-15 21:29:27 +00:00
Alex Pott b4297ade9e
Issue #3020550 by catch: Passing commands as a string to Process is deprecated in Symfony 4 2018-12-14 22:23:44 +00:00
Alex Pott 96ef995291
Issue #3020579 by catch: TypeError: Argument 3 passed to Symfony\Component\HttpKernel\Event\FilterResponseEvent::__construct() must be of the type integer, string given [Symfony 4] 2018-12-14 22:20:28 +00:00
Alex Pott f51bfe1756
Issue #3002164 by Wim Leers, mpdonadio: DateTimeIso8601::getDateTime() does not specify the storage timezone when constructing DrupalDateTime object 2018-12-13 18:46:24 +00:00
Alex Pott 14606cca75
Issue #2998462 by AndyF, Baysaa, Siavash, tim.plunkett, millionleaves, fatmarker: Error adding Content Type Selection criteria or Context 2018-12-07 15:07:19 +01:00
Alex Pott f335587290
Issue #2594425 by Sam152, gapple, naveenvalecha, dubcanada, Nitesh Pawar, Fonski, bircher, Eric115, ricovandevin, pameeela, mishradileep, juusechec, dawehner, jibran, xjm, ifrik, swentel, kim.pepper, Wim Leers, acbramley, 4aficiona2, yoroy, alexpott, ckaotik, andypost, FeyP: Add the option in system menu block to "Expand all items in this tree" 2018-12-07 12:01:11 +01:00
Lauri Eskola 280995f92b
Issue #77245 by drpal, tedbow, nod_, phenaproxima, Wim Leers, googletorp, rteijeiro, vineet.osscube, tim.plunkett, idflood, joelpittet, pk188, lauriii, BarisW, lokapujya, chr.fritsch, droplet, andrewmacpherson, dmsmidt, dawehner, alexpott, jessebeach, NickWilde, DuaelFr, Cottser, seutje, samuel.mortenson: Provide a common API for displaying JavaScript messages 2018-12-05 20:29:18 +02:00
Alex Pott cee4a5c9b3
Issue #3016840 by tim.plunkett, EclipseGc, alexpott: When an invalid plugin ID is requested, include valid ones in the exception message 2018-12-01 10:49:12 +00:00
Nathaniel Catchpole 344522d5ea Issue #3017105 by alexpott: Deprecate system_list_reset() 2018-11-30 10:48:27 +00:00
Nathaniel Catchpole ad90262082 Issue #3016968 by alexpott: Remove weight public property from theme extensions 2018-11-30 10:48:17 +00:00
Alex Pott b33232b7d2
Issue #3016458 by tim.plunkett, xjm: ContextHandler should use setContext() not setContextValue() 2018-11-30 09:34:29 +00:00
Nathaniel Catchpole 10722cd872 Issue #2659940 by almaudoh, alexpott, phenaproxima, Jo Fitzgerald, markcarver, oriol_e9g, dawehner, dsnopek, jibran, larowlan: Extension System, Part III: ThemeExtensionList and ThemeEngineExtensionList 2018-11-29 12:15:17 +00:00
Alex Pott bab4f6d3f3
Issue #3014949 by tim.plunkett: Deprecate 'context' on Block and Condition plugin annotations in favor of 'context_definitions' 2018-11-29 00:01:35 +00:00
Nathaniel Catchpole 576bc7fea7 Issue #3015691 by hchonov, mondrake: entityQueryAggregate queries cannot be executed more than once 2018-11-28 11:56:45 +00:00
Nathaniel Catchpole e58e520bba Revert "Issue #3015691 by mondrake: entityQueryAggregate queries cannot be executed more than once"
This reverts commit 77accaed60.
2018-11-28 11:56:16 +00:00
Nathaniel Catchpole 77accaed60 Issue #3015691 by mondrake: entityQueryAggregate queries cannot be executed more than once 2018-11-28 11:55:16 +00:00
Nathaniel Catchpole 619b274918 Issue #2993271 by bircher, Upchuk: Remove unused ConfigManager dependency in StorageComparer 2018-11-28 11:51:39 +00:00
Nathaniel Catchpole b5ff72a64f Issue #2830239 by cebasqueira, imalabya, spitzialist, th_tushar, monta, benjifisher, faline, alexpott: Several URLs point to Drupal 7 documentation pages instead of Drupal 8 2018-11-28 11:48:58 +00:00
Alex Pott ce031c3f87
Revert "Issue #3000630 by scott_euser, Krzysztof Domański, APolitsin, vijaycs85, longwave: Transliteration causes 2 capital letters at the beginning of a word"
This reverts commit bb7fb6a3dd.
2018-11-24 00:24:09 +00:00
Lee Rowlands 52224e3709
Issue #3001201 by voleger, andypost, goodboy: Convert tablesort.inc functions to a static class 2018-11-22 18:40:04 +10:00
Alex Pott 53c24728fb
Issue #2936032 by gambry, nlisgo, alexpott, cwells, cilefen, Darvanen, DamienGR: Sites named with special characters cannot send mail 2018-11-21 10:19:04 +00:00
Francesco Placella 5731bc7dab Issue #2799987 by jonathanshaw, oriol_e9g, Jo Fitzgerald, mpdonadio, GoZ, Mixologic, harsha012, jhedstrom: Datetime and Datelist element's timezone handling is fragile, buggy and wrongly documented 2018-11-20 23:45:37 +01:00
Alex Pott 7dcb927309
Issue #3014851 by tim.plunkett: ContextAwarePluginBase::setContextValue() should delegate to ::setContext() 2018-11-20 16:01:43 +00:00
Nathaniel Catchpole 8293016cab Issue #2928888 by amateescu, hchonov, timmillwood, Berdir, larowlan: Add a hook_entity_preload() for modules that need to load a different revision than the default one 2018-11-20 13:49:20 +00:00
Nathaniel Catchpole 6b14845b31 Issue #3004456 by mikelutz, phenaproxima, alexpott, heddn, maxocub, quietone: Add a weighting option to MigrateField plugin's definition and lower weight of deprecated 'date' plugin so it isn't used 2018-11-20 12:29:18 +00:00
Nathaniel Catchpole 2580766754 Issue #2895315 by nielsstampe, Krzysztof Domański: Danish characters are not translated correctly with transliteration 2018-11-20 12:03:12 +00:00
Nathaniel Catchpole bb7fb6a3dd Issue #3000630 by scott_euser, Krzysztof Domański, APolitsin, vijaycs85, longwave: Transliteration causes 2 capital letters at the beginning of a word 2018-11-20 11:58:15 +00:00
Nathaniel Catchpole 00cfac4fdc Issue #3008950 by mikelutz, quietone: Move MigrateField Plugins out of Core Library 2018-11-19 16:41:00 +00:00
Alex Pott d29f046424
Issue #3001398 by mondrake, Krzysztof Domański, alexpott, voleger, neclimdul, longwave, dawehner, goodboy: format_size() fixes 2018-11-19 09:55:34 +00:00
Alex Pott 9df150e1ab
Issue #3008490 by Lendude, jibran, jhodgdon: Update \Drupal\Tests\UiHelperTrait::drupalPostForm docblock to match BrowserTestBase version 2018-11-18 23:51:19 +00:00
Alex Pott 78da9a1dca
Issue #2986887 by hchonov, tstoeckler, amateescu, alexpott: Impossible entity query with condition on revision metadata keys 2018-11-18 23:07:32 +00:00
Alex Pott ea33b15726
Issue #2672950 by Vj, ilya.no, Krzysztof Domański, elandirayan, Rijidij, amateescu, shahgm, larowlan: Notice: Undefined index: #default_value in Drupal\Core\Datetime\Element\Datetime::valueCallback() (line 103 2018-11-18 22:51:14 +00:00
Gábor Hojtsy 9e18995abd Issue #2982626 by phenaproxima, tim.plunkett, EclipseGc: ContextAwarePluginBase is incompatible with ContextAwarePluginDefinitionInterface 2018-11-16 11:48:57 -05:00
Nathaniel Catchpole 920eb0678d Issue #3000671 by axel.rutz, surbz, msankhala, goodboy, dawehner: Frontpage with query parameter results in "Page not found" 2018-11-16 13:25:40 +00:00
Nathaniel Catchpole a11f188526 Issue #3014011 by amateescu, andypost: Remove a couple of workarounds from DefaultConfigTest and ModuleHandlerTest 2018-11-16 12:30:04 +00:00
Francesco Placella 98d7171509 Issue #2935932 by Sam152, dwkitchen, jibran, amateescu, kiamlaluno, tstoeckler, joachim: Add a FieldDefinition class for defining bundle fields in code 2018-11-15 10:40:18 +01:00
Alex Pott 752dd39303
Issue #2809531 by Lendude, martin107, larowlan: Convert AJAX part of \Drupal\system\Tests\Ajax\FormValuesTest::testSimpleAjaxFormValue to JavascriptTestBase 2018-11-15 08:18:35 +00:00
Alex Pott 39578f45ca
Issue #3006086 by amateescu, Wim Leers, alexpott, jibran, andypost, dawehner, catch, Berdir: update.php should not process path aliases 2018-11-14 15:04:34 +00:00
Nathaniel Catchpole cb84998f12 Issue #2959370 by dawehner, Lendude, alexpott: View with user/% path breaks login/logout 2018-11-14 12:00:06 +00:00
Nathaniel Catchpole c8f810edb8 Issue #2342699 by Beakerboy, david_garcia, alexpott, madhavvyas, Nitesh Sethia, mradcliffe, plach, rakshith.thotada, ruloweb, deepakaryan1988, Berdir, rbrenton: SqlContentEntityStorage tries to update identity/serial values by default 2018-11-13 11:32:26 +00:00
Nathaniel Catchpole 9e7b020ff4 Issue #2755401 by alexpott, naveenvalecha, bonus, Xano, cilefen, dawehner, mohit_aghera, markdorison, david_garcia: Upgrade EmailValidator to 2.x 2018-11-08 16:48:31 +00:00
Alex Pott 6c8526b0a9
Issue #2982183 by phenaproxima, neclimdul: Follow-up Conflict between TypedDataManager and TypedConfigManager in ConfigEntityAdapter 2018-11-08 14:37:10 +00:00
Nathaniel Catchpole e1b6d232b0 Issue #3002522 by andypost, Matthijs, tim.plunkett, wizonesolutions: Calling StatusMessages::renderMessages() with a returns a faulty render array 2018-11-08 14:14:15 +00:00
Alex Pott 96014160a4
Issue #3008431 by tim.plunkett, phenaproxima, Wim Leers: A context object for a specific entity type will not match a generic requirement for any entity 2018-11-08 09:45:04 +00:00
Alex Pott b6779d931c
Issue #2856362 by bpresles, Surian, WamFlying: Drupal install fail on Percona XtraDB Cluster 5.7 (pxc_strict_mode enforced) 2018-11-08 09:40:10 +00:00
Lee Rowlands 1b186cf07d
Issue #3008772 by andypost, tim.plunkett: Layout definition defined in YAML is not translated 2018-11-08 19:26:59 +10:00
Lee Rowlands 729b440601
Issue #2961688 by alexpott, martin107, longwave, Berdir, larowlan: Fix "Using UTF-8 route patterns without setting the "utf8" option" deprecation 2018-11-08 19:24:57 +10:00
Lee Rowlands ebee0dc27d
Issue #2809529 by Lendude, martin107: Convert AJAX part of \Drupal\system\Tests\Ajax\ElementValidationTest::testAjaxElementValidation to JavascriptTestBase 2018-11-08 19:12:25 +10:00
Alex Pott bb9fb66dd7
Issue #2986735 by tim.plunkett: PHP 5 test fix 2018-11-06 16:31:37 +00:00
Lauri Eskola 26624808f2
Issue #2995570 by lauriii, jrockowitz, drpal, aaronbauman: #states breaks when OR is used 2018-11-06 17:38:46 +02:00
Nathaniel Catchpole 39c3361d50 Issue #2989734 by alexpott, andypost, mikelutz, tacituseu: PHP 7.3 compatibility 2018-11-06 11:24:44 +00:00
Lee Rowlands b1ad4a8d91
Issue #2986735 by phenaproxima, Berdir, tim.plunkett, MegaChriz: Drupal\Core\Plugin\Context\Context needs DependencySerializationTrait 2018-11-06 13:02:14 +10:00
Alex Pott 34f1a358ff
Issue #2982183 by tim.plunkett, phenaproxima, Berdir, Wim Leers, agentrickard: Conflict between TypedDataManager and TypedConfigManager in ConfigEntityAdapter 2018-11-05 14:32:32 +00:00
Alex Pott 44b86a4486
Issue #3004428 by mikelutz, alexpott, Mile23: Remove references to i18nVariable, CommentType, CommentVariable and CommentVariablePerCommentType from the global deprecation listener list 2018-10-26 23:58:52 +01:00
Nathaniel Catchpole c724390add Issue #2897408 by cburschka, gapple, xjm, effulgentsia: Remove IE9 support from CssCollectionRenderer and provide it in contrib instead 2018-10-26 13:15:59 +01:00
Lee Rowlands 7b0014158f
Issue #3002604 by tstoeckler: Improve debuggability of update failures in UpdatePathTestBase 2018-10-26 18:50:03 +10:00
Lee Rowlands de15d0442e
Issue #3001979 by alexpott: \Drupal\Core\Config\FileStorage::getAllCollectionNames() should work when the directory does not exist 2018-10-26 18:38:06 +10:00
Lee Rowlands 82d29a6c3e
Issue #3002279 by alexpott: Xdebug in InstallerTestBase 2018-10-26 15:30:05 +10:00
Lee Rowlands 550e914c08
Issue #2677532 by alexpott, Mile23, kim.pepper, dawehner, andypost, Eric_A, xjm, Mixologic, larowlan, phenaproxima, markcarver, borisson_: Move drupal_check_incompatibility() functionality to a new Dependency class and Version component 2018-10-22 15:21:49 +10:00
Alex Pott 04a706f63d
Issue #2309731 by bendeguz.csirmaz, phenaproxima, alexpott: drupal_check_profile() does not invoke the profile's hook_requirements() 2018-10-19 22:51:28 +01:00
Nathaniel Catchpole 7fcabc7ad6 Issue #2575105 by Berdir, catch, amateescu: Use cache collector for state (revert) 2018-10-19 21:27:57 +01:00
Lee Rowlands 4dfab43fd5
SA-CORE-2018-006 by alexpott, attilatilman, bkosborne, catch, bonus, Wim Leers, Sam152, Berdir, Damien Tournoud, Dave Reid, Kova101, David_Rothstein, dawehner, dsnopek, samuel.mortenson, stefan.r, tedbow, xjm, timmillwood, pwolanin, njbooher, dyates, effulgentsia, klausi, mlhess, larowlan 2018-10-18 08:46:04 +10:00
Alex Pott 6ac09fee5f
Issue #2987340 by msankhala, Chi: Document or remove $expectedLogSeverity and $expectedLogMessage properties from KernelTestBase 2018-10-12 22:57:48 +01:00
Alex Pott 788437c633
Issue #2286235 by andypost, longwave, ericduran, alexpott, voleger, catch: Deprecate db_ignore_replica() and convert it to service 2018-10-12 22:34:25 +01:00
Nathaniel Catchpole ac63952b33 Issue #2624770 by 20th, Jo Fitzgerald, claudiu.cristea, Berdir, mohit1604, amateescu, Sutharsan, derheap, Saviktor, Mile23, dawehner, kristiaanvandeneynde, alexpott: Use more specific entity.manager services in core.services.yml 2018-10-12 13:24:32 +01:00
Nathaniel Catchpole 398885e100 Issue #2566619 by claudiu.cristea, marvin_B8, andypost, alvar0hurtad0, Mile23, joshi.rohit100, joelpittet, dawehner, catch: Deprecate drupal_http_header_attributes() 2018-10-08 15:54:51 +01:00
Nathaniel Catchpole f577bdcb33 Issue #2566619 by claudiu.cristea, marvin_B8, andypost, alvar0hurtad0, Mile23, joshi.rohit100, dawehner, joelpittet: Deprecate drupal_http_header_attributes() 2018-10-08 12:28:07 +01:00
Nathaniel Catchpole d8a6a68bbf Issue #2787871 by alexpott, yogeshmpawar, Insasse, Prashant.c, catch, hass: Properly deprecate getUserName() and use getAccountName() instead 2018-10-08 11:24:56 +01:00
Nathaniel Catchpole ae3295241d Issue #3003361 by alexpott, Berdir: Fix deprecation notice for 2670454 2018-10-05 14:03:49 +01:00
Alex Pott f321b4aa69
Issue #3001846 by wengerk, Krzysztof Domański, longwave, mondrake: Refactor KernelTests/Core/Common/SizeTest 2018-10-05 12:44:39 +01:00
webchick ebcf1459d9 Issue #2919795 by tim.plunkett, tedbow, dead_arm, webchick, alexpott, xjm: Add visual hints that Layout Builder work is in tempstore and will not be lost, or take effect until saved 2018-10-04 14:01:29 -07:00
Alex Pott 31ef300711
Revert "Issue #2919795 by tim.plunkett, dead_arm, tedbow: Add visual hints that Layout Builder work is in tempstore and will not be lost, or take effect until saved"
This reverts commit 5781cdba29.
2018-10-04 13:39:37 +01:00
webchick 5781cdba29 Issue #2919795 by tim.plunkett, dead_arm, tedbow: Add visual hints that Layout Builder work is in tempstore and will not be lost, or take effect until saved 2018-10-03 14:17:58 -07:00
Alex Pott c39368f743
Issue #2722237 by webflo, dawehner, borisson_, drunken monkey, Wim Leers: "Local actions" block doesn't take cache data of route access information into account 2018-10-01 17:36:09 +01:00
Alex Pott 8c6c340fe6
Issue #2886547 by naveenvalecha, Mile23, longwave, impalash, Lendude, dawehner, Mixologic, xjm, borisson_, catch: Add trigger_error to deprecated TestBase base classes/traits that have none, reference CR 2018-10-01 15:40:09 +01:00
Alex Pott 2a383d0256
Issue #3003298 by Mile23: Fix "Adding or retrieving messages prior to the container being initialized was deprecated in Drupal 8.5.0 and this functionality will be removed before Drupal 9.0.0." deprecation error 2018-10-01 12:44:20 +01:00
Alex Pott 56554f5da5
Issue #2625554 by Xano, googletorp, longwave, borisson_, dawehner, tim.plunkett, alexpott, twistor: getInstance() fatals on almost all plugin managers 2018-10-01 12:15:30 +01:00
Alex Pott 12d8100f57
Issue #3002935 by Mile23, tim.plunkett, Berdir: Document that DeprecationListenerTrait::getSkippedDeprecations() should not be expanded for new deprecations 2018-10-01 09:40:59 +01:00
Alex Pott d4437e28ba
Issue #3001800 by Mile23, Berdir, amateescu, larowlan: Fix "The revision_user revision metadata key is not set." and friends 2018-09-27 17:04:20 +01:00
Alex Pott 21ba3dfc6f
Issue #2686409 by mpdonadio, pjonckiere, claudiu.cristea, darrick, xSDx, bceyssens, tamasd, Ismail Cherri, joelpittet, dawehner, AdamPS, jhedstrom, JaceRider: Time Ago summary does not render on Manage Display for Timestamp and Datetime fields 2018-09-27 16:25:39 +01:00
Alex Pott 8500f748a9
Issue #2867042 by jgrunert, jhodgdon, rakesh.gectcr, dawehner, jazzdrive3, alexpott, Loparev: Running any tests which extended from BrowserTestBase getting permission denied 2018-09-27 16:01:04 +01:00
Nathaniel Catchpole 0b9f139881 Issue #3001619 by Mile23: Fix "AssertLegacyTrait::getAllOptions() is scheduled for removal in Drupal 9.0.0. Use $element->findAll(\'xpath\', \'option\') instead." deprecation error 2018-09-25 16:37:22 +01:00
Alex Pott 35a2e4892c
Issue #2809535 by Lendude, alexpott, martin107, dawehner, borisson_: Convert AJAX part of \Drupal\system\Tests\Ajax\MultiFormTest to JavascriptTestBase 2018-09-25 10:58:00 +01:00
Alex Pott 3ba620b652
Issue #2809535 by Lendude, martin107, dawehner, borisson_, alexpott: Convert AJAX part of \Drupal\system\Tests\Ajax\MultiFormTest to JavascriptTestBase 2018-09-24 13:25:16 +01:00
Nathaniel Catchpole b48e1e7438 Issue #2873684 by voleger, longwave, jeetendrakumar, andypost, mondrake, catch: Replace all calls to db_select, which is deprecated 2018-09-21 14:01:49 +01:00
Alex Pott 618274b96f
Issue #2996789 by Mile23, Lendude, longwave, dawehner: Deprecate Drupal\field\Tests\EntityReference\EntityReferenceTestTrait 2018-09-21 13:05:21 +01:00
Alex Pott 2dabd1de10
Issue #2829185 by vaplas, Jo Fitzgerald, anmolgoyal74, chipway, gaurav.kapoor, mark_fullmer, amit.drupal, cilefen, longwave, xjm, wturrell, anavarre: Fix spelling errors in Drupal core comments 2018-09-20 17:12:38 +01:00
Alex Pott 68c0fd81dc
Issue #2922487 by Wim Leers, Jo Fitzgerald, Berdir, tedbow, borisson_, dawehner, alexpott: Follow-up for #2910211: fix all deprecation warnings 2018-09-20 15:47:52 +01:00
Alex Pott 662b79443f
Issue #2874640 by martin107, Lendude, Utkarsh_Mishra, NickWilde, alexpott: Convert DialogTest to a FunctionalJavascript test 2018-09-20 09:45:36 +01:00
Alex Pott d3784a1300
Issue #2994398 by tim.plunkett, phenaproxima, vmilic, Berdir, Wim Leers, tedbow, bradjones1: Not properly clearing EntityFieldManager's fieldMap leads to fatals, often after migration or bundle creation 2018-09-19 19:27:59 +01:00
Alex Pott 8e67805657
Issue #2838351 by Leon Kessler, LaravZ, Eyal Shalev, andypost: Links with no path get active class on front page 2018-09-19 18:49:03 +01:00
Nathaniel Catchpole 2ddb39833f Issue #2986334 by amateescu, alexpott: Add a way to enforce an empty result set for a database condition query 2018-09-19 14:12:24 +01:00
Alex Pott 7ae9670d22
Issue #2860341 by heddn, juampynr, seanB, RumyanaRuseva, ephod, stephsem23: PrivateTempStore->getOwner Attempts to access possibly unset Request Session 2018-09-19 14:04:28 +01:00
Alex Pott ccece5260a
Issue #2872603 by vaplas, Lendude, m1r1k, Jo Fitzgerald, borisson_, alexpott, martin107: Drupal\system\Tests\Ajax\CommandsTest break in unit and FunctionalJavascriptTests 2018-09-19 09:51:57 +01:00
Alex Pott 716828db18
Issue #2996560 by petiar, mondrake, andypost: MySql Schema::renameTable is wrongly returning a value 2018-09-18 13:51:23 +01:00
Alex Pott b083070276
Issue #2848808 by voleger, gaurav.kapoor, andypost, Vidushi Mehta, sidharthap: Replace all calls to db_find_tables, which is deprecated 2018-09-18 13:20:17 +01:00
Alex Pott 383f701fe8
Issue #2853118 by voleger, Jo Fitzgerald, Pavan B S, yogeshmpawar, hgunicamp, pk188, andypost, jeetendrakumar, longwave, gaurav.kapoor, RenatoG, daffie, mondrake, dhruveshdtripathi, catch, alexpott, xjm: Replace all calls to db_insert, which is deprecated 2018-09-18 13:15:20 +01:00
Alex Pott b097188b70
Issue #2881981 by foxtrotcharlie, Vidushi Mehta, vakulrai, Mile23, larowlan, dawehner, heddn: Mitigate Extension dependency on DRUPAL_ROOT 2018-09-18 11:41:15 +01:00
Nathaniel Catchpole a0608f0cc5 Issue #2850037 by voleger, shashikant_chauhan, gaurav.kapoor, MerryHamster, xjm: Replace all calls to db_like(), which is deprecated 2018-09-18 10:56:18 +01:00
Nathaniel Catchpole 2a4fa156c4 Issue #2999586 by interX, andypost, mondrake: Properly deprecate db_add_index 2018-09-18 10:00:56 +01:00
Nathaniel Catchpole 05f5a67660 Issue #2999678 by andypost: Properly deprecate db_field_exists 2018-09-17 11:49:33 +01:00
Nathaniel Catchpole 74ba0f68db Issue #2142107 by drunken monkey, gilsbert, David_Rothstein, mondrake, Kristi Wachter: Complex cloned query dependent on __toString() call 2018-09-17 11:37:28 +01:00
Nathaniel Catchpole 5e582a62c4 Issue #2999588 by mondrake, longwave, voleger: Properly deprecate db_index_exists 2018-09-17 11:05:56 +01:00
Nathaniel Catchpole 82e7ad802a Issue #2999612 by voleger, andypost: Properly deprecate db_query_range 2018-09-17 10:46:02 +01:00
Alex Pott 383c6ee5cf
Issue #2938951 by tstoeckler, amateescu, alexpott: The primary key is not correctly re-created when updating the storage definition of an identifier field 2018-09-14 14:15:38 +02:00
Nathaniel Catchpole d122ac7cfa Issue #2996441 by andypost, longwave: Replace all calls to db_query_temporary, which is deprecated 2018-09-14 08:40:42 +01:00
Nathaniel Catchpole a95fa0bd7a Issue #2986560 by kaythay, catch, mpdonadio: UnroutedUrlAssembler sorts Query params in buildExternalUrl() 2018-09-13 16:37:23 +01:00
Nathaniel Catchpole 0ab2dc4e07 Issue #2997771 by martin107, longwave: GetResponseForExceptionEvent: Prepare for Drupal9 2018-09-13 16:21:01 +01:00
Nathaniel Catchpole 177ec26211 Issue #2992580 by Vj, Arez, andypost, jhedstrom: Custom callbacks doesn't work 2018-09-13 16:16:41 +01:00
Nathaniel Catchpole 0875ceba15 Issue #2996432 by andypost: Replace all calls to db_truncate, which is deprecated 2018-09-13 16:14:03 +01:00
Nathaniel Catchpole c16c5d0647 Issue #2670454 by Lendude, daffie, alexpott: Deprecate BC layer for #2670360 2018-09-13 16:05:35 +01:00
Nathaniel Catchpole ca4076c055 Issue #2993663 by mondrake, andypost: Deprecate Schema::fieldSetDefault and Schema::fieldSetNoDefault, they're not used 2018-09-13 15:59:44 +01:00
Alex Pott aca89d4c5a
Issue #2988152 by slootjes, tim.plunkett: Allow invokable services as controllers 2018-09-12 14:29:48 +02:00
Alex Pott a4cedd8c75
Issue #2912363 by tim.plunkett, pwolanin: LocalTaskDefault/LocalActionDefault ignore parameters when raw parameters are not present 2018-09-12 14:01:41 +02:00