Sabina Talipova
d6b44f2385
DEP PHP Support in CMS5
2022-12-21 15:04:11 +13:00
Steve Boyd
05a3628471
Merge branch '3.7' into 3.8
2022-07-25 11:20:39 +12:00
Steve Boyd
ff6db7d480
MNT Use GitHub Actions CI
2022-07-14 12:06:51 +12:00
Steve Boyd
536d965d9c
DEP Set PHP 7.4 as the minimum version
2022-02-10 15:55:36 +13:00
Steve Boyd
305ae6b4b8
API phpunit 9 support
2021-10-27 18:03:55 +13:00
Steve Boyd
3b37fdb1ae
ENH Use yarn and webpack to upgrade jquery
2021-03-04 17:05:29 +13:00
Steve Boyd
c065d0c5de
MNT Travis shared config, use sminnee/phpunit
2020-12-01 20:34:24 +13:00
Garion Herman
d0b6181b48
Update config for 3.3 / CMS 4.5 branches
2019-11-18 12:12:58 +13:00
Maxime Rainville
05c5cb64a7
Restore empty comments.css file
2019-11-12 11:53:35 +13:00
Maxime Rainville
85374a1f76
Upgrade dependencies and build settings
2019-11-11 12:18:54 +13:00
Garion Herman
1e4378d212
Tighten version constraint for Bulk Editing Tools dependency
2019-03-22 15:53:12 +13:00
Garion Herman
9ff1db403e
Merge pull request #277 from creative-commoners/pulls/4.0/infix-spam-flicks
...
NEW relocate spam and approve admin actions
2019-03-22 11:10:29 +13:00
Dylan Wagstaff
b6a2c608ac
NEW relocate spam and approve admin actions
...
Previous versions had individual spam and approve buttons for a comment
in the admin area on the GridField row. However with the upgrade to
SilverStripe 4, and particularly 4.2, these were having layout issues
with the new GridField Action Menu component that groups actions
together.
The solution here is to put them into aforementioned gridfield action
menu component, with the other actions for that row. However this
requires two separate grid field components (one each for the two
comment actions) - previously these were a single component that output
two buttons instead of one each. This also reduces coupling, which is
nice :)
The previous class is still maintained for backwards compatibilty, but
is deprecated.
2019-02-08 15:19:45 +13:00
Robbie Averill
06acad661f
Remove obsolete branch alias
2018-06-11 12:15:09 +12:00
Dylan Wagstaff
7b38707fde
FIX: update javascript requirements so user JS doesn't error
2018-01-29 13:04:34 +13:00
Robbie Averill
b02928e02a
Merge branch '2'
2017-12-19 09:14:47 +13:00
Robbie Averill
4136bd7a63
Update branch alias for 2.x-dev
2017-12-18 18:18:32 +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
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
0c964d1ed8
Composer lint
2017-09-14 09:41:11 +12:00
Robbie Averill
f8d5b27d50
Remove @dev from gridfield bulk editing tools constraint
2017-01-27 23:23:56 +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
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
Damian Mooyman
86e6d05bf5
Remove obsolete branch-alias
2016-11-17 10:17:57 +13:00
Damian Mooyman
ebc1728bf8
Alias master as 2.1
2016-05-18 15:50:05 +12:00
Gordon Anderson
277a917bf5
FIX: Added SilverStripe CMS to suggested packages. Fixed value to be description for html purifier instead of a version constraint
2016-01-13 10:17:24 +07:00
helpfulrobot
a29591deb0
Added license to composer.json
2015-11-19 18:51:40 +13:00
Christopher Pitt
a31fc98b38
Use hash_* shim
2015-05-06 10:55:10 +12:00
Damian Mooyman
1900ab14b5
API Move configuration of comments to the config API and enable per-instance configuration
...
Enable comment moderation per-page
2015-04-09 10:34:33 +12:00
Damian Mooyman
9087261654
Better XSS Protection via hashed token
...
Allows moderation links to be generated for users other than the currently logged in user, as it doesn't rely on the current session.
2015-03-30 14:56:28 +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
Sean Harvey
ee55545744
Setting third-party module dependency to latest known version that works
2014-09-15 12:17:33 +12:00
Will Rossiter
5f6336646a
NEW: Add BulkEditing tool for managing comments. ( Fixes #9 )
2013-12-21 12:19:11 +13:00
Mateusz Uzdowski
1900de8423
Change dependency versions to work for 3.1.0-rc1.
2013-08-13 11:08:20 +12:00
Ingo Schommer
fd6e3669ec
Fixed composer constraints
2013-05-07 15:07:29 +03:00
Ingo Schommer
5f6cc5f5d8
Fixed composer version constraint
2013-04-11 15:44:59 +03:00
Will Rossiter
3abe59b62c
Master requires >= 3.1
2013-03-25 19:16:10 +13:00
Ingo Schommer
e450807b1c
NEW Optionally allow (sanitized) HTML in comments
2013-03-04 12:10:56 +01:00
vikas srivastava
d4ecddd4d8
Bug : Removed errors from Composer.json
...
Contains some minor bugs :
1 - JSON doesn't allow multi line string so making "description" field in single line.
2012-09-29 14:42:40 +05:30
vikas srivastava
2409e50c2b
New : Added composer.json
...
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.
For more information please visit at http://extension.openbees.org/instructions/
2012-09-23 11:34:29 +05:30