Skip to content

Commit

Permalink
[fc] Repository: plone.app.layout
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-06-27T16:29:25+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.layout@2558772

Fix markup in `contentviews.pt` after zpretty

Files changed:
M plone/app/layout/viewlets/contentviews.pt
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2023-06-27T16:30:48+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.layout@a9bf889

changenote

Files changed:
A news/350.bugfix
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2023-06-28T00:02:45+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.layout@6b6590b

Merge pull request #350 from plone/petschki-contentviews-fix

Fix markup in `contentviews.pt` after zpretty

Files changed:
A news/350.bugfix
M plone/app/layout/viewlets/contentviews.pt
  • Loading branch information
mauritsvanrees committed Jun 27, 2023
1 parent d75f1c5 commit c546a5e
Showing 1 changed file with 40 additions and 8 deletions.
48 changes: 40 additions & 8 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,48 @@
Repository: Products.CMFPlone
Repository: plone.app.layout


Branch: refs/heads/6.0.x
Date: 2023-06-27T13:38:14+02:00
Branch: refs/heads/master
Date: 2023-06-27T16:29:25+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: https://github.com/plone/plone.app.layout/commit/2558772a46eeaa8c83ca0d0a749e6b58255a88f9

Fix markup in `contentviews.pt` after zpretty

Files changed:
M plone/app/layout/viewlets/contentviews.pt

b'diff --git a/plone/app/layout/viewlets/contentviews.pt b/plone/app/layout/viewlets/contentviews.pt\nindex c2c49ebc..3fa607ca 100644\n--- a/plone/app/layout/viewlets/contentviews.pt\n+++ b/plone/app/layout/viewlets/contentviews.pt\n@@ -11,18 +11,18 @@\n <div tal:replace="structure python: view.menu_template(actions=actions)"></div>\n </tal:block>\n \n- <li class="border-top my-2">\n+ <li class="border-top my-2"></li>\n \n- <tal:contentmenus>\n- <div tal:replace="structure provider:plone.contentmenu"></div>\n- </tal:contentmenus>\n+ <tal:contentmenus>\n+ <div tal:replace="structure provider:plone.contentmenu"></div>\n+ </tal:contentmenus>\n \n- <li class="border-top my-2">\n+ <li class="border-top my-2"></li>\n \n- <tal:block define="\n- actions view/tabSet2;\n- ">\n- <div tal:replace="structure python: view.menu_template(actions=actions)"></div>\n- </tal:block>\n+ <tal:block define="\n+ actions view/tabSet2;\n+ ">\n+ <div tal:replace="structure python: view.menu_template(actions=actions)"></div>\n+ </tal:block>\n \n- </li></li></tal:contentviews>\n+</tal:contentviews>\n'

Repository: plone.app.layout


Branch: refs/heads/master
Date: 2023-06-27T16:30:48+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: https://github.com/plone/plone.app.layout/commit/a9bf88901a0dd122f90fbf4ea07f6c7180714a22

changenote

Files changed:
A news/350.bugfix

b'diff --git a/news/350.bugfix b/news/350.bugfix\nnew file mode 100644\nindex 00000000..0884f1c9\n--- /dev/null\n+++ b/news/350.bugfix\n@@ -0,0 +1,2 @@\n+Fix nested `li` tags after zpretty in `contentviews.pt`\n+[petschki]\n'

Repository: plone.app.layout


Branch: refs/heads/master
Date: 2023-06-28T00:02:45+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: https://github.com/plone/Products.CMFPlone/commit/56b06fa6c99136df807b71e0978b8ca631e5536e
Commit: https://github.com/plone/plone.app.layout/commit/6b6590bd7ae3927c966f32d5d710e7866535cd67

Merge pull request #350 from plone/petschki-contentviews-fix

Updated metadata version to 6018.
Fix markup in `contentviews.pt` after zpretty

Files changed:
A news/6018.bugfix
M Products/CMFPlone/profiles/default/metadata.xml
A news/350.bugfix
M plone/app/layout/viewlets/contentviews.pt

b'diff --git a/Products/CMFPlone/profiles/default/metadata.xml b/Products/CMFPlone/profiles/default/metadata.xml\nindex c2d0905ea7..c6e708f806 100644\n--- a/Products/CMFPlone/profiles/default/metadata.xml\n+++ b/Products/CMFPlone/profiles/default/metadata.xml\n@@ -1,4 +1,4 @@\n <?xml version="1.0" encoding="utf-8"?>\n <metadata>\n- <version>6017</version>\n+ <version>6018</version>\n </metadata>\ndiff --git a/news/6018.bugfix b/news/6018.bugfix\nnew file mode 100644\nindex 0000000000..5397e87c92\n--- /dev/null\n+++ b/news/6018.bugfix\n@@ -0,0 +1,2 @@\n+Updated metadata version to 6018.\n+[maurits]\n'
b'diff --git a/news/350.bugfix b/news/350.bugfix\nnew file mode 100644\nindex 00000000..0884f1c9\n--- /dev/null\n+++ b/news/350.bugfix\n@@ -0,0 +1,2 @@\n+Fix nested `li` tags after zpretty in `contentviews.pt`\n+[petschki]\ndiff --git a/plone/app/layout/viewlets/contentviews.pt b/plone/app/layout/viewlets/contentviews.pt\nindex c2c49ebc..3fa607ca 100644\n--- a/plone/app/layout/viewlets/contentviews.pt\n+++ b/plone/app/layout/viewlets/contentviews.pt\n@@ -11,18 +11,18 @@\n <div tal:replace="structure python: view.menu_template(actions=actions)"></div>\n </tal:block>\n \n- <li class="border-top my-2">\n+ <li class="border-top my-2"></li>\n \n- <tal:contentmenus>\n- <div tal:replace="structure provider:plone.contentmenu"></div>\n- </tal:contentmenus>\n+ <tal:contentmenus>\n+ <div tal:replace="structure provider:plone.contentmenu"></div>\n+ </tal:contentmenus>\n \n- <li class="border-top my-2">\n+ <li class="border-top my-2"></li>\n \n- <tal:block define="\n- actions view/tabSet2;\n- ">\n- <div tal:replace="structure python: view.menu_template(actions=actions)"></div>\n- </tal:block>\n+ <tal:block define="\n+ actions view/tabSet2;\n+ ">\n+ <div tal:replace="structure python: view.menu_template(actions=actions)"></div>\n+ </tal:block>\n \n- </li></li></tal:contentviews>\n+</tal:contentviews>\n'

0 comments on commit c546a5e

Please sign in to comment.