summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
Commit message (Collapse)AuthorAge
* - 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
| | | | Patch by Stefan.
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-06
| | | | | | | | Patch by Stefan. - Usability improvement: introduced a form_group() function and updated the node and comment module to take advantage of it. Patch #149 by Eric Farris.
* - Improvement: made it possible to disable the comment controls and reworded ↵Dries Buytaert2003-10-31
| | | | | | | | | | | | | | | | some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
* - 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
| | | | Fixes critical bug #3453. (In the end someone has to do it ...)
* - Bugfix: prefix not prepended to sequences. Fixes bug #3639.Dries Buytaert2003-10-22
| | | | | | | | | | Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field);
* - Simplified comment counter caches a bit: removed some redundant SQL code.Dries Buytaert2003-10-20
| | | | Maybe this will fix Jeremy's "phantom comments".
* Patch by Moshe:Dries Buytaert2003-10-17
| | | | | | | | | | | | | - comment.module: fixed an ambigous 'timestamp' query - forum.module: prev/next links no longer excerpt from the title+body in their title attribute. they now excerpt from only their title. this is more consistent with rest of drupal, and GROUP BY on node.body which isn't appreciated by MSSQL. also replaced some '' with NULL which caused errors in MSSQL - statistics.module: replaced a USING join with a standard ON join. USING is not as widely supported, and functionally equivalent.
* - Fixed bug #3637: made comment module settings translatable. Patch #13 by ↵Dries Buytaert2003-10-16
| | | | | | | | | | | | | Moshe. - Fixed bug #3642: removed duplicate settings from user page. Patch #14 by Moshe. - Fixed bug #3503: added 'forum topic' link to the 'create content' menu. Patch by Gobar. I think this might be more intuitive and consistent code-wise; I don't want to introduce small hacks. - Cache improvement: small cache improvement to prevent SQL errors. Patch by Jeremy.
* - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). ↵Dries Buytaert2003-10-14
| | | | | | | | | | | | | | Patch by Nick (CodeMonkeyX). - Bugfix: anonymous users could not change comment settings. Patch by Bart. - Bugfix: the comment control form always showed "order by date - newest first", no matter what order you selected. Patch by Bart. - Small usability improvement: only display comment controls when there are comments to show. Patch by Bart.
* - Fixed a dozen link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | changes.
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - 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
| | | | | | | | | | | | > Currently the admin menu does not work for comment.module and import > module. Import module has the problem of not taking care of the fact in > the arg() function calls that the module is pushed one level down in the > menu (similar to the user.module and block.modules problems already > fixed). The comment.module has a problem with trying to translate an $op > which comes from the URL (and is therefore not translated). > > The attached patch also fixes the bogus URLs in import.module help texts > (as the module part is pushed down into /admin/node instead of /admin).
* - 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
| | | | | | | 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch.
* - 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
| | | | | hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick.
* - Gerhard's uid 0 patches. These patches bring various performanceDries Buytaert2003-09-09
| | | | improvements. Requires a database update.
* - Fixed bug with being able to post comments while you shouldn't. Patch byDries Buytaert2003-09-03
| | | | Garym.
* - Fixed a number of small user experience inconsistencies pointed out byDries Buytaert2003-08-23
| | | | Keith.
* - Correct caps in table headersDries Buytaert2003-08-21
|
* - Applied Moshe's tablesort patch! Note that I changed the arrow imagesDries Buytaert2003-08-21
| | | | because those of Moshe where not identical.
* - Documentation fixes by Michael F.Dries Buytaert2003-08-13
|
* - Committed Marco's comment module patch:Dries Buytaert2003-08-12
| | | | | | | | | | | + Dramatically improves performance of large discussions/threads: only very few SQL queries are required. + Replaces custom pager with standard pager. Modifications by me: + Reworded some code comments. + Removed dependencies on pager internals.
* - Miscellanious comment module fixes. Patch 20030806.comment-misc.patch byDries Buytaert2003-08-08
| | | | Bart Jansens.
* - 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
| | | | by me.
* - Performance improvement: changed a fair amount of "left joins" to "innerDries Buytaert2003-07-12
| | | | joins". Patch by Gerhard.
* - 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
| | | | Fixes bug #2127.
* - 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
| | | | | | | | | | | | #33 by Al. - Bugfix: fixed translation problems in the user module and the block module. Patch by Stefan. - Improvement: made it impossible to delete user role #1 and #2. Patch #38 by Al. - Improvement: fixed the "Allowed HTML tag" issues. Makes for better code and improved usability. Patch #35 by Al. NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
* - 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
| | | | bug #1437 for all themes (incl. theme Marvin and theme UnConeD).