-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
removing translations, unmaintainable and not right place. #103
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esteele
added a commit
that referenced
this pull request
Aug 12, 2015
removing translations, unmaintainable and not right place.
mister-roboto
pushed a commit
that referenced
this pull request
Jun 3, 2016
Branch: refs/heads/master Date: 2016-05-05T09:41:57+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.theming@8dc4653 Control theme compilation This patch allows controlling the theme compilation in development mode through an environment variable called DIAZO_ALWAYS_CACHE_RULES. This can save several seconds in case we are developing complex themes. The patch is backward compatible, if the variable is explicitely not set the behavior is unchanged. Files changed: M CHANGES.rst M docs/index.rst M src/plone/app/theming/tests/test_transform.py M src/plone/app/theming/transform.py Repository: plone.app.theming Branch: refs/heads/master Date: 2016-05-13T07:39:32+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.theming@ca10aec Respect semantic versioning Closes plone/Products.CMFPlone#1584 Files changed: M CHANGES.rst M setup.py Repository: plone.app.theming Branch: refs/heads/master Date: 2016-06-03T08:05:32-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.app.theming@915cd37 Merge pull request #103 from plone/diazo-always-cache Control theme compilation Files changed: M CHANGES.rst M docs/index.rst M setup.py M src/plone/app/theming/tests/test_transform.py M src/plone/app/theming/transform.py
mister-roboto
pushed a commit
that referenced
this pull request
Jun 3, 2016
Branch: refs/heads/master Date: 2016-05-05T09:41:57+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.theming@8dc4653 Control theme compilation This patch allows controlling the theme compilation in development mode through an environment variable called DIAZO_ALWAYS_CACHE_RULES. This can save several seconds in case we are developing complex themes. The patch is backward compatible, if the variable is explicitely not set the behavior is unchanged. Files changed: M CHANGES.rst M docs/index.rst M src/plone/app/theming/tests/test_transform.py M src/plone/app/theming/transform.py Repository: plone.app.theming Branch: refs/heads/master Date: 2016-05-13T07:39:32+02:00 Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com> Commit: plone/plone.app.theming@ca10aec Respect semantic versioning Closes plone/Products.CMFPlone#1584 Files changed: M CHANGES.rst M setup.py Repository: plone.app.theming Branch: refs/heads/master Date: 2016-06-03T08:05:32-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.app.theming@915cd37 Merge pull request #103 from plone/diazo-always-cache Control theme compilation Files changed: M CHANGES.rst M docs/index.rst M setup.py M src/plone/app/theming/tests/test_transform.py M src/plone/app/theming/transform.py
mister-roboto
pushed a commit
that referenced
this pull request
Jun 13, 2016
Branch: refs/heads/master Date: 2016-06-12T06:51:35+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.discussion@814af8d Various flake8 fixes. - Removed tabs. - Fixed E731 do not assign a lambda expression, use a def. - avoid hasattr Files changed: M CHANGES.rst M plone/app/discussion/browser/comments.pt M plone/app/discussion/browser/conversation.py M plone/app/discussion/browser/javascripts/comments.js M plone/app/discussion/contentrules.py M plone/app/discussion/profiles/default/registry.xml M plone/app/discussion/profiles/default/rolemap.xml Repository: plone.app.discussion Branch: refs/heads/master Date: 2016-06-12T06:51:41+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.discussion@d496dfd Split too complex handleComment. Files changed: M plone/app/discussion/browser/comments.py Repository: plone.app.discussion Branch: refs/heads/master Date: 2016-06-12T06:51:41+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.discussion@1e9909a Split too complex _enabled_for_archetypes. Files changed: M CHANGES.rst M plone/app/discussion/browser/conversation.py Repository: plone.app.discussion Branch: refs/heads/master Date: 2016-06-13T09:48:02+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.discussion@115e984 Merge pull request #103 from plone/cleanup Flake8 cleanup Files changed: M CHANGES.rst M plone/app/discussion/browser/comments.pt M plone/app/discussion/browser/comments.py M plone/app/discussion/browser/conversation.py M plone/app/discussion/browser/javascripts/comments.js M plone/app/discussion/contentrules.py M plone/app/discussion/profiles/default/registry.xml M plone/app/discussion/profiles/default/rolemap.xml
mister-roboto
pushed a commit
that referenced
this pull request
Jun 13, 2016
Branch: refs/heads/master Date: 2016-06-12T06:51:35+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.discussion@814af8d Various flake8 fixes. - Removed tabs. - Fixed E731 do not assign a lambda expression, use a def. - avoid hasattr Files changed: M CHANGES.rst M plone/app/discussion/browser/comments.pt M plone/app/discussion/browser/conversation.py M plone/app/discussion/browser/javascripts/comments.js M plone/app/discussion/contentrules.py M plone/app/discussion/profiles/default/registry.xml M plone/app/discussion/profiles/default/rolemap.xml Repository: plone.app.discussion Branch: refs/heads/master Date: 2016-06-12T06:51:41+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.discussion@d496dfd Split too complex handleComment. Files changed: M plone/app/discussion/browser/comments.py Repository: plone.app.discussion Branch: refs/heads/master Date: 2016-06-12T06:51:41+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.discussion@1e9909a Split too complex _enabled_for_archetypes. Files changed: M CHANGES.rst M plone/app/discussion/browser/conversation.py Repository: plone.app.discussion Branch: refs/heads/master Date: 2016-06-13T09:48:02+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.discussion@115e984 Merge pull request #103 from plone/cleanup Flake8 cleanup Files changed: M CHANGES.rst M plone/app/discussion/browser/comments.pt M plone/app/discussion/browser/comments.py M plone/app/discussion/browser/conversation.py M plone/app/discussion/browser/javascripts/comments.js M plone/app/discussion/contentrules.py M plone/app/discussion/profiles/default/registry.xml M plone/app/discussion/profiles/default/rolemap.xml
mister-roboto
pushed a commit
that referenced
this pull request
Oct 7, 2016
Branch: refs/heads/master Date: 2016-10-07T00:41:52-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@8eb204b Fix get_top_site_from_url, Issue #103. Fix issue with ``get_top_site_from_url``, where in some circumstances a ValueError was thrown. If that happens, just return ``getSite``. You will only notice, if you have subsites, access them non-VirtualHost-rooted and an error is thrown. Then folder contents won't be able to navigate up to the root Plone site. Fixes #103. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-10-07T02:54:11-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@ac1275f Merge pull request #110 from plone/thet-fix103 Fix get_top_site_from_url, Issue #103. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 7, 2016
Branch: refs/heads/master Date: 2016-10-07T00:41:52-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@8eb204b Fix get_top_site_from_url, Issue #103. Fix issue with ``get_top_site_from_url``, where in some circumstances a ValueError was thrown. If that happens, just return ``getSite``. You will only notice, if you have subsites, access them non-VirtualHost-rooted and an error is thrown. Then folder contents won't be able to navigate up to the root Plone site. Fixes #103. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-10-07T02:54:11-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@ac1275f Merge pull request #110 from plone/thet-fix103 Fix get_top_site_from_url, Issue #103. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py
mister-roboto
pushed a commit
that referenced
this pull request
Nov 10, 2016
Branch: refs/heads/master Date: 2016-11-09T13:11:44+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.layout@803dc55 Remove commented out registration If the comment is right that was for Plone 3, so it's long overdue to have it removed Files changed: M plone/app/layout/viewlets/configure.zcml Repository: plone.app.layout Branch: refs/heads/master Date: 2016-11-09T20:45:17+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.layout@b352fbf Delete inline_content_history.pt Files changed: D plone/app/layout/viewlets/inline_content_history.pt Repository: plone.app.layout Branch: refs/heads/master Date: 2016-11-09T20:46:02+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.layout@2c649bf Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.app.layout Branch: refs/heads/master Date: 2016-11-10T11:54:24+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.layout@26ad17f Merge pull request #103 from plone/gforcada-patch-2 Remove commented out registration Files changed: M CHANGES.rst M plone/app/layout/viewlets/configure.zcml D plone/app/layout/viewlets/inline_content_history.pt
mister-roboto
pushed a commit
that referenced
this pull request
Feb 5, 2017
Branch: refs/heads/master Date: 2017-02-05T22:36:16+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.upgrade@7e28593 adapt to changes in zope4 Files changed: M plone/app/upgrade/v41/alphas.py M plone/app/upgrade/v50/alphas.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-02-05T22:36:16+01:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.upgrade@9601ec4 check whether avoiding exception in RealUpgradeLayer setup avoids polluting test environment Files changed: M plone/app/upgrade/v50/testing.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-02-05T22:46:40+01:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.upgrade@2a40770 avoid error in layer teardown Files changed: M CHANGES.rst M plone/app/upgrade/v50/testing.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-02-05T23:50:09+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.upgrade@b1c2e2c Merge pull request #103 from plone/plonezope4 Plonezope4 Files changed: M CHANGES.rst M plone/app/upgrade/v41/alphas.py M plone/app/upgrade/v50/alphas.py M plone/app/upgrade/v50/testing.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 5, 2017
Branch: refs/heads/master Date: 2017-02-05T22:36:16+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.upgrade@7e28593 adapt to changes in zope4 Files changed: M plone/app/upgrade/v41/alphas.py M plone/app/upgrade/v50/alphas.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-02-05T22:36:16+01:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.upgrade@9601ec4 check whether avoiding exception in RealUpgradeLayer setup avoids polluting test environment Files changed: M plone/app/upgrade/v50/testing.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-02-05T22:46:40+01:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/plone.app.upgrade@2a40770 avoid error in layer teardown Files changed: M CHANGES.rst M plone/app/upgrade/v50/testing.py Repository: plone.app.upgrade Branch: refs/heads/master Date: 2017-02-05T23:50:09+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.upgrade@b1c2e2c Merge pull request #103 from plone/plonezope4 Plonezope4 Files changed: M CHANGES.rst M plone/app/upgrade/v41/alphas.py M plone/app/upgrade/v50/alphas.py M plone/app/upgrade/v50/testing.py
mister-roboto
pushed a commit
that referenced
this pull request
Jan 29, 2018
Branch: refs/heads/master Date: 2018-01-28T13:26:10+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@1750b2d Removed CMFQuickInstaller dependency. This was only used in ancient migration code. Updated that code to use get_installer. Files changed: M CHANGES.rst M Products/Archetypes/Extensions/migrations.py M Products/Archetypes/Extensions/utils.py M Products/Archetypes/configure.zcml M setup.py Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-28T21:23:23+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@32161da Buildout: use https pypi. Remove mr.developer. No checkout of plone.app.widgets should be needed anymore. Files changed: M buildout.cfg Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-28T21:29:17+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@88f5fa4 try more recent zc.buildout 2.9.5 Files changed: M .travis.yml Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-28T21:36:16+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@b035650 Latest setuptools and zc.buildout to get Travis running. Maybe. Files changed: M .travis.yml M buildout.cfg Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-29T10:04:07+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.Archetypes@2f8e765 Merge pull request #103 from plone/no-qi Removed CMFQuickInstaller dependency Files changed: M .travis.yml M CHANGES.rst M Products/Archetypes/Extensions/migrations.py M Products/Archetypes/Extensions/utils.py M Products/Archetypes/configure.zcml M buildout.cfg M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Jan 29, 2018
Branch: refs/heads/master Date: 2018-01-28T13:26:10+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@1750b2d Removed CMFQuickInstaller dependency. This was only used in ancient migration code. Updated that code to use get_installer. Files changed: M CHANGES.rst M Products/Archetypes/Extensions/migrations.py M Products/Archetypes/Extensions/utils.py M Products/Archetypes/configure.zcml M setup.py Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-28T21:23:23+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@32161da Buildout: use https pypi. Remove mr.developer. No checkout of plone.app.widgets should be needed anymore. Files changed: M buildout.cfg Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-28T21:29:17+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@88f5fa4 try more recent zc.buildout 2.9.5 Files changed: M .travis.yml Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-28T21:36:16+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.Archetypes@b035650 Latest setuptools and zc.buildout to get Travis running. Maybe. Files changed: M .travis.yml M buildout.cfg Repository: Products.Archetypes Branch: refs/heads/master Date: 2018-01-29T10:04:07+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/Products.Archetypes@2f8e765 Merge pull request #103 from plone/no-qi Removed CMFQuickInstaller dependency Files changed: M .travis.yml M CHANGES.rst M Products/Archetypes/Extensions/migrations.py M Products/Archetypes/Extensions/utils.py M Products/Archetypes/configure.zcml M buildout.cfg M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 26, 2019
Branch: refs/heads/master Date: 2019-03-14T14:35:20+01:00 Author: Katja Suess (ksuess) <k.suess@rohberg.ch> Commit: plone/plone.app.z3cform@fb70060 Adding toFieldValue method to LinkWidgetDataConverter Files changed: M plone/app/z3cform/converters.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2019-03-14T14:40:39+01:00 Author: Katja Suess (ksuess) <k.suess@rohberg.ch> Commit: plone/plone.app.z3cform@c56fa35 Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.app.z3cform Branch: refs/heads/master Date: 2019-03-14T14:49:16+01:00 Author: Katja Suess (ksuess) <k.suess@rohberg.ch> Commit: plone/plone.app.z3cform@cd16827 code analysis Files changed: M plone/app/z3cform/converters.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2019-03-26T18:00:10+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.z3cform@b659628 Merge pull request #103 from plone/LinkFieldWidget LinkFieldWidget in DataGridField shows error on correct value Files changed: M CHANGES.rst M plone/app/z3cform/converters.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 26, 2019
Branch: refs/heads/master Date: 2019-03-14T14:35:20+01:00 Author: Katja Suess (ksuess) <k.suess@rohberg.ch> Commit: plone/plone.app.z3cform@fb70060 Adding toFieldValue method to LinkWidgetDataConverter Files changed: M plone/app/z3cform/converters.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2019-03-14T14:40:39+01:00 Author: Katja Suess (ksuess) <k.suess@rohberg.ch> Commit: plone/plone.app.z3cform@c56fa35 Update CHANGES.rst Files changed: M CHANGES.rst Repository: plone.app.z3cform Branch: refs/heads/master Date: 2019-03-14T14:49:16+01:00 Author: Katja Suess (ksuess) <k.suess@rohberg.ch> Commit: plone/plone.app.z3cform@cd16827 code analysis Files changed: M plone/app/z3cform/converters.py Repository: plone.app.z3cform Branch: refs/heads/master Date: 2019-03-26T18:00:10+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.z3cform@b659628 Merge pull request #103 from plone/LinkFieldWidget LinkFieldWidget in DataGridField shows error on correct value Files changed: M CHANGES.rst M plone/app/z3cform/converters.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 22, 2020
Branch: refs/heads/master Date: 2020-03-22T20:50:54+01:00 Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com> Commit: plone/plone.rest@a2e3699 Fix Travis build (#103) * Fix Travis. * More Travis fixes. * pin requests * Pin Pygments * Do not run Plone 5.0 tests on Travis. * Fix pygments pin Files changed: M .travis.yml M Makefile M plone-4.3.x.cfg M plone-5.0.x.cfg M plone-5.1.x.cfg M plone-5.2.x.cfg M requirements.txt M versions.cfg
mister-roboto
pushed a commit
that referenced
this pull request
Sep 14, 2021
Branch: refs/heads/master Date: 2021-09-14T16:31:38+02:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.app.users@9273f2e Remove cyclic dependency with Products.CMFPlone Files changed: A news/102.bugfix M setup.py Repository: plone.app.users Branch: refs/heads/master Date: 2021-09-14T20:38:26+02:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: plone/plone.app.users@8b5e8b6 Merge pull request #103 from plone/removecyclicplonedeps Remove cyclic dependency with Products.CMFPlone Files changed: A news/102.bugfix M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
May 23, 2022
Branch: refs/heads/master Date: 2022-05-23T22:17:46+02:00 Author: Andrea Cecchi (cekk) <andrea.cecchi85@gmail.com> Commit: plone/plone.app.querystring@08376be Fix query update with custom query (#103) * Fix query update with custom query * add changelog * fix check * simpler code and one more test to verify Co-authored-by: Peter Mathis <peter.mathis@kombinat.at> Files changed: A news/103.bugfix M plone/app/querystring/querybuilder.py M plone/app/querystring/tests/testQueryBuilder.py
mister-roboto
pushed a commit
that referenced
this pull request
May 23, 2022
Branch: refs/heads/master Date: 2022-05-23T22:17:46+02:00 Author: Andrea Cecchi (cekk) <andrea.cecchi85@gmail.com> Commit: plone/plone.app.querystring@08376be Fix query update with custom query (#103) * Fix query update with custom query * add changelog * fix check * simpler code and one more test to verify Co-authored-by: Peter Mathis <peter.mathis@kombinat.at> Files changed: A news/103.bugfix M plone/app/querystring/querybuilder.py M plone/app/querystring/tests/testQueryBuilder.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 12, 2022
Branch: refs/heads/main Date: 2022-12-12T18:09:02+01:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.volto@8401d0a Fix demo page if description is not present Files changed: M src/plone/volto/setuphandlers.py Repository: plone.volto Branch: refs/heads/main Date: 2022-12-12T18:09:18+01:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.volto@c4965fc Amend text and title in default page Files changed: M src/plone/volto/default_homepage/default.py Repository: plone.volto Branch: refs/heads/main Date: 2022-12-12T18:21:09+01:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.volto@addfc77 Demo page blocks in order Files changed: M src/plone/volto/default_homepage/demo.py Repository: plone.volto Branch: refs/heads/main Date: 2022-12-12T18:24:59+01:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.volto@6a02432 NOqa on default text modules Files changed: M src/plone/volto/default_homepage/default.py M src/plone/volto/default_homepage/demo.py Repository: plone.volto Branch: refs/heads/main Date: 2022-12-12T18:32:00+01:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.volto@cc6590c Merge pull request #103 from plone/fixdefaultpages Files changed: M src/plone/volto/default_homepage/default.py M src/plone/volto/default_homepage/demo.py M src/plone/volto/setuphandlers.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 12, 2022
Branch: refs/heads/main Date: 2022-12-12T18:51:02+01:00 Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.volto@1a83706 Add changelog to #103 Files changed: A news/103.bugfix Repository: plone.volto Branch: refs/heads/main Date: 2022-12-12T18:56:44+01:00 Author: Víctor Fernández de Alba (sneridagh) <sneridagh@gmail.com> Commit: plone/plone.volto@5352b32 Merge pull request #104 from plone/addchangelogto103 Add changelog to #103 Files changed: A news/103.bugfix
mister-roboto
pushed a commit
that referenced
this pull request
Oct 4, 2023
Branch: refs/heads/master Date: 2023-06-26T11:32:41+03:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@dc9b122 Configuring with plone/meta Files changed: A .flake8 A .github/workflows/meta.yml A news/cfffba8c.internal M .editorconfig M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M tox.ini Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-06-26T11:34:34+03:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@d1e98f1 cleanup: remove unused file Files changed: D lint-requirements.txt D setup.cfg Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-06-26T11:39:10+03:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@9daba55 fix: adjust setup.py Files changed: M setup.py Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-10-04T17:50:59+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.schemaeditor@c6bcfd1 Merge pull request #103 from plone/config-with-default-template-f039aad4 Config with default template Files changed: A .flake8 A .github/workflows/meta.yml A news/cfffba8c.internal M .editorconfig M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M setup.py M tox.ini D lint-requirements.txt D setup.cfg
mister-roboto
pushed a commit
that referenced
this pull request
Oct 4, 2023
Branch: refs/heads/master Date: 2023-06-26T11:32:41+03:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@dc9b122 Configuring with plone/meta Files changed: A .flake8 A .github/workflows/meta.yml A news/cfffba8c.internal M .editorconfig M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M tox.ini Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-06-26T11:34:34+03:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@d1e98f1 cleanup: remove unused file Files changed: D lint-requirements.txt D setup.cfg Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-06-26T11:39:10+03:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.schemaeditor@9daba55 fix: adjust setup.py Files changed: M setup.py Repository: plone.schemaeditor Branch: refs/heads/master Date: 2023-10-04T17:50:59+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.schemaeditor@c6bcfd1 Merge pull request #103 from plone/config-with-default-template-f039aad4 Config with default template Files changed: A .flake8 A .github/workflows/meta.yml A news/cfffba8c.internal M .editorconfig M .gitignore M .meta.toml M .pre-commit-config.yaml M pyproject.toml M setup.py M tox.ini D lint-requirements.txt D setup.cfg
mister-roboto
pushed a commit
that referenced
this pull request
May 3, 2024
Branch: refs/heads/master Date: 2024-05-03T10:57:53+02:00 Author: Paul Grunewald (pgrunewald) <paul.grunewald@tu-dresden.de> Commit: plone/plone.app.linkintegrity@80cdac1 Fix breaches reporting for documents with multiple links Files changed: A news/102.bugfix M plone/app/linkintegrity/browser/info.py M plone/app/linkintegrity/tests/test_references.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2024-05-03T14:19:44+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.linkintegrity@cf374bd Merge pull request #103 from plone/bugfix-documents-with-multiple-links Fix breaches reporting for documents with multiple links Files changed: A news/102.bugfix M plone/app/linkintegrity/browser/info.py M plone/app/linkintegrity/tests/test_references.py
mister-roboto
pushed a commit
that referenced
this pull request
May 3, 2024
Branch: refs/heads/master Date: 2024-05-03T10:57:53+02:00 Author: Paul Grunewald (pgrunewald) <paul.grunewald@tu-dresden.de> Commit: plone/plone.app.linkintegrity@80cdac1 Fix breaches reporting for documents with multiple links Files changed: A news/102.bugfix M plone/app/linkintegrity/browser/info.py M plone/app/linkintegrity/tests/test_references.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2024-05-03T14:19:44+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.linkintegrity@cf374bd Merge pull request #103 from plone/bugfix-documents-with-multiple-links Fix breaches reporting for documents with multiple links Files changed: A news/102.bugfix M plone/app/linkintegrity/browser/info.py M plone/app/linkintegrity/tests/test_references.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The unmaintained and incomplete 'es' and 'pt_BR' translations are giving the docs team grief. Removing them clears the way for pulling in the buildout.coredev docs cleanly into docs.plone.org
should translations be wanted, they can then be done using Transifex, like the rest of the documentation. That is much more maintainable.