| Thu, 29 Oct 2009 14:47:18 +0100 |
The comment speed limit was being ignored (bug #0001003)
|
file | diff | annotate |
| Mon, 14 Sep 2009 19:17:22 +0200 |
Fixed reply notification for the very first comment (bug #0000973)
|
file | diff | annotate |
| Mon, 14 Sep 2009 16:54:20 +0200 |
Use different subjects for the comment notification and comment _submission_ notification emails (cf. bug #0000957)
|
file | diff | annotate |
| Mon, 14 Sep 2009 16:45:58 +0200 |
When an anonymous commentor left a name, use it in the comment submission notification email (bug #0000960)
|
file | diff | annotate |
| Mon, 14 Sep 2009 16:10:32 +0200 |
Removed the CSRF token from all links to edit a comment. We only need it in the actual comment editor and it caused problems on the moderation page
|
file | diff | annotate |
| Fri, 11 Sep 2009 16:20:05 +0200 |
For anonymous comments, use the anonymous user's name from the database, not from the language file (cf. bug #0000960)
|
file | diff | annotate |
| Sat, 05 Sep 2009 20:48:03 +0200 |
Comment notifications used the phrase "Read the full article" when pointing to the new comment post (bug #0000940)
|
file | diff | annotate |
| Sun, 16 Aug 2009 17:55:44 +0200 |
Send a notification when a comment goes into the submission queue
|
file | diff | annotate |
| Sat, 13 Jun 2009 21:18:12 +0200 |
Made the link to a comment's parent object from the comment bar work properly for plugins
|
file | diff | annotate |
| Sat, 13 Jun 2009 15:39:45 +0200 |
Fixed handling of $_CONF['comment_close_rec_stories'] (bug #0000899)
|
file | diff | annotate |
| Sat, 30 May 2009 13:37:35 +0200 |
Plugin comments lost their type when saved in the comment submission queue and were considerd comments on articles afterwards
|
file | diff | annotate |
| Sat, 30 May 2009 13:31:12 +0200 |
Fixed parameter description
|
file | diff | annotate |
| Sun, 10 May 2009 17:39:32 +0200 |
Fixed security token name in commentform templates
|
file | diff | annotate |
| Sat, 09 May 2009 17:48:14 +0200 |
Ensure PLG_templateSetVars (and therefore CUSTOM_templateSetVars) is called properly when the "Skip Preview" option is disabled (bug #0000880)
|
file | diff | annotate |
| Sun, 19 Apr 2009 22:24:03 +0200 |
Removed duplicate code (already handled in CMT_prepareText)
|
file | diff | annotate |
| Sat, 18 Apr 2009 22:10:44 +0200 |
Fixed wrong use of COM_allowedHTML and COM_checkHTML in plugins (bug #0000785)
|
file | diff | annotate |
| Sat, 18 Apr 2009 21:10:04 +0200 |
More missing finish() calls (cf. bug #0000855)
|
file | diff | annotate |
| Mon, 13 Apr 2009 11:36:37 +0200 |
Comment signature and edit notes should be in <div> not <span>
|
file | diff | annotate |
| Mon, 13 Apr 2009 10:52:56 +0200 |
Nicer handling of comment unsubcriptions
|
file | diff | annotate |
| Mon, 13 Apr 2009 10:07:09 +0200 |
Made the comment notification email a bit nicer and more personal
|
file | diff | annotate |
| Sun, 12 Apr 2009 23:42:22 +0200 |
Don't send comment notification when replying to self
|
file | diff | annotate |
| Sun, 12 Apr 2009 19:56:19 +0200 |
Fixed wrong username display when editing someone else's comments; also fixed some E_ALL errors
|
file | diff | annotate |
| Sun, 12 Apr 2009 12:34:06 +0200 |
Fixed function descriptions as best as I could
|
file | diff | annotate |
| Sat, 11 Apr 2009 16:59:56 +0200 |
Make the name of the 'anon-name' cookie configurable and keep it alive for longer
|
file | diff | annotate |
| Fri, 10 Apr 2009 22:17:24 +0200 |
Fixed comment notification
|
file | diff | annotate |
| Fri, 10 Apr 2009 21:31:57 +0200 |
Missing addslashes
|
file | diff | annotate |
| Fri, 10 Apr 2009 18:58:37 +0200 |
Try to avoid an XSS in the anonymous user name without offending half of Ireland at the same time. Needs a review ...
|
file | diff | annotate |
| Fri, 10 Apr 2009 17:04:09 +0200 |
Missing bits and pieces for the comment changes
|
file | diff | annotate |
| Fri, 10 Apr 2009 11:53:06 +0200 |
Merged changes from Jared's 2008 GSoC project - all credits to Jared Wenerd and Michael Jervis
|
file | diff | annotate |
| Sun, 29 Mar 2009 21:53:14 +0200 |
Fixed @see references
|
file | diff | annotate |
| Sat, 28 Mar 2009 15:55:37 +0100 |
@param integer -> @param int, since "int" is used more often in the existing code
|
file | diff | annotate |
| Sun, 15 Mar 2009 21:54:28 +0100 |
phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
|
file | diff | annotate |
| Sun, 01 Feb 2009 17:56:06 +0100 |
Display a message when sending the email to report an abusive comment failed
|
file | diff | annotate |
| Sat, 17 Jan 2009 18:51:14 +0100 |
The comment submission form didn't show the user's full name when $_CONF['show_fullname'] was enabled
|
file | diff | annotate |
| Sat, 17 Jan 2009 16:48:55 +0100 |
Comments were always showing the username, even when $_CONF['show_fullname'] was enabled (reported and patch provided by mystral-kk, bug #0000800)
|
file | diff | annotate |
| Mon, 01 Dec 2008 11:20:01 +0100 |
No need to index the "reply to this" links - added a rel="nofollow"
|
file | diff | annotate |
| Sun, 21 Sep 2008 08:37:12 +0000 |
Fixed protection against direct execution on non-case sensitive file systems
|
file | diff | annotate |
| Sun, 14 Sep 2008 07:10:15 +0000 |
#0000737 - HTML encoded titles on comment reply isse.
|
file | diff | annotate |
| Sun, 27 Jul 2008 15:21:00 +0000 |
E_ALL fixes in comment preview
|
file | diff | annotate |
| Mon, 07 Jul 2008 18:29:08 +0000 |
Signatures in HTML-formatted comments weren't XHTML compliant
|
file | diff | annotate |
| Fri, 23 May 2008 10:50:51 +0000 |
More CSRF protection
|
file | diff | annotate |
| Wed, 16 Apr 2008 11:13:36 +0000 |
Notification emails are plain text, so there's no need to escape the & sign
|
file | diff | annotate |
| Wed, 20 Feb 2008 20:07:59 +0000 |
Ensure every template class has site_url, site_admin_url, layout_url and xhtml variables set. My eyes, they bleed...
|
file | diff | annotate |
| Wed, 02 Jan 2008 13:00:46 +0000 |
Missing separator after "Parent" link
|
file | diff | annotate |
| Sat, 29 Dec 2007 12:18:02 +0000 |
Added the title as a hidden field in commentbar.thtml so that new comments inherit their parent's title (for plugins)
|
file | diff | annotate |
| Sun, 25 Nov 2007 06:59:56 +0000 |
XHTML optional updates
|
file | diff | annotate |
| Mon, 13 Aug 2007 01:27:34 +0000 |
fixed template variable author_link for anonymous
|
file | diff | annotate |
| Mon, 13 Aug 2007 01:21:16 +0000 |
fixing names of template variables, reintroducing 3-part links
|
file | diff | annotate |
| Sun, 22 Apr 2007 04:49:10 +0000 |
fixing create_links for comment author
|
file | diff | annotate |
| Sat, 21 Apr 2007 16:25:27 +0000 |
Fixed link to a comment author's profile
|
file | diff | annotate |
| Sat, 21 Apr 2007 13:36:20 +0000 |
Removed "user agreement" code
|
file | diff | annotate |
| Fri, 09 Mar 2007 07:04:16 +0000 |
implementing an optional user agreement function
|
file | diff | annotate |
| Thu, 08 Feb 2007 06:38:15 +0000 |
fixing quotes
|
file | diff | annotate |
| Thu, 08 Feb 2007 06:30:32 +0000 |
using COM_createLink() in lib-comment.php
|
file | diff | annotate |
| Sun, 28 Jan 2007 10:15:04 +0000 |
Allow comments to be closed, i.e. display the existing comments but don't accept any new ones
|
file | diff | annotate |
| Sun, 14 Jan 2007 16:44:49 +0000 |
Removed some leftover code for the (formerly built-in) polls
|
file | diff | annotate |
| Sat, 13 Jan 2007 17:49:37 +0000 |
border is set in CSS
|
file | diff | annotate |
| Sat, 09 Dec 2006 22:16:50 +0000 |
Last part of Mark's CAPTCHA patches: Comments
|
file | diff | annotate |
| Sat, 02 Dec 2006 16:55:23 +0000 |
Fixed counting of comments
|
file | diff | annotate |
| Sun, 12 Nov 2006 19:45:53 +0000 |
The comment title was not included in the spam check (reported by Laugh)
|
file | diff | annotate |