summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
Commit message (Expand)AuthorAge
* - 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
* - Committed Marco's comment module patch:Dries Buytaert2003-08-12
* - Miscellanious comment module fixes. Patch 20030806.comment-misc.patch byDries Buytaert2003-08-08
* - More help system improvements by Michael.Dries Buytaert2003-08-06
* - Help system improvements from Michael.Dries Buytaert2003-08-05
* - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not testedDries Buytaert2003-07-16
* - Performance improvement: changed a fair amount of "left joins" to "innerDries Buytaert2003-07-12
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - Bugfix: fixed HTML typo in comment module. Patch by Torgeir Berg.Dries Buytaert2003-07-10
* - Fixed some "search related" bugs introduced by Moshe's latest patch.Dries Buytaert2003-06-30
* - Improvement: removed some dead code. Patch by Gerhard.Dries Buytaert2003-06-22
* - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below. Patch ...Dries Buytaert2003-06-19
* - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.Dries Buytaert2003-06-16
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
* - Comment module documentation improvements; updates by Charlie, patch by Al.Dries Buytaert2003-06-15
* - Show a non-clickable example "link" when previewing comments. Should fixDries Buytaert2003-06-12
* - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefi...Dries Buytaert2003-06-11
* Fixed some typoes...Steven Wittens2003-06-08
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reser...Dries Buytaert2003-06-04
* - Usability improvements to the node form. Patch by Al. Will incorporateDries Buytaert2003-06-03
* - Bugfix: made request_uri() rewrite ( and ) with their entity equivalentsDries Buytaert2003-06-03
* - Small usability improvement by Al.Dries Buytaert2003-05-31
* - Fixed bug 1763: changing comment preferences now works again. Tested withDries Buytaert2003-05-30
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
* - My filter commit accidentically broke the comment submission which is nowDries Buytaert2003-05-29
* - Removed check_output() from the theme system layer.Dries Buytaert2003-05-26
* - Updated Drupal to use "on output" filters. Derived from Gerhard's patch.Dries Buytaert2003-05-24
* - Fixed some PostgreSQL issues. Reported by Michael.Dries Buytaert2003-05-18
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* *** empty log message ***Dries Buytaert2003-05-10
* - Patch by Marco:Dries Buytaert2003-05-10
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
* - Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.Dries Buytaert2003-04-20
* - Node API improvements by Moshe:Dries Buytaert2003-04-15
* - Changed 'empty()' to '!isset()' to fix a caching bug. Patch by Garry.Dries Buytaert2003-04-13
* - Fixed a bug in the "comment votes" _and_ "comment filters" page. ReportedDries Buytaert2003-03-29
* - Fixed some SQL query directives.Dries Buytaert2003-03-29
* - Fixed 3 typos.Dries Buytaert2003-03-16
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - Modified patch of Moshe. Enhances the tracker module so it displayes recentDries Buytaert2003-03-14
* - Fixing bug reported by Alastair Maw. My paranoia got a little bit too muchKjartan Mannes2003-03-10
* - Moved moderation logic back into node module.Kjartan Mannes2003-03-09
* - Changed _nodeapi("conf") to _nodeapi("settings").Kjartan Mannes2003-03-08
* - Renamed "form.admin" to "form admin".Kjartan Mannes2003-03-07
* - Fixed broken URL in comment form. Patch by Ax.Dries Buytaert2003-03-06