Alex Pott
|
6eb57f0cd4
|
Issue #3260710 by mglaman: UpdateUploaderTestBase must be declared abstract
|
2022-02-24 17:42:57 +00:00 |
catch
|
5f332d85c5
|
Issue #2807949 by kunal.sachdev, tim.plunkett, tedbow, Dropa: update.module is incorrectly only responding when modules are installed
|
2022-02-07 09:48:37 +00:00 |
catch
|
7e612d8a93
|
Issue #3261250 by andypost, longwave: Remove deprecated update.module functions
|
2022-02-02 14:24:32 +00:00 |
Alex Pott
|
f37eaca35b
|
Issue #3238311 by tedbow: Exclude system.batch_page.html from setting update security message
|
2022-01-25 16:23:14 +00:00 |
catch
|
9defd332d4
|
Issue #2010380 by alexpott, TR, tstoeckler, MerryHamster, sanjayk, andypost, chx, Pancho, daffie: Deprecate module_load_install() and replace it with ModuleHandler::loadInstall
|
2022-01-12 13:33:05 +00:00 |
catch
|
a9f20f76b2
|
Issue #697946 by voleger, pguillard, pillarsdotnet, andypost, alansaviolobo, alexpott, vaibhavjain, MerryHamster, sja112, kim.pepper, shaktik, ravi.shankar, Pooja Ganjage, daffie, Mile23, legolasbo, joelpittet, almaudoh, xjm, Berdir, scor: Properly deprecate module_load_include() and move it into \Drupal::moduleHandler() service
|
2022-01-06 10:01:52 +00:00 |
catch
|
1670eac74c
|
Issue #3256581 by cburschka: PHPdoc in update.authorize.inc
|
2022-01-02 11:42:14 +00:00 |
Alex Pott
|
09795b6e93
|
Issue #3131348 by Spokje, jungle, mondrake, vsujeetkumar, sja112, kishor_kolekar, Hardik_Patel_12, mrinalini9, yogeshmpawar, daffie: Replace assertions involving calls to empty() with assertEmpty()/assertNotEmpty()/assertArrayNotHasKey()
|
2021-12-30 13:40:35 +00:00 |
Alex Pott
|
20f3c89d02
|
Issue #3205909 by kunal.sachdev, tedbow, phenaproxima: Ensure only needed permissions are used for Update module functional tests
|
2021-12-27 13:54:54 +00:00 |
catch
|
cfd8517353
|
Issue #3182103 by TR, dan2k3k4, longwave, mondrake, Sweetchuck, Kristen Pol: Ensure correct signature for setUp(), tearDown(), setUpBeforeClass(), and assertPostConditions() methods
|
2021-12-14 12:05:17 +00:00 |
catch
|
5e0c689e27
|
Issue #3252067 by tedbow, Spokje: Remove duplicate loading of update reports after refreshUpdateStatus
|
2021-12-13 14:05:23 +00:00 |
catch
|
42a48a2e2b
|
Issue #3253639 by tedbow, longwave: \Drupal\Tests\update\Functional\UpdateTestBase::setUp is not needed for most child classes and makes the test harder to understand
|
2021-12-13 13:04:50 +00:00 |
catch
|
92836c436b
|
Issue #3138078 by mondrake, larowlan, longwave, xjm: [D9.3 beta - w/c Nov 8, 2021] Add a 'void' return typehint to custom assert* methods
|
2021-11-22 15:25:32 +00:00 |
Lee Rowlands
|
6d39cdeeb4
|
Issue #3222769 by bbrala, alexpott, longwave, Matroskeen: [November 8, 2021] Replace all list (array destructuring) assignment to the array syntax
|
2021-11-15 12:35:55 +10:00 |
catch
|
f96b7fbab0
|
Issue #3232095 by daffie, dww, longwave, andypost, catch, larowlan: [Symfony 6] Refactor the "update.root" service to return an object not a string
|
2021-11-08 14:18:08 +00:00 |
catch
|
9b9fcd70d7
|
Issue #3239471 by gbaudoin, yogeshmpawar, longwave: Wrong type of KeyValueFactoryInterface used in the constructor of UpdateProcessor
|
2021-10-08 13:49:17 +01:00 |
catch
|
406dfbc6c6
|
Issue #3227501 by longwave, mondrake: Remove remaining uses of t() in test assertions
|
2021-09-07 14:35:25 +01:00 |
catch
|
7af1ea2e69
|
Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal, mohrerao, Hardik_Patel_12, paulocs, ravi.shankar, munish.kumar, mrinalini9, alexpott: Replace usages of AssertLegacyTrait::assertRaw, that is deprecated
|
2021-08-09 21:40:23 +01:00 |
catch
|
604fee30da
|
Revert "Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal, mohrerao, Hardik_Patel_12, ravi.shankar, munish.kumar, mrinalini9, alexpott: Replace usages of AssertLegacyTrait::assertRaw, that is deprecated"
This reverts commit 71e8db1949 .
|
2021-08-09 14:50:34 +01:00 |
catch
|
71e8db1949
|
Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal, mohrerao, Hardik_Patel_12, ravi.shankar, munish.kumar, mrinalini9, alexpott: Replace usages of AssertLegacyTrait::assertRaw, that is deprecated
|
2021-08-09 11:21:51 +01:00 |
catch
|
e33e4c71c4
|
Issue #3227060 by mondrake, daffie: Replace usages of AssertLegacyTrait::assertNoRaw, that is deprecated
|
2021-08-06 11:12:32 +01:00 |
catch
|
89da8c8d52
|
Issue #3170396 by mondrake, longwave: Remove uses of t() in assert(No)Raw() calls
|
2021-08-06 08:21:30 +01:00 |
catch
|
068f00c4c9
|
Issue #3191935 by mondrake, tedbow, xjm, alexpott, longwave: Replace usages of AssertLegacyTrait::assertNoText, which is deprecated
|
2021-07-28 14:41:19 +01:00 |
catch
|
686951d3c9
|
Issue #3153469 by longwave, hmendes, Hardik_Patel_12: Remove uses of t() in clickLink() calls
|
2021-07-28 08:48:45 +01:00 |
Alex Pott
|
1110b04d14
|
Issue #2347783 by kim.pepper, andypost, almaudoh, gumanist, aleevas, rodrigoaguilera, Berdir, saurabh-2k17, Spokje, dhirendra.mishra, alexpott, paulocs, izus, Wim Leers, KapilV, naveenvalecha, anmolgoyal74, subson, yo30, harsha012, mrinalini9, daffie, voleger, dww, fietserwin, tim.plunkett, joachim, larowlan: Deprecate drupal_get_path() and drupal_get_filename() and replace with ExtensionList::getPath() and ExtensionList::getPathname()
|
2021-07-15 11:20:33 +01:00 |
catch
|
3f8a67e0bb
|
Issue #2830352 by quietone, cebasqueira, Matroskeen, xjm: Upgrade links point to D7 documentation
|
2021-07-14 07:57:23 +01:00 |
Alex Pott
|
6a0d497e8b
|
Issue #3180382 by phenaproxima, dww, tedbow: UpdateManagerUpdate doesn't need to use the renderer service
|
2021-07-07 16:58:42 +01:00 |
Alex Pott
|
052816d2cd
|
Issue #3014051 by tedbow, mitrpaka, govind.maloo, Suresh Prabhu Parkala, tim.plunkett, phenaproxima: Update module does not depend on the File Module
|
2021-06-29 22:08:18 +01:00 |
catch
|
c5886a79d2
|
Issue #2875279 by Spokje, John Cook, jungle, voleger, mradcliffe, mrinalini9, jpatel657, quietone, jonathanshaw, alexpott, joachim, rajeshwari10, RajeevK, Yogesh Pawar, James.Shee, lcngeo, borisson_, time2buzzthetower, ccasals, kavo: Update core modules to use the new batch builder
|
2021-06-28 13:30:58 +01:00 |
xjm
|
04e3e8d11e
|
Issue #1478294 by quietone, dww, tedbow: Update manager XML test fixtures contain D7 links to D8 releases
|
2021-06-26 11:47:00 -05:00 |
catch
|
33ba45820a
|
Issue #2719649 by Spokje, harsha012, jofitz, vprocessor, nikitagupta, cburschka, rasikap, hitesh-jain, quietone, longwave, mfernea, andypost, klausi, Malevi4, crazyrohila: Fix 'Drupal.Commenting.InlineComment.SpacingBefore' coding standard
|
2021-06-24 13:35:45 +01:00 |
effulgentsia
|
2e7bd80439
|
Issue #3206293 by tedbow, phenaproxima: Create ProjectRelease class to represent Update XML releases
|
2021-06-22 20:51:34 -07:00 |
effulgentsia
|
49beb9d840
|
Issue #3039074 by claudiu.cristea, longwave, tedbow: Remove drupal_static() from _update_manager_(unique_identifier|extract_directory|cache_directory)
|
2021-06-22 18:07:43 -07:00 |
catch
|
1327c4ddc9
|
Issue #3199741 by Matroskeen, quietone: Add documentation for remaining source plugins
|
2021-06-22 15:36:26 +01:00 |
catch
|
e48dcff470
|
Issue #2879159 by Spokje, LoMo, ravi.shankar, quietone, mondrake: Some calls to assertEquals have expected/actual parameters reversed
|
2021-06-21 11:27:34 +01:00 |
catch
|
cc594d5eb7
|
Issue #3217357 by Anandhi K, jungle, Rinku Jacob 13, longwave: Replace occurrences of outdated text "Extending Drupal 8" and its link
|
2021-06-15 09:46:42 +01:00 |
catch
|
116ebd1e2c
|
Issue #3217706 by Spokje, longwave, guilhermevp, mondrake: Replace usages of assertFileNotExists(), that is deprecated
|
2021-06-14 09:26:39 +01:00 |
Alex Pott
|
5be5048369
|
Issue #3174200 by mondrake, longwave: Use PHPUnit-bridge polyfills for forward compatibility layer
|
2021-06-07 16:10:08 +01:00 |
catch
|
3066423e43
|
Issue #3186661 by Spokje, longwave, mondrake, paulocs, daffie: [May 24, 2021] Remove usage of drupalPostForm
|
2021-05-24 14:27:52 +01:00 |
Alex Pott
|
3872f1a8ed
|
Issue #3139404 by mondrake, munish.kumar, pavnish, longwave: [May 25, 2021] Replace usages of AssertLegacyTrait::assertText, that is deprecated
|
2021-05-20 22:10:07 +01:00 |
Alex Pott
|
3f75f72de2
|
Issue #3131281 by mondrake, rahulrasgon, longwave, ridhimaabrol24, naresh_bavaskar, jungle, daffie: [May 17th 2021] Replace assertEqual() with assertEquals()
|
2021-05-20 00:39:14 +01:00 |
catch
|
ba7c2c58c1
|
Issue #3212005 by guilhermevp, tedbow, phenaproxima: Add @throws docs to factory methods in \Drupal\update\ModuleVersion
|
2021-05-13 13:22:42 +01:00 |
Lee Rowlands
|
79dd8321b2
|
Issue #3041885 by tedbow, beautifulmind, dww, ayushmishra206, phenaproxima, webchick, xjm, AaronMcHale, larowlan, benjifisher, heddn, catch, jhodgdon, longwave, mglaman, alexpott, mxr576, effulgentsia: Display relevant Security Advisories data for Drupal
|
2021-05-12 16:40:17 +10:00 |
Alex Pott
|
27070f4c91
|
Issue #3100386 by tedbow, ravi.shankar, phenaproxima, nikitagupta, vsujeetkumar, ilgnerfagundes, narendra.rajwar27, jofitz, daffie, dww, xjm, tim.plunkett: Create contrib update module test cases that use semantic versioning
|
2021-05-03 16:25:13 +01:00 |
catch
|
2b0ba20b6b
|
Issue #3113798 by dww, tedbow, quietone: Remove unused (and generally wrong) <tag> markup from Update module test XML fixtures
|
2021-04-13 16:32:50 +01:00 |
catch
|
5152d6638f
|
Issue #2623718 by attiks, vsujeetkumar, andypost, MerryHamster, ankithashetty, anmolgoyal74, pfrenssen, longwave, alexpott, borisson_: Fix 'Drupal.Commenting.HookComment' coding standard
|
2021-02-18 20:32:15 +00:00 |
catch
|
afd86e7d3c
|
Issue #3193955 by mondrake, daffie, catch: Swap assertEqual arguments in preparation to replace with assertEquals
|
2021-01-28 09:57:41 +00:00 |
catch
|
0b1816c9a3
|
Issue #3122912 by shaktik, siddhant.bhosale, S_Bhandari, martin107, swatichouhan012, kapilkumar0324, raman.b, paulocs, longwave, quietone, xjm: t() calls should be avoided , use $this->t() instead in Form Builders
|
2021-01-22 09:36:50 +00:00 |
catch
|
6c64763741
|
Issue #2867959 by mondrake, danielnv18, xjm, ZeiP, daffie: Replace usages of deprecated AssertLegacyTrait::assertIdentical
|
2021-01-21 10:01:43 +00:00 |
catch
|
e66a3860b3
|
Issue #3105353 by tedbow, dww, xjm, joachim: Remove the ability for module to define "major" in their info.yml files
|
2020-12-23 10:46:13 +00:00 |