summaryrefslogtreecommitdiff
path: root/modules/comment.module
Commit message (Expand)AuthorAge
* - Patch #14917 by UnConeD/Steven:Dries Buytaert2004-12-31
* - Patch #14882 by Jeremy: removed some cruft: status = 2 is no more.Dries Buytaert2004-12-29
* - Patch #14710 by tangent: only show post button if preview is optional or if...Dries Buytaert2004-12-23
* Making comment moderation query PGSQL/ANSI compatible.Steven Wittens2004-12-20
* - Patch #13907 by Neil: less ways to set the page title.Dries Buytaert2004-12-15
* - Fixed typo: db_queryd() -> db_query()Dries Buytaert2004-12-11
* - Bugfix: make sure to update the node_comment_statistics table when a node i...Dries Buytaert2004-12-11
* - Refactored the queue module: removed the queue module's field from the node...Dries Buytaert2004-12-07
* - Patch #13816 by Neil: tidied up the comment module code a bit.Dries Buytaert2004-12-02
* - Patch #13647 by Goba:Dries Buytaert2004-11-29
* - Patch #12555 by svemir: fixed problem with the 'Preview comment' button not...Dries Buytaert2004-11-29
* - Patch #13263 and #13265 by arnab: added word-based truncation and made the ...Dries Buytaert2004-11-21
* - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemt...Dries Buytaert2004-11-21
* - Patch #12783 by Stefan: various small consistency/usability improvements.Dries Buytaert2004-11-15
* - Patch #11875 by Neil Drumm: block module configuration improvements.Dries Buytaert2004-10-31
* - Patch #12232 by Steven/UnConed: search module improvements.Dries Buytaert2004-10-31
* #12128: Change label for comment subject settings to match behaviour;Steven Wittens2004-10-28
* Comment deleting brokenSteven Wittens2004-10-18
* - Patch #11670 by TDobes: comment.module did not properly set a breadcrumb fo...Dries Buytaert2004-10-17
* - Patch #10664 by TDobes: fixed collapsed comments + updated the code comments.Dries Buytaert2004-10-16
* - Patch #9252 by TDobes: admins should be able to edit anonymous commenters' ...Dries Buytaert2004-10-15
* - Patch #11605 by TDobes: if a user happens to have uid=0 defined in their da...Dries Buytaert2004-10-15
* - Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make itDries Buytaert2004-10-15
* #10677: Confirmation when deleting a block + unifying confirmation screens.Steven Wittens2004-10-14
* #11503: Fixing bad t()Steven Wittens2004-10-13
* #11503: consistency improvements by StefanSteven Wittens2004-10-12
* #11503: (more) missing t()Steven Wittens2004-10-12
* - Orphaned the node_link() hook as per #9769.Dries Buytaert2004-10-10
* - Fixed critical bug #10664: made comment in collapsed mode work. One more d...Dries Buytaert2004-10-10
* - Patch #4925 by erikhopp: comment module emits too many id="comment"s, so th...Dries Buytaert2004-10-09
* Hopefully fixing all filter issues with comments.Steven Wittens2004-10-07
* - Patch #11316 by ankur: added missing %d in INSERT-query.Dries Buytaert2004-10-05
* Fixing problems with filter formats and comments.Steven Wittens2004-10-05
* - Patch #11286 by Neill: fixed broken link in form description.Dries Buytaert2004-10-05
* - Patch #10920 by jhriggs: fixed bug with comment moderation.Dries Buytaert2004-09-30
* Modified version of #10230: Put placement of filter format selector in a modu...Steven Wittens2004-09-28
* - Patch #10977 by Gerhard: added node permission checks to the SQL queries.Dries Buytaert2004-09-27
* - Patch #10722 by drumm: the user's signature was not remembered when the 'my...Dries Buytaert2004-09-20
* - Patch #8179 by JonBob: reintroduced menu caching.Dries Buytaert2004-09-16
* - Fixed SQL problem in _comment_update_node_statistics().Dries Buytaert2004-09-14
* - Patch #10308 by Bart Jansens/ccourtne: fixed shadow copies.Dries Buytaert2004-09-14
* - Bugfix: comment subject where not always enabled by default because the def...Dries Buytaert2004-09-11
* Comment.module:Steven Wittens2004-09-05
* - #9292: Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly ...Steven Wittens2004-08-22
* - Patch by JonBob: for consistency and readability, add brief descriptions of...Dries Buytaert2004-08-21
* - Code improvements by Stefan: use capital letters for header titles (and add...Dries Buytaert2004-08-19
* - Code improvements by Stefan: made all status messages consistent (and easie...Dries Buytaert2004-08-18
* - Patch #9983 by Stefan: usability improvement: made sure all status messages...Dries Buytaert2004-08-16
* #10033: by Jonbob, make sure no filter check is done until the first preview.Steven Wittens2004-08-13
* The Input formats - filter patch has landed. I still need to make update inst...Steven Wittens2004-08-10