51 Commits

Author SHA1 Message Date
Matthias Gutjahr
c9e9d93f92 Added fix for comment_author_self (cp. http://board.s9y.org/viewtopic.php?f=10&t=19115) 2013-07-26 12:43:09 +02:00
onli
a654b13a9a Complete include_once usage, romove constants 2013-06-22 12:32:54 +02:00
Ian
706ffbe594 fixed PHP5 only variables should be assigned by reference 2012-10-09 20:49:05 +02:00
Ian
d8bcff11a7 up-port 8d828e1 - check goodtoken while approving comments 2012-04-11 18:09:56 +02:00
Grischa Brockhaus
f2c6b669ad Deny duplicate pingbacks and send message about new pingbacks found in
blog.
2012-01-17 12:55:09 +01:00
Grischa Brockhaus
d3893904ed serendipity_fetchComments produced wrong SQL code, if $where and $limit
was set but $order don't
2012-01-04 00:12:12 +01:00
Garvin Hicking
de6f589f96 The $goodtoken thing is important, as when this is used, the user is not logged in, and so the comment approval via token
would not work (at least this is how I read it, I didn't implement the token approval)
2011-12-31 15:10:00 +01:00
Grischa Brockhaus
5c062c4f0b serendipity_deleteComment: Check for adminEntriesMaintainOthers
Please check this patch if it is okay, Garvin. Else redo it.
Now only users owning the depending article or having
adminEntriesMaintainOthers are allowed to delete a comment.
2011-12-31 13:47:32 +01:00
Grischa Brockhaus
0fd5541e51 serendipity_approveComment:
Only allow the user to approve a comment, if
he owns the article or has adminEntriesMaintainOthers (or forced is
true). Please check this fix, if it is okay and redo if not.
2011-12-31 13:28:16 +01:00
Grischa Brockhaus
b547d8d27e minifix (someone added a + in front of a comment) 2011-12-31 13:21:08 +01:00
Garvin Hicking
2749dc54ad Smarty3 2011-11-24 12:16:02 +01:00
Garvin Hicking
139db16e5a better abstract 2011-05-16 07:45:57 +00:00
Garvin Hicking
e1789fa02f . 2011-04-11 12:40:15 +00:00
Garvin Hicking
defb3ff1fd * show subscription status of comments in frontend and backend 2011-04-11 12:35:40 +00:00
Garvin Hicking
e46563693c missing commit 2010-12-21 19:41:19 +00:00
Garvin Hicking
302d67b224 patch by konus, include referer 2010-05-17 07:43:35 +00:00
Garvin Hicking
6bb6a39d25 new event hook 2009-12-20 17:51:22 +00:00
Grischa Brockhaus
388e5c3d21 pingbacks were not counted as entry trackbacks (also added to entries) 2009-07-04 01:37:47 +00:00
Grischa Brockhaus
0c44ed6429 Fix urls with invalid cased protocol part while displaying entry comments. 2009-06-12 11:57:14 +00:00
Garvin Hicking
9675b30fa3 API improvement, prpoerly store entry reference in printentries, and
save cid for api hook
2009-06-11 15:38:22 +00:00
Garvin Hicking
e8eea2ca5d . 2009-04-16 16:47:51 +00:00
Garvin Hicking
a05c944b3b Fix not properly counting trackbacks [1.4-beta1]
added more debug
2008-11-14 10:06:54 +00:00
Garvin Hicking
bed9db637b rework comment counter 2008-10-21 09:30:23 +00:00
Garvin Hicking
03a6868e9f Better output for comment approval and subsciription approval pages, rather than a location redirect. 2008-10-19 10:48:12 +00:00
Garvin Hicking
5a1b22f114 fix link 2008-10-18 17:47:22 +00:00
Garvin Hicking
6dd9516dd5 use url rewriting 2008-10-18 17:36:09 +00:00
Garvin Hicking
6179858b17 Support Opt-In for comment subscription mails 2008-10-18 11:17:40 +00:00
Garvin Hicking
2214abf835 mail-based comment authorisation for spamblock plugin 2008-10-13 11:02:12 +00:00
Garvin Hicking
9bfe2cec62 Add Status: 302 header for redirects, have fun, nitrox. :) 2008-08-27 19:20:23 +00:00
Garvin Hicking
7f14f8b95f * Added optional token insertion for comment notification
(moderation) e-mails, which you can click without the need
      for authentication. This is a convenience feature, note that
      if someone can access your mails, he does not need to authenticate
      for deleting/approving a comment with the contained link.
2008-07-10 10:32:08 +00:00
Garvin Hicking
8ec332b3db Allow subscribers to comments to receive fulltext 2008-06-17 12:06:45 +00:00
Garvin Hicking
24a8548e3a add missing title 2008-03-15 15:15:01 +00:00
Garvin Hicking
ca9e0413e9 * Allow to submit comments to future entries, when showing
future entries is enabled (garvinhicking)
2008-02-27 10:01:12 +00:00
Garvin Hicking
3652788e31 improve fetchcomments hook 2008-01-17 15:00:13 +00:00
Garvin Hicking
b99a7194f8 Allow to re-moderate comments 2008-01-03 15:02:22 +00:00
Grischa Brockhaus
4227ee1038 Added hooks to trackback listing in order to let plugins change it (the avatar plugin in example) 2007-12-22 18:49:03 +00:00
Grischa Brockhaus
60a0320eb6 Added pingback filter option for comments in admin area 2007-09-02 01:23:21 +00:00
Garvin Hicking
9214efe896 Fix comment rss feeds 2007-07-15 15:13:50 +00:00
Garvin Hicking
7f7afb21a2 For the future: Always indicate source of where frontend_display is called. Thanks to Karotte. 2007-07-08 20:07:41 +00:00
Garvin Hicking
deb2124037 SQLite compatibvility 2007-07-02 10:26:03 +00:00
Garvin Hicking
bb17758b5a Also allow 'comment by author' views without author name 2007-06-26 11:40:07 +00:00
Garvin Hicking
9e6bf834f0 Fix SQL injection reported by Dr. Neal Krawetz 2007-06-17 10:45:24 +00:00
Garvin Hicking
734afacb50 Fix bad admin query, thanks to Urs Enke 2007-06-12 12:43:17 +00:00
Garvin Hicking
21ff681015 Add hooks for approving and deleting a comment 2007-06-11 12:20:31 +00:00
Garvin Hicking
d4a4dd9f81 Only use 255/200 characters of HTTP user agent/referer strings, more don't fit into tables 2007-04-25 10:00:36 +00:00
Garvin Hicking
bf7cc7e266 No longer accept trackbacks to draft entries.Thanks to j_b_poquelin 2007-02-15 08:46:23 +00:00
Garvin Hicking
50401a7d02 Fix showing proper plugin permissionship plugin 2007-02-13 08:35:53 +00:00
Garvin Hicking
8c68e837e4 Added PDO::Postgres DB-layer support by Theo Schlossnagle 2007-02-06 08:27:29 +00:00
Garvin Hicking
f03841587a Ensure to not be able to call s9y files under circumstances where .htaccess does not deny request AND register_globals is turned on 2006-11-30 21:34:29 +00:00
Garvin Hicking
8df915bcf5 Fix gazillion comment count bug 2006-10-23 07:32:37 +00:00