Commit Graph

1162 Commits (997f000a06e3a58f4f53b8b56c91710c7b068ad9)

Author SHA1 Message Date
mcdruid 78234c808f Issue #3085163 by mcdruid, Taran2L, Steven Jones: Comment module causes PHP 7.4 Notices on uninstall 2020-05-06 17:46:21 +01:00
Fabian Franz 33013d38e0 Issue #1569856 by wizonesolutions, faline, IvoryTierra, tstoeckler, sun, cebasqueira: Make CommentHelperCase support $modules like DrupalWebTestCase and make CommentNodeAccessTest use that 2016-11-29 10:59:27 -08:00
David Rothstein c3bf7484b3 Issue #611294 by swentel, klausi, David_Rothstein, tsphethean, jenlampton, attiks, yched, sun, benjy, dcam: Added a new "administer fields" permission for trusted users to use the field UI. 2016-05-28 14:43:25 -04:00
David Rothstein ab19278643 Issue #1461732 by filijonka, Cottser, dcam, marcingy, swentel, udaksh: Fatal error when using the Comment module's "Unpublish comment containing keyword(s)" action 2015-03-29 16:31:39 -04:00
David Rothstein c312e5ee55 Issue #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed hook_field_formatter_prepare_view does not make use of hook_entity_view_mode_alter causing major errors. 2014-11-01 17:31:26 -04:00
David Rothstein 56670b32a0 Issue #1200478 by mitron, pounard, David_Rothstein | nicholasThompson: Incorrect setting of the 'class' attribute to a string in the Comment module (could cause fatal errors under rare conditions). 2014-05-06 01:58:11 -04:00
David Rothstein 25875f96de Issue #1798066 by boztek, dcam, larowlan | Anonymous: Clean up CommentTestBase::setCommentSettings(). 2013-12-30 16:14:55 -05:00
David Rothstein 257fac8454 Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead. 2013-12-29 15:32:28 -05:00
Jennifer Hodgdon 558e9a7da1 Issue #1943664 by joachim: Use new standards to document entity info callback functions 2013-04-04 15:52:56 -07:00
David Rothstein 3d169b3bb6 Issue #1857956 by catch, David_Rothstein: Do not re-prepare comment update timestamp if it's the same as the created timestamp (performance improvement). 2013-01-07 22:18:56 -05:00
David Rothstein dfed194c63 Issue #1534674 by plach, slowflyer: Fixed Comment field language is completely broken. 2012-12-26 22:49:51 -05:00
David Rothstein 6e344fd49c Issue #1154382 followup by plach: Fixed several issues with the newly-added hook_entity_view_mode_alter(). 2012-11-06 01:59:01 -05:00
Jennifer Hodgdon 469589eea1 Issue #372416 by naxoc: Remove refs to nonexistent theme function in docs 2012-10-17 09:38:15 -07:00
Jennifer Hodgdon 2deea29304 Issue #1742602 by dcam, Lars Toomre, xjm, lazysoundsystem: Remove t() from assert messages in comment module tests 2012-10-12 09:06:49 -07:00
Jennifer Hodgdon e27ec205f7 Issue #1799116 by jwilson3: Standardize on installation profile terminology 2012-10-10 10:26:08 -07:00
webchick 13f16ae342 Issue #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, chx: Fixed View mode no longer can be changed. 2012-09-30 20:37:55 -04:00
Jennifer Hodgdon 409db6b299 Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms 2012-09-17 12:12:26 -07:00
Jennifer Hodgdon 03c644b2ca Issue #716496 by killtheliterate, rootwork: Make sure all core template files are in themeable group 2012-08-28 11:33:18 -07:00
Jennifer Hodgdon 7a7abd77b4 Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates are listed in the updates-7.x-extra group 2012-07-16 09:45:43 -07:00
David Rothstein a12152309a Issue #1495648 by plach: Introduce entity language support. 2012-06-09 15:51:03 -04:00
Jennifer Hodgdon 93a96563fb Issue #1532682 by TravisCarden: Fix return value docs for comment_reply function 2012-06-06 08:39:15 -07:00
David Rothstein ecf40c67a9 Issue #890790 by Tor Arne Thune, davidjdagino, moshe weitzman | jenlampton: Added tests to ensure that deleting nodes deletes their comments. 2012-06-04 01:18:27 -04:00
Jennifer Hodgdon e039aaaa32 Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks 2012-05-23 12:25:30 -07:00
Jennifer Hodgdon 4fb8e143a3 Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages 2012-03-26 11:28:49 -07:00
webchick b04f183beb Issue #97327 by PMunn, NROTC_Webmaster, xjm, maartenvg, killes@www.drop.org, gdavid, Zed Pobre: Fixed Data corruption in comment IDs (results in broken threading on PostgreSQL). 2012-03-04 10:52:33 -08:00
webchick da64005eda Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview. 2012-03-01 22:20:00 -08:00
webchick 810a7b9a4a Revert "Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview."
This reverts commit 186437d33a.
2012-03-01 22:07:10 -08:00
webchick 186437d33a Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview. 2012-03-01 20:53:59 -08:00
webchick 300a007c71 Issue #1267918 by Niklas Fiekas, darrellulm: Fixed User signature does not appear in comment preview. 2012-02-28 23:24:00 -08:00
webchick 4c8c6eefb8 Issue #336483 by brianV, catch: Fixed Performance: SELECT MAX(comment_count()) FROM node_comment_statistics() does full table scan. 2012-02-01 09:12:19 -08:00
webchick df99795a5d Issue #289504 by catch, mikeryan, moshe weitzman: Fixed user_delete() performance: index comment uid columns. 2012-02-01 09:09:46 -08:00
webchick 060b016ae0 Issue #1110650 follow-up by sun: Oops. No entity_create() in 7.x. :) 2012-01-30 22:40:44 -08:00
webchick 07c5fbae1d Issue #1110650 follow-up by grendzy, oriol_e9g, sun: Fixed comment-by-anonymous class never appears. 2012-01-30 20:59:06 -08:00
webchick a8737c296c Issue #1181750 by Everett Zufelt, sun: Fixed Removal of 'Hidden' option in comment settings form may break programmatic form submissions. 2012-01-21 09:19:11 -08:00
webchick 2bdebdb7a5 Issue #1399896 by xjm: Fixed testCommentNewCommentsIndicator() is inside CommentHelperCase and therefore gets run repeatedly. 2012-01-14 01:02:36 -05:00
webchick f3268d135d Issue #1178580 by Dave Reid: Fixed PHP notices with [node:summary], [node:body], or [comment:body] if there is no body field or language mismatch. 2011-10-01 23:38:23 -07:00
webchick 113662a617 Issue #1000282 by dixon_, sun: Fixed argument missing for comment_load()[_multiple](). 2011-09-30 14:42:04 -07:00
webchick 33c58e171c Issue #1110650 by oriol_e9g, JohnAlbin, linclark, dixon_: Fixed comment-by-anonymous class never appears. 2011-09-30 13:50:35 -07:00
webchick c9aed20995 Issue #1018050 by sun: Provide node type/bundle in comment_entity_info(). 2011-09-30 13:07:42 -07:00
Dries Buytaert 2b2de077e3 - Patch #1281436 by dixon_: double spaces in comment.module. 2011-09-16 14:58:36 -04:00
webchick a42839c52d Issue #1069080 by Marie Wendel, droplet: Fixed node_comment_statistics().last_comment_timestamp() description. 2011-09-05 11:31:13 -07:00
webchick 1e48014398 Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The dependencies declared in core's hook_update_dependencies() implementations aren't actually correct. 2011-08-06 16:29:31 -07:00
webchick 1f124bf1ac Merge branch '7.4-security' into 7.x 2011-07-27 13:19:38 -07:00
webchick b38a806c16 Drupal 7.5 2011-07-27 13:16:17 -07:00
webchick 3614a37327 Issue #983632 by peterpoe, marcingy, catch: Fixed 'New' comment marker does not work. 2011-07-04 21:54:53 -07:00
webchick 0f9c1354d1 Issue #813052 by lyricnz, droplet, dinknaround: Fixed Undefined index: format in comment_preview() line 2065 and line 2183. 2011-06-29 23:51:36 -07:00
webchick 2ecc273c60 Issue #253725 by jhodgdon: Fixed () in search results does not have array keys on comments and uploads values. 2011-06-26 23:11:35 -07:00
Dries Buytaert b0e5aa3f06 - Patch #1188880 by mr.baileys, tstoeckler: comment module test fails randomly. 2011-06-18 20:19:54 -04:00
webchick 6bca3db38b Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules must call field_attach_delete_bundle() in hook_uninstall(). 2011-06-14 04:27:14 -04:00
Dries Buytaert e33de1cd77 - Patch #1110842 by JohnAlbin: comment preview color is missing due to mis-targeted CSS rule. 2011-05-28 09:27:49 -04:00