Katja Suess
96e0fb83c0
last transition entry as is from history
2020-01-08 12:41:06 +01:00
Katja Suess
54de9b32e1
Update test_moderation.robot
2020-01-08 12:41:06 +01:00
Katja Suess
dfc21d1d5d
comment "approved" renamed to "published"
2020-01-08 12:41:06 +01:00
Katja Suess
30490412ab
batch navigation: reload on filtering by review_state
2020-01-08 12:39:58 +01:00
Katja Suess
bf20752b69
bulk moderation of comments
...
extended for comment_multiple_state_review_workflow, refactoring and tests
2020-01-08 12:39:57 +01:00
Katja Suess
d93525ff27
Moderation view: filter on state only for comment_multiple_state_review_workflow
2020-01-08 12:37:34 +01:00
Katja Suess
7a680675be
disable portlet slots
2020-01-08 12:37:34 +01:00
Katja Suess
64d50fbd00
fix docstring
2020-01-08 12:37:34 +01:00
Katja Suess
084d2893e7
Additional (optional) workflow: "Comment Multiple State Review Workflow"
...
Moderator is not forced to delete a comment or to let it pending:
Workflow has two more states "rejected" and "spam" to existing review workflow.
Moderation view extended showing all states. Filter by state.
2020-01-08 12:36:28 +01:00
Katja Suess
f7b8335d27
additional workflow with rejected state
...
moderation view and approved comments view: buttons for reject and approve
2020-01-08 12:22:09 +01:00
Katja Suess
875409daff
Moderation view tabbed
...
two tabs for comments to moderate and comments approved
2020-01-08 12:22:09 +01:00
Katja Suess
840bc8daa6
changelog
2020-01-08 12:22:09 +01:00
Katja Suess
ee6b107a31
publish only pending comment, else show status message
2020-01-08 12:22:09 +01:00
Maurits van Rees
6ca9e6f4e9
Back to development: 3.3.3
...
[ci skip]
2019-12-10 23:59:11 +01:00
Maurits van Rees
20bd2d6c09
Preparing release 3.3.2
...
[ci skip]
2019-12-10 23:58:43 +01:00
Maurits van Rees
79fe742a43
Edited news snippet.
...
[ci skip]
2019-12-10 23:57:42 +01:00
Jens W. Klein
7469a4f31c
Merge pull request #163 from plone/moderation
...
notification moderator: link to commented page to moderate comments instead of links to approve or delete with CSRF confirmation
2019-12-03 13:51:35 +01:00
Katja Suess
000e929b75
changelog detailed info
2019-12-02 09:20:12 +01:00
Katja Suess
7b43d80486
test_notifications moderator
2019-12-02 09:09:49 +01:00
Katja Suess
296d591856
Update moderation.py
...
unused IDisableCSRFProtection removed
2019-12-01 19:53:11 +01:00
Katja Suess
3d3c638565
Notification moderator: email of commentator added. Link as is but request to log in for moderating comment added.
...
New moderator notification with email and link to commented page and request to login.
No links to approve and delete: due to CSRF direct links to modification of Plone objects result in request to confirm. So page with comments is presented to moderator.
If already logged in, moderator is on comment to moderate.
If not logged in, moderator is on login page with came_from.
2019-12-01 19:47:08 +01:00
Katja Suess
1e5951101f
prevent infinite request for confirmation (plone.protect)
2019-11-29 16:23:43 +01:00
Katja Suess
8bd1992a7f
IDisableCSRFProtection on @@moderate-publish-comment removed
2019-11-29 16:23:43 +01:00
Katja Suess
f3c0b16a42
changelog
2019-11-29 16:23:43 +01:00
Katja Suess
22a7152e92
publish only pending comment, else show status message
2019-11-29 16:23:43 +01:00
Maurits van Rees
3fe04f9133
Fixed indentation in changelog.
...
[ci skip]
2019-11-25 15:44:06 +01:00
Maurits van Rees
ad86fc8dcd
Back to development: 3.3.2
...
[ci skip]
2019-11-25 15:41:02 +01:00
Maurits van Rees
3e997145fc
Preparing release 3.3.1
...
[ci skip]
2019-11-25 15:40:29 +01:00
Jens W. Klein
06c55bec14
Merge pull request #156 from plone/roto-window-resize-huge
...
Default to a 4K x 4K browser window in Robot tests
2019-10-30 11:12:07 +01:00
Maurits van Rees
be39023ed8
Back to development: 3.3.1
...
[ci skip]
2019-10-12 14:31:45 +02:00
Maurits van Rees
c0235d072b
Preparing release 3.3.0
...
[ci skip]
2019-10-12 14:30:21 +02:00
Maurits van Rees
39c8067e00
Bumped version for feature release.
...
[ci skip]
2019-10-12 14:29:48 +02:00
Maurits van Rees
b578e416a7
Renamed news snippets to avoid ignoring them.
...
[ci skip]
2019-10-12 14:29:39 +02:00
Jens W. Klein
5d32feeb29
Merge pull request #161 from plone/maurits/dependencies-issue-2952
...
Load zcml of plone.resource.
2019-09-30 09:17:41 +02:00
Maurits van Rees
d09794d7e8
Load zcml of plone.resource.
...
This is for our use of the `plone:static` directive.
See https://github.com/plone/Products.CMFPlone/issues/2952
2019-09-28 13:01:11 +02:00
Maurits van Rees
b369ee2075
Added production/stable dev status classifier.
...
[ci skip]
2019-09-28 12:59:53 +02:00
Maurits van Rees
0be0a99b53
Removed Plone 5.0/5.1 classifiers.
...
[ci skip]
2019-09-28 12:59:33 +02:00
Katja Suess
1b7d9fcb16
Additional view for approved comments
...
linked in "moderate comments" view
2019-09-07 11:31:53 +02:00
esteele
ddf0ac0314
Back to development: 3.2.2
...
[ci skip]
2019-06-28 11:23:43 -04:00
esteele
86212d67be
Preparing release 3.2.1
...
[ci skip]
2019-06-28 11:23:20 -04:00
Philip Bauer
6cedcc4df6
Merge pull request #158 from plone/register_js_in_legacy_bundle
...
Register old js in legacy bundle to fix missing js
2019-06-27 22:24:58 +02:00
Philip Bauer
c229e51690
add upgrade-step to re-enable comments.js
2019-06-27 19:59:20 +02:00
Philip Bauer
4966d8388e
add plone.resource dependency and change to plone:static
2019-06-27 19:43:27 +02:00
Philip Bauer
9b02d2b2fc
add changenote
2019-06-24 16:57:11 +02:00
Philip Bauer
f39a7551f6
Registrr old js in legacy bundle (same as in p.a.event)
2019-06-24 08:43:27 +02:00
Joni Orponen
c1518d87d1
Re-enable two disabled Robot tests.
2019-05-14 10:40:09 +02:00
Joni Orponen
45fd2c51ce
Use the shared test setup and test teardown keywords in Robot tests.
2019-05-14 10:37:15 +02:00
esteele
a69a441989
Back to development: 3.2.1
...
[ci skip]
2019-04-29 19:31:42 -04:00
esteele
c7dfbe6365
Preparing release 3.2.0
...
[ci skip]
2019-04-29 19:30:59 -04:00
agitator
e22f5c4119
Merge pull request #153 from plone/jensens/fix-depreactionwarning
...
fix import with deprecation warning
2019-04-12 14:53:36 +02:00