Commit Graph

37693 Commits (f75a4b42cb05a099b6b6d9c7da4b8cf115db2d71)

Author SHA1 Message Date
xjm f75a4b42cb Issue #3107472 by ravi.shankar, alexpott, kishor_kolekar, jibran: DbDumpCommand should not hardcode the version string 2020-05-05 08:59:34 -05:00
xjm 8433377461 Issue #3126617 by hansfn: Invalid HTML for Field UI in Help Topics module
(cherry picked from commit 22b08be669)
2020-05-04 19:22:58 -05:00
xjm 4d24a0e0e5 Issue #3108006 by mondrake, longwave, ravi.shankar, alexpott: Replace assertInternalType() calls with dedicated methods 2020-05-04 12:52:40 -05:00
xjm 6eca1aa6bc Issue #3131819 by jungle, mondrake, xjm, dww: Replace assertions involving calls to is_resource() with assertIsResource()
(cherry picked from commit 809cfa14a6)
2020-05-04 12:37:53 -05:00
xjm e0b46dfb74 Issue #3131818 by jungle, mero.S, xjm: Replace assertions involving calls to is_object() with assertIsObject()/assertIsObject() 2020-05-04 11:13:48 -05:00
Alex Pott 1b0cbeea4c
Issue #3128761 by Beakerboy, daffie, alexpott, xjm: Duplicate timestamp placeholder in statistics query
(cherry picked from commit 07dd3e2ce7)
2020-05-04 17:12:14 +01:00
Lauri Eskola fd5efa4f55
Issue #2980304 by dww, jrockowitz, Rithesh BK, Kristen Pol, andrewmacpherson, dorianwinterfeld, bnjmnm: Seven theme's details/summary focus style is broken/missing in some browsers
(cherry picked from commit 4569c101d2)
2020-05-04 17:46:02 +03:00
xjm cdb59c1ba0 Issue #3131816 by Spokje, jungle, mondrake, xjm, longwave: Replace assertions involving calls to is_array() with assertIsArray()/assertIsNotArray() 2020-05-04 07:46:52 -05:00
Francesco Placella f520ad6c2a Issue #3130438 by stefanos.petrakis, andypost, longwave: Inject page_cache_kill_switch service to LanguageNegotiationBrowser
(cherry picked from commit b152620e2c)
2020-05-04 12:17:28 +02:00
Alex Pott e3c98f5588
Issue #3119279 by dww, Lendude, alexpott, lauriii: views-view-table.html.twig template directly uses details without render array and polyfills 2020-05-04 09:50:23 +01:00
xjm f407994e80 Issue #3094067 by kishor_kolekar, Suresh Prabhu Parkala, jungle, dpi, xjm: Update missing @param and @return documentation and docs typehints for TypedDataInterface
(cherry picked from commit 84dadf6525)
2020-05-03 17:10:58 -05:00
xjm b1a6665944 Issue #3131817 by quietone, Suresh Prabhu Parkala, jungle, mondrake, daffie, xjm, catch: Replace assertions involving calls to is_numeric() with assertIsNumeric()/assertIsNotNumeric() 2020-05-03 10:47:53 -05:00
xjm dcb356d1a8 Issue #3131820 by jungle, mero.S, quietone, catch: Replace assertions involving calls to is_string() with assertIsString()/assertIsNotString() 2020-05-03 10:32:33 -05:00
xjm f72137757d Issue #3123253 by mondrake, Lal_, prabha1997, longwave, xjm, alexpott, jungle: Remove usage of AssertLegacyTrait::pass() from base test classes
(cherry picked from commit 7b1f3e1132)
2020-05-03 10:26:30 -05:00
Alex Pott 39ec77f4b6
Issue #3103090 by greg.1.anderson, alexpott, jungle, ravi.shankar, dww, Mile23, larowlan: Avoid re-scaffolding unchanged files (and printing scaffold file information over and over) 2020-05-03 11:47:09 +01:00
xjm 0146867bc2 Issue #3131821 by jungle, longwave, xjm: Replace assertions involving calls to is_callable() with assertIsCallable()/assertIsNotCallable() 2020-05-03 03:52:59 -05:00
xjm 84fd3e3ec3 Revert "Revert "Issue #3129074 by longwave, mondrake, Lal_, Suresh Prabhu Parkala, johnwebdev, jungle, kapilkumar0324: Refactor assertions that use return values in conditionals""
This reverts commit 40052a4fd7.
2020-05-03 03:43:43 -05:00
xjm 26bb167e10 Issue #3115772 by saurabh.rocksoul, swatichouhan012, Wim Leers, alexpott: User::load calls should be avoided in classes, use dependency injection instead in jsonapi module
(cherry picked from commit 8b7aee5be4)
2020-05-03 03:09:38 -05:00
xjm 5a71f0fdea Issue #3103010 by AndrewsizZ, No Sssweat, jungle, Lendude, jshimota01: Machine Name needs further clarification
(cherry picked from commit 0e336272b3)
2020-05-03 02:00:52 -05:00
xjm 605b74be53 Issue #3124281 by emyu01: Multiple grammatical errors in docs of BasicAuth class in basic_auth module
(cherry picked from commit 14be331251)
2020-05-03 01:52:28 -05:00
xjm 806398426d Issue #3131258 by longwave, mondrake, dww, alexpott: Remove redundant $message from assertFile(Not)Exists and assertDirectory(Not)Exists calls 2020-05-03 01:39:07 -05:00
xjm 10755cfbf3 Issue #3111463 followup by dww: Fix line wrapping
(cherry picked from commit e59eed9010)
2020-05-03 01:35:58 -05:00
xjm 6b27860b31 Issue #3063694 by dhirendra.mishra, devoidfury, joachim: class docs for Url should give an overview of how to create one
(cherry picked from commit dbc74bbb9c)
2020-05-02 21:02:30 -05:00
xjm 59d849a78a Issue #3128069 by quietone: Capitalize name of book module in OverviewForm
(cherry picked from commit 8af24832f8)
2020-05-02 20:44:48 -05:00
xjm 2cfa952adb Issue #3111463 by dww, benjifisher, xjm: Improve code documentation for \Drupal\update\ProjectSecurityData
(cherry picked from commit 68c5399a7f)
2020-05-02 17:40:11 -05:00
xjm c9825408e7 Issue #3074064 by TR: LoggerChannelFactoryInterface documentation references non-existent class
(cherry picked from commit 6f7f8b05f0)
2020-05-02 16:15:00 -05:00
xjm c113c5c727 Issue #3131474 by jungle, mondrake, alexpott: Replace assertions involving calls to array_search() with assertContains()/assertNotContains() 2020-05-02 16:04:06 -05:00
xjm e52a0e746c Issue #3126787 by jungle, mondrake, xjm, alexpott: [D8 only] Add forwards-compatibility shim for assertInternalType() replacements in phpunit 6&7 2020-05-02 15:03:48 -05:00
xjm 05440baf35 Issue #3120961 by dww, tedbow: Remove VERSION from update test modules that receive dynamic version numbers in tests 2020-05-02 12:28:13 -05:00
Alex Pott 1fb3c1959c
Issue #2978398 by ilya.no, iyyappan.govind, mcdruid, aleevas, quietone, joachim, alexpott, tvb, catch: UserPasswordResetTest extends PageCacheTagsTestBase unecessarily 2020-05-02 16:10:35 +01:00
Alex Pott 815a3b2053
Issue #3132745 by jungle, longwave, xjm, swatichouhan012, daffie: Fix Drupal.Array.Array.LongLineDeclaration coding standard for instances of the $modules test property 2020-05-02 12:47:28 +01:00
xjm 4fda2d4f96 Issue #3100251 by Hardik_Patel_12, longwave: Several code comments have incorrect namespaces for classes or interfaces they reference 2020-05-01 20:22:17 -05:00
xjm f36ba4b451 Issue #3020905 by kiamlaluno, johnwebdev: Remove the implementation example from the documentation for ModuleUninstallValidatorInterface::validate()
(cherry picked from commit 7a45330f42)
2020-05-01 19:02:52 -05:00
xjm e99e24bcbe Issue #3122547 by dww, Kristen Pol, jungle: Fix duplicate word typos (the the, to to, etc) for test assertions 2020-05-01 18:31:59 -05:00
xjm e450ea42e1 Issue #3132287 by jungle, dww, xjm: Fix wrong usages of {@inheritdoc} 2020-05-01 17:01:09 -05:00
catch 40052a4fd7 Revert "Issue #3129074 by longwave, mondrake, Lal_, Suresh Prabhu Parkala, johnwebdev, jungle, kapilkumar0324: Refactor assertions that use return values in conditionals"
This reverts commit 170d1ac6ab.
2020-05-01 14:13:22 +01:00
catch 170d1ac6ab Issue #3129074 by longwave, mondrake, Lal_, Suresh Prabhu Parkala, johnwebdev, jungle, kapilkumar0324: Refactor assertions that use return values in conditionals
(cherry picked from commit 15340c8899)
2020-05-01 10:26:54 +01:00
Alex Pott 19acf312b2
Issue #3120910 by catch, tedbow, longwave, Pascal-, alexpott, Punyasloka: Sites with missing schema information can't update to 8.8.3+ - attempts to run all historical updates 2020-04-30 22:29:12 +01:00
xjm 9c5130b5f6 Issue #3118726 by AndyF, lauriii, jungle, xjm, bnjmnm, catch, mradcliffe, effulgentsia: Upgrade to js.cookie 3 2020-04-30 12:09:56 -05:00
xjm cc7365baa3 Issue #3126957 by Suresh Prabhu Parkala, jungle, Neslee Canil Pinto, Kristen Pol, xjm: Add missing curly brackets around @inheritdoc 2020-04-30 11:10:49 -05:00
xjm 2aaed932a5 Issue #3099528 by andrewmacpherson: Duplicate paragraph in Media Library help
(cherry picked from commit 04c4b7b441)
2020-04-29 18:19:03 -05:00
Alex Pott 8d7cfa726c
Issue #3125763 by quietone, heddn, dww, benjifisher, Lal_, Neslee Canil Pinto, alexpott, mikelutz: Hidden dependency on migrate_drupal from node module when only migrate.module is enabled 2020-04-29 00:19:53 +01:00
catch 4afd6fb8fa Issue #3131223 by jungle, mondrake, longwave: Replace assertions involving calls to array_key_exists() with assertArrayHasKey()/assertArrayNotHasKey() 2020-04-28 15:11:23 +01:00
catch 0954192901 Issue #3131388 by penyaskito: Visiting the config translation listing of fields you get a WSOD
(cherry picked from commit d44afee50b)
2020-04-28 12:36:54 +01:00
catch 910e00890c Issue #3128814 by longwave, jungle, dww, alexpott: Replace assert* involving count() and an equality operator with assertCount() 2020-04-28 12:10:42 +01:00
catch 1a1240b872 Issue #3130427 by jungle, longwave, xjm: Fix upstream failing tests involving in oEmbed
(cherry picked from commit 79b7e02b0a)
2020-04-28 12:05:10 +01:00
catch 2fc0649b07 Issue #3131088 by Spokje, longwave: Replace assertions involving calls to file_exists with assertFileExists()/assertFileNotExists() or assertDirectoryExists()/assertDirectoryNotExists() 2020-04-28 10:02:25 +01:00
Alex Pott d7fa68440d
Issue #3125391 by Beakerboy, daffie: Connection::query() return types missing string
(cherry picked from commit b67ddac362)
(cherry picked from commit 9fcad9365d)
2020-04-27 16:59:50 +01:00
catch 286c1b57b2 Issue #3130811 by mondrake, jungle, longwave, ravi.shankar: Remove redundant $message from assert(Not)InstanceOf calls 2020-04-27 15:09:39 +01:00
catch 8e265e8fe0 Issue #3131090 by longwave: Replace assertions involving calls to is_dir with assertDirectoryExists()/assertDirectoryNotExists()
(cherry picked from commit 610d4b6307)
2020-04-27 10:42:37 +01:00