Gordon Anderson
8266d90e33
FIX: Repositioning in the DOM of the moderation message due to changing the comments to display: table-cell layout
2015-02-12 22:51:16 +07:00
Gordon Anderson
c7d91ad6bc
FIX: Reply form now rendering correctly after the change to display: table-cell when rendering a comment
2015-02-12 22:46:37 +07:00
Gordon Anderson
8619ed65e2
FIX: Form now placed after div.comment as the table-cell layout broke form rendering
2015-02-12 22:46:04 +07:00
Gordon Anderson
10e8b7f7e0
FIX: Swapped order of gravatar and comment, as using CSS display:table instead of floats for layout
2015-02-12 22:14:26 +07:00
Gordon Anderson
cc4be81a1d
ENHANCEMENT: WordPress style layout of comments with gravatar
2015-02-12 22:14:26 +07:00
Gordon Anderson
9fdb26f07b
MINOR: Extraction of comments form into a separate file for AJAX rendering purposes
2015-02-12 22:14:25 +07:00
Gordon Anderson
5f772e7480
ENHANCEMENT: Example JavaScript file responding to events to render changes in comment status
2015-02-12 22:14:25 +07:00
Gordon Anderson
acd834a8d3
MINOR: Addition of Depth to the fixtures
2015-02-12 22:14:25 +07:00
Gordon Anderson
a39fb8b357
ENHANCEMENT: Addition of tests for replying to a threaded comment and checking the canReply() method
2015-02-12 22:14:25 +07:00
Gordon Anderson
070a73cb33
ENHANCEMENT: Check case of deleting a comment that has child comments, marking said comment as 'deleted'
2015-02-12 22:14:25 +07:00
Gordon Anderson
04b1b62b85
ENHANCEMENT: Tidy up layout of comments to include Gravatar and threading depth
2015-02-12 22:14:25 +07:00
Gordon Anderson
5128f51a59
ENHANCEMENT: Cater for threading when rendering comment. Addition of second JavaScript file
2015-02-12 22:14:25 +07:00
Gordon Anderson
e7c3fbfe9f
ENHANCEMENT: Addition of the ability to handle threaded comments. Events now thrown in order for other JavaScript files to bind to those events and manipulate the HTML content
2015-02-12 22:14:25 +07:00
Gordon Anderson
fef43c56d9
ENHANCEMENT: Addition of threaded comments options
2015-02-12 21:22:38 +07:00
Gordon Anderson
8fb5bba1ab
ENHANCEMENT: COnfiguration options for threading, namely on/off and the maximum depth of threading
2015-02-12 21:22:38 +07:00
Gordon Anderson
2648e42ef4
ENHANCEMENT: Addition of threaded comments
2015-02-12 21:22:38 +07:00
Gordon Anderson
726478af0e
ENHANCEMENT: Addition of Depth and Lineage to the Comment model, helper methods to enable threading
2015-02-12 21:22:37 +07:00
Gordon Anderson
a88fc21cde
ENHANCEMENT: Allow, via extension configuration, the addition of Twitter handle for comments
2015-02-12 21:22:37 +07:00
Will Rossiter
2a20037e49
Merge pull request #92 from tractorcow/pulls/fix-temp-files
...
Provide better temporary location for HTMLPurifier cache files
2015-01-12 19:11:16 +13:00
Damian Mooyman
7f1005ed06
Provide better temporary location for HTMLPurifier cache files
2015-01-12 14:00:20 +13:00
Will Rossiter
c73f9f48f0
Merge pull request #88 from tractorcow/pulls/fix-deps
...
Update composer to point to now fixed 2.1 branch of bulk editing tools
2014-12-15 15:34:13 +13:00
Will Rossiter
589e2e4660
Merge pull request #90 from dhensby/master
...
Adding .editorconfig
2014-12-05 15:22:31 +13:00
Daniel Hensby
7f05c0039c
Adding .editorconfig
2014-12-04 15:47:12 +00:00
Will Rossiter
a061be8732
Merge pull request #89 from stevie-mayhew/feature/administration
...
UPDATE: explicitly provide permissions for comment administration
2014-11-12 12:13:33 +13:00
Stevie Mayhew
bba7a84bd1
UPDATE: explicitly provide permissions for comment administration
2014-11-12 10:38:50 +13:00
Damian Mooyman
1d315983a4
Update composer to point to now fixed 2.1 branch of bulk editing tools
2014-11-03 09:50:46 +13:00
Damian Mooyman
aaec312fd5
Merge pull request #86 from halkyon/fixing_comment_dependency
...
Setting third-party module dependency to latest known version that works
2014-09-15 12:35:45 +12:00
Sean Harvey
ee55545744
Setting third-party module dependency to latest known version that works
2014-09-15 12:17:33 +12:00
Will Rossiter
e9695af2c7
Merge pull request #83 from gordonbanderson/ISSUE82
...
FIX: Ensure that comments edited using AJAX are themselves AJAX editable
2014-07-03 18:52:47 +12:00
Gordon Anderson
827ae69d2f
FIX: Ensure that comments edited using AJAX are themselves editable using AJAX
2014-07-02 23:51:08 +07:00
Sean Harvey
cf33eb79a4
Merge pull request #81 from RuthAdele/patch-1
...
'live' is deprecated, use 'on' instead.
2014-04-07 14:41:33 +12:00
RuthAdele
240c73b2a8
'live' is deprecated, use 'on' instead.
2014-04-07 12:05:42 +09:30
Will Rossiter
6de470125b
Link to comment parent page. ( Fixes : #13 )
2013-12-21 17:05:37 +13:00
Will Rossiter
8e7fadafd2
Explicitly define commenting controller route
2013-12-21 17:04:28 +13:00
Will Rossiter
5f6336646a
NEW: Add BulkEditing tool for managing comments. ( Fixes #9 )
2013-12-21 12:19:11 +13:00
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