Commit Graph

207 Commits

Author SHA1 Message Date
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
Stig Lindqvist ec9b58aea8 code style guidelines 2014-02-25 20:37:59 +13:00
Stig Lindqvist 3b752be238 NEW report for pages without a review schedule 2014-02-25 20:37:43 +13:00
Stig Lindqvist 8c5e91addc Simplified the Pages due for review report #12 2014-02-25 20:36:26 +13:00
Stig Lindqvist 21b6b05fb7 Showing a readonly field for where settings are derived from 2014-02-25 20:35:27 +13:00
Stig Lindqvist 3017712dfb BUG Cant get owner names from a page that is disabled 2014-02-25 20:34:42 +13:00
Stig Lindqvist 5376c3a248 Allow drafted pages to show up in the report 2014-02-25 18:23:18 +13:00
Stig Lindqvist 6b337496cf NEW Send one notification email per author #7 2014-02-25 15:54:27 +13:00
Stig Lindqvist b3c777a579 Fix travis config name and removing unused .gitconfig file 2014-02-25 14:02:55 +13:00
Stig Lindqvist e539ddc165 BUG Inherited settings doesn't trigger the mark as review button to show up 2014-02-25 12:10:39 +13:00
Stig Lindqvist d203737099 Change license date 2014-02-25 00:52:15 +13:00
Stig Lindqvist c021af834b Group tests together in the same test class #3 2014-02-25 00:51:36 +13:00