summaryrefslogtreecommitdiff
path: root/modules/comment/comment.pages.inc
Commit message (Collapse)AuthorAge
* Issue #1532682 by TravisCarden: Fix return value docs for comment_reply functionJennifer Hodgdon2012-06-06
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #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.
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* - Patch #520760 by sun, Berdir, Steven Merrill, David_Rothstein, Heine, ↵Dries Buytaert2010-06-10
| | | | duellj, catch: fixed SA-CORE-2009-007 user signature format.
* - Patch #763048 by catch: critical bug: remove drupal_unpack()() due to ↵Dries Buytaert2010-04-13
| | | | namespacing collisions.
* #66264 by boombatower, grendzy, et al: Remove CSRF vulnerability from ↵Angie Byron2010-03-28
| | | | comment module.
* #606608 follow-up by Gábor Hojtsy and sun: Go back to numeric placeholders ↵Angie Byron2010-02-22
| | | | for comment menu paths for performance.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment ↵Angie Byron2010-01-07
| | | | body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support.
* Roll-back of #654854: this causes tests to fail.Angie Byron2009-12-27
|
* #654854 by marcingy and yched: Remove unneeded node_build() when creating a ↵Angie Byron2009-12-25
| | | | new comment.
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* - Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router ↵Dries Buytaert2009-10-16
| | | | paths for comment/*.
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #571604 by catch: Stop calling node_load() 3 times for every comment. ;)Angie Byron2009-09-11
|
* - Patch #537062 by yched: remove unneeded comment_edit() page callback and ↵Dries Buytaert2009-08-01
| | | | convert some code from arrays to objects for consistency.
* - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵Dries Buytaert2009-07-31
| | | | bye comments as nodes?
* - Patch #523950 by moshe weitzman, yched, catch: update comment rendering to ↵Dries Buytaert2009-07-28
| | | | take full advantage of the drupal_render() paradigm.
* - Patch #504678 by catch: use objects instead of arrays.Dries Buytaert2009-07-01
|
* - Patch #307422 by brianV: for usability's sake, use 'Add new comment' ↵Dries Buytaert2009-06-08
| | | | across the board.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #468944 by Berdir: database clean-ups for comment.module.Dries Buytaert2009-05-21
|
* - Patch #372471 by JamesAn et al: killed theme_box().Dries Buytaert2009-04-20
|
* - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of ↵Dries Buytaert2009-03-17
| | | | comment status. Usability improvement based on testing in Baltimore.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #352337 by catch: Avoid pager query if there are no comments on a node.Angie Byron2009-01-31
|
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* - Patch #314532 by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: ↵Dries Buytaert2008-11-11
| | | | convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with ↵Dries Buytaert2008-06-24
| | | | caching.
* - Patch #66264 by boombatower: comment approval displayed on node view of ↵Dries Buytaert2008-06-03
| | | | comment. Comes with tests and everything.
* - Patch #258171 by Senpai: code cleanup.Dries Buytaert2008-05-14
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵Gábor Hojtsy2007-12-16
| | | | aggregator, comment and system modules
* - Patch #163499 by Crell et al: split up comment module.Dries Buytaert2007-10-31