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 a97765a commit aee0bd4
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,48 @@
Repository: Products.CMFPlone
Repository: plone.app.layout


Branch: refs/heads/master
Date: 2023-06-27T22:57:41+03:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: https://github.com/plone/Products.CMFPlone/commit/2e6fe1eb21de7cbedb2b3f134202f3c6912bcee6
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

Bump profile version
Fix markup in `contentviews.pt` after zpretty

Files changed:
M Products/CMFPlone/profiles/default/metadata.xml
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>\n'
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: Products.CMFPlone
Repository: plone.app.layout


Branch: refs/heads/master
Date: 2023-06-27T23:24:36+02:00
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/ce3fe8b966ee824f7b61902e9f80b89f920f41ed
Commit: https://github.com/plone/plone.app.layout/commit/6b6590bd7ae3927c966f32d5d710e7866535cd67

Merge pull request #3810 from plone/gforcada-patch-2
Merge pull request #350 from plone/petschki-contentviews-fix

Bump profile version
Fix markup in `contentviews.pt` after zpretty

Files changed:
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>\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 aee0bd4

Please sign in to comment.