Commit Graph

368 Commits

Author SHA1 Message Date
Damian Mooyman 9806de9fcc Merge pull request #38 from helpfulrobot/convert-to-psr-2
Converted to PSR-2
2015-11-19 10:24:33 +13:00
Damian Mooyman 9fe28db981 Merge pull request #39 from helpfulrobot/add-standard-travis-config
Added standard Travis config
2015-11-19 10:24:10 +13:00
helpfulrobot 84ec893c45 Added standard Travis config 2015-11-18 17:20:23 +13:00
helpfulrobot 98c125360b Converted to PSR-2 2015-11-18 16:38:28 +13:00
David Craig ddf5052503 Merge pull request #35 from open-sausages/feature/custom-templates
API CMS Editable notification templates
2015-11-18 15:22:13 +13:00
helpfulrobot 64fc4d0703 Added standard Scrutinizer config 2015-11-18 14:36:12 +13:00
Damian Mooyman d9729bf7f1 API CMS Editable notification templates
PSR-2 Coding fixup
2015-11-18 13:25:54 +13:00
David Craig 6138d0b927 Merge pull request #36 from open-sausages/pulls/fix-inherited-date
BUG Show inherited date even when inheriting settings
2015-11-18 13:25:04 +13:00
Damian Mooyman affee4bb85 BUG Show inherited date even when inheriting settings 2015-11-18 11:58:57 +13:00
Damian Mooyman 97adaee9a5 Merge pull request #32 from flashbackzoo/pulls/add-user-filter
Add report filter for only the pages a user is assigned to
2015-11-18 10:30:51 +13:00
David Craig fc6caa2011 Add report filter for only the pages a user is assigned to 2015-11-18 09:44:08 +13:00
Damian Mooyman b234d4cb49 Update translations 2015-11-17 16:11:33 +13:00
Damian Mooyman 1574ae1a05 Merge pull request #34 from scott1702/master
Make 'Mark as reviewed' button look more like an action
2015-11-13 16:31:07 +13:00
scott1702 6a1047b292 Make 'Mark as reviewed' button look like an action 2015-11-13 16:22:24 +13:00
Damian Mooyman c6d9df1ae2 Merge pull request #33 from scott1702/master
Make contentreview an inline form
2015-11-13 15:12:32 +13:00
scott1702 0610b12a4a Make contentreview an inline form 2015-11-13 14:51:09 +13:00
Damian Mooyman 8980e29320 Merge pull request #29 from assertchris/fix-merge-error
Fixed merge error
2015-11-05 09:53:40 +13:00
Christopher Pitt 3973d8e7c7 Update changelog.md 2015-11-05 09:24:03 +13:00
Damian Mooyman 7ffb6afc3b Add tx config 2015-11-04 10:26:51 +13:00
Damian Mooyman b3dd69560f Update translations 2015-11-04 10:21:07 +13:00
Christopher Pitt c8a8c3b155 Merge pull request #31 from tractorcow/pulls/fix-save-form
BUG Fix form saving
2015-11-04 09:28:42 +13:00
Damian Mooyman 5056615cf2 BUG Fix form saving 2015-11-03 17:18:48 +13:00
Christopher Pitt ae7bef5449 Merge pull request #28 from scott1702/minor-tweaks
Minor UX Tweaks
2015-11-03 10:39:50 +13:00
scott1702 b7acdffff2 Change text of reviewed content button
Added description to review notes
2015-11-03 10:24:35 +13:00
Damian Mooyman c50fa30a27 Merge pull request #30 from assertchris/fix-code-style
Fixed code style
2015-11-02 13:11:05 +13:00
Christopher Pitt 61fd586533 Fixed code style 2015-11-02 12:53:31 +13:00
Christopher Pitt dc54a939bb Fixed merge error 2015-11-02 10:41:06 +13:00
Damian Mooyman c22e24567e Merge pull request #27 from assertchris/add-community-files
Added community files
2015-11-02 09:58:38 +13:00
Christopher Pitt eebba9a826 Added community files 2015-11-02 09:50:12 +13:00
Damian Mooyman f9aec74a41 Merge pull request #26 from assertchris/clean-up-tests-and-badges
Cleaned up tests and Badges
2015-11-02 09:28:24 +13:00
Christopher Pitt 119e6e59d8 Cleaned up tests and Badges 2015-10-29 13:12:27 +13:00
Igor Nadj 93a60eb455 ENH: compatability with other modules 2015-09-23 10:32:23 +12:00
Igor Nadj 7f75e994cc ENH: updating readme 2015-09-15 18:12:26 +12:00
Igor Nadj 4f1d9f15f8 ENH: play nicer with subsites module 2015-09-15 17:28:28 +12:00
Igor Nadj 2b98e7b7d9 Merge remote-tracking branch 'matt/pulls/reporting-url-fix' into cwp-support 2015-09-11 15:33:50 +12:00
madmatt 69896840cb BUGFIX: Links to CMS edit page fails when the link includes ?locale=en_NZ or similar 2015-08-03 19:30:55 +12:00
madmatt 8675212885 FEATURE: Add (optional) integration with the queuedjobs module
- Automatically creates a ContentReviewNotificationJob to run the next day if
the queuedjobs module exists

- Does nothing if the queuedjobs module does not exist, to ensure it is optional

- Update composer to suggest queuedjobs module, and updated docs to reflect both
ways of configuring the module
2015-07-31 16:07:18 +12:00
Stig Lindqvist 613ad1cb60 Adding scrutinizer badges to README.md 2014-03-07 15:22:40 +13:00
Stig Lindqvist 64af1d545d Remove double code coverage report from travis 2014-03-07 15:21:50 +13:00
Stig Lindqvist d0fec69194 configure travis to send code coverage to scrutinizer 2014-03-07 15:05:01 +13:00
Stig Lindqvist 753c2d12d5 Adding scrutinizer config 2014-03-07 14:59:40 +13:00
Stig Lindqvist 66db82e1b1 use . syntax instead of [] syntax when calling show / hide 2014-03-07 14:59:39 +13:00
Stig Lindqvist 9317dbaa8c Moved out common functionality to a static method 2014-03-07 14:58:57 +13:00
Stig Lindqvist c904ec1a15 Seems like 3.1.1 doesnt like multiple togglefields in the same tab.. 2014-02-27 13:51:13 +13:00
Stig Lindqvist 09586b4b12 Show next review date for inherited settings 2014-02-27 11:43:56 +13:00
Stig Lindqvist 4c88574799 BUG When setting up a new site, the default pages will not inherit a review date from siteconfig #20 2014-02-27 11:07:34 +13:00
Stig Lindqvist ea44b0026e Fixed the ContentReviewReportTest for real this time, wrong order in assertEquals 2014-02-25 21:21:08 +13:00
Stig Lindqvist c078bae7db Adding travis-ci image link to the README 2014-02-25 21:17:24 +13:00
Stig Lindqvist 5cae6165d2 Bad test fixture that messed up postgresql tests #16 2014-02-25 21:15:41 +13:00
Stig Lindqvist e123c1c0e7 Fixed tests for PagesDueForReviewReport 2014-02-25 20:43:46 +13:00