Commit Graph

199 Commits

Author SHA1 Message Date
Maurits van Rees
356f26fedb Cleaned up empty headers from changelog.
[ci skip]
2017-01-17 19:15:51 +01:00
Maurits van Rees
802e3ec04c Make comment on private content not publicly available in search results.
This is part of PloneHotfix20161129.

Updated metadata.xml version to 1000.  This leaves more room for
profile version increases in earlier releases.  We apply the rolemap
step again to avoid accidentally missing it.
2017-01-14 17:58:48 +01:00
esteele
0f5a91d4f4 Back to development: 2.4.20
[ci skip]
2017-01-02 14:02:57 -05:00
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
Maurits van Rees
358ec89c03 Apply security hotfix 20160830 for redirects. 2016-09-19 17:10:10 +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
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
Maurits van Rees
1e9909ab6f Split too complex _enabled_for_archetypes. 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
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
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
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
serge73
3217ca9c65 Update CHANGES.rst 2016-02-12 02:10:40 +05: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
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
Fred van Dijk
fcb4bbf94b Get rid of the monkey patch on Products.CMFPlone's CatalogTool. 2016-01-25 14:45:59 +01:00
serge73
80326a4509 Update CHANGES.rst 2016-01-22 15:35:23 +05:00
Maurits van Rees
445e1f8d9f Back to development: 2.4.10
[ci skip]
2015-11-25 23:29:24 +01:00
Maurits van Rees
d44cba1844 Preparing release 2.4.9
[ci skip]
2015-11-25 23:29:05 +01:00
Maurits van Rees
1c39fe9d2d Cleanup changelog. 2015-11-25 23:28:57 +01:00
Maurits van Rees
e5d6916c2f In tests, use `selection.any` in querystrings.
Issue https://github.com/plone/Products.CMFPlone/issues/1040
2015-11-25 11:40:06 +01:00
Davi Lima
3f07781675 Update Site Setup link in all control panels (fixes plone/Products.CMFPlone#1255) 2015-11-23 09:13:00 -03:00
Gil Forcada
dba633e127 Update CHANGES 2015-11-09 22:29:47 +01:00
Maurits van Rees
24aadbdb72 Added New/Fixes headers to changelog.
[ci skip]
2015-10-31 00:17:12 +01:00
esteele
e168ca18b9 Back to development: 2.4.9 2015-09-20 20:57:13 +02:00
esteele
6622934b23 Preparing release 2.4.8 2015-09-20 20:56:28 +02:00
esteele
98f1f3d6a4 Move portal_properties settings to configuration registry
commit b13db31e3c55fd5ed9320e9d0c93aea48366c883
Author: esteele <eric@esteele.net>
Date:   Fri Sep 18 10:14:56 2015 +0200

    Remove pdb.

commit 6b3e591583146ca661556ef50cafd02f62c79d46
Author: esteele <eric@esteele.net>
Date:   Fri Sep 18 09:50:06 2015 +0200

    Fix registry id

commit 9dfce9a739496b6023f93376535dccc9a9310517
Author: esteele <eric@esteele.net>
Date:   Thu Sep 17 18:34:42 2015 +0200

    Use registry lookup for types_use_view_action_in_listings
2015-09-20 17:31:55 +02:00
Philip Bauer
35e6ab2677 remove discussion.css 2015-09-16 14:58:42 +02:00
ichim-david
6e85735b5b Fix reply button visibility toggle by javascript 2015-09-15 22:43:34 +03:00
Maurits van Rees
ced8609a8c Back to development: 2.4.8
[ci skip]
2015-09-15 18:21:41 +02:00
Maurits van Rees
c284f248d3 Preparing release 2.4.7
[ci skip]
2015-09-15 18:20:56 +02:00
ichim-david
cb83fc2042 Refs #764 style tweaks needed for plonetheme.barcelonata coexistance 2015-09-15 00:14:05 +03:00
Maurits van Rees
41d216c225 Back to development: 2.4.7
[ci skip]
2015-09-14 14:38:08 +02:00
Maurits van Rees
b898f7d396 Preparing release 2.4.6
[ci skip]
2015-09-14 14:37:44 +02:00
Philip Bauer
37f00106b7 add changeling 2015-09-13 18:31:51 +02:00
Philip Bauer
b7f81fc3fe Move anonymous_email_enabled after anonymous_comments in controlpanel 2015-09-13 15:38:46 +02:00
esteele
50d9d685ed Back to development: 2.4.6
[ci skip]
2015-09-11 15:43:38 -04:00
esteele
eb69461f35 Preparing release 2.4.5
[ci skip]
2015-09-11 15:36:47 -04:00
Mikel Larreategi
90ec3d73ac add changelog entry 2015-09-09 15:48:48 +02:00
Timo Stollenwerk
9b23e270c0 Back to development: 2.4.5 2015-07-18 06:03:59 +02:00
Timo Stollenwerk
7edd363169 Preparing release 2.4.4 2015-07-18 06:03:24 +02:00
Timo Stollenwerk
a3b540c484 Update changelog. 2015-07-18 05:42:15 +02:00
Victor Fernandez de Alba
35862dd6dc Updated links for the renamed 'Types' control panel 2015-07-16 12:17:59 +02:00
Victor Fernandez de Alba
89a18c889d Change the category of the configlet to 'plone-general' 2015-07-15 18:05:24 +02:00
Jens W. Klein
23ff055698 Merge pull request #68 from plone-ve/master
Updated Spanish translation
2015-06-08 19:56:14 +02:00
Leonardo J. Caballero G
fab8e1c3de Updated Changelog file 2015-06-07 17:42:56 -04:30
Timo Stollenwerk
53000c27f2 Back to development: 2.4.4 2015-06-05 09:46:48 +02:00
Timo Stollenwerk
e6c654dfd4 Preparing release 2.4.3 2015-06-05 09:46:21 +02:00
vangheem
68665b6f2b Only use edit overlay if available for editing comments. We will need a plone 5 alternative 2015-05-30 11:45:02 -05:00
Gil Forcada Codinachs
4556486082 Merge pull request #67 from plonejp/master
Updated Japanese translation
2015-05-11 08:39:58 +02:00
Manabu TERADA
a781e6b7fc wrote changes.rst 2015-05-11 10:16:11 +09:00
Timo Stollenwerk
f5f2beff10 Back to development: 2.4.3 2015-05-04 22:05:59 +02:00
Timo Stollenwerk
815b44dfd9 Preparing release 2.4.2 2015-05-04 22:05:12 +02:00
Timo Stollenwerk
48cb779f8f Blank lines. 2015-05-04 22:04:51 +02:00
Gil Forcada
add7610466 Add changelog entries 2015-05-03 23:10:45 +02:00
Manabu TERADA
16a6090693 added changes.rst 2015-04-29 18:39:20 +09:00
Timo Stollenwerk
8843d8d804 Remove merge leftover. 2015-04-27 15:01:13 +02:00
esteele
4f03f173e7 Back to development: 2.4.2 2015-03-26 15:50:55 -04:00
esteele
9cc97f8f95 Preparing release 2.4.1 2015-03-26 15:49:17 -04:00
David\ Beitey
285dbcd918 i18n for ICaptcha interface field 2015-03-23 18:06:29 +10:00
esteele
f7b4eb982d Back to development: 2.4.1 2015-03-12 10:22:07 -04:00
esteele
7ea789770b Preparing release 2.4.0 2015-03-12 10:21:21 -04:00
Gil Forcada
2a423095ab Add note on CHANGES.rst 2015-02-25 21:47:08 +01:00
vangheem
ad3953f794 use requirejs if available 2015-02-10 16:21:17 -06:00
Timo Stollenwerk
5f1a7fb5bc Merge branch 'master' into plip10359-z3cform
Conflicts:
	CHANGES.rst
2015-01-29 21:31:45 +01:00
Timo Stollenwerk
1b67cc7596 Next release needs to be a major version because of an API change and upgrade step. 2015-01-29 21:24:26 +01:00
Timo Stollenwerk
c852609111 Merge branch 'master' into delete-own-comments
Conflicts:
	CHANGES.rst
2015-01-29 21:14:05 +01:00