Daniel Hensby
118de6b595
Merge pull request #222 from creative-commoners/pulls/2.0/vendorise
...
NEW Convert to vendor module, add table_name to test stubs and add PHP 7.2 to travis
2017-12-13 12:07:34 +00:00
Robbie Averill
3f6f651eea
FIX Replace French translation in CommentAdminTest now that it's available
2017-12-12 17:12:10 +13:00
Robbie Averill
c6f8973342
NEW Convert to vendor module, add table_name to test stubs and add PHP 7.2 to travis
2017-12-12 17:03:04 +13:00
Dylan Wagstaff
8919f6da2a
Merge pull request #220 from sheadawson/patch-1
...
FIX SS4: use SilverStripe\CMS\Model\SiteTree in Comment.php
2017-10-26 14:16:05 +13:00
Shea Dawson
b1e9722320
use SilverStripe\CMS\Model\SiteTree;
2017-10-26 13:54:49 +13:00
Will Rossiter
8c43e097cd
Merge pull request #216 from fullscreeninteractive/pulls/travis-fix
...
Travis, 4.0 API fixes
2017-10-10 09:49:13 +13:00
Robbie Averill
7700d88d4a
FIX Remove base path assertions from tests which behave differently using phpdbg
2017-10-10 09:26:17 +13:00
Robbie Averill
fa61608c7d
FIX Merge config in tests, add phpcs and add HTML purifier to Travis builds
2017-10-09 17:26:07 +13:00
Will Rossiter
f294ab26d6
Update tests and lang’s for 4.0
2017-09-18 14:16:24 +12:00
Will Rossiter
9366ef603e
Split comment form out to its’ own class
2017-09-16 09:06:03 +12:00
Will Rossiter
d9333b3160
Test fixes
2017-09-14 11:12:07 +12:00
Will Rossiter
7fff17b317
Correct extra dataobjects array name
2017-09-14 10:28:29 +12:00
Will Rossiter
73a981456f
Use trusty
2017-09-14 10:09:21 +12:00
Will Rossiter
2fc7e7a004
Add phpunit, lint fixes and removed compass for webpack
2017-09-14 10:01:09 +12:00
Will Rossiter
0c964d1ed8
Composer lint
2017-09-14 09:41:11 +12:00
Will Rossiter
82c139e30a
Travis fix
2017-09-13 09:12:09 +12:00
Will Rossiter
18761879cf
Remove old email
2017-09-13 08:52:41 +12:00
Will Rossiter
4e2d22e16d
Merge pull request #214 from fullscreeninteractive/wilr-patch-1
...
If user cannot view record then prevent comment
2017-09-13 08:36:18 +12:00
Will Rossiter
85e8384151
If user cannot view record then prevent comment
2017-07-28 17:12:01 +12:00
Daniel Hensby
fb3cc1b861
Add .codecov.yml file
2017-07-19 16:04:34 +01:00
Daniel Hensby
06439dde1f
Merge pull request #209 from andrewandante/FIX/update_session
...
update thirdpartydir and session non-statics
2017-07-05 11:50:02 +01:00
Daniel Hensby
d74bc59b98
Merge pull request #210 from dhensby/pulls/remove-travis-5.5
...
Remove PHP 5.5 build from travis
2017-07-05 11:49:34 +01:00
Daniel Hensby
f276983611
Remove PHP 5.5 build from travis
2017-07-05 11:02:59 +01:00
Andrew Aitken-Fincham
e7c358f730
update thirdpartydir and session non-statics
2017-07-04 15:53:38 +01:00
Daniel Hensby
2ccd8d8af5
Merge pull request #197 from rasstislav/patch-1
...
added missing _t() function
2017-01-31 21:46:16 +00:00
Rastislav Brandobur
b3dac91090
added missing _t() function
2017-01-31 21:06:06 +01:00
Daniel Hensby
5181ac8be3
Merge pull request #196 from robbieaverill/bugfix/fix-ci-builds
...
FIX Fix CI builds, remove excessive Travis builds matrixes, update composer constraint for gridfield-bulk-tools
2017-01-27 10:42:02 +00:00
Robbie Averill
f8d5b27d50
Remove @dev from gridfield bulk editing tools constraint
2017-01-27 23:23:56 +13:00
Robbie Averill
fc4d78605a
FIX Use a CommentableItem as the parent for the test Comment
2017-01-27 16:42:26 +13:00
Robbie Averill
d1697606e1
FIX Change BaseClass to ParentClass
2017-01-27 16:20:14 +13:00
Robbie Averill
d1b947afbe
FIX Use test database in GridFieldAction test class
2017-01-27 15:56:19 +13:00
Robbie Averill
07586d7579
FIX Fix CI builds, remove excessive Travis builds matrixes, update composer constraint for gridfield-bulk-tools
2017-01-27 12:48:57 +13:00
Damian Mooyman
19224d9813
Merge pull request #195 from robbieaverill/feature/ss4-compat
...
SilverStripe 4 compatibility
2017-01-25 17:52:20 +13:00
Damian Mooyman
978879e01c
Fix incorrect namespace
2017-01-25 17:51:21 +13:00
Robbie Averill
d4e58316e5
Merge pull request #1 from andrewandante/patch-1
...
FIX namespacing for BulkManager
2017-01-20 06:16:51 +13:00
Andrew Aitken-Fincham
279d47f43c
FIX namespacing for BulkManager
...
This namespace changes once BulkManager gets updated to ss4.
2017-01-19 13:23:00 +00:00
Robbie Averill
7a92b0915d
Remove deprecated@2.0. Update Migrate task to check table name. Minor tweaks to class names. Use Director::absoluteURL.
2017-01-17 17:39:06 +13:00
Robbie Averill
6aeab9f823
FIX Update upgrade mapping, add purifier back into composer and travis build
2017-01-17 16:56:30 +13:00
Robbie Averill
ab3f35257b
SS4 compatibility updates - ORM, Form, Controller changes
...
* Remove CommentList and replace with a polymorphic has_one relationship
* Tweaks for unit tests. Add tests for encode/decodeClassName.
2017-01-17 16:25:09 +13:00
Robbie Averill
c698632aae
SS4 compat: Update composer and YAML config, rename classes, update readme
2017-01-16 18:10:05 +13:00
Daniel Hensby
2b8ff849ed
Merge pull request #191 from intwebg/patch-3
...
add REPLYTO for french language
2016-11-07 16:16:52 +00:00
Will Rossiter
578845bd19
Merge pull request #190 from intwebg/patch-2
...
Translation of < Reply to > to other language
2016-10-21 07:51:00 +13:00
Stéphane Guevremont
9cb935203a
add REPLYTO for french language
...
see CommentsInterface_singlecomment_ss for my previous add
2016-10-20 13:40:23 -04:00
Stéphane Guevremont
b5557a2a51
Translation of < Reply to > to other language
2016-10-20 13:31:31 -04:00
Damian Mooyman
09db00a783
Update translations
2016-08-17 11:08:00 +12:00
Daniel Hensby
3541dd6002
Merge pull request #185 from janneklouman/master
...
Extended translation support
2016-07-05 11:18:43 +01:00
Janne Klouman
b34a41e828
Added $usesDatabase = true to CommentAdminTest
2016-07-05 10:26:08 +02:00
Janne Klouman
821a6dc383
Extended translation support
...
Added possibility to translate 'Options' field label in comment CMS fields.
Fixed Name field label trying to get non-existent 'AuthorName' field label (see line 193).
2016-06-10 16:04:03 +02:00
Janne Klouman
6822ecd669
Extended translation support
...
Added translation support for CommentsAdmin's bulk action labels (shown in drop down).
2016-06-10 15:08:45 +02:00
Janne Klouman
801025c39a
Extended translation support
...
Added translation support for the CommentsAdmin's GridField's inline spam/approve marking labels, and also for the success messages (controller response).
2016-06-10 15:02:28 +02:00