Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLIP 2454 DX Plone Site #2612

Merged
merged 190 commits into from
Sep 11, 2021
Merged
Changes from 2 commits
Commits
Show all changes
190 commits
Select commit Hold shift + click to select a range
778d541
DX based Plone Site
jaroel Jun 22, 2018
1dbbebe
Use /@@edit as /edit doesn't work
jaroel Jun 23, 2018
d44f2d5
Fix a bunch of tests
jaroel Jun 23, 2018
aaeda50
DX uses zExceptions's Unauthorized, not AccessControl's
jaroel Jun 24, 2018
26b2f74
Fix method aliasses
jaroel Jun 24, 2018
56ee59a
Aliasses work again
jaroel Jun 24, 2018
3d7db01
Plone Site's FTI did actually change
jaroel Jun 24, 2018
e7c7f0c
Short circuit empty name in __getattr__
jaroel Jul 9, 2018
cb0bd89
PROPFIND is an acceptable method.
jaroel Jul 9, 2018
df2b462
Remove index_html from skins. We use the DX container default view in…
jaroel Jul 17, 2018
c7925bd
Remove index_html for Portal class. We’ll use the DX variant instead.
jaroel Jul 17, 2018
72cfb21
Make Plone Site a navigation root. This enabled the dashboard view
jaroel Jul 17, 2018
f60a93b
We need INavigationRoot earlier in the IRO, or we'll get the dashboar…
jaroel Jul 30, 2018
85f8eab
Wait a bit until the elements are visible
jaroel Aug 16, 2018
61f62ab
Merge branch 'master' into dx-siteroot-master
jaroel Nov 6, 2018
8f2e0b7
Merge branch 'master' into dx-siteroot-master
jensens Dec 5, 2018
21ad878
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Feb 11, 2019
c736e1e
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Feb 16, 2019
6afc020
Remove 'Plone Site' the initial types.xml so don't trigger a modified…
jaroel Feb 21, 2019
c23fb62
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Mar 3, 2019
24d4c7a
Fix creatng a new Plone Site
jaroel Mar 3, 2019
999e03a
add __delattr__ to try del item first.
jaroel Mar 3, 2019
f6c5254
__delattr__ should live in DX container
jaroel Mar 3, 2019
f8574f6
We don't have front-page anumore
jaroel Mar 5, 2019
c897100
Add workaround for https://github.com/zopefoundation/Zope/issues/397 …
jaroel Mar 5, 2019
20b7f78
Remove no lonnger correct test testObjectButtonActionsInvisibleOnPort…
jaroel Mar 5, 2019
33143ef
Update tests, title did change.
jaroel Mar 5, 2019
aad7c29
We don't have front-page anymore
jaroel Mar 5, 2019
3c4411b
Revert "Add workaround for https://github.com/zopefoundation/Zope/iss…
jaroel Mar 5, 2019
dd5d4c3
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Apr 6, 2019
ee74386
Prevent loading of css at nav_root_url
krissik May 13, 2019
fd9596a
Add changelog entry
krissik May 13, 2019
e854688
Merge branch 'master' into krissik-fix-tinymce-content-css
krissik May 24, 2019
c0b9593
Merge branch 'master' into krissik-fix-tinymce-content-css
jensens Jun 21, 2019
d888ddc
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Jun 21, 2019
ce1621f
don't need this
jaroel Jun 22, 2019
1f74e75
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Jul 6, 2019
8465845
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Oct 26, 2019
9d305f4
Fix TTW Bundle compilation broken.
thet Oct 26, 2019
1dff56b
Merge pull request #2970 from plone/thet-2969
thet Oct 28, 2019
977fdd1
Add plone.staticresources to list of addons which are automatically u…
thet Nov 3, 2019
cf96196
Merge pull request #2976 from plone/thet-staticresources-autoupgrade
thet Nov 3, 2019
8db341b
Fix #1318: Always install default content types on Plone site creatio…
ericof Nov 6, 2019
42427c2
Merge branch 'master' into dx-siteroot-master
jaroel Nov 24, 2019
f576749
Merge branch 'master' into 2986-contenttypes-controlpanel
thomasmassmann Nov 26, 2019
6a8afc8
Merge pull request #2992 from plone/2986-contenttypes-controlpanel
jensens Nov 26, 2019
fd7224f
Correctly fire events when user auto login after the password has bee…
ericof Dec 3, 2019
546615e
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Dec 10, 2019
9ac9295
saves me, but after all
jaroel Dec 10, 2019
40aa12f
you could be happy
jaroel Dec 11, 2019
e3f7fc9
Merge branch 'master' into krissik-fix-tinymce-content-css
jensens Dec 25, 2019
ac6a6b8
get back to a working setup
jaroel Dec 30, 2019
5941271
because CMFEditions does del self.portal.portal_purgepolicy
jaroel Dec 30, 2019
016459f
so we do need this
jaroel Dec 30, 2019
fc45ebf
Create FUNDING.yml
tkimnguyen Jan 1, 2020
dedb743
Improve tests for the workflow tool method listWFStatesByTitle
ale-rt Feb 8, 2020
993af19
require Zope wsgi extra (because of Paste) depending on Python version
tschorr Feb 11, 2020
951778b
add changelog entry
tschorr Feb 11, 2020
f015ab5
Merge pull request #3039 from plone/require_zope_wsgi_extra
jensens Feb 11, 2020
0ec8068
Merge branch 'master' into 3032-fix-tests-6.0.x
ale-rt Feb 11, 2020
3a12433
Make setup.py reflect to be Plone 6 and Py3 only
jensens Feb 11, 2020
2ca5b42
Merge pull request #3041 from plone/make-it-6
tschorr Feb 11, 2020
d134ef7
Include changelog of 5.2.1.
mauritsvanrees Feb 11, 2020
2527c38
Password strength checks were not always checked
mauritsvanrees Jan 22, 2020
5b0f5bc
Merge isURLInPortal patch from Hotfix20200121.
mauritsvanrees Jan 22, 2020
a09bb6c
Merge branch 'master' into 3032-fix-tests-6.0.x
mauritsvanrees Feb 13, 2020
cbb24e9
Merge pull request #3038 from plone/3032-fix-tests-6.0.x
mauritsvanrees Feb 13, 2020
4424a04
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Feb 24, 2020
046e20d
Merge branch 'master' into maurits-plonehotfix2020-password-inportal-…
mauritsvanrees Feb 25, 2020
969cd89
Merge pull request #3045 from plone/maurits-plonehotfix2020-password-…
mauritsvanrees Feb 25, 2020
a7c4470
Merge branch '5.2.x'
mauritsvanrees Mar 4, 2020
979573d
Merge branch '5.2.x'
mauritsvanrees Mar 27, 2020
d6539ef
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Mar 29, 2020
35904f6
Fix typo
fredvd Apr 10, 2020
1abe013
Merge pull request #3078 from plone/fredvd-typo-double-translation
ale-rt Apr 14, 2020
8862953
enable custom format string i18n/l10n
jensens Apr 16, 2020
826b8c9
fix/add suggestions from review
jensens Apr 16, 2020
05b2e62
Merge pull request #3084 from plone/fix-custom-formatstring-i18n
agitator Apr 17, 2020
d851d73
Merge branch '5.2.x'
mauritsvanrees Apr 20, 2020
547530c
Use time.process_time always.
mauritsvanrees Apr 20, 2020
8fc08b5
Add custom.css resource after diazo bundle
MrTango Apr 22, 2020
ab3186f
Add changelog entry
MrTango Apr 23, 2020
f5a15b4
Add issue number to changelog entry
MrTango Apr 23, 2020
4c77457
Merge pull request #3089 from plone/custom_css_view
MrTango Apr 23, 2020
d5392e8
set GS version to 6000
MrTango Apr 23, 2020
bdd8f05
Merge branch '5.2.x'
mauritsvanrees Apr 24, 2020
7711157
Add zcml-condition plone-60 for conditional configuration.
mauritsvanrees Apr 24, 2020
6c682bb
Revert "Always show the same order on the control panel"
erral May 4, 2020
1f37e31
changelog
erral May 4, 2020
44057fc
Merge branch 'master' into erral-issue-721-master
erral May 4, 2020
3ecbd73
Merge pull request #3094 from plone/erral-issue-721-master
ale-rt May 6, 2020
731dcd0
Merge branch 'master' into krissik-fix-tinymce-content-css
ale-rt May 25, 2020
27f1939
Merge pull request #2860 from krissik/krissik-fix-tinymce-content-css
ale-rt May 25, 2020
162a68e
update HTMLFilter defaults to enable TinyMCE layout features
petschki May 26, 2020
a1ef10f
Merge pull request #3104 from plone/petschki/htmlfilter-fix
jensens May 27, 2020
388e4ef
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel May 27, 2020
82e2898
I think this is nonsense
jaroel Jun 14, 2020
43ba60a
all a-ok
jaroel Jun 14, 2020
956a7cd
Merge branch '5.2.x'
mauritsvanrees Jun 27, 2020
c56b595
Unicode marker is not needed on pure Python 3.
mauritsvanrees Jun 27, 2020
009f785
Merge remote-tracking branch 'origin/5.2.x'
mauritsvanrees Jul 1, 2020
29e1cfe
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Jul 19, 2020
0738d70
no longer needed
jaroel Jul 19, 2020
1b8ae82
Merge branch '5.2.x' until 5.2.2rc2.
mauritsvanrees Jul 27, 2020
cadd9d3
Removed a few news snippets that are already in latest 5.2.2 rc.
mauritsvanrees Jul 27, 2020
15b7041
Update README.rst
fulv Aug 13, 2020
d48ec3f
Add links to official resources
fulv Aug 13, 2020
65ad161
The http://plone.org/products/plone page is no longer current.
fulv Aug 13, 2020
c4fb2cd
Update README.rst
fulv Aug 14, 2020
c032a79
Merge pull request #3165 from plone/fulv-patch-1
mauritsvanrees Aug 16, 2020
16ceed4
Merge branch '5.2.x' into master
mauritsvanrees Aug 16, 2020
f6a15d9
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Aug 22, 2020
eb63f12
Move dotted behaviors to named behaviors.
jaroel Aug 22, 2020
4fc8503
Fix 'fix tests'. If NextPrevious is disabled we, correctly, should ex…
jaroel Aug 22, 2020
8760ff1
MailHost is an item now
jaroel Aug 22, 2020
b8aa90a
Add changelog entry
krissik May 13, 2019
fb83f34
Fix TTW Bundle compilation broken.
thet Oct 26, 2019
73f19db
Add plone.staticresources to list of addons which are automatically u…
thet Nov 3, 2019
a118b75
Fix #1318: Always install default content types on Plone site creatio…
ericof Nov 6, 2019
9bcdd87
Correctly fire events when user auto login after the password has bee…
ericof Dec 3, 2019
9491972
changelog
erral May 4, 2020
e8664ea
Create FUNDING.yml
tkimnguyen Jan 1, 2020
5ebdf75
require Zope wsgi extra (because of Paste) depending on Python version
tschorr Feb 11, 2020
b238a7d
add changelog entry
tschorr Feb 11, 2020
2afd129
Make setup.py reflect to be Plone 6 and Py3 only
jensens Feb 11, 2020
72fffd5
Include changelog of 5.2.1.
mauritsvanrees Feb 11, 2020
cda36bb
Password strength checks were not always checked
mauritsvanrees Jan 22, 2020
66fe315
Merge isURLInPortal patch from Hotfix20200121.
mauritsvanrees Jan 22, 2020
c7ffb10
Improve tests for the workflow tool method listWFStatesByTitle
ale-rt Feb 8, 2020
31303ff
Fix typo
fredvd Apr 10, 2020
1215521
enable custom format string i18n/l10n
jensens Apr 16, 2020
8105033
fix/add suggestions from review
jensens Apr 16, 2020
d9db9a4
Use time.process_time always.
mauritsvanrees Apr 20, 2020
c4880ce
Add custom.css resource after diazo bundle
MrTango Apr 22, 2020
b0758cb
Add changelog entry
MrTango Apr 23, 2020
3bdd856
Add issue number to changelog entry
MrTango Apr 23, 2020
253b480
set GS version to 6000
MrTango Apr 23, 2020
e283581
Add zcml-condition plone-60 for conditional configuration.
mauritsvanrees Apr 24, 2020
35338d5
update HTMLFilter defaults to enable TinyMCE layout features
petschki May 26, 2020
289b174
Removed a few news snippets that are already in latest 5.2.2 rc.
mauritsvanrees Jul 27, 2020
ea1b66d
Add links to official resources
fulv Aug 13, 2020
43f3119
The http://plone.org/products/plone page is no longer current.
fulv Aug 13, 2020
9627356
Fix rebase aftermath: Missing merge
jensens Sep 18, 2020
ee60d4a
Fix issue with @@search view when filtering by creation date
frapell Jan 3, 2020
93b1574
remove six - we are Python 3 only
jensens Sep 25, 2020
53f5e34
Remove portal_utf8 and it twin utf8_portal from utils and PloneTool s…
jensens Sep 25, 2020
066c3f6
Merge pull request #3183 from plone/remove-six
mauritsvanrees Sep 25, 2020
1371698
Merge branch '5.2.x' into master
mauritsvanrees Sep 25, 2020
2d91e07
Renamed wrongly named news snippets.
mauritsvanrees Sep 26, 2020
78ff9d0
Removed folder_publish.cpy script.
mauritsvanrees Sep 25, 2020
79ff0eb
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Sep 26, 2020
dc0a7b7
Merge pull request #3184 from plone/maurits/folder_publish
ale-rt Sep 28, 2020
6eec885
No longer consider calling len(batch) as deprecated.
mauritsvanrees Sep 28, 2020
da9995e
find . -name "*.py" |xargs pyupgrade --py36-plus
jensens Sep 26, 2020
2694f01
Merge pull request #3185 from plone/pyupgrade-3.6+
jensens Sep 29, 2020
6d73df3
Fixed news snippet extension.
mauritsvanrees Sep 30, 2020
a5c6417
Removed our CMFQuickInstallerTool code completely.
mauritsvanrees Feb 13, 2018
39fb756
Removed QuickInstallerTool.py
mauritsvanrees Apr 24, 2020
64ada2d
Removed outdated test for QuickInstallerTool.
mauritsvanrees Apr 28, 2020
fcf4308
Removed unused quickinstaller test zcml files.
mauritsvanrees Apr 28, 2020
66fe78f
On Python 3 in testMigrationTool only test upgrade from Plone 5.2.
mauritsvanrees Apr 28, 2020
85d97e3
Remove Python 2 code from testMigrationTool.py.
mauritsvanrees Oct 2, 2020
c3c7ec9
Merge pull request #3189 from plone/maurits/no-qi
mauritsvanrees Oct 3, 2020
5f47960
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Oct 4, 2020
217f6eb
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Dec 9, 2020
cffd461
Reset the site after a setSite call changed it when creating the Plon…
ale-rt Dec 12, 2020
4fb7974
Move custom __set_attr__ previously found in the dexterity branch
ale-rt Dec 12, 2020
f9d3971
Revert "Move custom __set_attr__ previously found in the dexterity br…
ale-rt Dec 12, 2020
c74c287
Revert "Revert "Move custom __set_attr__ previously found in the dext…
ale-rt Dec 12, 2020
9e16678
Remove the old object before setting the new one to prevent a duplica…
ale-rt Dec 12, 2020
fc169dd
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
jaroel Jan 26, 2021
797ab44
Merge branch 'master' into dx-siteroot-master
ale-rt Feb 6, 2021
a213147
Order import and fix the ZMI
ale-rt Feb 10, 2021
c1ed6e9
Revert "all a-ok"
ale-rt Feb 10, 2021
7da164c
Remove versioning bahavior
ale-rt Feb 11, 2021
8e075a4
Fix the Portal object
ale-rt Feb 11, 2021
1dd006a
Backport a patch on Zope
ale-rt Feb 11, 2021
d30c187
Fix delattr
ale-rt Feb 11, 2021
f23a069
Remove permission that seems not needed
ale-rt Feb 12, 2021
56bb72f
Restore custom setattr and remove PORTAL_SKINS_TOOL_ID
ale-rt Feb 12, 2021
4868487
This is already in Zope master
ale-rt Feb 12, 2021
d15fdfc
Fix migration when we have broken objects in the Zope app root and when
ale-rt Feb 12, 2021
f2493ea
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
ale-rt Feb 13, 2021
a1c39bf
Merge branch 'master' into dx-siteroot-master
esteele Apr 20, 2021
ea4ce6f
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
ale-rt Apr 23, 2021
9c2f767
Merge branch 'master' into dx-siteroot-master
mauritsvanrees Aug 18, 2021
3ed79d3
Add news snippet
mauritsvanrees Aug 18, 2021
db4471b
Merge branch 'master' into dx-siteroot-master
mauritsvanrees Aug 20, 2021
e3ab0b5
Merge remote-tracking branch 'origin/master' into dx-siteroot-master
ale-rt Sep 7, 2021
6918a1a
Apply isort
ale-rt Sep 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Products/CMFPlone/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
@@ -246,6 +246,7 @@ class IFilterSchema(Interface):
u'head',
u'header',
u'hgroup',
u'hr',
u'html',
u'i',
u'iframe',
@@ -297,7 +298,7 @@ class IFilterSchema(Interface):
custom_attributes = schema.List(
title=_(u'Custom attributes'),
description=_(u'These attributes are additionally allowed.'),
default=[],
default=['style'],
value_type=schema.TextLine(),
missing_value=[],
required=False)
2 changes: 2 additions & 0 deletions news/2535.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update HTMLFilter settings to enable TinyMCE styling features. See #2329, #2482, #2535
[petschki]