Commit Graph

176 Commits

Author SHA1 Message Date
Robbie Averill
de6ca323e0 FIX Add namespace import for Member 2017-09-07 09:29:27 +12:00
Robbie Averill
1e7a2be663 Add PostgreSQL to Travis builds 2017-09-06 17:16:02 +12:00
Robbie Averill
840a0cb5e4 FIX Add legacy model class name remapping configuration 2017-09-06 17:12:31 +12:00
Robbie Averill
c5f9da17d0 FIX Missing namespace imports, incorrect date formats and array keys 2017-09-06 17:12:31 +12:00
Robbie Averill
42fb360fb2 API Implement namespaces and update core API use - CLDR date formats in progress 2017-09-06 17:12:31 +12:00
Robbie Averill
0f61b1286d Update Travis configuration, add PSR-4 autoloader, update composer requirements for SS4 2017-09-06 17:12:30 +12:00
Robbie Averill
5ae95eda35 Move code to src for PSR-4 autoloading 2017-09-06 17:12:03 +12:00
Robbie Averill
4a63570bc5 Merge branch '3' 2017-09-06 17:11:15 +12:00
Robbie Averill
5b4aa0ab51 Merge branch '3.0' into 3 2017-09-06 17:11:02 +12:00
Robbie Averill
c6da57f0c5 Use precise distro for Travis builds 2017-09-06 17:10:54 +12:00
Robbie Averill
eae6480b59 Merge branch '3' 2017-09-06 16:58:46 +12:00
Robbie Averill
ede6988cc1 Update branch alias 2017-09-06 16:58:12 +12:00
Franco Springveldt
f51ec4236e Update translations 2017-08-25 16:44:46 +12:00
Robbie Averill
d21e4947cc Merge branch '3.0' 2017-08-24 13:01:26 +12:00
Russell Michell
19897e0b8f FIX: Fixes #59 Minor changes wr/t typos. 2017-08-24 13:00:57 +12:00
Robbie Averill
aa13834a0d Update branch alias for master 2017-08-24 13:00:23 +12:00
Robbie Averill
42718f3f86 Merge branch '3.0' 2017-08-24 12:58:51 +12:00
Robbie Averill
ed7f5fc4de Merge pull request #60 from phptek/issue/59
FIX: Minor changes wr/t typos.
2017-08-23 11:32:58 +12:00
Russell Michell
c05556a16b FIX: Fixes #59 Minor changes wr/t typos. 2017-08-23 11:22:56 +12:00
Damian Mooyman
c403a8b231 Merge pull request #58 from dylanitorium/master
Fixing method call bug in canBeReviewedBy() (#1)
2017-07-13 18:25:20 +12:00
Dylan Sweetensen
9378483378 Fixing method call bug in canBeReviewedBy() (#1)
If getOptions returns false, then canBeReviewedBy() throws "Call to a member function OwnerGroups() on boolean".
This will return false, in the the case that options are false.
2017-07-12 09:23:30 +12:00
Daniel Hensby
4f7e57d29c Merge pull request #57 from creative-commoners/pulls/3.0/travis-php7
Add PHP7 + SS3.6 build to Travis configuration
2017-06-15 14:09:53 +01:00
Robbie Averill
12198e21e6 FIX Remove specific page edit URL from tests to ensure multi SS version compatibility 2017-06-15 14:47:25 +12:00
Robbie Averill
7bae7e2c34 Add PHP7 + SS3.6 build to Travis configuration 2017-06-15 10:14:41 +12:00
Daniel Hensby
509e798cb1 Merge pull request #56 from NightJar/patch-1
Avoid fatal errors when trying to edit in the CMS
2017-03-24 19:38:33 +13:00
NightJar
ea4b6f5357 Avoid fatal errors when trying to edit in the CMS
If a page has it's `ContentReviewType` `Disabled` (either directly or on a parent via a `Inherit`) **AND ** has a `NextReviewDate` in the past, the page will cause a fatal error when attempting to load it for editing in the CMS. We can avoid this by checking if a pages Options are a boolean value (false for disabled) before trying to call methods on it. Addresses issue #55
2017-03-24 11:52:35 +13:00
Damian Mooyman
40a1ce4ee8
Fix invalid composer.json 2016-11-17 11:07:37 +13:00
Damian Mooyman
272afd4670 Remove broken string 2016-11-17 11:04:33 +13:00
Damian Mooyman
1711eb8aa6
Remove broken string 2016-11-17 11:02:06 +13:00
Damian Mooyman
dd98ee92a5 Remove obsolete branch-alias 2016-11-17 10:15:57 +13:00
Damian Mooyman
efb9f886bb Merge pull request #52 from silverstripe/add-helpful-robot-badge
Added Helpful Robot badge
2016-06-07 13:58:53 +12:00
Christopher Pitt
019c69b982 Added Helpful Robot badge 2016-05-21 17:33:21 +12:00
Damian Mooyman
4f8835c30e Add changelog for 3.0.2 2016-05-18 18:41:35 +12:00
Hamish Friedlander
25c0556499 Merge pull request #51 from open-sausages/pulls/fix-phantom-draft-changes
BUG Prevent non-real draft changes forcing record to appear as changed when saved
2016-05-18 17:13:26 +12:00
Damian Mooyman
d75cf9e280
BUG Prevent non-real draft changes forcing record to appear as changed when saved 2016-05-17 17:57:48 +12:00
Damian Mooyman
c3d26a8767 Merge pull request #50 from SilbinaryWolf/fix-useconfigforjob
FIX (ContentReviewNotificationJob): Changed to use config system for job.
2016-04-18 11:34:18 +12:00
Jake Bentvelzen
3c2c8d96aa fix(ContentReviewNotificationJob): Changed to use ->config() system so that the next_run_hour can be configured in YAML. 2016-04-11 16:44:26 +10:00
Damian Mooyman
44d01ec3c9 Changelog for 3.0.1 2016-02-04 13:10:06 +13:00
Damian Mooyman
cd0702c6e8 Update translations 2016-02-04 11:03:41 +13:00
Christopher Pitt
facac031e4 Merge pull request #48 from camfindlay/master
DOCS Documentation rework for better user guide.
2016-01-05 16:26:52 +13:00
Cam Findlay
361d5ac0f8 DOCS Documentation rework for better user guide. 2016-01-05 15:47:56 +13:00
Scott Hutchinson
9ce121ec88 Merge pull request #47 from helpfulrobot/update-license-year
Updated license year
2016-01-05 09:27:13 +13:00
helpfulrobot
97db427475 Updated license year 2016-01-01 06:32:22 +13:00
Ingo Schommer
34dbcfb801 Merge pull request #46 from tractorcow/pulls/fix-docs
BUG Fix documentation links
2015-11-24 16:51:20 +13:00
Damian Mooyman
40590b4527 Merge pull request #45 from helpfulrobot/add-standard-code-of-conduct
Added standard code of conduct
2015-11-24 16:20:42 +13:00
Damian Mooyman
2ed90f97cf BUG Fix documentation links 2015-11-24 09:59:22 +13:00
helpfulrobot
06f9732f4c Added standard code of conduct 2015-11-21 20:11:36 +13:00
Damian Mooyman
befc75e09c Merge pull request #41 from helpfulrobot/add-standard-editor-config
Added standard editor config
2015-11-20 14:14:48 +13:00
Damian Mooyman
7e5094e030 Merge pull request #42 from helpfulrobot/add-standard-travis-config
Added standard Travis config
2015-11-20 14:14:40 +13:00
Damian Mooyman
5399b2ac8a Merge pull request #43 from helpfulrobot/add-standard-license
Added standard license
2015-11-20 14:14:33 +13:00