summaryrefslogtreecommitdiff
path: root/modules/comment
Commit message (Collapse)AuthorAge
* Issue #1178580 by Dave Reid: Fixed PHP notices with [node:summary], ↵webchick2011-10-01
| | | | [node:body], or [comment:body] if there is no body field or language mismatch.
* Issue #1000282 by dixon_, sun: Fixed argument missing for ↵webchick2011-09-30
| | | | comment_load()[_multiple]().
* Issue #1110650 by oriol_e9g, JohnAlbin, linclark, dixon_: Fixed ↵webchick2011-09-30
| | | | comment-by-anonymous class never appears.
* Issue #1018050 by sun: Provide node type/bundle in comment_entity_info().webchick2011-09-30
|
* - Patch #1281436 by dixon_: double spaces in comment.module.Dries Buytaert2011-09-16
|
* Issue #1069080 by Marie Wendel, droplet: Fixed ↵webchick2011-09-05
| | | | node_comment_statistics().last_comment_timestamp() description.
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* Merge branch '7.4-security' into 7.xwebchick2011-07-27
|\
| * Drupal 7.5webchick2011-07-27
| |
* | Issue #983632 by peterpoe, marcingy, catch: Fixed 'New' comment marker does ↵webchick2011-07-04
| | | | | | | | not work.
* | Issue #813052 by lyricnz, droplet, dinknaround: Fixed Undefined index: ↵webchick2011-06-29
|/ | | | format in comment_preview() line 2065 and line 2183.
* Issue #253725 by jhodgdon: Fixed () in search results does not have array ↵webchick2011-06-26
| | | | keys on comments and uploads values.
* - Patch #1188880 by mr.baileys, tstoeckler: comment module test fails randomly.Dries Buytaert2011-06-18
|
* Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules ↵webchick2011-06-14
| | | | must call field_attach_delete_bundle() in hook_uninstall().
* - Patch #1110842 by JohnAlbin: comment preview color is missing due to ↵Dries Buytaert2011-05-28
| | | | mis-targeted CSS rule.
* Issue #1154806 by lyricnz, marcingy, Starminder: Fixed Comment Schema ↵webchick2011-05-23
| | | | mismatch after upgrade D6 to D7.
* - Patch #1120412 by skwashd: comment_save() doesn't support additional ↵Dries Buytaert2011-05-22
| | | | columns added by hook_schema_alter().
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* - Patch #1149912 by grendzy, sun: recent comments block displays old, ↵Dries Buytaert2011-05-14
| | | | out-of-order comments.
* - Patch #936844 by bleen18: cannot override comment author to or from Anonymous.Dries Buytaert2011-05-13
|
* - Patch #1032024 by grendzy: comment_form_submit() overwrites author/visitor ↵Dries Buytaert2011-04-10
| | | | cookie when moderating/administering comments.
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* - Patch #1019922 by Jody Lynn: corrections to the comment_access() function ↵Dries Buytaert2011-01-13
| | | | description.
* #904214 by moshe weitzman: Fixed administer comments does not respect node ↵Angie Byron2011-01-03
| | | | access.
* #754760 by sun, chx, dmitrig01, manarth, EvanDonovan, derjochenmeyer, ↵Angie Byron2011-01-02
| | | | joachim: Fixed all possible problems with comment links, using new generatePermutations testing function.
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #1005004 by markabur, bfroehle: Fixed critical Editing a comment destroys ↵Angie Byron2010-12-28
| | | | its creation date
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* - Patch #890128 by carlos8f, sumitk: comment body missing if comment module ↵Dries Buytaert2010-12-18
| | | | enabled after a content type module.
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* - Patch #986992 by yched, sun: fixed insane etid / ↵Dries Buytaert2010-12-14
| | | | {field_config_entity_type()} abstraction.
* - Patch #991726 by wojtha, meba: missing format_plural() in comments and ↵Dries Buytaert2010-12-09
| | | | node module.
* - Patch #632382 by mr.baileys, sun: 'Your name' should not be prepopulated ↵Dries Buytaert2010-12-09
| | | | with Anonymous.
* #974072 by Damien Tournoud: Fixed Comment publish / unpublish actions are brokenAngie Byron2010-12-04
|
* #903392 by jhodgdon, rayasa: Fixed 'Add new comment' text appears in search ↵Angie Byron2010-12-04
| | | | result snippet
* #886752 by jhodgdon: Fixed SQL error on PostgreSQL in comment.moduleAngie Byron2010-12-01
|
* #364470 follow-up by Dave Reid, JohnAlbin, et al: Move submitted by back ↵Angie Byron2010-12-01
| | | | into a variable. The string approach was too limited.
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be ↵Dries Buytaert2010-11-30
| | | | registered as a library.
* #867956 follow-up by sun: Clean-ups to previous patchAngie Byron2010-11-23
|
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly ↵Angie Byron2010-11-20
| | | | extended.
* #963612 by chx, sun: Stop notices in templates if comment form doesn't exist.Angie Byron2010-11-15
|
* #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: ↵Angie Byron2010-11-14
| | | | themes are unable to render one group of node links separately from another.
* #923826 by catch, carlos8f, moshe weitzman: Fixed entity delete operations ↵Angie Byron2010-11-14
| | | | should use transactions.
* - Patch #965628 by AnalogFile: db_ignore_slave() not called when saving a ↵Dries Buytaert2010-11-12
| | | | comment.
* #808560 follow-up by carlos8f: Remove periodically failing tests; to be ↵Angie Byron2010-11-08
| | | | fixed in follow-up issue.
* - Patch #915936 by sun: make it easier to define checkboxes/radios with ↵Dries Buytaert2010-11-07
| | | | customized sub-elements.