xjm
|
6b7a532437
|
Issue #3132964 by jungle, longwave, sja112, dww, xjm, daffie: assertResponse() does not actually support a $message parameter, so stop passing one
(cherry picked from commit f09c890298 )
|
2020-05-22 12:40:27 -05:00 |
catch
|
b22c720b61
|
Issue #3131343 by mondrake, jungle, dww, catch: Replace assertions involving calls to in_array() with assertContains()/assertNotContains()
|
2020-05-11 18:07:24 +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 |
catch
|
795d6bbf33
|
Issue #2988905 by sourabh.singhal, longwave, Chris Matthews, jhedstrom: Remove machine name data from Responsive image styles table
(cherry picked from commit 7681f14c5c )
|
2020-02-03 18:14:49 +00:00 |
Lauri Eskola
|
b90dfea3a5
|
Issue #3108071 by tstoeckler, longwave, idebr: Remove IE9 workaround from responsive-image.html.twig
(cherry picked from commit 764020572a )
|
2020-01-24 10:44:49 +02:00 |
Alex Pott
|
47b225251c
|
Issue #2876523 by andreyjan, jhuhta, keeganstreet, rolfmeijer, jhedstrom, tstoeckler, larowlan, Krzysztof Domański: Breakpoint sizes input is too small
(cherry picked from commit 2f585eff496bc875ce77c13ee40378ff49f6af69)
|
2019-11-30 22:10:00 +00:00 |
Alex Pott
|
6b52bd3100
|
Issue #3048498 by jonathan1055, Lendude, naveenvalecha, klausi, alexpott, Gábor Hojtsy: [≈Nov. 11] Fix Drupal.Commenting.Deprecated coding standard
(cherry picked from commit 2a009c5edd )
|
2019-11-14 09:09:08 +00:00 |
catch
|
a02891d1ea
|
Issue #2742585 by ZeiP, alexpott, mondrake, klausi, tomasnagy, Krzysztof Domański, sokru, kristiaanvandeneynde, dawehner, jeroenbegyn: Deprecate dangerous assertTrue/False() compatibility overrides in PHPUnit Kernel, Functional and FunctionalJavascript tests
|
2019-11-08 13:55:28 +00:00 |
catch
|
19aae0448b
|
Issue #3082655 by Wim Leers, alexpott, iyyappan.govind, dww, lauriii: Specify the $defaultTheme property in all functional tests
|
2019-11-08 13:45:22 +00:00 |
Alex Pott
|
0a6a417ec9
|
Issue #3073318 by Spokje, Mile23, mondrake: Remove usages of \PHPUnit_Framework_MockObject_MockObject
|
2019-09-02 12:24:14 +01:00 |
Alex Pott
|
91fe1d2f77
|
Issue #2929133 by voleger, alexpott, Lendude: Replace all usages of getMock()
|
2019-05-31 10:22:21 +01:00 |
Alex Pott
|
408c540ccf
|
Issue #2886622 by Berdir, martin107, Mile23, tim.plunkett, mikelutz, jonathan1055: Deprecate all EntityManager methods with E_USER_DEPRECATED
|
2019-05-30 12:36:55 +01:00 |
Lee Rowlands
|
a98b58765d
|
Issue #3035953 by Berdir, andypost, vacho: Add @trigger_error() to deprecated EntityManager->EntityFieldManager methods
|
2019-04-26 17:09:28 +10:00 |
Lee Rowlands
|
da94d7fc6b
|
Issue #2367933 by phenaproxima, mikelutz, Berdir, voleger, amateescu, chr.fritsch, johndevman, Jo Fitzgerald, andypost, larowlan, alexpott: Move entity_get_(form_)display() to the entity display repository
|
2019-04-26 12:51:29 +10:00 |
catch
|
9791614b78
|
Issue #2731817 by mikelutz, ashishdalvi, Sonal.Sangale, dbt102, andypost, jhodgdon, martin107, roderik: Replace all calls to the deprecated Drupal::url() function in Core
|
2019-04-16 14:38:27 +09:00 |
Nathaniel Catchpole
|
503d9dde7d
|
Issue #2976035 by amateescu, blazey, hchonov, plach, tstoeckler, catch, jibran, larowlan, alexpott: Entity type CRUD operations must use the last installed entity type and field storage definitions
|
2019-03-08 10:45:58 +00:00 |
Lee Rowlands
|
f4ef94ae70
|
Issue #2975081 by alexpott, amateescu, larowlan, mtodor, catch: UpdatePathTestBase fails to re-initialize the test site (rebuild container, clear caches) after running the database updates
|
2019-03-01 06:44:06 +10:00 |
Alex Pott
|
56658f00e7
|
Issue #2809513 by Lendude, brentgees: Convert AJAX part of \Drupal\responsive_image\Tests\ResponsiveImageFieldUiTest to JavascriptTestBase and the rest to BrowserTestBase
|
2019-01-23 15:21:29 +00:00 |
Alex Pott
|
60505f3693
|
Issue #3019834 by Berdir, alexpott: Add @trigger_error() to deprecated url/link EntityInterface methods
|
2018-12-23 14:30:20 +01:00 |
Alex Pott
|
2bbbaa3f54
|
Issue #2949021 by tim.plunkett, Wim Leers: Deprecate schema fallback in ConfigEntityType::getPropertiesToExport
|
2018-12-15 21:29:27 +00:00 |
Alex Pott
|
b2160caa3d
|
Issue #2402533 by YesCT, Berdir, tamasd, tjwelde, Wim Leers, vijaycs85, alexpott, slashrsm, Leon Kessler, chr.fritsch, borisson_: Provide File::createFileUrl() as a replacement for the deprecated File:url() implementation
|
2018-12-14 10:05:18 +00:00 |
Nathaniel Catchpole
|
d7497b03ae
|
Issue #3015708 by alexpott: Properly deprecate RESPONSIVE_IMAGE_* constants
|
2018-11-26 12:28:50 +00:00 |
Lee Rowlands
|
3db26fd177
|
Issue #3008109 by Lendude, andypost: Convert ResponsiveImageFieldDisplayTest to BrowserTestBase
|
2018-10-22 15:36:44 +10:00 |
xjm
|
fa6b3d95dd
|
Revert "Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase"
This reverts commit 69501f3062 .
|
2018-08-16 18:12:22 -05:00 |
Nathaniel Catchpole
|
69501f3062
|
Issue #2822382 by voleger, pfrenssen, erozqba, RytoEX, borisson_, sidharthap, Jo Fitzgerald, shashikant_chauhan: Make every property protected on classes extending BrowserTestBase and KernelTestBase
|
2018-08-15 19:55:23 +09:00 |
Lauri Eskola
|
e742590eed
|
Issue #2981652 by ApacheEx, corbacho, drpal, dawehner, xjm, alexpott, lauriii: Format core JavaScript using recently add Prettier
|
2018-08-09 18:49:18 +03:00 |
Nathaniel Catchpole
|
163144a923
|
Issue #2973791 by alexpott, martin107, mairi, volkerk: Fix deprecation messages related to deprecated comment Action plugins
|
2018-07-12 13:01:47 +01:00 |
Alex Pott
|
92be45b46f
|
Issue #2910883 by vaplas, ShawnB, Wim Leers: Move all entity type REST tests to the providing modules
|
2018-05-15 12:37:57 +01:00 |
Alex Pott
|
be6d515cad
|
Issue #2572613 by Malevi4, idebr, pfrenssen, Mile23, RajeevK: Fix 'Drupal.Array.Array.CommaLastItem' coding standard
|
2018-05-11 10:40:33 +01:00 |
Alex Pott
|
b8f93d5b61
|
Issue #2901730 by mfernea, ankitjain28may, idebr: Fix 'Squiz.WhiteSpace.FunctionSpacing' coding standard
|
2018-05-11 10:26:36 +01:00 |
Nathaniel Catchpole
|
154f282899
|
Issue #2849669 by alexpott, pwolanin, Munavijayalakshmi, dawehner: Fix \Drupal\Component\Utility\Unicode() because of the Symfony mbstring polyfill
|
2018-05-08 21:55:21 +01:00 |
Alex Pott
|
b84b827d42
|
Issue #2935256 by Jo Fitzgerald, voleger, kim.pepper, ibustos, Yogesh Pawar, catch, jibran: Remove all usages of drupal_get_message and drupal_set_message in modules
|
2018-05-01 10:15:07 +01:00 |
Lee Rowlands
|
ba1e5705db
|
Issue #2959148 by alexpott: Enable PHPCS for info.yml files
|
2018-04-12 18:39:42 +10:00 |
Nathaniel Catchpole
|
d90ac78f3e
|
Issue #2798891 by ankitjain28may, trobey, TR: Define project dependencies in core module .info files
|
2018-04-06 13:13:01 +01:00 |
Alex Pott
|
ed99d34b12
|
Issue #2849187 by Lendude, Yogesh Pawar, asghar, chiranjeeb2410, Pavan B S, themetman, dbjpanda, borisson_, Wim Leers: Responsive Image shows an Error in Views
|
2018-04-03 16:52:16 +02:00 |
Alex Pott
|
27c80649f1
|
Issue #2942588 by mohit1604, chr.fritsch, tstoeckler, bojanz, joshi.rohit100, hchonov: EntityListBuilder::render() should use the entity type plural label in the empty text
|
2018-03-20 23:00:39 +00:00 |
Alex Pott
|
13822906e5
|
Issue #2702683 by Manuel Garcia, xjm, prics, pguillard, Jo Fitzgerald, vg3095, ztl8702, lucian.cazaciuc, bojanz, tstoeckler, hchonov, rszrama, rteijeiro, svjuly, jibran, vdanielpop, vasike, jmikii, jhodgdon, Wim Leers, amateescu, Gabr1el, Drupa1ish, ciprian.stavovei: Add plural labels to entity types
|
2018-03-20 09:57:05 +00:00 |
Nathaniel Catchpole
|
4d176b95ea
|
Issue #2902407 by mfernea, zaporylie: Fix 'Drupal.Commenting.DataTypeNamespace' coding standard
|
2017-11-16 15:00:40 +00:00 |
Nathaniel Catchpole
|
ee0f806896
|
Issue #2873696 by nvexler, wengerk, gido, Jo Fitzgerald, xjm: Add @internal to core classes, methods, properties to Form Classes
|
2017-10-12 16:15:53 +01:00 |
Nathaniel Catchpole
|
64fa6ad712
|
Issue #2901744 by mfernea: Fix 'PSR2.Namespaces' coding standard
|
2017-10-10 16:09:51 +01:00 |
Nathaniel Catchpole
|
f659d6ca8e
|
Issue #2901726 by mfernea, gmario, finn.lewis, robertoperuzzo, rachel_norfolk: Fix 'Squiz.Functions.MultiLineFunctionDeclaration' coding standard
|
2017-10-10 15:43:06 +01:00 |
Gabor Hojtsy
|
93b36cb7dc
|
Issue #2873768 by dhopki12, WidgetsBurritos, harsha012, Mile23, catch: Add Change record to @deprecated for *.modules constants
|
2017-10-10 09:30:23 +02:00 |
Nathaniel Catchpole
|
3bc858ecf5
|
Issue #2782833 by Mile23, martin107, larowlan, effulgentsia: Remove usages of deprecated EntityManager from Entity class
|
2017-09-25 13:21:07 +01:00 |
Nathaniel Catchpole
|
4577185c9b
|
Issue #2572791 by Mile23, andriyun, attiks, RoSk0: Fix 'Drupal.WhiteSpace.OpenBracketSpacing' coding standard
|
2017-09-22 12:16:23 +01:00 |
Nathaniel Catchpole
|
9ef92a408b
|
Issue #2905627 by Lendude, dawehner: Part-2: Convert UpdatePathTestBase to BrowserTestBase
|
2017-09-08 14:24:15 +01:00 |
Lauri Eskola
|
612c1fa68c
|
Issue #2880007 by drpal, nod_, droplet: Auto-fix ESLint errors and warnings
|
2017-07-06 09:21:40 +03:00 |
Nathaniel Catchpole
|
f3cf9c43b5
|
Issue #2880560 by alexpott, droplet: Fix comment added to top of .js files by build process
|
2017-05-23 15:31:29 +01:00 |
Alex Pott
|
8287017e03
|
Issue #2818825 by drpal, nod_, droplet, cilefen: Rename all JS files to *.es6.js and compile them
|
2017-05-19 23:12:53 +01:00 |
Nathaniel Catchpole
|
3a6a71a991
|
Issue #2863984 by Jo Fitzgerald, GoZ, michielnugter: Convert [1/3] web tests to browser tests for responsive_image module
|
2017-04-26 05:23:29 -04:00 |
Alex Pott
|
bd69cfc93a
|
Issue #2860096 by GoZ, jhodgdon: Remove api doc groups for updates eg. updates-8.2.x-to-8.3.x
|
2017-03-13 16:02:59 +00:00 |