Commit Graph

1811 Commits

Author SHA1 Message Date
Maurits van Rees
3619419df4 Back to development: 2.4.17
[ci skip]
2016-06-27 10:45:45 +02:00
Maurits van Rees
bfcc079451 Preparing release 2.4.16
[ci skip]
2016-06-27 10:45:22 +02:00
Maurits van Rees
9b53dbe841 Cleaned up empty headers from changelog.
[ci skip]
2016-06-27 10:45:12 +02:00
Maurits van Rees
f2460cb181 Moved last changelog entries to correct version.
[ci skip]
2016-06-27 10:45:07 +02:00
Jens W. Klein
69ded592c3 Merge pull request #104 from plone/maurits-remove-migration
Removed `comment-migration` view.
2016-06-13 09:48:39 +02:00
Jens W. Klein
115e984339 Merge pull request #103 from plone/cleanup
Flake8 cleanup
2016-06-13 09:48:02 +02:00
Maurits van Rees
1e9909ab6f Split too complex _enabled_for_archetypes. 2016-06-12 06:51:41 +02:00
Maurits van Rees
d496dfdddc Split too complex handleComment. 2016-06-12 06:51:41 +02:00
Maurits van Rees
814af8d837 Various flake8 fixes.
- Removed tabs.
- Fixed E731 do not assign a lambda expression, use a def.
- avoid hasattr
2016-06-12 06:51:35 +02:00
Maurits van Rees
cdb48ba87a Back to development: 2.4.16
[ci skip]
2016-06-12 01:39:52 +02:00
Maurits van Rees
9e943a67d0 Preparing release 2.4.15
[ci skip]
2016-06-12 01:39:31 +02:00
Maurits van Rees
ba37bdbe45 Cleaned up empty headers from changelog.
[ci skip]
2016-06-12 01:37:22 +02:00
Maurits van Rees
bfeb66ee60 Removed comment-migration view.
This did not work anymore on Plone 5.  If you still need to migrate
from old-style comments, so from Plone 4.0 or earlier, please upgrade
to Plone 4.3 first.
2016-06-11 15:56:31 +02:00
Jens W. Klein
483b8b071f Merge pull request #102 from plone/maurits-fix-required-email
Reset the required setting of the author_email widget each time.
2016-06-10 09:07:54 +02:00
Maurits van Rees
6952923b1e Reset the required setting of the author_email widget each time.
Otherwise, the email field might get set to required when an anonymous
user visits, and then remain required when an authenticated user
visits, making it impossible for an authenticated user to fill in the
form without validation error.  Or when in the control panel the field
is set as not required anymore, that change would have no effect until
the instance was restarted.
2016-06-10 01:57:04 +02:00
Maurits van Rees
4ecc7f0519 Back to development: 2.4.15
[ci skip]
2016-06-06 11:42:40 +02:00
Maurits van Rees
b086c33788 Preparing release 2.4.14
[ci skip]
2016-06-06 11:42:18 +02:00
Maurits van Rees
80e0fe68ea Cleaned up empty headers from changelog.
[ci skip]
2016-06-06 11:42:05 +02:00
Maurits van Rees
43ea783824 Merge pull request #98 from plone/maurits-xss-master
Fixed possible cross site scripting attack on moderate comments page [master]
2016-06-06 10:10:57 +02:00
Maurits van Rees
e1dbaef82a Fixed possible cross site scripting (XSS) attack on moderate comments page. 2016-06-03 00:43:21 +02:00
Tom Gross
085567431f Make tests work with lxml safe html cleaner (#97)
* Make tests work with lxml safe html cleaner

* whitespace fix in test assertion
2016-05-31 11:41:34 +02:00
Maurits van Rees
23a1f02e2f Back to development: 2.4.14
[ci skip]
2016-05-04 16:46:49 +02:00
Maurits van Rees
4da634d12f Preparing release 2.4.13
[ci skip]
2016-05-04 16:46:21 +02:00
Maurits van Rees
181ceb9d04 Cleaned up empty headers from changelog.
[ci skip]
2016-05-04 16:46:09 +02:00
Maurits van Rees
89d542e8d2 Apply hotfix 20160419 (#94)
Removed docstrings from some methods to avoid publishing them.
2016-05-04 10:40:36 +02:00
esteele
13b87f030d Back to development: 2.4.13
[ci skip]
2016-04-13 08:40:02 -04:00
esteele
69eee88eb9 Preparing release 2.4.12
[ci skip]
2016-04-13 08:30:22 -04:00
Gil Forcada Codinachs
eee8e3c1b6 Mark edit link for translation (#91)
Mark edit link for translation.
2016-04-07 18:36:19 +02:00
esteele
2e3ffc9b2c Back to development: 2.4.12 2016-03-31 12:08:33 +02:00
esteele
dd3894e3e4 Preparing release 2.4.11 2016-03-31 12:06:51 +02:00
Jens W. Klein
12d5347ca8 Merge pull request #87 from plone/thet-control-panel-url
Use ``getSite()`` instead of portal url
2016-03-14 11:06:43 +01:00
Johannes Raggam
ec7fe25b6c Use `getSite()` instead of portal url
For the discussion controlpanel, change base URLs from portal URL to what getSite returns, but don't change the controlpanels context binding.
This allows for more flexibility when configuring it to be allowed on a sub site with a local registry.
2016-03-11 14:16:22 +01:00
Gil Forcada Codinachs
aca1e3a8e0 Merge pull request #85 from serge73/patch-4
Update CHANGES.rst
2016-02-11 22:48:35 +01:00
Gil Forcada Codinachs
1234261bc9 Merge pull request #84 from serge73/patch-3
fixed translate translation plone-ru.po
2016-02-11 22:48:15 +01:00
serge73
3217ca9c65 Update CHANGES.rst 2016-02-12 02:10:40 +05:00
serge73
0a94f185e7 Update plone-ru.po 2016-02-12 02:05:57 +05:00
Johannes Raggam
4df90c2ade remove duplicate 2016-02-10 17:16:35 +01:00
Maurits van Rees
dc74279eee Used https in pypi url. 2016-02-09 23:09:19 +01:00
Maurits van Rees
e458447456 Back to development: 2.4.11
[ci skip]
2016-02-08 22:40:13 +01:00
Maurits van Rees
6fdd3dc16e Preparing release 2.4.10
[ci skip]
2016-02-08 22:39:36 +01:00
Maurits van Rees
a4e45742d2 Cleaned up changelog before release. 2016-02-08 22:39:26 +01:00
Gil Forcada Codinachs
f0d837294f Merge pull request #83 from plone/cleanup
Cleanup
2016-02-05 13:02:53 +01:00
Gil Forcada
cb1bf28c16 Cleanup
Follow https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst
to clean up the code.
2016-02-05 09:43:42 +01:00
Jens W. Klein
fb71aee6cd Merge pull request #80 from plone/remove-p.a.discussion-monkey
Get rid of the monkey patch on Products.CMFPlone's CatalogTool.
2016-01-31 23:33:33 +01:00
Fred van Dijk
fcb4bbf94b Get rid of the monkey patch on Products.CMFPlone's CatalogTool. 2016-01-25 14:45:59 +01:00
Gil Forcada Codinachs
c00e1099a2 Merge pull request #79 from serge73/patch-2
Update CHANGES.rst
2016-01-22 16:02:35 +01:00
Gil Forcada Codinachs
b5189d84b2 Merge pull request #78 from serge73/patch-1
Create plone-ru.po
2016-01-22 16:02:25 +01:00
serge73
80326a4509 Update CHANGES.rst 2016-01-22 15:35:23 +05:00
serge73
a08714575f Create plone-ru.po 2016-01-22 15:33:33 +05:00
Maurits van Rees
445e1f8d9f Back to development: 2.4.10
[ci skip]
2015-11-25 23:29:24 +01:00