drupal/core/modules/comment/src
Alex Pott 189be7243d Issue #2473759 by tim.plunkett, Berdir, effulgentsia: Form caches should be deleted after submission 2015-04-23 10:41:03 +01:00
..
Controller Issue #2460479 by pjonckiere: CommentController::getReplyForm() docblock has a copy paste error 2015-03-31 15:46:06 +01:00
Entity Issue #2458817 by Berdir, dawehner: Creating new user entities for anonymous users is very slow 2015-04-07 12:39:10 +01:00
Form Issue #2448605 by martin107, willzyx, tim.plunkett, klausi, dpopdan: Replace usages of drupal_get_destination() with the redirect destination service 2015-04-09 15:56:37 +01:00
Plugin Issue #2471218 by amateescu, Wim Leers: Dummy comment entity necessary for building comment form is expensive to build 2015-04-18 16:30:47 +02:00
Tests Issue #2473759 by tim.plunkett, Berdir, effulgentsia: Form caches should be deleted after submission 2015-04-23 10:41:03 +01:00
CommentAccessControlHandler.php Issue #2428703 by Wim Leers: Add a 'user.permissions' cache context (was: "Should cache contexts be able to associate a cache tag?") 2015-03-26 09:41:35 +00:00
CommentBreadcrumbBuilder.php Issue #2398075 by andypost, sarav.din33, larowlan, nemethf, hussainweb: Breadcrumbs for comment entity 2015-02-16 22:43:15 +00:00
CommentFieldItemList.php Issue #2164601 by yched, jibran, amateescu, pfrenssen: Stop auto-creating FieldItems on mere reading of $entity->field[N] 2015-02-05 08:58:52 +00:00
CommentForm.php Revert "Issue #2459753 follow-up by tim.plunkett, alexpott: EntityForm::validate() should be able to modify the form structure" 2015-04-16 10:25:19 +02:00
CommentInterface.php Issue #2456459 by andypost: CommentInterface::getCommentedEntity() should return FieldableEntityInterface 2015-03-21 00:34:39 +00:00
CommentLinkBuilder.php Issue #2273923 by mpdonadio, pfrenssen, effulgentsia, pcambra, xjm, tim.plunkett, martin107, cilefen: Remove html => TRUE option from l() and link generator 2015-03-09 15:57:27 +00:00
CommentLinkBuilderInterface.php Issue #2275659 by fago, pgautam: Separate FieldableEntityInterface out of ContentEntityInterface. 2014-10-01 16:11:14 +02:00
CommentManager.php Issue #2448605 by martin107, willzyx, tim.plunkett, klausi, dpopdan: Replace usages of drupal_get_destination() with the redirect destination service 2015-04-09 15:56:37 +01:00
CommentManagerInterface.php Issue #2357199 by andypost, naiduharish: Consider CommentManagerInterface::addDefaultField() as deprecated and remove in favour of CommentTestTrait 2015-02-09 14:17:47 +00:00
CommentPostRenderCache.php Issue #2471218 by amateescu, Wim Leers: Dummy comment entity necessary for building comment form is expensive to build 2015-04-18 16:30:47 +02:00
CommentStatistics.php Issue #2454731 by amateescu: SQLite: Fix search\Tests\SearchRankingTest 2015-04-01 12:13:09 +01:00
CommentStatisticsInterface.php Issue #1897058 by disasm, rteijeiro: Replace "boolean" with "bool" when used as param/return/var type 2015-03-31 17:03:31 +01:00
CommentStorage.php Issue #2346119 by marvil07, roderik: Fix call to undefined method Select::setCountQuery() 2015-02-21 14:31:45 +00:00
CommentStorageInterface.php Issue #2275659 by fago, pgautam: Separate FieldableEntityInterface out of ContentEntityInterface. 2014-10-01 16:11:14 +02:00
CommentStorageSchema.php Issue #2337927 by effulgentsia, plach, fago: Fixed SqlContentEntityStorage::onFieldStorageDefinition(Create|Update|Delete)() is broken for base fields. 2014-09-19 07:57:48 +01:00
CommentTranslationHandler.php Issue #1916790 by plach, YesCT, penyaskito, Gábor Hojtsy, das-peter, herom, larowlan: Convert translation metadata into regular entity fields 2015-01-25 12:03:16 +00:00
CommentTypeForm.php Issue #2401505 by Berdir, jibran, larowlan: Add an entity collection template for lists 2015-01-19 09:37:11 +00:00
CommentTypeInterface.php Issue #2228763 by larowlan, alexpott, martin107, jessebeach, xjm: Create a comment-type config entity and use that as comment bundles, require selection in field settings form. 2014-06-13 10:34:04 +01:00
CommentTypeListBuilder.php Issue #2457887 by prateekMehta, stefan.r, rpayanm, alexpott: Use Utility\SafeMarkup class instead of Utility\String for placeholder(), checkPlain(),format() functions 2015-03-29 15:13:25 -07:00
CommentViewBuilder.php Issue #2318579 by roderik, andypost, rteijeiro, ashutoshsngh, AjitS, vedpareek: Remove comment_prepare_thread() 2015-04-13 12:48:17 +01:00
CommentViewsData.php Issue #2470093 by keopx, jhodgdon, dawehner: Views plugin 'user' needs to be replaced with entity-aware 'field' plugin 2015-04-16 14:54:50 -07:00