summaryrefslogtreecommitdiff
path: root/modules/comment.module
Commit message (Expand)AuthorAge
* - 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
* - Fixed import and comment module problems. Patch by Gabor.Dries Buytaert2003-09-29
* - Made sure all menu items can be translated. Path by Goba.Dries Buytaert2003-09-28
* - Committed Al's new admin link texts. Remarks:Dries Buytaert2003-09-27
* - Committed the admin menu integration patch. Thanks Adrian, Stefan and others.Dries Buytaert2003-09-26
* - Fixed bug 2803: a user's signature was being erased when administered.Dries Buytaert2003-09-21
* - Committed Nick's _content improvements.Dries Buytaert2003-09-20
* - Committed a partial administration page integration patch.Dries Buytaert2003-09-19
* - Book module improvements. This commit changes the behavior of the "view"Dries Buytaert2003-09-15
* - Gerhard's uid 0 patches. These patches bring various performanceDries Buytaert2003-09-09
* - Fixed bug with being able to post comments while you shouldn't. Patch byDries Buytaert2003-09-03
* - Fixed a number of small user experience inconsistencies pointed out byDries Buytaert2003-08-23
* - Correct caps in table headersDries Buytaert2003-08-21
* - Applied Moshe's tablesort patch! Note that I changed the arrow imagesDries Buytaert2003-08-21
* - Documentation fixes by Michael F.Dries Buytaert2003-08-13