Commit Graph

2566 Commits (a71b6415b6ac5c1b418332e80970cd9fbb81aa17)

Author SHA1 Message Date
catch 40a5bd7e0a Issue #3126965 by jungle, quietone, longwave, mondrake, dww: Replace assert* involving count() and an integer literal with assertCount() 2020-05-07 19:07:00 +01:00
xjm 99cb88d6a7 Issue #3131816 by Spokje, jungle, mondrake, xjm, longwave: Replace assertions involving calls to is_array() with assertIsArray()/assertIsNotArray() 2020-05-04 07:43:32 -05:00
Alex Pott e43c919056
Issue #3119279 by dww, Lendude, alexpott, lauriii: views-view-table.html.twig template directly uses details without render array and polyfills 2020-05-04 09:48:22 +01:00
xjm 0e336272b3 Issue #3103010 by AndrewsizZ, No Sssweat, jungle, Lendude, jshimota01: Machine Name needs further clarification 2020-05-03 01:59:13 -05:00
Alex Pott 6b54e9534f
Issue #2778917 by kiamlaluno, jungle, elaman, dawehner, alexpott, tvb, vadim.hirbu, ravi.shankar, quietone: Use the second parameter of \Drupal::state()->get() instead of checking the method didn't return any value 2020-05-02 13:07:36 +01:00
Alex Pott 3f87e0d805
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:34:00 +01:00
catch 54f84c2b5c Issue #3131223 by jungle, mondrake, longwave: Replace assertions involving calls to array_key_exists() with assertArrayHasKey()/assertArrayNotHasKey() 2020-04-28 12:14:56 +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 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 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
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 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 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
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
Alex Pott 6bf02d966d
Issue #2822382 by voleger, pfrenssen, erozqba, jungle, RytoEX, borisson_, jofitz, shashikant_chauhan, sidharthap, dawehner, xjm, kiamlaluno, catch, daffie, klausi: Make every $modules property protected on classes extending BrowserTestBase and KernelTestBase 2020-04-13 12:05:00 +01:00
Alex Pott 0dc28534c8
Issue #3107732 by mondrake, longwave, swatichouhan012, salah1, xjm, catch, alexpott, Berdir: Between April 13 and April 17, 2020: Add return typehints to setUp/tearDown methods in concrete test classes 2020-04-13 09:56:30 +01:00
Alex Pott 6108526c9c
Issue #3113077 by mondrake, Hardik_Patel_12, Neslee Canil Pinto, swatichouhan012, prabha1997, neelam_wadhwani, Berdir, longwave: Replace assertContains() on strings with assertStringContainsString() or assertStringContainsStringIgnoringCase() 2020-04-12 12:34:00 +01:00
Alex Pott 221b7aed06
Issue #3108006 by mondrake, ravi.shankar, longwave: Replace assertInternalType() calls with dedicated methods 2020-04-11 06:35:50 +01:00
catch 6964f09b96 Issue #2989745 by plach, jungle, alexpott, Lendude, catch, tim.plunkett: views_update_8500() inlines configuration changes instead of this being done on config save for bc 2020-04-06 12:28:45 +01:00
catch c266bb6e96 Issue #3030989 by Lendude, emyu01, ravi.shankar, nisha_gupta, kaszarobert: Error while trying to bulk delete already deleted nodes 2020-04-06 09:42:08 +01:00
catch fb44ad00a9 Issue #3123653 by emyu01, naresh_bavaskar: Grammatical error in function description in views module 2020-04-03 12:35:49 +01:00
xjm 4c453683e4 Issue #3106666 by catch, jungle, xjm, alexpott, tim.plunkett, Berdir: Remove post updates added prior to 8.8.0 2020-03-11 15:58:38 -05:00
Alex Pott 6ae9811c48
Issue #3065720 by Lendude, alexpott, revati_gawas, texas-bronius: When creating a Page View in the wizard and setting a path with leading slash (/) the created View display ends up with a double-slash (//) 2020-03-02 22:55:40 +00:00
Alex Pott 735958390e
Revert "Issue #3112295 by mpdonadio, Hardik_Patel_12, daffie, JeroenT, Vlad Bo, pifagor, voleger, alexpott: Replace REQUEST_TIME in OO code w/o access to the container"
This reverts commit d23b4cc879.
2020-02-21 20:31:30 +00:00
Alex Pott d23b4cc879
Issue #3112295 by mpdonadio, Hardik_Patel_12, daffie, JeroenT, Vlad Bo, pifagor, voleger, alexpott: Replace REQUEST_TIME in OO code w/o access to the container 2020-02-21 14:12:33 +00:00
Alex Pott 8ef710c654
Issue #2989609 by CeraRose, Sivaji: $filter_hander typo in Views ExposedFormPluginBase.php 2020-02-20 21:23:52 +00:00
Alex Pott b17acb2bb8
Issue #3111729 by bnjmnm, prabha1997, ravi.shankar, dww: Stable templates/CSS that differ only in comments or indentation should match core's version 2020-02-12 10:19:41 +00:00
Alex Pott 4cfaf1e679
Issue #3112829 by alexpott: Fix fails due to Generic.CodeAnalysis.EmptyPHPStatement.SemicolonWithoutCodeDetected due to recent dependency updates 2020-02-12 09:28:33 +00:00
Alex Pott 18d531985f
Issue #3097752 by andypost, longwave, Stefdewa, Wim Leers, Berdir, alexpott: Remove views.module BC layers 2020-02-05 10:12:22 +00:00
catch 534ee0d39d Issue #3086374 by mondrake, alexpott, joseph.olstad, Spokje, ravi.shankar, Gábor Hojtsy, heddn, Charlie ChX Negyesi, amateescu: Make Drupal 9 compatible with PHP 7.4 2020-02-04 16:24:45 +00:00
catch bf1ed94fb3 Issue #3105990 by Hardik_Patel_12, ravi.shankar, Rangaswini: Type hint "\Drupal\views\ViewExecutable" missing for $view in views module 2020-02-04 09:41:29 +00:00
Alex Pott 28050a2901
Issue #2633752 by Lendude, dww, alexpott, AdamBernstein, turpentyne, garryh: Views inline field separator renders HTML as plain text 2020-02-03 18:41:42 +00:00
catch 140b0a6852 Issue #3105984 by Hardik_Patel_12, snehalgaikwad, bronk: Remove unused variables from view module 2020-01-31 18:17:49 +00:00
Alex Pott 4577772da0
Issue #3101543 by lauriii, bnjmnm, ravi.shankar, alexpott: Update core JavaScript dependencies listed in package.json 2020-01-30 09:08:38 +00:00
catch b257ac3c82 Issue #3107783 by Krzysztof Domański, ravi.shankar, longwave, alexpott: Method $class::buildBasicRenderable() call uses 4 parameters, but method signature uses 3 parameters 2020-01-29 09:20:42 +00:00
Alex Pott 5b657b15b8
Revert "Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json"
This reverts commit 2dadb738bf.
2020-01-28 13:14:16 +00:00
Alex Pott 2dadb738bf
Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json 2020-01-28 11:36:14 +00:00
catch 720924f719 Issue #2893804 by Wim Leers, Stefdewa, Berdir, catch: Remove rest.module BC layers 2020-01-27 17:41:43 +00:00
Alex Pott 06d496f789
Issue #3109097 by voleger, longwave: Drupal 9 does not handle db_* functions any more 2020-01-27 09:56:39 +00:00
Alex Pott 46bd90dc3a
Issue #3097453 by longwave, JeroenT, Berdir, Wim Leers: Remove system.module BC layers 2020-01-26 10:02:15 +00:00
catch e1a041c493 Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, xjm, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88** 2020-01-24 23:52:03 +00:00
Lauri Eskola 80ce3e025f
Issue #3103976 by Daniel Korte, Lendude: Fix misspellings in Twig comments 2020-01-24 11:04:59 +02:00
Alex Pott 75df2611dc
Issue #3064523 by andypost, Kartagis, Sutharsan: Add t() context to "Order" string for views module 2020-01-22 11:13:21 +00:00
Lee Rowlands 2e53ac1699
Revert "Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88**"
This reverts commit 136f055066.
2020-01-22 10:30:15 +10:00
Lee Rowlands 136f055066
Issue #3087644 by jibran, Berdir, alexpott, longwave, Wim Leers, amateescu, catch, larowlan, dpi, quietone: Remove Drupal 8 updates up to and including 88** 2020-01-22 09:33:30 +10:00
Alex Pott 73b8d10170
Issue #2969262 by bkosborne, FeyP, BlacKICEUA, dawehner, joelpittet: PHP 7.2: Warning: count(): Parameter must be an array or an object that implements Countable n Drupal\views\Plugin\views\argument_validator\Entity->validateEntity() 2020-01-15 11:05:55 +00:00
Alex Pott eb5e8d5dbd
Issue #3104420 by peterkokot, mondrake: PHP 7.4 Deprecated curly brace syntax for accessing array elements 2020-01-14 11:13:27 +00:00
Alex Pott 456ea857fe
Issue #2903831 by quicksketch, acbramley, Lendude, longwave, Mirroar, jibran: Views attachments missing for some display machine names 2020-01-14 10:19:47 +00:00
xjm 74efa72cb4 Issue #3103913 followup by Lendude, mondrake, catch, xjm: hotfix for test failures on PHP 7.0 2020-01-10 13:58:07 -06:00
catch 04722fbe3a Issue #3103913 by Lendude, mondrake: ViewExecutableTest::testAddHandler and ::testAddHandlerWithEntityField are misusing the mock expectation 2020-01-10 14:13:38 +00:00