Commit Graph

250 Commits

Author SHA1 Message Date
Will Rossiter 5cfa476264 Remove relation to comments (Fixes #76) 2013-12-19 19:56:46 +13:00
Will Rossiter 5a8de05ea7 FIX: #73 If moderation enabled, ensure spam responses aren't included. 2013-11-28 21:29:11 +13:00
Will Rossiter 877537c284 FIX: resolve Controller not failing over to an extension method (Fixes #76)
Currently an issue exists that when a controller calls a method which exists on an extension (i.e Comments()) it incorrectly classed as a relation instead of a method resulting in a SQL error.

This patch works around that issue by directly invoking the method.
2013-11-28 21:28:09 +13:00
Will Rossiter c3d6d08348 Merge pull request #75 from heffaklump90/master
Ensure that comment module does not overwrite users config with the stan...
2013-10-25 19:12:41 -07:00
Björn Radon 24790d77dd Ensure that comment module does not overwrite users config with the standard config 2013-10-25 21:21:32 +02:00
TeamCity 7933b3f27a Updated master strings 2013-08-23 03:04:43 +12:00
Mateusz Uzdowski 1900de8423 Change dependency versions to work for 3.1.0-rc1. 2013-08-13 11:08:20 +12:00
Will Rossiter b448232423 Merge pull request #65 from catcherdev/master
Prevent errors when comments' parent pages have been removed
2013-07-26 15:11:40 -07:00
Ingo Schommer 8e6be3f361 Transifex translation support 2013-07-08 12:08:02 +02:00
Will Rossiter 8f57e21db8 Merge pull request #67 from CheeseSucker/patch-1
Fix: Not all fields in the CMS was translatable
2013-06-20 14:49:07 -07:00
Will Rossiter f4e93cc7cb Merge pull request #68 from CheeseSucker/norwegian-translation
Norwegian translation
2013-06-20 14:48:39 -07:00
Will Rossiter db8ecf99a0 Merge pull request #69 from mediaclinic/master
Finnish language file
2013-06-20 14:47:10 -07:00
Shrike 83634961c4 Finnish language file 2013-06-20 21:50:03 +03:00
CheeseSucker 7293d9160b Norwegian translation 2013-06-20 15:45:34 +02:00
CheeseSucker dd8f2796fd Fix: Not all fields in the CMS was translatable 2013-06-20 15:40:25 +02:00
catcher 2df8c2b1c3 Prevent errors when comments' parent pages have been removed 2013-06-11 14:13:50 -06:00
Will Rossiter df64d7d098 Merge pull request #64 from catcherdev/master
NEW Add require_moderation_nonmembers for non-members only
2013-06-05 01:22:38 -07:00
catcher a5e00eccd7 -added config option 'require_moderation_nonmembers' - when set, only comments posted by non-members will require moderation
-comment bodies now populate with previous value after validation errors (i.e. spam protection)
2013-06-04 14:12:16 -06:00
tiaitsch85 07123cfcfc Merged tiaitsch85:patch-1 2013-06-03 11:47:05 +12:00
Ingo Schommer fd6e3669ec Fixed composer constraints 2013-05-07 15:07:29 +03:00
Gordon Anderson a9307d8175 Update Gravatar Configuration.md documentation 2013-05-01 18:02:11 +12:00
Ingo Schommer 53fac06d78 Update README.md 2013-04-22 01:39:53 +03:00
Ingo Schommer 5f6cc5f5d8 Fixed composer version constraint 2013-04-11 15:44:59 +03:00
Ingo Schommer ea3fc6ad2b 3.1 compat 2013-04-11 14:23:03 +02:00
Will Rossiter 3b251c5627 Merge pull request #58 from ARNHOE/patch-1
Update SS version
2013-04-08 16:47:01 -07:00
ARNHOE 4d8646a930 MINOR: Update SS version 2013-04-08 17:17:30 +03:00
Ingo Schommer ee26c40c2d Travis support 2013-03-29 09:33:51 +01:00
Will Rossiter 0711ce5913 Merge pull request #57 from jaredkipe/master
FIX: Full Gravatar API implementation.
2013-03-26 21:28:44 -07:00
jaredkipe 1787bfc430 Implemented Gravatar config. 2013-03-26 09:17:34 -07:00
jaredkipe bc9bbea0eb Added defaults for more Gravatar Config. 2013-03-26 09:15:56 -07:00
Will Rossiter 3abe59b62c Master requires >= 3.1 2013-03-25 19:16:10 +13:00
Will Rossiter 29ae717aa6 FIX: Object::add_extension() is deprecated in 3.1 2013-03-20 22:53:57 +13:00
Ingo Schommer 0c27bc0f66 Merge pull request #51 from PutmanMedia/pulls/remove-ajax-commenting
API Removed ajax comment submission
2013-03-19 03:26:18 -07:00
Ingo Schommer 25561d17a8 API Removed ajax comment submission
The JS logic didn't account for edge cases like scrolling
to the inserted comment, or attaching the comment in the right sorting logic,
on the right pagination page. It also doesn't show any "loading" indication,
so is bad usability for the majority of users. A standard form submission
does the same job better in this case. Note that this doesn't affect
the ability to moderate/delete comments via ajax.

Replaced 'use_ajax_commenting' with 'include_js',
since its important for behaviour other than comment submission itself,
e.g. showing previews (doesn't work without JS)
2013-03-19 11:21:29 +01:00
Will Rossiter ee3da5b38e Merge pull request #52 from gordonbanderson/ISSUE8
Addition of Gravatars
2013-03-06 01:27:20 -08:00
Gordon Anderson 255d961b09 ENHANCEMENT: Added gravatar size to the configuration options 2013-03-06 16:09:32 +07:00
Gordon Anderson b961b16910 ENHANCEMENT: Enabled change of gravatar icon size via configuration 2013-03-06 16:09:11 +07:00
Gordon Anderson 26d304a6e9 ENHANCEMENT: Added gravatar configuration 2013-03-06 16:08:39 +07:00
Gordon Anderson 67f04d6c2f ENHANCEMENT: Show gravatar if it is enabled in the commenting configuration 2013-03-06 15:55:06 +07:00
Gordon Anderson d4cc737878 ENHANCEMENT: Added gravatar method to get the URL for the gravatar from the email address submitted with the comment 2013-03-06 15:50:49 +07:00
Gordon Anderson 652ddb938f ENHANCEMENT: Add use gravatar flag, but default to false to maintain current non gravatar functionality 2013-03-06 15:49:59 +07:00
Will Rossiter cf8368daf0 Merge pull request #50 from PutmanMedia/pulls/redirect
Fixed login link redirection in comments
2013-03-05 12:07:53 -08:00
Ingo Schommer ee06e0ea5b Fixed login link redirection in comments 2013-03-05 15:19:30 +01:00
Will Rossiter 172f74f980 Wildcard rules have been disallowed in 3.1 2013-03-05 22:04:15 +13:00
Will Rossiter 3a4a1dd4b4 FIX Ensure comments are escaped in RSS feeds.
FIX Also fix up preview to only output the comment content rather than the whole template.

FIX Hide preview after posting comment.

API Move AllowHtml to field to prevent issues with altering Html configuration after comments have been posted.

FIX If moderation is turned on for commenting, still render comments in preview mode.
2013-03-05 22:01:42 +13:00
Will Rossiter f38b9daebd Use newlines in comments. 2013-03-05 21:37:00 +13:00
Will Rossiter 567c2236db FIX Nicer fallback if Parent is not set correctly. 2013-03-05 20:39:13 +13:00
Will Rossiter cc0ec9b224 Merge pull request #49 from PutmanMedia/pulls/html-and-preview 2013-03-04 23:38:44 -08:00
Ingo Schommer 0cf5f66783 NEW Comment previews 2013-03-04 12:10:59 +01:00
Ingo Schommer e450807b1c NEW Optionally allow (sanitized) HTML in comments 2013-03-04 12:10:56 +01:00