1
0
Commit Graph

56 Commits

Author SHA1 Message Date
e7d822be11 Things I noticed for s9y.github.io 2015-03-19 16:17:30 +01:00
Ian
05f14a9f5a fix non-admin user select and delete comments.
Thanks to berberic (forum)
2015-01-12 12:12:03 +01:00
Ian
aca77bd482 cleanup cosmetics 2014-12-10 14:34:54 +01:00
Ian
8da4c647a8 cleanup tabs and whites 2014-11-24 14:17:38 +01:00
92afc37753 Introduce serendipity_specialchars-wrapper for encoding bug (#236)
PHP 5.4 sets UTF-8 as the default for htmlspecialchars, htmlentities and html_entity_decode. The first two will echo an empty string when given a string with umlauts. This commits introduces serendipity_specialchar-wrapper that are meant to be a temporary solution for the s9y-core until PHP 5.6 fixed the bug, so the native charset option of s9y continues to work.
2014-11-23 23:41:08 +01:00
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
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
f2c6b669ad Deny duplicate pingbacks and send message about new pingbacks found in
blog.
2012-01-17 12:55:09 +01:00
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
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
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
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
b547d8d27e minifix (someone added a + in front of a comment) 2011-12-31 13:21:08 +01:00
2749dc54ad Smarty3 2011-11-24 12:16:02 +01:00
139db16e5a better abstract 2011-05-16 07:45:57 +00:00
e1789fa02f . 2011-04-11 12:40:15 +00:00
defb3ff1fd * show subscription status of comments in frontend and backend 2011-04-11 12:35:40 +00:00
e46563693c missing commit 2010-12-21 19:41:19 +00:00
302d67b224 patch by konus, include referer 2010-05-17 07:43:35 +00:00
6bb6a39d25 new event hook 2009-12-20 17:51:22 +00:00
388e5c3d21 pingbacks were not counted as entry trackbacks (also added to entries) 2009-07-04 01:37:47 +00:00
0c44ed6429 Fix urls with invalid cased protocol part while displaying entry comments. 2009-06-12 11:57:14 +00:00
9675b30fa3 API improvement, prpoerly store entry reference in printentries, and
save cid for api hook
2009-06-11 15:38:22 +00:00
e8eea2ca5d . 2009-04-16 16:47:51 +00:00
a05c944b3b Fix not properly counting trackbacks [1.4-beta1]
added more debug
2008-11-14 10:06:54 +00:00
bed9db637b rework comment counter 2008-10-21 09:30:23 +00:00
03a6868e9f Better output for comment approval and subsciription approval pages, rather than a location redirect. 2008-10-19 10:48:12 +00:00
5a1b22f114 fix link 2008-10-18 17:47:22 +00:00
6dd9516dd5 use url rewriting 2008-10-18 17:36:09 +00:00
6179858b17 Support Opt-In for comment subscription mails 2008-10-18 11:17:40 +00:00
2214abf835 mail-based comment authorisation for spamblock plugin 2008-10-13 11:02:12 +00:00
9bfe2cec62 Add Status: 302 header for redirects, have fun, nitrox. :) 2008-08-27 19:20:23 +00:00
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
8ec332b3db Allow subscribers to comments to receive fulltext 2008-06-17 12:06:45 +00:00
24a8548e3a add missing title 2008-03-15 15:15:01 +00:00
ca9e0413e9 * Allow to submit comments to future entries, when showing
future entries is enabled (garvinhicking)
2008-02-27 10:01:12 +00:00
3652788e31 improve fetchcomments hook 2008-01-17 15:00:13 +00:00
b99a7194f8 Allow to re-moderate comments 2008-01-03 15:02:22 +00:00
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
60a0320eb6 Added pingback filter option for comments in admin area 2007-09-02 01:23:21 +00:00
9214efe896 Fix comment rss feeds 2007-07-15 15:13:50 +00:00
7f7afb21a2 For the future: Always indicate source of where frontend_display is called. Thanks to Karotte. 2007-07-08 20:07:41 +00:00
deb2124037 SQLite compatibvility 2007-07-02 10:26:03 +00:00
bb17758b5a Also allow 'comment by author' views without author name 2007-06-26 11:40:07 +00:00
9e6bf834f0 Fix SQL injection reported by Dr. Neal Krawetz 2007-06-17 10:45:24 +00:00
734afacb50 Fix bad admin query, thanks to Urs Enke 2007-06-12 12:43:17 +00:00
21ff681015 Add hooks for approving and deleting a comment 2007-06-11 12:20:31 +00:00
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