Commit Graph

2762 Commits (26bf43a1d9fb2829404a68235368975f4ce26c8d)

Author SHA1 Message Date
Alex Pott f33429b54a
Issue #3113608 by bnjmnm, lauriii: Add copies of Classy templates to core themes 2020-02-20 20:57:08 +00:00
Alex Pott 9df1ea9b76
Issue #3104372 by Gábor Hojtsy, mondrake, longwave, andypost, catch: Fix Drupal\FunctionalTests\AssertLegacyTrait inconsistent deprecation messages
(cherry picked from commit 5e39512612)
2020-02-20 08:14:15 +00:00
Alex Pott 7181d51a36
Issue #3098718 by plach, pameeela, catch, Berdir, tim.plunkett: system_update_8804() fails if any path alias is created before it runs 2020-02-19 12:34:04 +00:00
Gábor Hojtsy 77e657df32 Issue #3113633 by alexpott, Berdir, catch: Improve schema incomplete exception
(cherry picked from commit 3003e5d818)
2020-02-19 12:26:17 +01:00
Gábor Hojtsy e3221b6ddc Issue #3096349 by bnjmnm, dww, lauriii: Create test for confirming Themes do not depend on Classy templates
(cherry picked from commit 9a5df1707c)
2020-02-18 18:27:57 +01:00
Alex Pott 269d77dd32
Issue #3113509 by mondrake: Replace @expectedException* annotations with dedicated methods
(cherry picked from commit 0c5219eb80)
2020-02-15 07:23:53 +00:00
catch e7e2c318a1 Issue #3113476 by alexpott, mpdonadio: Fallback when request is not available on the stack in Time service
(cherry picked from commit da21d14ac5)
2020-02-14 09:53:11 +00:00
Alex Pott 0fea56451e
Issue #3089206 by DamienMcKenna, Wim Leers, ravi.shankar, mr.baileys: Add "protocol version" cache context to allow optimizing responses for HTTP/1 vs HTTP/2
(cherry picked from commit 88b7667716)
2020-02-12 10:29:50 +00:00
Alex Pott eedcbbf4fc
Issue #3112829 by alexpott: Fix fails due to Generic.CodeAnalysis.EmptyPHPStatement.SemicolonWithoutCodeDetected due to recent dependency updates
(cherry picked from commit 4cfaf1e679)
2020-02-12 09:28:40 +00:00
catch aca5ddda0b Issue #3108540 by Beakerboy, bronk: The format of the deprecation errors in core database classes is incorrect 2020-02-10 18:32:42 +00:00
Alex Pott d8941ea7b2
Issue #2871374 by mondrake, daffie, bohart, catch: SelectTest::testVulnerableComment fails when driver overrides Select::__toString
(cherry picked from commit b8ce3c5f86)
2020-02-10 14:46:58 +00:00
Alex Pott 23bb593554
Issue #2928906 by tstoeckler, hchonov, gnunes, gease, amateescu, daffie, alexpott, catch, claudiu.cristea: The field schema incorrectly stores serial fields as int 2020-02-10 13:57:54 +00:00
catch 2bbee7027e Issue #2809237 by dmitryl, alexpott, iampuma, muschpusch, louisnagtegaal, twfahey, aburrows, Mike Lewis, nickmans, borisson_, jcnventura: Properly deprecate AllowedTagsXssTrait
(cherry picked from commit 3791e77a71ccd14e61e1e2d10c9a1e306abee629)
2020-02-10 11:59:46 +00:00
xjm 62dcbf8160 Issue #3086644 by Mile23, alexpott, Mixologic, greg.1.anderson, jibran, catch: LegacyProject composer templates wrongly reference 8.x + fix test coverage 2020-02-08 05:01:59 +01:00
catch e6f084b21c Issue #3086374 by mondrake, alexpott, joseph.olstad, Spokje, ravi.shankar, Gábor Hojtsy, heddn, Charlie ChX Negyesi, amateescu, catch: Make Drupal 8 & 9 compatible with PHP 7.4 2020-02-06 10:38:14 +00:00
catch f6cd86e346 Issue #3111504 by andypost, longwave, Berdir: Properly deprecate AccessResult::cacheUntilEntityChanges() 2020-02-06 09:59:32 +00:00
catch 55ca5ff963 Issue #3086532 by Mile23, heddn: Further document Build and in general improve testing docs
(cherry picked from commit 1346009248)
2020-02-03 16:26:45 +00:00
catch ffa4c379c5 Issue #3088081 by alexpott, dww, tedbow, xjm: Improve the error message if a nonsense constraint is used in core_version_requirement
(cherry picked from commit 1b676519aa)
2020-02-03 16:09:33 +00:00
catch 106e16b8e6 Issue #3090145 by mondrake, andralex, alexpott, amateescu, andypost, longwave: Ensure that mixing array and Attribute objects in theme rendering is managed properly
(cherry picked from commit f90ca9bd94)
2020-02-03 12:37:03 +00:00
Alex Pott 847f9ecb96
Issue #2942663 by manuel.adan, samuel.mortenson, alwaysworking, lauriii, jungle, tedbow, jmsosso, Gábor Hojtsy: Wrong initial machine name when label has certain default value 2020-02-03 09:33:24 +00:00
Alex Pott 51d9a3d5a3
Issue #3110525 by pekens: Typo in ConfirmCopiesClassyTest
(cherry picked from commit 75e2c32aca)
2020-02-01 10:36:16 +00:00
Alex Pott b0b039da19
Issue #3098426 by mondrake, daffie: EntityQueryTest::testToString fails with non-core db drivers
(cherry picked from commit deaf132106)
2020-02-01 10:32:31 +00:00
xjm 25fd25a2c0 Issue #3108181 by bnjmnm, lauriii, xjm, tedbow: Decouple Classy libraries from Bartik 2020-01-31 16:54:36 -05:00
Lauri Eskola 29d593f0fe
Issue #3109935 by alexpott, bnjmnm: Improve ConfirmClassyCopiesTest 2020-01-31 12:42:52 +02:00
catch 1edf15f256 Issue #3096648 by alexpott, Berdir, catch, tstoeckler: Add support for third party libraries in site specific and install profile specific libraries folders
(cherry picked from commit 8dad3340117346a06ce48c6925e1cee3d0fba05c)
2020-01-31 10:41:51 +00:00
catch 5c15188569 Issue #3108025 by Beakerboy, alexpott, daffie, bohart: Function testNumericExpressionSubstitution uses non-standard SQL
(cherry picked from commit 084e6270e3)
2020-01-30 14:58:55 +00:00
catch 7f0032c6ad Issue #3087606 by jhedstrom, kim.pepper, jonathan1055, partdigital, larowlan, acbramley, Berdir, yunke: Datetime::getInfo() caches user's timezone causing unpredictable timestamps
(cherry picked from commit 3d9ac25256)
2020-01-30 14:49:04 +00:00
catch fc0b41dba0 Issue #3102980 by Nathaniel, Hardik_Patel_12: AccessManager getRouteByName method signature parameters
(cherry picked from commit a7f702a2a5)
2020-01-30 14:43:19 +00:00
catch afa79e37ac Issue #3108287 by Beakerboy, daffie: Remove, or mark as core only: testPrimaryKeyUpdate()
(cherry picked from commit 748111e3af)
2020-01-30 14:12:01 +00:00
Alex Pott 30727936cf
Issue #3108109 by bnjmnm, lauriii: Decouple Classy libraries from Claro
(cherry picked from commit af399700a4)
2020-01-29 22:24:36 +00:00
catch 0febf2386c Issue #3108021 by alexpott, lauriii: Set $defaultTheme for install profiles using configuration install
(cherry picked from commit de6caed147)
2020-01-29 09:53:37 +00:00
catch 3897b67088 Issue #3109433 by alexpott, Berdir: Set install profile correctly in the 8.8 database dumps
(cherry picked from commit f791e76736)
2020-01-28 12:20:18 +00:00
catch 9664d378b8 Issue #2893804 by Wim Leers, Stefdewa, Berdir, catch: fix deprecation notices in REST bc layers 2020-01-27 17:43:21 +00:00
Alex Pott 9067d423cd
Issue #3101130 by Krzysztof Domański, DukeandGrace: ConfigEntityQueryTest::testCaseSensitivity can randomly fail
(cherry picked from commit 45b3d06dce)
2020-01-25 13:45:21 +00:00
xjm d65ab28d8d Issue #3107872 by bnjmnm, lauriii: Decouple Classy libraries from Seven
(cherry picked from commit a7c51121dd)
2020-01-24 13:56:19 -06:00
Lauri Eskola 14aca8012f
Issue #3105231 by lauriii, bnjmnm, andypost: Update backbone.js to 1.4.0
(cherry picked from commit 3933d168f4)
2020-01-22 11:47:03 +02:00
xjm a3a0b24857 Issue #3106600 by bnjmnm, lauriii: Decouple Classy libraries from Umami
(cherry picked from commit d712cec81f)
2020-01-21 16:22:33 -06:00
catch 7d7c475dac Issue #3094913 by alexpott, AkashkumarOSL, neel24, Hardik_Patel_12, joelpittet, joachim, Berdir, agrochal: EntityForm's use of magic setter/getter breaks any subclasses that don't declare a property 2020-01-17 22:23:21 +00:00
catch a7eacc877e Issue #2145751 by jibran, yongt9412, DuaelFr, Berdir, pnagornyak, arpad.rozsa, mbovan, Wim Leers, Nixou, effulgentsia, Fabianx, kristiaanvandeneynde, anavarre, dawehner: Introduce ENTITY_TYPE_list:BUNDLE cache tag and add it to single bundle listing
(cherry picked from commit e68ca9358f)
2020-01-17 11:49:53 +00:00
Alex Pott 43b42be33c
Issue #3086850 by MasterBranch, ravi.shankar, joachim, hchonov, kiwimind, mglaman, jhedstrom: "Cannot load a NULL ID" assertion in EntityStorageBase should say the entity type
(cherry picked from commit c0f736b320)
2020-01-16 15:30:09 +00:00
xjm 0cc4e67c1e Issue #3096203 by bnjmnm, xjm, lauriii: Create Classy library dependency tests that can be used for all themes, and verify by providing an Umami-specific classy/dropbutton
(cherry picked from commit b01c410bd6)
2020-01-15 14:44:58 -06:00
Alex Pott 5d64d72c03
Issue #3098244 by longwave, Madhura BK, Krzysztof Domański: Rename SafeMarkupKernelTest to FormattableMarkupKernelTest
(cherry picked from commit fd224bc774)
2020-01-13 17:08:57 +00:00
Alex Pott a3e523074f
Issue #3065166 by mondrake: Modernize Drupal\KernelTests\Core\Database\ConnectionUnitTest
(cherry picked from commit 98daa59973)
2020-01-13 11:59:17 +00:00
Alex Pott a4b6c45a36
Issue #3104922 by greg.1.anderson, Mile23, alexpott: Guard against changes to Scaffold Plugin that might cause upgrade problems
(cherry picked from commit 61fa1bf27c)
2020-01-10 15:01:32 +00:00
catch 813eb5dc68 Issue #3067762 by alexpott, Berdir, Wim Leers: Fix bug in \Drupal\rest\RequestHandler::createArgumentResolver and handle "Passing in arguments the legacy way is deprecated" deprecation 2020-01-01 16:53:18 +00:00
catch 946fe169d4 Issue #3063912 by alexpott, jhedstrom: Move UpdatePathTestBase::runUpdates() to a trait
(cherry picked from commit 68f74feca21c13782c8d2032d503fe724db98e0b)
2019-12-19 14:04:15 +00:00
Alex Pott 9ed2d8e183
Issue #3101556 by lauriii, phenaproxima: Invalid .eslintrc.json file in the scaffold fixtures
(cherry picked from commit 1012c94717)
2019-12-19 12:59:17 +00:00
Alex Pott 73a1544e26
Issue #3101720 by larowlan: HEAD broken on - updates required for prophecy 1.10.0
(cherry picked from commit 525a4b9bbb)
2019-12-19 10:51:57 +00:00
Lee Rowlands 03faef401a
SA-CORE-2019-009 by mcdruid, larowlan, Heine, alexpott, xjm, DamienMcKenna, dsnopek, catch, greggles
(cherry picked from commit 7ae15f9c3d)
2019-12-18 20:38:23 +10:00
Alex Pott e6d6b85ec9
Issue #3098150 by bnjmnm, longwave: Add test coverage to ensure Classy templates that have identical versions in Stable are kept in sync
(cherry picked from commit 92e8b7b66a)
2019-12-16 16:18:43 +00:00