summaryrefslogtreecommitdiff
path: root/modules/comment.module
Commit message (Expand)AuthorAge
* - 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
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-07
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-06
* - Improvement: made it possible to disable the comment controls and reworded ...Dries Buytaert2003-10-31
* - Fixed typo in comment module documentation. Patch by Mark Coady.Dries Buytaert2003-10-24
* - Documentation fix: updated context-sensitive help to match menu item changes.Dries Buytaert2003-10-24
* - Bugfix: prefix not prepended to sequences. Fixes bug #3639.Dries Buytaert2003-10-22
* - Simplified comment counter caches a bit: removed some redundant SQL code.Dries Buytaert2003-10-20
* Patch by Moshe:Dries Buytaert2003-10-17
* - Fixed bug #3637: made comment module settings translatable. Patch #13 by M...Dries Buytaert2003-10-16
* - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). P...Dries Buytaert2003-10-14
* - Fixed a dozen link titles that were no longer correct due to the menuDries Buytaert2003-10-09
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
* - Fixed translation problem with comment module. Patch by Gobar.Dries Buytaert2003-10-05
* - Some documentation fixes by Matt.Dries Buytaert2003-10-03
* - Fixed bug #3449: comment display settings can't be translated.Dries Buytaert2003-10-03
* - Help improvements and translation improvements from Michael. Thanks!Dries Buytaert2003-10-03
* - Performance improvement: removed redundant inner join. Patch by Kjartan.Dries Buytaert2003-10-03