Commit Graph

57 Commits

Author SHA1 Message Date
Maurits van Rees ee2d81d9fd
Preparing release 4.0.0
[ci skip]
2022-11-11 00:23:30 +01:00
Jon Pentland a3818a4743 Update changelog 2022-10-24 22:10:39 +02:00
Jon Pentland 9f34a7f10d Add changelog 2022-10-18 16:17:30 +02:00
Maurits van Rees 2ff0481e09
Preparing release 4.0.0b3
[ci skip]
2022-10-11 22:53:30 +02:00
Maurits van Rees 3ba59b0275
Added news snippet.
[ci skip]
2022-10-11 22:53:14 +02:00
Maurits van Rees f83c5e8e8d
Preparing release 4.0.0b2
[ci skip]
2022-09-30 16:11:35 +02:00
Maurits van Rees 288c090744
Fixed news snippet.
[ci skip]
2022-09-30 16:11:20 +02:00
David Glick d7c5d271c4
changelog 2022-09-18 19:31:09 -07:00
Maurits van Rees 4959d6ae21
Preparing release 4.0.0b1
[ci skip]
2022-06-23 21:05:12 +02:00
Maurits van Rees 266d87b3b9
Test-only fix: normalize white space when comparing output of comment.getText().
Needed to not fail with newer `plone.outputfilters` from this PR: https://github.com/plone/plone.outputfilters/pull/49
Comments go through the outputfilters, and the new branch calls `soup.prettify()` from `Beautifulsoup`, leading to more white space.
Sample test failures on Jenkins, see https://jenkins.plone.org/job/plip-plip-image-srcsets-3.8/5/#showFailuresLink

```
'<p>\n Go to http://www.plone.org\n</p>' != '<p>Go to http://www.plone.org</p>'
- <p>
-  Go to http://www.plone.org
? ^                          ^
+ <p>Go to http://www.plone.org</p>? ^^^                          ^^^^
- </p>

  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
    yield
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 676, in run
    self._callTestMethod(testMethod)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
    method()
  File "/home/jenkins/.buildout/eggs/cp38/plone.app.discussion-4.0.0a7-py3.8.egg/plone/app/discussion/tests/test_comment.py", line 180, in test_getText_doesnt_link
    self.assertEqual(
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 912, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 1292, in assertMultiLineEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python3.8/lib/python3.8/unittest/case.py", line 753, in fail
    raise self.failureException(msg)
```
2022-06-10 13:50:16 +02:00
Maurits van Rees 64bfc01b71
Preparing release 4.0.0a7
[ci skip]
2022-05-14 11:56:23 +02:00
Maurits van Rees 245a2d9be3
Grant Site Administrators the same workflow permissions as Managers.
They were missing permissions on pending comments.
Fixes https://github.com/plone/plone.app.discussion/issues/199
2022-05-10 21:32:46 +02:00
Maurits van Rees 73f1255c1f
Removed z3c.autoinclude.plugin entrypoint. 2022-05-05 22:08:05 +02:00
Jens W. Klein fe10c7448f
Merge pull request #195 from plone/plone-base-overhaul
Plone base overhaul
2022-05-03 15:10:38 +02:00
Maurits van Rees ef6b558c28
Make compatible with robotframework 3-5. 2022-05-02 23:03:24 +02:00
Jens W. Klein bcb9315772 add newsfile 2022-05-02 00:43:21 +02:00
Maurits van Rees 9640cc937a
Preparing release 4.0.0a6
[ci skip]
2022-04-28 21:47:53 +02:00
Maurits van Rees 336642ddc3
Replaced use of plone.api.
That should not be done in Plone core.
2022-04-14 18:29:09 +02:00
Maurits van Rees 27dd3649d9
Preparing release 4.0.0a5
[ci skip]
2022-04-04 11:13:08 +02:00
MrTango a79670d3a1 Moved JS to Mockup control panel patterns (ES6) 2022-03-23 21:09:23 +01:00
Maurits van Rees 213c198943
Preparing release 4.0.0a4
[ci skip]
2022-03-23 17:23:44 +01:00
Maurits van Rees 39fe91fd08
Fixed news snippet.
[ci skip]
2022-03-23 17:22:59 +01:00
Miu Razvan d3c804e3ba Changelog 2022-02-17 16:45:09 +02:00
Maurits van Rees 8696a6f290
Preparing release 4.0.0a3
[ci skip]
2021-10-16 15:09:30 +02:00
Mikel Larreategi 62e0eb8059 add missing i18n:translate tags 2021-10-14 07:57:12 +02:00
Maurits van Rees 0f524f76e4
Preparing release 4.0.0a2
[ci skip]
2021-09-15 15:38:00 +02:00
Érico Andrei 7fc75ee5aa Fix #186: Remove cyclic dependency with Products.CMFPlone. 2021-09-14 15:32:42 +02:00
Érico Andrei 6f3fa11f10 Implement events for Comment (ICommentModifiedEvent) and Reply(IReplyModifiedEvent) modification 2021-09-08 16:18:39 +02:00
esteele 979e0e4b2d
Preparing release 4.0.0a1
[ci skip]
2021-04-21 16:13:43 -04:00
Stefan Antonelli 47c34cebb7 add changelog entry 2021-02-17 15:53:02 +01:00
Stefan Antonelli ef886141f3 add changelog entry 2021-02-15 17:31:55 +01:00
Maurits van Rees 4d36d0b342
Fix tests with Products.MailHost 4.11.
Fixes https://github.com/plone/plone.app.discussion/issues/174
2021-01-22 16:37:12 +01:00
Maurits van Rees b477f79482
Preparing release 3.4.3
[ci skip]
2020-09-28 12:18:32 +02:00
Maurits van Rees e4bcf2f53c
Fix tests with Products.MailHost 4.10. 2020-09-23 15:26:30 +02:00
Maurits van Rees 99031d4a13
Preparing release 3.4.2
[ci skip]
2020-06-30 23:37:50 +02:00
Vincent Fretin de24c20b83 Close input tags properly in moderation.pt to avoid an error with i18ndude find-untranslated 2020-06-28 14:12:06 +02:00
Maurits van Rees 01c502a1e1
Preparing release 3.4.1
[ci skip]
2020-06-26 09:57:38 +02:00
Vincent Fretin ab99c5d015 Reuse existing translation for the "Save" button in the Edit comment form. 2020-06-18 11:51:09 +02:00
Maurits van Rees 693fa8d9a9
Preparing release 3.4.0
[ci skip]
2020-04-20 12:23:23 +02:00
Maurits van Rees d39b2fcbbe
Merge pull request #166 from plone/moderation-extended
Extended Moderation of comments
2020-03-16 23:18:14 +01:00
tschorr 8d43056f44 add changelog entry 2020-02-11 18:52:42 +01:00
Katja Suess f7ae6e49a5 unique css ids
and bug fix test: editing comment: button label "save" instead of "edit comment"
2020-01-16 15:32:46 +01:00
Katja Suess 36c834e6b3 rebase cleanup 2020-01-11 11:08:22 +01:00
Katja Suess e3080971b3 rebase cleanup 2020-01-11 11:04:19 +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 840bc8daa6 changelog 2020-01-08 12:22:09 +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
Katja Suess 000e929b75 changelog detailed info 2019-12-02 09:20:12 +01:00
Katja Suess f3c0b16a42 changelog 2019-11-29 16:23:43 +01:00