Commit Graph

2078 Commits

Author SHA1 Message Date
esteele e56e1880f9 Preparing release 2.4.19
[ci skip]
2017-01-02 13:57:13 -05:00
esteele fa1f4ac32e Cleaned up empty headers from changelog.
[ci skip]
2017-01-02 13:57:03 -05:00
Alessandro Pisa 17fd1b005d Merge pull request #109 from derFreitag/gforcada-patch-1
Reindex comments when they are modified
2016-12-22 18:34:50 +01:00
Maurits van Rees 643fc41570 Back to development: 2.4.19
[ci skip]
2016-09-20 16:07:59 +02:00
Maurits van Rees 321ce54ffa Preparing release 2.4.18
[ci skip]
2016-09-20 16:07:40 +02:00
Maurits van Rees 6a74c64b12 Cleaned up empty headers from changelog.
[ci skip]
2016-09-20 16:07:35 +02:00
Gil Forcada 26a21a12d5 Reindex comments when they are modified 2016-09-20 13:05:24 +02:00
Jens W. Klein 608287692c Merge pull request #112 from plone/apply-hotfix-20160830-master
Apply security hotfix 20160830 for redirects. [master]
2016-09-20 10:52:21 +02:00
Maurits van Rees 358ec89c03 Apply security hotfix 20160830 for redirects. 2016-09-19 17:10:10 +02:00
Gil Forcada Codinachs fe138c6b93 Merge pull request #111 from l34marr/zh-tw
Update Traditional Chinese Translation
2016-09-11 17:35:20 +02:00
TsungWei Hu 466ca149d3 Update Traditional Chinese Translation. 2016-09-10 07:30:47 +00:00
Maurits van Rees ef4710bab1 Back to development: 2.4.18
[ci skip]
2016-08-17 00:21:22 +02:00
Maurits van Rees afa962bb11 Preparing release 2.4.17
[ci skip]
2016-08-17 00:20:56 +02:00
Maurits van Rees 648a12ecd5 Cleaned up empty headers from changelog.
[ci skip]
2016-08-17 00:20:44 +02:00
Maurits van Rees 7d9a3923e6 Added Plone 5.1 classifier to setup.py.
[ci skip]
2016-08-12 22:38:26 +02:00
Gil Forcada Codinachs edbca5d71e Merge pull request #108 from plone/gforcada-use-zope-decorators
Use zope.interface decorator
2016-07-09 08:50:52 +02:00
Gil Forcada d5e7afcd23 Use zope.interface decorator
This not only makes code more pleasent to read,
but also makes the code python 3 compatible
(while maintaining python 2 compatibility).
2016-07-08 23:17:03 +02:00
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