catch
|
79b7e02b0a
|
Issue #3130427 by jungle, longwave, xjm: Fix upstream failing tests involving in oEmbed
|
2020-04-28 12:04:12 +01:00 |
Alex Pott
|
9632fb98a1
|
Issue #3131402 by longwave, jungle, Berdir: Remove return type hints from abstract test classes
|
2020-04-28 09:14:16 +01:00 |
xjm
|
bd64783975
|
Issue #3094454 by jonathan1055, longwave: Fix remaining @deprecated (missing a change record) manually and enable the coding standard
|
2020-04-27 12:57:27 -05:00 |
Alex Pott
|
b67ddac362
|
Issue #3125391 by Beakerboy, daffie: Connection::query() return types missing string
|
2020-04-27 16:54:27 +01:00 |
catch
|
222e10447b
|
Issue #3131088 by Spokje, longwave: Replace assertions involving calls to file_exists with assertFileExists()/assertFileNotExists() or assertDirectoryExists()/assertDirectoryNotExists()
|
2020-04-27 14:13:40 +01:00 |
catch
|
610d4b6307
|
Issue #3131090 by longwave: Replace assertions involving calls to is_dir with assertDirectoryExists()/assertDirectoryNotExists()
|
2020-04-27 10:42:12 +01:00 |
catch
|
27515dc255
|
Issue #3130811 by mondrake, jungle, longwave: Remove redundant $message from assert(Not)InstanceOf calls
|
2020-04-27 10:35:37 +01:00 |
catch
|
de052f01c7
|
Issue #3130396 by longwave, jungle, dww, mondrake: Replace assertions involving calls to is_file with assertFileExists()/assertFileNotExists()
|
2020-04-27 10:31:21 +01:00 |
catch
|
4d02fe7c25
|
Issue #3128746 by mondrake, longwave, dww: Replace assertions involving calls to strpos() with more accurate string assertions
|
2020-04-27 10:02:44 +01:00 |
catch
|
bcec845d85
|
Issue #3128575 by longwave, jungle, daffie: Replace assert*(*, is_null()) with assertNotNull()/assertNull()
|
2020-04-27 09:20:37 +01:00 |
catch
|
4fe0b034a9
|
Issue #3128905 by jungle, longwave, Kristen Pol, mondrake: Replace assert* involving an instanceof operator with assertInstanceOf()/assertNotInstanceOf()
|
2020-04-24 21:27:52 +01:00 |
catch
|
be4177a92e
|
Issue #3084078 by lauriii, alexpott, Jaesin: AdminNegotiator::determineActiveTheme() does not adhere to the interface
|
2020-04-24 14:21:43 +01:00 |
catch
|
3bcb729743
|
Issue #3033986 by TR, rishabhthakur, dww, Lendude, jungle: Remove useless 'limit' property override in multiple classes extending EntityListBuilder
|
2020-04-24 14:04:03 +01:00 |
Lauri Eskola
|
73427bdf5c
|
Issue #3101040 by reinchek, swatichouhan012, Vinodhini.E, ckrina, KondratievaS: Password confirm field gets the green focus ring cropped
|
2020-04-24 13:39:24 +03:00 |
catch
|
8f7f02c661
|
Issue #3129508 by Lal_, daffie, Suresh Prabhu Parkala: Change multiple dirname()'s into a single dirname() with the use of the second parameter of dirname()
|
2020-04-23 17:15:14 +01:00 |
catch
|
0bcbf2f009
|
Issue #3039296 by jungle, abhisekmazumdar, pandaski, tvb, dww, alexpott, init90: Fix examples in hook_install() and hook_uninstall()
|
2020-04-23 16:59:01 +01:00 |
Lauri Eskola
|
b927c360d3
|
Issue #3109351 by neelam_wadhwani, kostyashupenko, bnjmnm, Kristen Pol: Remove image-widget library from Claro
|
2020-04-22 16:17:25 +03:00 |
catch
|
095686927f
|
Issue #3117857 by longwave, jungle, govind.maloo, Kristen Pol: [Symfony 5] The "Symfony\Component\Debug\BufferingLogger" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\BufferingLogger" instead
|
2020-04-21 13:07:10 +01:00 |
catch
|
da6f725fdb
|
Issue #3115987 by jungle, kiamlaluno, quietone: Rename the $instanceIDs property used from plugin classes to $instanceIds
|
2020-04-20 15:40:27 +01:00 |
catch
|
48849923ec
|
Issue #3125032 by jungle, alexpott, Neslee Canil Pinto, longwave, joachim, andypost: Use variadics in Cache::merge* functions - for example Cache::mergeTags()
|
2020-04-20 15:33:39 +01:00 |
catch
|
a5be0a12c5
|
Issue #3119278 by nterbogt, hansfn: Better messaging for locale batches
|
2020-04-20 15:30:13 +01:00 |
catch
|
66e8d08413
|
Issue #3125234 by martin107, longwave: ProxyBuilder compatibility with Symfony 5
|
2020-04-20 15:20:35 +01:00 |
catch
|
f89fcba55b
|
Issue #3127838 by Lendude: In MediaLibrary the 'save and insert' is nested in code when it doesn't have to be
|
2020-04-20 15:10:43 +01:00 |
catch
|
f08be334ae
|
Issue #3117869 by longwave: [Symfony 5] Passing arguments to "Symfony\Component\HttpFoundation\Request::isMethodSafe()" has been deprecated since Symfony 4.4
|
2020-04-20 10:58:32 +01:00 |
catch
|
3cfe353e0e
|
Issue #3127674 by jungle, longwave, imalabya, mondrake: Update dependencies for Drupal 9.0
|
2020-04-20 10:46:36 +01:00 |
Alex Pott
|
3ea981a11f
|
Issue #3128814 by longwave, jungle, dww: Replace assert* involving count() and an equality operator with assertCount()
|
2020-04-20 10:21:24 +01:00 |
Alex Pott
|
b2a10193e1
|
Issue #2956556 by johndevman, daffie, Neslee Canil Pinto, dan.munn, aleevas, dubcanada, alexpott: class isn't set in FETCH_OBJECT when class_name isn't set
|
2020-04-20 00:47:40 +01:00 |
Alex Pott
|
e1b9321477
|
Issue #2992631 by dww, swatichouhan012, tedbow, jungle, xjm: Update report incorrectly recommends security releases for old minors when a security update is needed and a secure version of the old minor is also available
|
2020-04-20 00:25:26 +01:00 |
Alex Pott
|
e5b0277a40
|
Issue #3119170 by tstoeckler, daffie: Optimize pgsql/Schema::findPrimaryKeyColumns() for Postgres >= 9.6
|
2020-04-19 15:41:14 +01:00 |
Alex Pott
|
b739bebc39
|
Issue #3126971 by mondrake, alexpott, longwave: Replace usage of getObjectAttribute() that is deprecated
|
2020-04-18 17:40:08 +01:00 |
Alex Pott
|
50332db194
|
Issue #3117858 by longwave, druprad, Kristen Pol: [Symfony 5] The "Symfony\Component\Process\Process::inheritEnvironmentVariables()" method is deprecated since Symfony 4.4, env variables are always inherited
|
2020-04-18 16:59:09 +01:00 |
Alex Pott
|
f7e6636652
|
Issue #3121885 by jungle, longwave, alexpott: Update coder to 8.3.8
|
2020-04-18 16:54:28 +01:00 |
Alex Pott
|
c0f2b559aa
|
Issue #3126970 by mondrake, longwave: Replace usage of readAttribute() that is deprecated
|
2020-04-18 14:25:29 +01:00 |
Alex Pott
|
a6e402fc01
|
Issue #3126563 by mondrake, daffie, alexpott: Replace usage of assertAttributeEquals() that is deprecated
|
2020-04-18 10:31:47 +01:00 |
Alex Pott
|
cc564e260e
|
Issue #3121362 by jungle, Meenakshi.g, dww, xjm, alexpott, tim.plunkett: Fix duplicate word typos (the the, to to, etc.) for code comments
|
2020-04-17 20:37:16 +01:00 |
catch
|
8e9db42930
|
Issue #3070745 by AndyF, ravi.shankar, olli, tedbow, samuel.mortenson, droplet, alexpott: Off canvas filling up localStorage's quota, causing errors
|
2020-04-17 17:59:46 +01:00 |
catch
|
5132c83fac
|
Issue #3082415 by Krzysztof Domański, mondrake, alexpott, longwave, jungle: Replace assert(Not)Same/Identical() on booleans with assert(Not)True/False() in PHPUnit tests
|
2020-04-17 16:00:07 +01:00 |
Alex Pott
|
de981ef81e
|
Issue #3126969 by mondrake, longwave, alexpott, daffie: Replace usage of assertAttributeInstanceOf() that is deprecated
|
2020-04-17 13:01:36 +01:00 |
catch
|
701a778095
|
Issue #3015855 by Neslee Canil Pinto, mondrake, hash6, neel24, daffie, andypost: Replace all db calls to block_content table with Entity APIs
(cherry picked from commit 219df57c0d )
|
2020-04-17 13:00:13 +01:00 |
catch
|
a96d4b3f92
|
Issue #3119924 by sinn: SelectPagerDefaultTest should not rely on default sorting order
|
2020-04-17 12:50:17 +01:00 |
Alex Pott
|
a585dd6a7e
|
Issue #2455465 by stefan.r, Darren Oh, cosmicdreams, longwave, benjy, alexpott: Add mod_php7 check to htaccess and remove php5 code
|
2020-04-17 12:48:45 +01:00 |
catch
|
a4ddcd27c6
|
Issue #3127960 by Kartagis: Incorrectly put underscore in string
|
2020-04-17 12:25:31 +01:00 |
catch
|
8964921c80
|
Issue #3122547 by dww, jungle, Kristen Pol: Fix duplicate word typos (the the, to to, etc) for test assertions
|
2020-04-17 12:23:16 +01:00 |
catch
|
8c8056ec9e
|
Issue #3119710 by daffie, Kristen Pol: Remove lowercase table naming in NodeMigrateTypeTestTrait::getTableName()
|
2020-04-17 12:12:39 +01:00 |
catch
|
576652b698
|
Issue #3124769 by Chi, msuthars: Fix hardcoded destination in UiHelperTrait::drupalLogout()
|
2020-04-17 10:26:58 +01:00 |
catch
|
d4a14f63d3
|
Issue #3119922 by sinn, daffie: DeleteTruncateTest should not rely on default sorting order in DB
|
2020-04-17 10:20:03 +01:00 |
catch
|
62bb4d911d
|
Issue #3127255 by kiamlaluno, longwave, johndevman: system_requirements() checks for values that Unicode::check() doesn't return anymore
|
2020-04-17 10:17:06 +01:00 |
catch
|
4ed33dc1c2
|
Issue #2997748 by amateescu, maseyuk, vijaycs85, daffie: Views query alter for fields stored in dedicated tables is not working properly
|
2020-04-17 10:10:53 +01:00 |
catch
|
c609c06bb4
|
Issue #3117863 by longwave, Kristen Pol: [Symfony 5] Using the "Symfony\Component\Validator\Constraints\Length" constraint with the "min" option without setting the "allowEmptyString" one is deprecated
|
2020-04-17 09:53:15 +01:00 |
catch
|
afd616c38d
|
Issue #3126694 by Neslee Canil Pinto: Replace tpl.twig with html.twig in ThemeTest
|
2020-04-17 09:24:11 +01:00 |