Commit Graph

1115 Commits (51d40866c93a5728945c2ad1976c4efa71140856)

Author SHA1 Message Date
xjm 1ca4906eca
Issue #3057070 by joachim, Pancho, xjm, nicxvan: Refactor ImageFieldCreationTrait to support entity types other than nodes 2024-04-26 15:24:05 -05:00
Alex Pott 4afc682d90
Issue #3420981 by kim.pepper, quietone, mstrelan, Berdir, alexpott: Convert FieldType plugin discovery to attributes
(cherry picked from commit cf09596544)
2024-04-25 15:48:36 +01:00
Alex Pott 7546eb2a72
Issue #3439981 by fago, ericgsmith, petar_basic, acbramley: Uploading a file to media library flushes theme registry
(cherry picked from commit 7b24d54842)
2024-04-24 01:36:57 +01:00
Alex Pott fea64b66ce
Issue #3440038 by longwave, quietone, mondrake, catch: ImageItem logs an warning instead of triggering an E_USER_WARNING
(cherry picked from commit 0298c95971)
2024-04-15 22:32:42 +01:00
quietone e5ce10b4b3
Issue #3324560 by alexpott, mstrelan, dimitriskr, xjm, longwave, catch: Replace strpos/substr with str_starts_with() / str_contains() / str_ends_with() 2024-04-15 17:40:55 +12:00
Alex Pott 442b47177d
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel tests 2024-04-10 15:17:46 +01:00
Alex Pott 36619bd1b4
Issue #2786735 by recrit, eiriksm, ranjith_kumar_k_u, immaculatexavier, ravi.shankar, zaporylie, smustgrave, TrevorBradley, johnle, GaëlG, jefuri, alexpott, poker10: Image derivative generation does not work if effect "Convert" in use and file stored in private filesystem
(cherry picked from commit 31f9e8a9c6)
2024-04-09 23:33:36 +01:00
Alex Pott 24807f9cb4
Issue #3426506 by kim.pepper, smustgrave, mstrelan, alexpott: Create enums for File exists options and deprecate consts
(cherry picked from commit 8ae0a0230f)
2024-04-09 08:51:21 +01:00
Alex Pott ee650b2e7f
Issue #3421016 by quietone, godotislate: Convert MigrateProcessPlugin plugin discovery to attributes
(cherry picked from commit 8c0975a467)
2024-04-06 11:05:10 +01:00
Alex Pott 3f64e2bf2c
Issue #3421015 by godotislate: Convert MigrateDestination plugin discovery to attributes
(cherry picked from commit 38e722aa6f)
2024-04-06 11:02:56 +01:00
Alex Pott 55e5ee436c
Issue #3421020 by godotislate, mohit_aghera, quietone: Convert MigrateField plugin discovery to attributes
(cherry picked from commit 8e51b463d5)
2024-04-06 11:00:57 +01:00
Alex Pott ffd6065a7c
Issue #3425870 by phenaproxima, alexpott, Wim Leers: Add validation constraints to image.settings
(cherry picked from commit ad80289ed4)
2024-04-03 16:13:31 +01:00
catch 6e4c192e6d Issue #3432852 by mondrake: Method returnArgument() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10
(cherry picked from commit 82e373bff8)
2024-03-22 14:10:15 +00:00
catch 3bc425c200 Issue #3426309 by Wim Leers, smustgrave: Add config validation for weights (blocks, filters, etc. all use weights)
(cherry picked from commit 9c1e103520)
2024-03-07 20:31:06 +00:00
Dave Long 361a968658
Issue #3420740 by quietone, BramDriesen, smustgrave: Fix words in tests using ignore
(cherry picked from commit 991ec83120)
2024-03-06 23:12:48 +00:00
catch cb0f209bd7 Issue #2511308 by dimitriskr, ankithashetty, smustgrave, quietone, Wim Leers: Rename RendererInterface::renderPlain() to ::renderInIsolation()
(cherry picked from commit 75d943a0af)
2024-03-04 11:05:22 +00:00
Alex Pott 890e58d70a
Issue #3420978 by mstrelan, smustgrave: Convert FieldWidget plugin discovery to attributes
(cherry picked from commit d0e9611484)
2024-03-02 11:18:37 +00:00
Alex Pott cd8d76a2df
Issue #3420980 by mstrelan, smustgrave: Convert FieldFormatter plugin discovery to attributes
(cherry picked from commit dcecab3d42)
2024-03-02 11:14:25 +00:00
Alex Pott d332de9735
Issue #3420991 follow-uo by alexpott: Convert ImageToolkit plugin discovery to attributes
(cherry picked from commit bd5aa8ffbe)
2024-02-28 23:52:35 +00:00
Alex Pott 6d67339df5
Issue #3420996 by mstrelan, kim.pepper, larowlan: Convert ImageEffect plugin discovery to attributes
(cherry picked from commit 58ecf6d433)
2024-02-28 23:28:37 +00:00
Dave Long a23b6d6768
Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all Functional tests
(cherry picked from commit e3fab52019)
2024-02-28 10:38:53 +00:00
catch d95dc67e1f Issue #3127116 by phthlaap, AjitS, cmlara, AmbyH, smustgrave, alexpott, quietone: Image styles - thumbnails are broken in config page when private file system is used
(cherry picked from commit fcc1ba65fd)
2024-02-26 16:55:50 +00:00
Dave Long cb328b8c54
Issue #3417669 by quietone, longwave, smustgrave: Correct migrate related words 2024-02-18 11:57:49 +00:00
catch 4a64e1abf3 Issue #3406267 by deepak.cms, andypost, kostyashupenko, smustgrave, catch, marvil07, nireneko, quietone: All core shipped image styles should include webp conversion 2024-02-14 14:59:45 +00:00
Dave Long 654b1f2074
Issue #3353210 by mondrake, PrabuEla, Spokje: [PHPUnit 10] @dataProvider methods must be declared static and public 2024-02-14 13:38:28 +00:00
catch 25b8b7c3cf Issue #3332593 by phenaproxima, Wim Leers, borisson_, lauriii, tim.plunkett: Adopt PluginExists validator in relevant places 2024-02-09 11:42:32 +00:00
Dave Long 451be835c0
Issue #3417675 by quietone, arunkumark: Correct mymodule, mydriver and anothermodule 2024-02-02 12:04:21 +00:00
Lee Rowlands af369c3cce
Issue #3404508 by mstrelan, smustgrave, quietone: Fix strict type errors in Functional tests: Add casts and fix types where needed 2024-02-02 07:57:36 +10:00
quietone 503192fcfe
Issue #3412464 by mstrelan, smustgrave: Fix strict type errors: Convert FormattableMarkup to strings (complex replacement) in core Functional tests 2024-01-30 12:42:46 +13:00
catch 0255591f32 Issue #3415038 by Spokje, kim.pepper: Convert FileMoveTest into a Kernel test 2024-01-22 12:52:30 +00:00
Lauri Eskola 1e8ae69e1d
Issue #3414263 by quietone, andypost: Change help headings for WCAG 2.0 2024-01-15 14:55:37 +02:00
Dave Long fd36154396
Issue #3298701 by cmlara, smustgrave, Rishabh Vishwakarma, Tanuj., larowlan, benjifisher, BramDriesen, catch, Driskell, quietone, effulgentsia: ImageStyleDownloadController routes do not limit schemes served 2024-01-11 14:00:26 +00:00
Dave Long db74af75f8
Issue #3379496 by quietone, smustgrave, longwave: Convert enable/disable to install/uninstall in UI not in hook_help 2024-01-11 13:24:56 +00:00
Alex Pott 50f72e80d6
Issue #3411934 by catch, smustgrave, quietone: Mark some Kernel tests with @group #slow 2024-01-10 11:50:14 +00:00
catch ed1c690070 Issue #3384936 by marvil07, vbouchet, smustgrave, xjm, joachim: Use the API to set up languages in tests that are not specifically testing the language form 2024-01-09 10:53:49 +00:00
Lee Rowlands 5b8514adec
Issue #3402295 by mstrelan, dww, smustgrave: Fix strict type errors in kernel tests: Add casts and fix types where needed 2024-01-08 07:55:19 +10:00
Lee Rowlands 9add7f71ff
Issue #3399373 by mstrelan, xjm, longwave, quietone: Add declare(strict_types=1) to all Unit tests 2024-01-03 15:25:34 +10:00
Dave Long 4cc502ffa1
Issue #3410452 by catch: Add @group #slow to more tests 2023-12-22 18:36:47 +00:00
Lee Rowlands 5247e64236
Issue #3400018 by mstrelan, xjm: Add declare(strict_types=1) to all Functional JavaScript tests 2023-12-13 08:27:06 +10:00
xjm 6dc9ce0b01
Issue #3391786 by quietone, xjm, smustgrave: Fix spelling of words only misspelled in tests, variable names, part 5 2023-11-17 15:41:39 -06:00
xjm df6c4b704b
Issue #1215784 by Saphyel, jenlampton, penyaskito, jlscott, simohell, sanjusci, StephaneQ, jeffschuler, scresante, droplet, Shivam Agarwal, xjm, jbrown, alexpott, quicksketch, Gábor Hojtsy, smustgrave, ianthomas_uk, TR, bleen, nlisgo, catch: Terminology update: don't say "Resolution" when we mean "Dimensions" 2023-11-12 09:59:04 -06:00
xjm 4494b0a457
Issue #3355603 by roshni27, joachim, Ranjit1032002, quietone: Docs for ImageFieldCreationTrait and FileFieldCreationTrait are misleading 2023-11-10 16:55:51 -06:00
Dave Long 41b777c6be
Issue #3395871 by quietone: Correct spelling of words in test modules and dramallama 2023-10-24 12:12:43 +01:00
Alex Pott 6118e0dc37
Issue #3389282 by quietone, smustgrave, alexpott: Fix spelling for words that are only misspelled in comments 2023-10-08 09:34:52 +01:00
Alex Pott ea3f7b53d4
Issue #3347291 by lauriii, srishtiiee, tim.plunkett, hooroomoo, narendraR, tedbow, bnjmnm, alexpott, Berdir: Combine field storage and field instance forms 2023-10-07 16:12:33 +01:00
Alex Pott 996fb537c6
Issue #2833129 by Lendude, firewaller, idebr, psebborn, ravi.shankar, Berdir, catch: hook_image_style_flush doesn't get the $path passed to Drupal\image\Entity\ImageStyle::flush() method 2023-10-05 17:16:46 +01:00
Lee Rowlands 6d93485084
Issue #3386458 by catch, quietone, alexpott, larowlan: Add GenericModuleTestBase and use it to test general module things 2023-09-26 09:14:17 +10:00
effulgentsia d2cdfb1940 Issue #3358049 by narendraR, lauriii, srishtiiee, Utkarsh_33, Wim Leers, tim.plunkett, tedbow, bnjmnm, smustgrave, Berdir, amateescu, larowlan: Save FieldStorageConfig at the same time as FieldConfig 2023-08-31 14:52:48 -07:00
Lauri Eskola 67360f2abd
Issue #3341682 by Wim Leers, phenaproxima, borisson_, catch, alexpott: New config schema data type: required_label 2023-08-17 12:29:30 +03:00
Dave Long dbd0e756d8
Issue #3185807 by andregp, quietone, lucienchalom, elber, yogeshmpawar, jungle, Tauany Bueno, tmaiochi, xjm, smustgrave: Fix or ignore some words starting with "w" 2023-08-16 21:06:31 +01:00