drupal/core/modules/comment/src
Alex Pott faf7f1505d
Issue #3436070 by markusVJH, joachim: obsolete docs about drupal_pre_render_links()
(cherry picked from commit 61018bfeba)
2024-03-29 10:08:26 +00:00
..
Controller Issue #3336780 by diegors, schlaukopf, xjm, fabiansierra5191: Correctly capitalize "url" in documentation only, part 2 2023-04-12 15:28:50 +01:00
Entity Issue #3253955 by benjifisher, kristiaanvandeneynde, AaronMcHale: Let modules opt in to the bundle-specific permissions form 2022-05-09 12:19:49 +01:00
Form Issue #3381078 by mfb, smustgrave, xjm, quietone, andypost: Demote routine log events from "notice" to "info" 2023-11-10 09:18:53 -06:00
Plugin Issue #3252386 by alexpott, longwave, duadua, mondrake, mstrelan, andypost, Spokje, VladimirAus, catch, effulgentsia, Berdir, xjm, bircher, joachim, larowlan: Use PHP attributes instead of doctrine annotations 2023-10-27 21:15:32 +01:00
Tests Issue #3092606 by andypost, Wim Leers, Berdir, longwave: Remove comment.module BC layers 2020-01-26 12:06:27 +00:00
CommentAccessControlHandler.php Issue #3371464 by larowlan, Berdir, benjifisher, andypost, dokumori, greggles, smustgrave, zviryatko, Wim Leers, longwave: CommentAccessControlHandler::checkCreateAccess() does not check commented entity's comment field's status property 2023-07-05 09:50:04 +01:00
CommentBreadcrumbBuilder.php Issue #3162827 by Berdir, Spokje, claudiu.cristea, daffie: Do not instantiate entity storages in constructors of services that do not always need them 2021-01-04 10:43:48 +00:00
CommentFieldItemList.php Issue #3257654 by mondrake: Fix PHPStan L0 failures that cannot be included in baseline 2022-01-10 10:59:14 +00:00
CommentForm.php Issue #3322894 by Akhil Babu, Juanjol, micnap, larowlan, quietone, catch, alexpott: Comment form gives deprecated warnings on PHP 8.1 when comment is empty 2024-02-12 16:40:56 +10:00
CommentInterface.php Issue #3240167 by andypost, alexpott, daffie, larowlan: \Drupal\comment\CommentStorage::getMaxThread() and \Drupal\comment\Entity\Comment::getThread() cause deprecations on PHP 8.1 2021-10-04 16:07:16 +01:00
CommentLazyBuilders.php Issue #3436070 by markusVJH, joachim: obsolete docs about drupal_pre_render_links() 2024-03-29 10:08:26 +00:00
CommentLinkBuilder.php Issue #3359001 by Spokje, smustgrave, catch: Fix PHPStan L1 errors "Function \Foo\Bar\baz invoked with X parameters, 0 required." 2023-10-27 23:10:49 +01:00
CommentLinkBuilderInterface.php Issue #2697909 by pguillard, himanshugautam, snehi, aburrows, jhodgdon: Fix "login (noun/adjective)" vs. "log in (verb)" in comments (and logout/log out) 2016-04-27 16:16:19 +01:00
CommentManager.php Issue #3336491 by Spokje: Link to correct issue in @todo in CommentManager 2023-02-23 11:18:38 +00:00
CommentManagerInterface.php Issue #3035953 by Berdir, andypost, vacho: Add @trigger_error() to deprecated EntityManager->EntityFieldManager methods 2019-04-26 17:09:28 +10:00
CommentStatistics.php Issue #3189880 by mondrake, raman.b, Pooja Ganjage, daffie, Megha_kundar, dww, S_Bhandari: Use square brackets syntax in sql queries 2021-01-05 15:02:37 +00:00
CommentStatisticsInterface.php
CommentStorage.php Issue #2937515 by Spokje, quietone, idebr, longwave, SherFengChong, anweshasinha, borisson_, mfernea, xjm, bbrala, daffie, Berdir: Fix Drupal.Array.Array.[ArrayClosingIndentation, ArrayIndentation] coding standard 2022-09-27 11:11:12 +01:00
CommentStorageInterface.php Issue #3240167 by andypost, alexpott, daffie, larowlan: \Drupal\comment\CommentStorage::getMaxThread() and \Drupal\comment\Entity\Comment::getThread() cause deprecations on PHP 8.1 2021-10-04 16:07:16 +01:00
CommentStorageSchema.php Issue #2885809 by amateescu, Wim Leers, dawehner, Berdir, andypost: The 'entity_type' and 'field_name' base fields on Comment are required 2018-11-26 12:21:16 +00:00
CommentTranslationHandler.php Issue #2776975 by joelpittet, dawehner, tim.plunkett, xjm, pfrenssen: March 3, 2017: Convert core to array syntax coding standards for Drupal 8.3.x RC phase 2017-03-03 19:20:24 -06:00
CommentTypeForm.php Issue #3364773 by roshnichordiya, Chris Matthews, thakurnishant_06, quietone, xjm, yoroy: Make help text consistent on entity bundle forms (Content/Comment/Media/Block) 2023-09-29 19:11:18 -05:00
CommentTypeInterface.php
CommentTypeListBuilder.php Issue #2587415 by lauriii, LoMo, hooroomoo, longwave: Comment types UI confusing and inconsistent 2023-07-19 17:56:34 +02:00
CommentViewBuilder.php Issue #3240167 by andypost, alexpott, daffie, larowlan: \Drupal\comment\CommentStorage::getMaxThread() and \Drupal\comment\Entity\Comment::getThread() cause deprecations on PHP 8.1 2021-10-04 16:07:16 +01:00
CommentViewsData.php Issue #3163425 by shetpooja04, paulocs: Unused variable $fields in comment module, CommentViewsData.php 2020-08-14 10:08:00 +01:00