summaryrefslogtreecommitdiff
path: root/modules/comment.module
Commit message (Expand)AuthorAge
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-04-21
* - Fixed problem with global session variable that caused the wrong page toDries Buytaert2004-04-18
* - Patch by JonBob/Jonathan: reworked the menu system so that menus areDries Buytaert2004-04-15
* Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping ...Steven Wittens2004-04-15
* - More profile module improvements:Dries Buytaert2004-03-21
* - Partial patch #6375 by jik: it's -> itsDries Buytaert2004-03-20
* - Partial patch #6375 by jik: fixed broken URL in comment help.Dries Buytaert2004-03-20
* - Bug #6595: made the signature's textarea less wideDries Buytaert2004-03-20
* Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.Dries Buytaert2004-03-20
* - Bugfix: mark new comments when show as 'folded'Dries Buytaert2004-03-12
* - Rewrote the profile module:Dries Buytaert2004-03-11
* - Removed broken throttle.Dries Buytaert2004-03-01
* - Patch #6129 by Goba: fixed dependencies on search module.Dries Buytaert2004-02-29
* - Patch by Steven: removed redundant permission checks. These are no longerDries Buytaert2004-02-15
* - Patch #4861 by Moshe/TDobes: made the comment module use the _link hook.Dries Buytaert2004-02-15
* - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().Dries Buytaert2004-02-12
* - Patch 4902 by Goba:Dries Buytaert2004-02-11
* - Patch #5766 by Moshe: replace getenv() with $_SERVER.Dries Buytaert2004-02-10
* - First batch of profile module improvements:Dries Buytaert2004-02-07
* - Patch #5501: fixed invalid HTML in the comment and tracker module.Dries Buytaert2004-02-07
* - Patch by Goba: added form descriptions where appropriate and removed someDries Buytaert2004-01-31
* - Fixed bug #5479: Default comments per page setting broken. (walkah)Kjartan Mannes2004-01-29
* - Patch 4332 by Goba: eliminate compose tips module.Dries Buytaert2004-01-27
* - Patch #5393 by Goba: changes the search hook return value, and requires an ...Dries Buytaert2004-01-26
* Patch 5287 by Stefan: multiline help texts should become inside a single $out...Dries Buytaert2004-01-23
* - Patch 5283 by Stefan: fixed typos in comment module.Dries Buytaert2004-01-21
* - Changed some wordingDries Buytaert2004-01-19
* - Comment setting improvements: updated the form descriptions, reorganized theDries Buytaert2004-01-17
* - Patch 4859: new drupal_unpack() consolidates duplicate code and makes itDries Buytaert2004-01-13
* - Patch #5021: clean up URLs in _help texts. Patch by UnConeD.Dries Buytaert2004-01-11
* - Patch #4924: made the comment form themeable. Patch by Goba.Dries Buytaert2004-01-03
* - Fixed typo: comment_delete_thread() -> _comment_delete_thread().Dries Buytaert2003-12-30
* - Updated code to use new semantics of url() and l().Dries Buytaert2003-12-29
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
* - Tidied up some inconsistencies in the code: scripts/code-style.sh is your f...Dries Buytaert2003-12-28
* - Fixed bug 4710: comment module should use drupal_set_message() correctly.Dries Buytaert2003-12-24
* - Updated the calls to menu() to use MENU_HIDE instead of 1Dries Buytaert2003-12-17
* - Replaced the tables used to structure the threaded comment view by div's.Dries Buytaert2003-12-15
* - Bugfix: the location of comment submission form was incorrect. Patch byDries Buytaert2003-12-09
* - Improvements by Goba:Dries Buytaert2003-12-08
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
* - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf,...Dries Buytaert2003-12-04
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
* - Committed phase 3 of JonBob's menu changes. Adds an API for modules toDries Buytaert2003-11-23
* - Patch by JonBob:Dries Buytaert2003-11-20
* - Made the comment module themable. Patch by CodeMonkeyX.Dries Buytaert2003-11-15
* - table(...) -> theme("table", ...)Dries Buytaert2003-11-13
* - Fixed bug #4080: comments shown against wrong node. Reported by chrish.Dries Buytaert2003-11-12
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09