Alex Pott
|
53783642d7
|
Issue #3245553 by quietone, danflanagan8: Fix migration of localized D6 menu links
|
2022-05-23 10:04:25 +01:00 |
Alex Pott
|
22c29deda4
|
Issue #3272558 by danflanagan8: Content Translation tests should not rely on Classy
|
2022-05-15 20:21:43 +01:00 |
Alex Pott
|
8bd8fa25c8
|
Issue #3278032 by andregp, bkline@rksystems.com: Remove dead code from ContentTranslationController
|
2022-05-15 13:36:20 +01:00 |
Lauri Eskola
|
7362987e37
|
Issue #3268550 by longwave, Spokje: Remove deprecated jquery-once
|
2022-03-11 11:56:26 +02:00 |
Alex Pott
|
7af29a9e52
|
Issue #2873648 by idebr, andregp, mfb, swentel: With many languages, content_translation_page_attachments adds too many alternate links to the response headers crashing varnish (503)
|
2022-02-28 20:20:43 +00:00 |
Alex Pott
|
7ca36cfc98
|
Issue #3253715 by mondrake, longwave: Replace assertions involving calls to isset() on xpath results in functional tests with WebAssert calls
|
2022-02-20 09:39:04 +00:00 |
Gábor Hojtsy
|
d0d5dd1efc
|
Issue #3257407 by tstoeckler, catch: Use "content" region in BlockCreationTrait::placeBlock() instead of "sidebar_first"
|
2022-01-28 09:56:31 +01:00 |
Lauri Eskola
|
68081082c0
|
Issue #3239134 by hooroomoo, bnjmnm, yogeshmpawar, nod_, Theresa.Grannum, larowlan: Refactor (if feasible) uses of the jQuery val function to use VanillaJS
|
2022-01-17 18:08:33 +02: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 |
Alex Pott
|
adff905c9e
|
Issue #3175287 by murilohp, quietone, SivaprasadC, ankithashetty, anmolgoyal74, sarvjeetsingh, xjm, longwave: Remove accidentally duplicated words in code comments
|
2022-01-01 16:19:49 +00:00 |
Alex Pott
|
1359e7abde
|
Issue #3232097 by daffie, longwave: [Symfony 6] Add "array" type hint to methods overriding Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()
|
2021-12-18 06:36:14 +00:00 |
Alex Pott
|
f1e57201c2
|
Issue #3253148 by mherchel, longwave, ckrina, droplet: Remove IE from core's browserlist, remove non-essential CSS importing and recompile assets
|
2021-12-18 06:12:16 +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
|
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
|
a83a7a7836
|
Issue #3231781 by longwave, mondrake, Feuerwagen, larowlan, TR, nlisgo, xxAlHixx, DuaelFr, GoZ, benjy, no_angel, Mac_Weber: [D9.3 beta - w/c Nov 8, 2021] Remove remaining uses of t() in tests
|
2021-11-15 12:46:09 +10: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 |
Lee Rowlands
|
330473e759
|
Issue #3222251 by bbrala, longwave: [November 8, 2021] Replace all isset constructs with the null coalescing operator
|
2021-11-15 12:19:43 +10:00 |
catch
|
84ef68cf99
|
Issue #3247901 by danflanagan8, longwave: ContentTranslationUITestBase should not rely on Classy
|
2021-11-08 14:36:24 +00:00 |
catch
|
b7e8bd496e
|
Issue #3244855 by nod_, alexpott, catch: Regression in Drupal 9.3.x due to jQuery.once deprecation
|
2021-10-29 11:32:32 +01:00 |
Alex Pott
|
4bc7dbb8f9
|
Issue #3187616 by quietone, huzooka, Wim Leers, danflanagan8: Fix TermTranslation query and add missing source plugin test
|
2021-10-18 10:31:42 +01:00 |
Alex Pott
|
0acc2f337c
|
Issue #3219140 by danflanagan8, huzooka, quietone, Wim Leers: d7_language_content_comment_settings triggers MigrateException if the source bundle is longer than 32 chars: use migration_lookup
|
2021-10-18 10:26:38 +01:00 |
catch
|
f800f466ae
|
Issue #3240455 by alexpott, daffie: Fix Drupal\Tests\content_translation\Functional\ContentTranslationSettingsTest so it does not trigger deprecations on PHP 8.1
|
2021-10-04 16:02:43 +01:00 |
catch
|
9da1866da4
|
Issue #3232673 by alexpott, longwave, Berdir, andypost: \Drupal\Core\Entity\EntityInterface::label() can return a NULL
|
2021-09-30 12:15:17 +01:00 |
Alex Pott
|
60f924386c
|
Issue #3190818 by Wim Leers, narendraR, quietone, xjm: Allow source counts to be cached: implement ::doCount() instead of ::count()
|
2021-09-25 18:35:31 +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 |
Lauri Eskola
|
8a40e42714
|
Issue #3183149 by nod_, droplet, jptaranto: Deprecate jquery.once and use the new once lib
|
2021-08-10 13:05:02 +03: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
|
0aed1298a1
|
Issue #3226008 by longwave, mondrake: Remove simple uses of t() in assertEquals() calls
|
2021-08-09 10:29:45 +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
|
a227db1833
|
Issue #3021833 by pavnish, andypost, munish.kumar, kim.pepper, googletorp, swatichouhan012, daffie, Berdir, alexpott, xjm: Move FILE_STATUS_PERMANENT to \Drupal\file\FileInterface
|
2021-08-06 08:54:08 +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
|
6f48525b43
|
Issue #3220255 by mondrake, longwave: Convert assertions involving use of xpath on links to WebAssert
|
2021-08-06 07:52:55 +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
|
6335af17b4
|
Issue #3221312 by Spokje: ->willReturn(...) would make more sense here
|
2021-07-28 11:57:46 +01:00 |
Lee Rowlands
|
cffb02aad6
|
Issue #2571235 by alexpott, claudiu.cristea, dawehner, Wim Leers, gabesullice, IJsbrandy, benjifisher, alisonjo315, larowlan, Berdir, effulgentsia, longwave, herom, dmouse, heddn, catch: [regression] Roles should depend on objects that are building the granted permissions
|
2021-07-09 14:50:54 +10:00 |
catch
|
e76b29a0de
|
Issue #3222783 by longwave, mondrake: Result of method PHPUnit\Framework\Assert::assertEquals() (void) is used
|
2021-07-08 15:56:55 +01:00 |
xjm
|
c1179c9377
|
Issue #3217717 by longwave, mondrake, tim.plunkett, xjm: Replace usages of the at() matcher, which is deprecated
|
2021-06-28 16:09:48 -05:00 |
catch
|
1327c4ddc9
|
Issue #3199741 by Matroskeen, quietone: Add documentation for remaining source plugins
|
2021-06-22 15:36:26 +01:00 |
catch
|
1d5e219f85
|
Issue #3156396 by TR, pavnish, mondrake, longwave, catch, jungle: Use assertSameSize() to check same size of two countable variables
|
2021-06-21 12:31:24 +01:00 |
catch
|
bfe59b21ee
|
Issue #2922570 by Berdir, paulocs, anmolgoyal74, dww, ravi.shankar, tobiasb, catch, plach, longwave, dawehner, joseph.olstad, alexpott, larowlan, Spokje, andypost, aamouri, Wim Leers, Daniel Kulbe, shabana.navas, klasseng, dschenk, ducktape, marcoliver, anevins, SaschaHannes, pankaj.singh, rpsu, tanubansal, Dom.: The node view page triggers a lot of expensive access checks for relationship links
|
2021-06-09 15:13:20 +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 |
catch
|
f3ad0680a3
|
Issue #3133162 by jungle, ravi.shankar, Deepak Goyal, Neslee Canil Pinto, anmolgoyal74, xjm, Kristen Pol: Replace the start verb Test with Tests in method comments of tests
|
2021-05-24 14:26:11 +01:00 |
Lee Rowlands
|
24494c2e0b
|
Issue #3189463 by quietone, Wim Leers, adityasingh, ayushmishra206: all translation/localization migrations should depend on the 'language' migration
|
2021-05-23 07:26:24 +10: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
|
4a72cc3169
|
Issue #3207734 by Spokje, quietone: Fix Drupal.Commenting.InlineVariableComment
|
2021-05-20 21:47:18 +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
|
35021980e1
|
Issue #2909369 by Spokje, alexpott, longwave, mfernea: Fix 'Drupal.Commenting.VariableComment.WrongStyle' coding standard
|
2021-05-13 20:26:47 +01:00 |
catch
|
9c2bfa8df0
|
Issue #3203476 by mondrake, longwave, alexpott: Convert assertions involving use of xpath on divs to WebAssert
|
2021-04-28 11:08:17 +01:00 |