Commit Graph

2099 Commits

Author SHA1 Message Date
Maurits van Rees 4b96e0f480
Update wildly outdated information in the readme.
[ci skip]
2022-09-30 16:10:34 +02:00
Maurits van Rees f9536d5f3d
Update classifiers.
[ci skip]
2022-09-30 16:02:50 +02:00
Maurits van Rees 9252de84de
Merge pull request #203 from plone/pw-length
Use longer passwords for tests
2022-09-19 11:15:30 +02:00
David Glick cf68b9ece0
missed file 2022-09-18 20:46:04 -07:00
David Glick d7c5d271c4
changelog 2022-09-18 19:31:09 -07:00
David Glick 8a64e85435
Use longer passwords for tests 2022-09-18 19:30:04 -07:00
Maurits van Rees 2084eb091d
Back to development: 4.0.0b2
[ci skip]
2022-06-23 21:05:52 +02:00
Maurits van Rees 4959d6ae21
Preparing release 4.0.0b1
[ci skip]
2022-06-23 21:05:12 +02:00
Maurits van Rees bccfc55f49
No universal wheel: Py 3 only.
[ci skip]
2022-06-23 21:04:41 +02:00
Maurits van Rees 3cc1efa8a8
Merge pull request #202 from plone/maurits-normalize-gettext-tests
Test-only fix: normalize white space when comparing output of getText
2022-06-10 15:41:00 +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 93f92fadcd
Back to development: 4.0.0a8
[ci skip]
2022-05-14 11:57:11 +02:00
Maurits van Rees 64bfc01b71
Preparing release 4.0.0a7
[ci skip]
2022-05-14 11:56:23 +02:00
Jens W. Klein 0439e9ea24
Merge pull request #200 from plone/maurits-site-administrators-master
Grant Site Administrators same workflow permissions as Managers [master]
2022-05-11 01:51:34 +02:00
Maurits van Rees 1ea81e4a90
Increase metadata version to 2000.
We need to leave some room for another upgrade step in Plone 5.2.
2022-05-10 21:36:50 +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
Gil Forcada Codinachs 37dc258051
Merge pull request #198 from plone/remove-autoinclude-entrypoint
Removed z3c.autoinclude.plugin entrypoint.
2022-05-07 01:41: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
Gil Forcada Codinachs 12e057c178
Merge pull request #197 from plone/robotframework5
Make compatible with robotframework 3-5.
2022-05-03 01:13:24 +02:00
Maurits van Rees ef6b558c28
Make compatible with robotframework 3-5. 2022-05-02 23:03:24 +02:00
Maurits van Rees e81e26c02b
Removed a few more unicode literals. 2022-05-02 17:12:04 +02:00
Jens W. Klein bcb9315772 add newsfile 2022-05-02 00:43:21 +02:00
Jens W. Klein f443deacbd use plone.base and remove dependencies to CMFPlone 2022-05-02 00:39:34 +02:00
Jens W. Klein 19571f45ed remove six plus some bbb cleanup 2022-05-01 23:28:00 +02:00
Jens W. Klein 75c6a5dcc1 find -name "*.py" -exec pyupgrade --py3-only --py37-plus {} + 2022-05-01 23:14:41 +02:00
Jens W. Klein 34b758f2bd black 2022-05-01 23:14:09 +02:00
Jens W. Klein e72d86b985 isort 2022-05-01 23:14:00 +02:00
Maurits van Rees 224e99425e
Back to development: 4.0.0a7
[ci skip]
2022-04-28 21:48:56 +02:00
Maurits van Rees 9640cc937a
Preparing release 4.0.0a6
[ci skip]
2022-04-28 21:47:53 +02:00
Jens W. Klein 31af5d1752
Merge pull request #194 from plone/maurits-no-plone-api
Replaced use of plone.api.
2022-04-19 15:21:23 +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 719082a1d8
Back to development: 4.0.0a6
[ci skip]
2022-04-04 11:13:31 +02:00
Maurits van Rees 27dd3649d9
Preparing release 4.0.0a5
[ci skip]
2022-04-04 11:13:08 +02:00
Johannes Raggam 5f5b23c8cd
Merge pull request #190 from plone/es6
Move discussion JS to mockup
2022-03-24 15:26:08 +01:00
Philip Bauer b9d794489c no longer register old resources 2022-03-23 21:09:23 +01:00
MrTango a79670d3a1 Moved JS to Mockup control panel patterns (ES6) 2022-03-23 21:09:23 +01:00
Maurits van Rees 8e369f886f
Back to development: 4.0.0a5
[ci skip]
2022-03-23 17:24:07 +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
Maurits van Rees d37488dd26
Merge pull request #193 from plone/do_not_autoclose_tags
[Master] Fix test after PortalTransforms uses lxml html method to serialize (instead of xml method)
2022-03-15 17:09:12 +01:00
Godefroid Chapelle 8bc3d824e6 Fix test
after PortalTransforms uses lxml html method to serialize
(instead of xml method)
2022-03-15 12:12:39 +01:00
Maurits van Rees a86db1b8c2
Merge pull request #191 from plone/180_view_permissions
#180 Added 'View comments' permission
2022-03-14 22:23:25 +01:00
Miu Razvan 733efe3287 Changed import_step to rolemap 2022-03-01 13:09:03 +02:00
Miu Razvan 5beb673321 Add upgrade step 2022-03-01 13:07:27 +02:00
Miu Razvan d3c804e3ba Changelog 2022-02-17 16:45:09 +02:00
Miu Razvan d6bfa9eebd #180 Added 'View comments' permission 2022-02-17 16:37:38 +02:00
Maurits van Rees a790ad0bc5
Back to development: 4.0.0a4
[ci skip]
2021-10-16 15:10:01 +02:00
Maurits van Rees 8696a6f290
Preparing release 4.0.0a3
[ci skip]
2021-10-16 15:09:30 +02:00
Jens W. Klein 6460109926
Merge pull request #189 from plone/erral-add-missing-i18n-translate
add missing i18n:translate tags
2021-10-14 12:13:39 +02:00