summaryrefslogtreecommitdiff
path: root/modules/comment.module
Commit message (Collapse)AuthorAge
* - Renamed 'user comments' to 'comment options' for consistency.'Dries Buytaert2005-08-28
|
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #23620 by Robin: don't hard code forms into comment.module. Will beDries Buytaert2005-08-17
| | | | depricated by form API patch though. Hopefully helps migration.
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-08-01
| | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
* - #27551: Rename check_output() to check_markup(). Needs contrib updates!Steven Wittens2005-07-29
|
* - #27624, #27614, #27627: dead codeSteven Wittens2005-07-29
|
* - #25285: Use correct permission for node form comment adminSteven Wittens2005-07-25
|
* - Fixed typo reported by Stefan: theem -> themeDries Buytaert2005-07-20
|
* - Modified patch #18656 by Moshe: unifies the admin comment form and the ↵Dries Buytaert2005-07-19
| | | | | | usual comment form, similar to what we did for nodes. This resulted lots of duplicate code removal. Also gave administrators the ability to change the author and timestamp of a comment. Also removed comment links from the bottom of the comment preview box (as we did for nodes) Modifications: fixed breadcrumbs, tidied up delete confirmation page to be consistent with node deletions..
* - Patch #25634 by chx: simplified node_load().Dries Buytaert2005-07-17
|
* - Removed tab.Dries Buytaert2005-07-05
|
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch #16204 by Thox: committed the collapsible form elements patch.Dries Buytaert2005-06-21
| | | | | | NOTE: this patch works well, but the improved node edit form still has some rough edges. It is important that we continue to improve usability. Give it a try.
* - #23285: Allow theming of comment previews, like node previews.Steven Wittens2005-05-22
|
* - Patch #22804 by Cvbge: fixed typo in documentation.Dries Buytaert2005-05-14
|
* - Patch #21221 by Robert: make status values in comment.module defined ↵Dries Buytaert2005-05-05
| | | | constants for readability.
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - Modified patch #18215 by ankur: make sure the comment statistics update ↵Dries Buytaert2005-04-08
| | | | after approval in the moderation queue.
* - Patch by Drumm: change the wording for clarity.Dries Buytaert2005-04-08
|
* - By default, do not show comment controls.Dries Buytaert2005-04-07
|
* - Patch #20103 by Neil: Removing another place where we have hard coded HTML ↵Dries Buytaert2005-04-07
| | | | instead of the form functions. The unpublish selection actually didn't seem to work, so I removed it since we have delete. It should be implemented as a link anyway.
* - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵Dries Buytaert2005-04-01
| | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - Patch #19009 by chx: fixed a bug with comment replies letting one access ↵Dries Buytaert2005-03-20
| | | | nodes.
* - #18939 (Stefan): Always use paragraph tags around page help text.Steven Wittens2005-03-18
|
* - Patch #17161 by Morbus: increase 40-character limit in URL field for comments.Dries Buytaert2005-03-16
|
* - Patch #14109 by wulff/Morbus: added missing t() funcitonDries Buytaert2005-03-16
|
* - Patch #18692 by Goba: old comments (comments for nodes having no entry in ↵Dries Buytaert2005-03-12
| | | | the history table anymore) are counted as new comments, since the timestamp retrieved from the history table is used to check for new comments (which is 0, if an entry was not found). This patch sets the timestamp used to check for new comments to the NODE_NEW_LIMIT value at least (which is when the history table was/should have been pruned).
* - Patch #18676 by frjo: When anonymuos users are allowed to add comments ↵Dries Buytaert2005-03-10
| | | | there are a required e-mail field. This field are, as far as i can see, not shown publicly. A user asked me about this and after confirming that it is not shown publicly I added a description that inform the users of this. I have included a patch that add the description "The content of this field is kept private and will not be shown publicly". This is the same description that is used by the profile module.
* #18329: Unify confirmation messages (and make them themable)Steven Wittens2005-03-03
|
* - #17877: Auto-fill comment subject during _validate rather than _save.Steven Wittens2005-02-27
|
* - Patch #17208 by asimmonds: help text fixes:Dries Buytaert2005-02-12
| | | | | | | | | - permissions menu link updates in a number of modules help - anchor link fix in distributed auth help - "my account" link fix in user help - spelling correction in tracker.module help - I also changed 'admin/access/perms' to 'admin/access/permissions'.
* - Patch #11366 by Junyor: fixed twin comment problem in HEAD.Dries Buytaert2005-02-11
|
* - Patch #16246 by Moshe: added mechanism to direct the user back to the ↵Dries Buytaert2005-02-01
| | | | | | referring page after completing a form. (Moshe: the patch against node.module failed to apply.)
* - Patch by Jose A Reyero: fixed probem with db_rewriste_sql() in the ↵Dries Buytaert2005-01-31
| | | | comment.module.
* - Patch #16253 by Goba: incremental improvements to the new content markers.Dries Buytaert2005-01-30
| | | | Goba: it would be nice if one of the core themes would showcase this functionality. ;-)
* - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.Dries Buytaert2005-01-29
|
* - Patch #16253 by Goba: this simple and straightforward patch adds the ↵Dries Buytaert2005-01-27
| | | | ability to define different types of markers (while retaining the old default behaviour of the new and required markers to look the same). Someone with enough time on his hands might be able to partition the new marker to a real new marker and a changed marker (since node_is_new() returns TRUE even if nodes changed, and not only when they are new). This is the base on which the new patch can be worked though.
* - Modified patch #14170 by Neil: improved default workflow (default node ↵Dries Buytaert2005-01-24
| | | | | | type) configuration page. Modified the patch to remove some redundant code, to translate strings, and to better use the menu system.
* - Fix tracker pager count query being wrong (it did not return a count but a ↵Steven Wittens2005-01-19
| | | | | | set, and it counted nodes with more than 1 comment as multiple nodes). - Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings.
* - The real code fixes ;)Steven Wittens2005-01-17
|
* - Patch #14731 by chx: made it possible to rewrite node queries.Dries Buytaert2005-01-16
|
* - Fix comment pager counting unpublished comments.Steven Wittens2005-01-12
|
* - Fix comment pager counting unpublished comments.Steven Wittens2005-01-12
|
* - Updated two watchdog calls.Dries Buytaert2005-01-09
|
* - Patch #13260 by UnConeD: watchdog module improvements.Dries Buytaert2005-01-09
| | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide.
* - Patch #14917 by UnConeD/Steven:Dries Buytaert2004-12-31
| | | | | | | | 1) The different types of search, which used to be radio button options in the search form, are now subtabs of "search" (default "search/node"). This seems better from a UI point of view, but also has another advantage: modules which implement a custom search form (flexinode, project) can add it as a subtab of search. This means that all search forms will be located in the same place, and also without needing an extra api call to search.module. 2) The current code was a bit hackish, as the indexing of comments along with nodes was hardcoded in node.module. Instead, I created a nodeapi operation "update index" which allows modules to add more data for a node that is being indexed. Comments are now indexed using this mechanism and from comment.module, which is a lot cleaner. 3) The search results format was also hardcoded to include "N comments". I replaced this with a nodeapi operation "search result" and moved the comment code to comment.module where it belongs. This op is quite useful, as for example I also modified upload.module to add "N attachments" to a search result if any are present.
* - Patch #14882 by Jeremy: removed some cruft: status = 2 is no more.Dries Buytaert2004-12-29
|
* - Patch #14710 by tangent: only show post button if preview is optional or ↵Dries Buytaert2004-12-23
| | | | if we are in preview mode. We show the post button in preview mode even if there are form errors so that optional form elements (e.g., captcha) can be updated in preview mode.