summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/ban
Commit message (Collapse)AuthorAge
* Issue #3495943 by nicxvan, berdir, ghost of drupal past, catch, larowlan: ↵HEAD11.xLee Rowlands14 hours
| | | | Handle module preprocess functions as OOP hooks
* Issue #3009349 by quietone, benjifisher, danflanagan8, alexpott, ↵catch13 days
| | | | ravi.shankar, smustgrave, mikelutz, catch, godotislate: Move source_module from Migrate to Migrate Drupal
* Issue #3421014 by godotislate, quietone, mstrelan, benjifisher, larowlan, ↵catch2025-02-18
| | | | alexpott, berdir: Convert MigrateSource plugin discovery to attributes
* Issue #3483146 by nicxvan, sourav_paul, vladimiraus, mstrelan, smustgrave: ↵quietone2025-02-18
| | | | Add string return type to all hook_help implementations
* Issue #3497410 by quietone, nod_, borisson_: Fix ↵nod_2025-02-16
| | | | DrupalPractice.Objects.GlobalFunction in hooks
* Issue #3491275 by nicxvan, dww, catch, mstrelan, berdir, larowlan: Mark core ↵Lee Rowlands2024-12-19
| | | | modules as converted to OOP hooks
* Issue #3492235 by catch, longwave, mikelutz: Default ↵Dave Long2024-12-10
| | | | container_rebuild_required to FALSE
* Issue #3416522 by catch, alexpott, longwave, phenaproxima, nicxvan, wim ↵Dave Long2024-12-09
| | | | leers, smustgrave, larowlan, berdir, godotislate, dww: Add the ability to install multiple modules and only do a single container rebuild to ModuleInstaller
* Issue #3483341 by mstrelan, smustgrave: Add array return type to all ↵quietone2024-11-18
| | | | hook_schema implementations
* Issue #3483599 by nicxvan, ghost of drupal past, catch, longwave, fabianx: ↵Dave Long2024-11-14
| | | | Convert all procedural hook implementations to Hook classes
* Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string ↵Dave Long2024-08-27
| | | | 'Modules to enable' to {@inheritdoc} in comments
* Issue #3468435 by mstrelan: Convert IpAddressBlockingTest to a Unit and ↵catch2024-08-17
| | | | Kernel test and improve
* Issue #3421418 by mstrelan, Spokje, xjm, mondrake, longwave, acbramley: Add ↵catch2024-06-19
| | | | void return typehints to all test methods
* Issue #3449569 by kim.pepper, longwave, catch: Use autoconfigure more in coreAlex Pott2024-06-12
|
* Issue #3180696 by Spokje, Nikolay Shapovalov, adamzimmermann, quietone, ↵Lee Rowlands2024-06-05
| | | | manish-31, xjm, SuperfluousApostrophe, smustgrave, jonathan1055, longwave: Fix 'Drupal.Commenting.TodoComment' coding standard
* Issue #3427999 by andypost, Ayesh, bbrala: [PHP 8.4] Fix implicitly nullable ↵catch2024-06-01
| | | | type declarations
* Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel testsAlex Pott2024-04-10
|
* Issue #3421015 by godotislate: Convert MigrateDestination plugin discovery ↵Alex Pott2024-04-06
| | | | to attributes
* Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all ↵Dave Long2024-02-28
| | | | Functional tests
* Issue #3353210 by mondrake, PrabuEla, Spokje: [PHPUnit 10] @dataProvider ↵Dave Long2024-02-14
| | | | methods must be declared static and public
* Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' wordsDave Long2024-02-02
|
* Issue #3414263 by quietone, andypost: Change help headings for WCAG 2.0Lauri Eskola2024-01-15
|
* Issue #3399373 by mstrelan, xjm, longwave, quietone: Add ↵Lee Rowlands2024-01-03
| | | | declare(strict_types=1) to all Unit tests
* Issue #3397890 by mstrelan, dww: Fix strict type errors in unit testsxjm2023-11-15
|
* Issue #3388386 by mondrake, xjm, smustgrave: Properly deprecate passing ↵xjm2023-09-30
| | | | array to Merge::key()
* Issue #3386458 by catch, quietone, alexpott, larowlan: Add ↵Lee Rowlands2023-09-26
| | | | GenericModuleTestBase and use it to test general module things
* Issue #3025577 by andypost, Abhisheksingh27, jhodgdon, alexpott, quietone, ↵Lee Rowlands2023-07-24
| | | | smustgrave: Move help topics to core or the correct modules
* Issue #3325557 by longwave, mondrake, kim.pepper: Enable more service ↵catch2023-06-14
| | | | autowiring by adding interface aliases to core modules
* Issue #3260391 by huzooka, arunkumark, Spokje, quietone: BlockedIp::import ↵Alex Pott2023-01-13
| | | | violates MigrateDestinationInterface::import
* Issue #3060616 by elber, nod_, quietone, paulocs, Neslee Canil Pinto, ↵quietone2022-11-25
| | | | KapilV, kostyashupenko, ranjith_kumar_k_u, adityasingh, ifrik, mmatsoo, adamzimmermann, ravi.shankar, sonam.chaturvedi, BhumikaVarshney, catch, longwave, xjm, dawehner, alexpott, ayushmishra206, hmendes, Pancho: Update the module descriptions on the Extend page to fit the Help texts
* Issue #3209723 by murilohp, daffie, longwave, andypost: [Symfony 6] ↵catch2022-01-24
| | | | Symfony\Component\HttpKernel\HttpKernelInterface::MASTER_REQUEST is deprecated, use ::MAIN_REQUEST instead
* Issue #3207567 by Spokje, quietone, guilhermevp, yogeshmpawar, daffie, ↵Alex Pott2021-11-19
| | | | alexpott: Fix Drupal.Commenting.FunctionComment.MissingParamComment
* Issue #3232082 by daffie, longwave, catch: [Symfony 6] Add "Response" type ↵Alex Pott2021-09-20
| | | | hint to methods that implement the method Symfony\Component\HttpKernel\HttpKernelInterface::handle()
* Issue #3170396 by mondrake, longwave: Remove uses of t() in assert(No)Raw() ↵catch2021-08-06
| | | | calls
* Issue #3199741 by Matroskeen, quietone: Add documentation for remaining ↵catch2021-06-22
| | | | source plugins
* Issue #3186661 by Spokje, longwave, mondrake, paulocs, daffie: [May 24, ↵catch2021-05-24
| | | | 2021] Remove usage of drupalPostForm
* Issue #3139404 by mondrake, munish.kumar, pavnish, longwave: [May 25, 2021] ↵Alex Pott2021-05-20
| | | | Replace usages of AssertLegacyTrait::assertText, that is deprecated
* Issue #2903911 by joshmiller, longwave, anmolgoyal74, ankithashetty, init90, ↵Alex Pott2021-03-29
| | | | Pooja Ganjage, _gradient_, daffie, borisson_: Fix 'Drupal.Commenting.FunctionComment.ParamMissingDefinition' coding standard
* Issue #3189880 by mondrake, raman.b, Pooja Ganjage, daffie, Megha_kundar, ↵Alex Pott2021-01-05
| | | | dww, S_Bhandari: Use square brackets syntax in sql queries
* Issue #3145005 by longwave, mondrake, cburschka, raman.b, Lal_, dww, xjm: ↵catch2020-11-16
| | | | [November 9, 2020] Remove uses of t() in drupalPostForm() calls
* Issue #3145418 by longwave, paulocs, shetpooja04, Spokje, nikitagupta, ↵catch2020-11-13
| | | | mondrake, ravi.shankar, sarvjeetsingh, mrinalini9: [November 9, 2020] Remove uses of t() in assertText() calls
* Issue #3159230 by mondrake, sandeep_jangra, ravi.shankar, naresh_bavaskar, ↵Lee Rowlands2020-09-11
| | | | larowlan, longwave: AssertLegacyTrait::assert(No)Raw() in functional tests still have a message passed in
* Issue #3160267 by nijolawrence, jungle, daffie, alexpott: Change static ↵Alex Pott2020-08-07
| | | | queries to dynamic queries in core/modules/{every module}/tests
* Issue #3114974 by andypost, kishor_kolekar, mikelutz, alexpott: ↵catch2020-07-03
| | | | \Drupal\migrate\Plugin\MigrateDestinationInterface::fields() $migration argument is deprecated
* Issue #3126965 by jungle, quietone, longwave, mondrake, dww: Replace assert* ↵catch2020-05-07
| | | | involving count() and an integer literal with assertCount()
* Issue #2822382 by voleger, pfrenssen, erozqba, jungle, RytoEX, borisson_, ↵Alex Pott2020-04-13
| | | | jofitz, shashikant_chauhan, sidharthap, dawehner, xjm, kiamlaluno, catch, daffie, klausi: Make every $modules property protected on classes extending BrowserTestBase and KernelTestBase
* Issue #3107732 by mondrake, longwave, swatichouhan012, salah1, xjm, catch, ↵Alex Pott2020-04-13
| | | | alexpott, Berdir: Between April 13 and April 17, 2020: Add return typehints to setUp/tearDown methods in concrete test classes
* Issue #3126784 by quietone, jungle: ↵Alex Pott2020-04-12
| | | | \Drupal\ban\Plugin\migrate\destination\BlockedIP is not identical with its filename BlockedIp.php
* Issue #3119445 by kiamlaluno, Deepthi kumari: The documentation comment for ↵Alex Pott2020-03-14
| | | | BanIpManager::__construct() says it constructs the BanSubscriber
* Issue #2570985 by ifrik, chipway, lomasr, jhodgdon, shimpy, govind.maloo, ↵Alex Pott2020-02-24
| | | | vacho, Balu Ertl, Manjit.Singh, alexpott, Bojhan, volkswagenchick, mradcliffe, xjm, tkoleary, yoroy, no_angel, dawehner, webchick, Sam152, RuslanP, Gábor Hojtsy, wengerk, wla_g: Update the module descriptions on the Extend page