summaryrefslogtreecommitdiff
path: root/modules/comment.module
Commit message (Collapse)AuthorAge
* - Patch by chx: fixed validation check.Dries Buytaert2005-10-01
|
* - Add some extra options.Dries Buytaert2005-09-29
|
* - Patch #26031 by leafish_dylan: fixed comment pager (broken SQL query).Dries Buytaert2005-09-27
|
* - Patch #28786 by Neil: moved pagers out of table.Dries Buytaert2005-09-27
|
* - Patch #28786 by Neil: move pagers out of table.Dries Buytaert2005-09-24
|
* Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in ↵Dries Buytaert2005-09-19
| | | | bootstrap.inc.
* - Patch #29866 by Florian, Uwe: made the recent comments block only show ↵Dries Buytaert2005-09-19
| | | | comments on public nodes.
* - Patch #28420 by Jeremy: provide a more generic interface that can be usedDries Buytaert2005-09-18
| | | | | | | | to validate other form submissions, not just comments. Two new functions are introduced, form_token() and form_validate(). The first function uses a private key and a public key to set a token in a hidden field. The second function validates the token. The comment and contect module are updated to use these functions.
* - Patch #3986 by James (and Boris :)):consolidated all feed-related settings ↵Dries Buytaert2005-09-18
| | | | | | | | | | | in one place. * adds a "feed settings" section to admin/settings where 2 new settings are introduced: * number of items per feed * default length of feed descriptions (title only, teaser, full) * patches all of core to obey the above - including the new aggregator (out) feeds * adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module) * includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information.
* - Patch #16140 by Gerhard: cure array_merge() warning due to invalide menu ↵Dries Buytaert2005-09-07
| | | | callback.
* - Patch #7582 by Gerhard: improved node revisions!Dries Buytaert2005-08-30
| | | | | | | | | | All node revisions were stored in a serialized field in the node table and retrieved for _each_ page view although they are rarely needed. We created a separate revisions table which would be in principle identical to the node table, only that it could have several old copies of the same node. This also allows us to revision-related information, and to provide log entries to non-book pages when a new revision is being created. TODO: 1. Provide upgrade instructions for node module maintainers! 2. Upgrade modules that implement node types. 3. Provide an upgarde path for revisions. Dependency on the upgrade system.
* - 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.