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

remove c.testcaselayer. with p.a.testing it is not needed any longer #49

Merged
merged 7 commits into from
Sep 25, 2014

Conversation

tomgross
Copy link
Member

No description provided.

@@ -41,6 +44,7 @@ auto-checkout =
plone.supermodel
plone.testing
plonetheme.barceloneta
plonetheme.sunburst
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomgross Why has plonetheme.sunburst been added here?

@tomgross
Copy link
Member Author

tomgross commented Sep 3, 2014

I think this is no longer needed, but p.a.imaging is. and some tests are failing there :(

@jensens
Copy link
Member

jensens commented Sep 9, 2014

Nice cleanup in the plone testing dependency hell. So do I understand correctly:

  • plonetheme.sunburst can be removed
  • p.a.imaging needs some love - cecause it uses collective.testlayer?
    Or am I wrong?

@tomgross
Copy link
Member Author

No p.a.imageing has been ported to p.a.testing too. But there is a dependency import from p.a.imaging to p.a.blob. I'm currently porting p.a.blob to p.a.testing. After this is finished this PR can safely be merged.

Maybe this is more clear:

p.a.sunburst (ported to p.a.testing): DONE and released -> checkout can be removed
p.a.imaging (ported to p.a.testing): DONE -> checkout is needed
p.a.blob (ported to p.a.testing): WIP (dependency on p.a.imaging). I'm currently working on this one.

@tomgross
Copy link
Member Author

After plone/plone.app.blob#10 is merged this should be ready to go

jensens added a commit that referenced this pull request Sep 25, 2014
remove c.testcaselayer. with p.a.testing it is not needed any longer
@jensens jensens merged commit e40b83e into 5.0 Sep 25, 2014
@gforcada gforcada deleted the tomgross-remove-c.testcaselayer branch September 25, 2014 14:47
jensens added a commit that referenced this pull request Jul 14, 2015
Branch: refs/heads/master
Date: 2015-07-14T16:32:51+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/plone.app.theming@51c0f1a

fix AttributeError: 'NoneType' object has no attribute 'getroottree' when the result is not html / is empty.

Files changed:
M src/plone/app/theming/transform.py
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-07-14T16:32:51+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/plone.app.theming@2b03a64

changelog

Files changed:
M CHANGES.rst
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-07-14T19:07:55+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.theming@2c2dd00

Merge pull request #49 from sunew/fix-transform

Fix transform

Files changed:
M CHANGES.rst
M src/plone/app/theming/transform.py
agitator added a commit that referenced this pull request Jul 17, 2015
Branch: refs/heads/master
Date: 2015-07-17T20:42:23+02:00
Author: Peter Holzer (agitator) <hpeter@agitator.com>
Commit: plone/plone.app.layout@06a7f43

Moved historyRecords in @@HistoryView into a table

Files changed:
M CHANGES.rst
M plone/app/layout/viewlets/content_history.pt
Repository: plone.app.layout
Branch: refs/heads/master
Date: 2015-07-17T21:57:52+02:00
Author: agitator (agitator) <hpeter@agitator.com>
Commit: plone/plone.app.layout@de71c9d

Merge pull request #49 from plone/table_for_historyview

Moved historyRecords in @@HistoryView into a table

Files changed:
M CHANGES.rst
M plone/app/layout/viewlets/content_history.pt
ebrehault added a commit that referenced this pull request Jul 27, 2015
Branch: refs/heads/master
Date: 2015-07-27T17:45:34+02:00
Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com>
Commit: plone/plone.app.users@1a9f486

restore test for portrait in registration

Files changed:
M plone/app/users/tests/flexible_user_registration.rst
Repository: plone.app.users
Branch: refs/heads/master
Date: 2015-07-27T19:04:09+02:00
Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com>
Commit: plone/plone.app.users@55ffb23

Merge pull request #49 from plone/ebr-restore-test

restore test for portrait in registration

Files changed:
M plone/app/users/tests/flexible_user_registration.rst
vangheem added a commit that referenced this pull request Aug 11, 2015
Branch: refs/heads/master
Date: 2015-08-11T08:58:48+02:00
Author: Alessandro Pisa (ale-rt) <alessandro.pisa@redturtle.it>
Commit: plone/plone.app.content@46231f7

Remove a different behaviour on ajax calls

Files changed:
M plone/app/content/browser/actions.py
Repository: plone.app.content
Branch: refs/heads/master
Date: 2015-08-11T07:51:54-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.content@6bf36e9

Merge pull request #49 from plone/38-unique-behavior

Remove a different behaviour on ajax calls

Files changed:
M plone/app/content/browser/actions.py
esteele added a commit that referenced this pull request Sep 11, 2015
Branch: refs/heads/master
Date: 2015-09-11T11:51:20-04:00
Author: esteele (esteele) <eric@esteele.net>
Commit: plone/plone.app.upgrade@6dcb359

Migrate login settings to the configuration registry.

Files changed:
M plone/app/upgrade/v50/betas.py
M plone/app/upgrade/v50/profiles/to_rc2/registry.xml
Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2015-09-11T15:06:51-04:00
Author: Eric Steele (esteele) <eric@esteele.net>
Commit: plone/plone.app.upgrade@5fef01c

Merge pull request #49 from plone/login_settings_migration

Migrate login settings to the configuration registry.

Files changed:
M plone/app/upgrade/v50/betas.py
M plone/app/upgrade/v50/profiles/to_rc2/registry.xml
esteele added a commit that referenced this pull request Sep 11, 2015
Branch: refs/heads/master
Date: 2015-09-11T11:51:20-04:00
Author: esteele (esteele) <eric@esteele.net>
Commit: plone/plone.app.upgrade@6dcb359

Migrate login settings to the configuration registry.

Files changed:
M plone/app/upgrade/v50/betas.py
M plone/app/upgrade/v50/profiles/to_rc2/registry.xml
Repository: plone.app.upgrade
Branch: refs/heads/master
Date: 2015-09-11T15:06:51-04:00
Author: Eric Steele (esteele) <eric@esteele.net>
Commit: plone/plone.app.upgrade@5fef01c

Merge pull request #49 from plone/login_settings_migration

Migrate login settings to the configuration registry.

Files changed:
M plone/app/upgrade/v50/betas.py
M plone/app/upgrade/v50/profiles/to_rc2/registry.xml
vangheem added a commit that referenced this pull request Sep 19, 2015
Branch: refs/heads/master
Date: 2015-09-18T17:02:10-07:00
Author: Fulvio Casali (fulv) <fulviocasali@gmail.com>
Commit: plone/plonetheme.barceloneta@45e612b

Add preview for thumbnail on @@theming-controlpanel.  Fixes #49.

Files changed:
A plonetheme/barceloneta/theme/preview.png
M plonetheme/barceloneta/theme/manifest.cfg
Repository: plonetheme.barceloneta
Branch: refs/heads/master
Date: 2015-09-18T19:05:02-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plonetheme.barceloneta@050103c

Merge pull request #50 from plone/fulv-issue49

Add preview for thumbnail on @@theming-controlpanel.  Fixes #49.

Files changed:
A plonetheme/barceloneta/theme/preview.png
M plonetheme/barceloneta/theme/manifest.cfg
pbauer added a commit that referenced this pull request Sep 20, 2015
Branch: refs/heads/master
Date: 2015-09-18T11:46:24+02:00
Author: esteele (esteele) <eric@esteele.net>
Commit: plone/Products.Archetypes@2f82070

Pull types_link_to_folder_contents values from the configuration registry.

Files changed:
M CHANGES.txt
M Products/Archetypes/Extensions/utils.py
Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2015-09-19T16:37:43+02:00
Author: esteele (esteele) <eric@esteele.net>
Commit: plone/Products.Archetypes@ad5939a

Fix bad logic

Files changed:
M Products/Archetypes/Extensions/utils.py
Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2015-09-19T16:51:24+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.Archetypes@a6d0a2e

allowRolesToAddKeywords -&gt; roles_allowed_to_add_keywords

Files changed:
M Products/Archetypes/Widget.py
M Products/Archetypes/skins/archetypes/widgets/keyword.pt
M Products/Archetypes/skins/archetypes/widgets/tests/keywordtests.html
Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2015-09-19T18:19:08+02:00
Author: esteele (esteele) <eric@esteele.net>
Commit: plone/Products.Archetypes@971b6a1

Adjust test mocks to replace registry lookup instead of portal_properties.

Files changed:
M Products/Archetypes/tests/test_pawidgets.py
Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2015-09-20T17:29:01+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.Archetypes@e317cd5

Merge pull request #49 from plone/portal-properties-cleanup

Portal properties cleanup

Files changed:
M CHANGES.txt
M Products/Archetypes/Extensions/utils.py
M Products/Archetypes/Widget.py
M Products/Archetypes/skins/archetypes/widgets/keyword.pt
M Products/Archetypes/skins/archetypes/widgets/tests/keywordtests.html
M Products/Archetypes/tests/test_pawidgets.py
mister-roboto pushed a commit that referenced this pull request Jun 10, 2016
Branch: refs/heads/master
Date: 2016-06-08T02:35:56+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.protect@d6c2207

Added protect.js from plone4.csrffixes.

This adds an `X-CSRF-TOKEN` header to ajax requests.

Fixes plone/plone.protect#42

Files changed:
A plone/protect/protect.js
M CHANGES.rst
M plone/protect/auto.py
M plone/protect/configure.zcml
Repository: plone.protect
Branch: refs/heads/master
Date: 2016-06-10T09:13:01+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.protect@b8c9557

Merge pull request #49 from plone/maurits-add-protect-js

Added protect.js from plone4.csrffixes.

Files changed:
A plone/protect/protect.js
M CHANGES.rst
M plone/protect/auto.py
M plone/protect/configure.zcml
mister-roboto pushed a commit that referenced this pull request Jun 10, 2016
Branch: refs/heads/master
Date: 2016-06-08T02:35:56+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.protect@d6c2207

Added protect.js from plone4.csrffixes.

This adds an `X-CSRF-TOKEN` header to ajax requests.

Fixes plone/plone.protect#42

Files changed:
A plone/protect/protect.js
M CHANGES.rst
M plone/protect/auto.py
M plone/protect/configure.zcml
Repository: plone.protect
Branch: refs/heads/master
Date: 2016-06-10T09:13:01+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.protect@b8c9557

Merge pull request #49 from plone/maurits-add-protect-js

Added protect.js from plone4.csrffixes.

Files changed:
A plone/protect/protect.js
M CHANGES.rst
M plone/protect/auto.py
M plone/protect/configure.zcml
mister-roboto pushed a commit that referenced this pull request Sep 29, 2016
Branch: refs/heads/master
Date: 2016-09-29T13:14:41+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.z3cform@8251e0e

In select widget, accept items as property or method.

This avoids breaking on some z3c.form versions.
See zopefoundation/z3c.form#44

Files changed:
M CHANGES.rst
M plone/app/z3cform/widget.py
Repository: plone.app.z3cform
Branch: refs/heads/master
Date: 2016-09-29T16:06:14+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.z3cform@bb403e0

Merge pull request #49 from plone/select-widget-items-callable-master

In select widget, accept items as property or method.

Files changed:
M CHANGES.rst
M plone/app/z3cform/widget.py
mister-roboto pushed a commit that referenced this pull request Feb 1, 2017
Branch: refs/heads/master
Date: 2017-02-01T16:23:19+01:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.schemaeditor@42f708f

fix parent lookup, test setup

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/field/edit.py
M plone/schemaeditor/browser/field/fieldset.py
M plone/schemaeditor/browser/field/order.py
M plone/schemaeditor/tests/browser_testing.zcml
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2017-02-01T18:11:47+01:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.schemaeditor@cfa6d80

try again

Files changed:
M plone/schemaeditor/tests/browser_testing.zcml
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2017-02-01T19:17:43+01:00
Author: David Glick (davisagli) <david.glick@plone.org>
Commit: plone/plone.schemaeditor@4add166

Merge pull request #49 from plone/plonezope4

fix parent lookup, test setup

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/field/edit.py
M plone/schemaeditor/browser/field/fieldset.py
M plone/schemaeditor/browser/field/order.py
M plone/schemaeditor/tests/browser_testing.zcml
mister-roboto pushed a commit that referenced this pull request Feb 1, 2017
Branch: refs/heads/master
Date: 2017-02-01T16:23:19+01:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.schemaeditor@42f708f

fix parent lookup, test setup

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/field/edit.py
M plone/schemaeditor/browser/field/fieldset.py
M plone/schemaeditor/browser/field/order.py
M plone/schemaeditor/tests/browser_testing.zcml
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2017-02-01T18:11:47+01:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.schemaeditor@cfa6d80

try again

Files changed:
M plone/schemaeditor/tests/browser_testing.zcml
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2017-02-01T19:17:43+01:00
Author: David Glick (davisagli) <david.glick@plone.org>
Commit: plone/plone.schemaeditor@4add166

Merge pull request #49 from plone/plonezope4

fix parent lookup, test setup

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/field/edit.py
M plone/schemaeditor/browser/field/fieldset.py
M plone/schemaeditor/browser/field/order.py
M plone/schemaeditor/tests/browser_testing.zcml
mister-roboto pushed a commit that referenced this pull request Mar 3, 2017
Branch: refs/heads/1.5.x
Date: 2017-03-03T21:52:03+01:00
Author: Fred van Dijk (fredvd) <fredvd@gmail.com>
Commit: plone/plone.app.linkintegrity@5d0ff15

Don't check if dexterity is present by importing from plone.directives, grok is no longer part of dexterity.

Files changed:
M CHANGES.rst
M plone/app/linkintegrity/handlers.py
Repository: plone.app.linkintegrity
Branch: refs/heads/1.5.x
Date: 2017-03-04T00:10:11+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.linkintegrity@e650a37

Merge pull request #49 from plone/no_grok_dexterity_check

Don't check if dexterity is present

Files changed:
M CHANGES.rst
M plone/app/linkintegrity/handlers.py
mister-roboto pushed a commit that referenced this pull request Apr 26, 2017
Branch: refs/heads/3.0.x
Date: 2017-04-26T12:40:16+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.namedfile@4bdaac7

fix assertIsInstance not available in Python 2.6

Files changed:
M plone/namedfile/tests/test_scaling.py
Repository: plone.namedfile
Branch: refs/heads/3.0.x
Date: 2017-04-26T14:14:43+02:00
Author: Alexander Loechel (loechel) <loechel@users.noreply.github.com>
Commit: plone/plone.namedfile@15d264a

Merge pull request #49 from plone/thet-fixassert

fix assertIsInstance not available in Python 2.6

Files changed:
M plone/namedfile/tests/test_scaling.py
mister-roboto pushed a commit that referenced this pull request Apr 26, 2017
Branch: refs/heads/3.0.x
Date: 2017-04-26T12:40:16+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.namedfile@4bdaac7

fix assertIsInstance not available in Python 2.6

Files changed:
M plone/namedfile/tests/test_scaling.py
Repository: plone.namedfile
Branch: refs/heads/3.0.x
Date: 2017-04-26T14:14:43+02:00
Author: Alexander Loechel (loechel) <loechel@users.noreply.github.com>
Commit: plone/plone.namedfile@15d264a

Merge pull request #49 from plone/thet-fixassert

fix assertIsInstance not available in Python 2.6

Files changed:
M plone/namedfile/tests/test_scaling.py
mister-roboto pushed a commit that referenced this pull request Jun 10, 2017
Branch: refs/heads/master
Date: 2017-06-10T13:14:21+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/Products.ATContentTypes@38a397b

Fix MimeTypeException deprecation warnings

Files changed:
M CHANGES.rst
M Products/ATContentTypes/content/file.py
Repository: Products.ATContentTypes
Branch: refs/heads/master
Date: 2017-06-10T22:14:52+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.ATContentTypes@e6282bc

Merge pull request #49 from plone/fix-deprecation-warnings

Fix MimeTypeException deprecation warnings

Files changed:
M CHANGES.rst
M Products/ATContentTypes/content/file.py
mister-roboto pushed a commit that referenced this pull request Jun 22, 2018
Branch: refs/heads/master
Date: 2018-06-22T16:04:25+02:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.testing@084d316

Fix the Zope exception hook when using the ZServer layer.

Files changed:
M CHANGES.rst
M src/plone/testing/z2.py
Repository: plone.testing

Branch: refs/heads/master
Date: 2018-06-22T16:28:35+01:00
Author: David Glick (davisagli) <david.glick@plone.org>
Commit: plone/plone.testing@cc2f063

Merge pull request #49 from plone/fix-zserver-exception-hook

Fix the Zope exception hook when using the ZServer layer.

Files changed:
M CHANGES.rst
M src/plone/testing/z2.py
mister-roboto pushed a commit that referenced this pull request Aug 14, 2018
Branch: refs/heads/master
Date: 2018-06-09T02:57:14+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.versioncheck@c97038a

Fix return statement

Files changed:
M src/plone/versioncheck/parser.py
Repository: plone.versioncheck

Branch: refs/heads/master
Date: 2018-08-14T12:36:56+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.versioncheck@527cf48

Merge pull request #49 from plone/gforcada-patch-1

Fix return statement

Files changed:
M src/plone/versioncheck/parser.py
mister-roboto pushed a commit that referenced this pull request Aug 14, 2018
Branch: refs/heads/master
Date: 2018-06-09T02:57:14+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.versioncheck@c97038a

Fix return statement

Files changed:
M src/plone/versioncheck/parser.py
Repository: plone.versioncheck

Branch: refs/heads/master
Date: 2018-08-14T12:36:56+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.versioncheck@527cf48

Merge pull request #49 from plone/gforcada-patch-1

Fix return statement

Files changed:
M src/plone/versioncheck/parser.py
mister-roboto pushed a commit that referenced this pull request Oct 17, 2018
Branch: refs/heads/master
Date: 2018-04-23T22:50:24+02:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/plone.app.testing@5f0b64f

start porting to py3

Files changed:
A .editorconfig
A .travis.yml
A tox.ini
M buildout.cfg
M setup.cfg
M setup.py
D plone/__init__.py
D plone/app/__init__.py
D plone/app/testing/__init__.py
D plone/app/testing/bbb.py
D plone/app/testing/cleanup.py
D plone/app/testing/cleanup.rst
D plone/app/testing/helpers.py
D plone/app/testing/helpers.rst
D plone/app/testing/interfaces.py
D plone/app/testing/layers.py
D plone/app/testing/layers.rst
D plone/app/testing/profile/metadata.xml
D plone/app/testing/selenium.rst
D plone/app/testing/selenium_layers.py
D plone/app/testing/tests.py
D plone/app/testing/utils.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-04-23T23:59:17+02:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/plone.app.testing@b8b12dc

git ignore

Files changed:
M .gitignore
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-04-24T00:03:52+02:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/plone.app.testing@acb94b0

move docs

Files changed:
A docs/README.rst
A docs/conf.py
A docs/index.rst
A docs/isolation.rst
A docs/views.rst
A docs/zope-testbrowser.rst
M README.rst
D docs/source/README.rst
D docs/source/conf.py
D docs/source/index.rst
D docs/source/isolation.rst
D docs/source/views.rst
D docs/source/zope-testbrowser.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-04-24T00:22:43+02:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/plone.app.testing@ea9c4f1

config

Files changed:
A src/plone.app.testing.egg-info/PKG-INFO
A src/plone.app.testing.egg-info/SOURCES.txt
A src/plone.app.testing.egg-info/dependency_links.txt
A src/plone.app.testing.egg-info/namespace_packages.txt
A src/plone.app.testing.egg-info/not-zip-safe
A src/plone.app.testing.egg-info/requires.txt
A src/plone.app.testing.egg-info/top_level.txt
A src/plone/__init__.py
A src/plone/app/__init__.py
A src/plone/app/testing/__init__.py
A src/plone/app/testing/bbb.py
A src/plone/app/testing/cleanup.py
A src/plone/app/testing/cleanup.rst
A src/plone/app/testing/helpers.py
A src/plone/app/testing/helpers.rst
A src/plone/app/testing/interfaces.py
A src/plone/app/testing/layers.py
A src/plone/app/testing/layers.rst
A src/plone/app/testing/profile/metadata.xml
A src/plone/app/testing/selenium.rst
A src/plone/app/testing/selenium_layers.py
A src/plone/app/testing/tests.py
A src/plone/app/testing/utils.py
M .gitignore
M buildout.cfg
M docs/conf.py
M setup.py
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-04-24T11:01:14+02:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/plone.app.testing@a0927b0

git ignore and flake8

Files changed:
M .gitignore
M src/plone/app/testing/cleanup.py
M src/plone/app/testing/layers.py
D src/plone.app.testing.egg-info/PKG-INFO
D src/plone.app.testing.egg-info/SOURCES.txt
D src/plone.app.testing.egg-info/dependency_links.txt
D src/plone.app.testing.egg-info/namespace_packages.txt
D src/plone.app.testing.egg-info/not-zip-safe
D src/plone.app.testing.egg-info/requires.txt
D src/plone.app.testing.egg-info/top_level.txt
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-05T15:27:03+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.testing@6a1c38a

Fix typo

Files changed:
M .editorconfig
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-05T16:05:28+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.testing@ddbc331

Fix some tests

Files changed:
M CHANGES.rst
M src/plone/app/testing/helpers.rst
M src/plone/app/testing/layers.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-17T15:54:49+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@329ffc4

Fix tests so they run successfully on Python 2 against the py3 branch of plone.testing.

Files changed:
M buildout.cfg
M src/plone/app/testing/helpers.py
M src/plone/app/testing/helpers.rst
M src/plone/app/testing/layers.py
M src/plone/app/testing/layers.rst
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-17T17:26:04+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@6a1c577

Fix tests to run on Python 3 minus the ones needing ZServer.

Files changed:
M buildout.cfg
M src/plone/app/testing/helpers.rst
M src/plone/app/testing/layers.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-17T17:27:04+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@5562817

Prepare copy.

Files changed:
A src/plone/app/testing/layers_zserver.rst
D src/plone/app/testing/layers.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-17T17:28:09+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@96141f4

Prepare copy.

Files changed:
A src/plone/app/testing/layers2.rst
D src/plone/app/testing/layers.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-17T17:28:33+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@3da2541

Merge commit '556281771e7e1056289bd53e2b7029481d871d0f' into py3

Files changed:
A src/plone/app/testing/layers_zserver.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-17T17:28:58+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@24f63d8

Finish copy.

Files changed:
A src/plone/app/testing/layers.rst
D src/plone/app/testing/layers2.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-17T18:05:51+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@d6bdc6d

Fix ZServer tests: They now run only on Python 2.

Files changed:
M buildout.cfg
M setup.py
M src/plone/app/testing/helpers.rst
M src/plone/app/testing/layers.rst
M src/plone/app/testing/layers_zserver.rst
M src/plone/app/testing/tests.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-18T06:47:06+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@fc2d440

Use the correct setuptools version.

Files changed:
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-05-18T08:42:22+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.testing@e0f0284

Clean-up + stabialise tests.

Files changed:
M .travis.yml
M CHANGES.rst
M setup.py
M src/plone/app/testing/layers.rst
M src/plone/app/testing/layers_zserver.rst
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-06-26T23:49:29+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@7d5eb0f

reduce deprecated imports

Files changed:
M src/plone/app/testing/bbb.py
M src/plone/app/testing/helpers.py
M src/plone/app/testing/helpers.rst
M src/plone/app/testing/layers.py
M src/plone/app/testing/layers.rst
M src/plone/app/testing/selenium_layers.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-01T11:22:17+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.testing@7a750ee

Remove dependency of PloneTestCase on Archetypes and use p.a.c instead. Porting all tests away from PloneTestCase seems less work that migrating the layer and fixing the tests.

Files changed:
M src/plone/app/testing/bbb.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-01T15:55:35+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.testing@a0d77f9

install dx default content

Files changed:
M src/plone/app/testing/bbb.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-03T16:22:51+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@4ed6b73

fix travis

Files changed:
M buildout.cfg
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-03T17:42:35+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@1635953

use coredevs requirements

Files changed:
M .travis.yml
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-04T09:12:13+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@dcada50

correctly declare test dependencies in setup.py

Files changed:
M buildout.cfg
M setup.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-04T09:21:53+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@f0c949d

some debug information, dont retry while debugging

Files changed:
M .travis.yml
M setup.py
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-04T09:33:20+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@394b6a4

install requirements via pip

Files changed:
M .travis.yml
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-07-04T09:38:37+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@76d01da

whiteliste external commands

Files changed:
M tox.ini
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-09-22T16:48:53+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.testing@7e5ada9

add new bbb layer for Archetypes

Files changed:
A src/plone/app/testing/bbb_at.py
M src/plone/app/testing/bbb.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-09-27T11:53:40+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.testing@aafe823

merge aftermath

Files changed:
M CHANGES.rst
M src/plone/app/testing/bbb_at.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-09-27T12:48:23+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.testing@a79e162

fix conflict trace

Files changed:
M src/plone/app/testing/bbb_at.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-09-30T11:56:52-04:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.testing@dbc9922

Fix check for port

Files changed:
M src/plone/app/testing/layers.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-10-03T20:01:39-04:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.testing@44bd8f0

Now we just get a free port

Files changed:
M src/plone/app/testing/layers.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-10-04T16:54:32+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.testing@8b943df

fix doctest

Files changed:
M src/plone/app/testing/layers_zserver.rst
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-10-05T00:57:09-04:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.testing@0760b81

clean up generated Dexterity schemas in PloneSandboxLayer

Files changed:
M src/plone/app/testing/helpers.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-10-06T00:44:18-04:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.app.testing@d496270

Avoid test setup errors when AT is missing

Files changed:
M src/plone/app/testing/bbb_at.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-10-17T11:01:13+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.testing@e526fc0

Merge branch 'master' into py3

Files changed:
M CHANGES.rst
M setup.py
Repository: plone.app.testing

Branch: refs/heads/master
Date: 2018-10-17T11:01:39+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.testing@11c2d9f

Merge pull request #49 from plone/py3

Port to Python 3

Files changed:
A .editorconfig
A .travis.yml
A docs/README.rst
A docs/conf.py
A docs/index.rst
A docs/isolation.rst
A docs/views.rst
A docs/zope-testbrowser.rst
A src/plone/__init__.py
A src/plone/app/__init__.py
A src/plone/app/testing/__init__.py
A src/plone/app/testing/bbb.py
A src/plone/app/testing/bbb_at.py
A src/plone/app/testing/cleanup.py
A src/plone/app/testing/cleanup.rst
A src/plone/app/testing/helpers.py
A src/plone/app/testing/helpers.rst
A src/plone/app/testing/interfaces.py
A src/plone/app/testing/layers.py
A src/plone/app/testing/layers.rst
A src/plone/app/testing/layers_zserver.rst
A src/plone/app/testing/profile/metadata.xml
A src/plone/app/testing/selenium.rst
A src/plone/app/testing/selenium_layers.py
A src/plone/app/testing/tests.py
A src/plone/app/testing/utils.py
A tox.ini
M .gitignore
M CHANGES.rst
M README.rst
M buildout.cfg
M setup.cfg
M setup.py
D docs/source/README.rst
D docs/source/conf.py
D docs/source/index.rst
D docs/source/isolation.rst
D docs/source/views.rst
D docs/source/zope-testbrowser.rst
D plone/__init__.py
D plone/app/__init__.py
D plone/app/testing/__init__.py
D plone/app/testing/bbb.py
D plone/app/testing/bbb_at.py
D plone/app/testing/cleanup.py
D plone/app/testing/cleanup.rst
D plone/app/testing/helpers.py
D plone/app/testing/helpers.rst
D plone/app/testing/interfaces.py
D plone/app/testing/layers.py
D plone/app/testing/layers.rst
D plone/app/testing/profile/metadata.xml
D plone/app/testing/selenium.rst
D plone/app/testing/selenium_layers.py
D plone/app/testing/tests.py
D plone/app/testing/utils.py
mister-roboto pushed a commit that referenced this pull request Apr 5, 2019
Branch: refs/heads/master
Date: 2019-04-01T22:28:31+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.caching@07fa22e

add failing test

Files changed:
M plone/app/caching/tests/test_integration.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2019-04-02T15:40:06+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.caching@67bb0f5

fix processing controlpanel form inputs

NOTE: this needs zopefoundation/plone.z3cform#25

Files changed:
A news/48.bugfix
M plone/app/caching/browser/controlpanel.py
M setup.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2019-04-02T15:42:39+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.caching@15bd18b

typo in setup

Files changed:
M setup.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2019-04-02T15:46:15+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.caching@ac3eeae

fix version pin

Files changed:
M setup.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2019-04-04T20:25:39+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.caching@9a879fa

platform dependent version pin

Files changed:
M setup.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2019-04-05T09:19:24+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.caching@c6302d3

Merge pull request #49 from plone/issue_48

Fix controlpanel for Python 3

Files changed:
A news/48.bugfix
M plone/app/caching/browser/controlpanel.py
M plone/app/caching/tests/test_integration.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Sep 9, 2019
Branch: refs/heads/master
Date: 2019-09-07T16:24:03+02:00
Author: Norbert @ infoCatch (mtrebron) <norbert@infocatch.com>
Commit: plone/plone.app.contentrules@d2bc7b8

Update fileextension.py

Files changed:
M plone/app/contentrules/conditions/fileextension.py
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2019-09-07T16:29:19+02:00
Author: Norbert @ infoCatch (mtrebron) <norbert@infocatch.com>
Commit: plone/plone.app.contentrules@a22c4e8

Update CHANGES.rst

Files changed:
M CHANGES.rst
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2019-09-09T10:00:06+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.contentrules@4215409

Merge pull request #49 from mtrebron/mtrebron-dexterity-fileextension

Mtrebron dexterity fileextension

Files changed:
M CHANGES.rst
M plone/app/contentrules/conditions/fileextension.py
mister-roboto pushed a commit that referenced this pull request Nov 11, 2019
Branch: refs/heads/master
Date: 2019-07-09T19:48:08+02:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: plone/Products.PlonePAS@0e7651d

log exception in pas.logout()

Files changed:
M src/Products/PlonePAS/tools/membership.py
Repository: Products.PlonePAS

Branch: refs/heads/master
Date: 2019-07-09T20:04:29+02:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: plone/Products.PlonePAS@85ef183

added

Files changed:
A news/50.bugfix
Repository: Products.PlonePAS

Branch: refs/heads/master
Date: 2019-11-11T22:57:55+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.PlonePAS@dfb2a72

Merge pull request #49 from plone/log-logout-exception

log exception in pas.logout()

Files changed:
A news/50.bugfix
M src/Products/PlonePAS/tools/membership.py
mister-roboto pushed a commit that referenced this pull request Apr 9, 2020
Branch: refs/heads/master
Date: 2020-04-01T16:33:50+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.versioningbehavior@88942c7

Update the documentation

Update the documentation that was pointing to the obsolete @@types-controlpanel (it is @@content-controlpanel instead)

Fixes #33

Files changed:
A news/33.bugfix
M README.rst
M plone/app/versioningbehavior/tests/doctest_behavior.txt
Repository: plone.app.versioningbehavior

Branch: refs/heads/master
Date: 2020-04-09T13:23:27+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.versioningbehavior@04d4b87

Merge pull request #49 from plone/33-fix-docs

Update the documentation

Files changed:
A news/33.bugfix
M README.rst
M plone/app/versioningbehavior/tests/doctest_behavior.txt
mister-roboto pushed a commit that referenced this pull request Apr 9, 2020
Branch: refs/heads/master
Date: 2020-04-01T16:33:50+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.app.versioningbehavior@88942c7

Update the documentation

Update the documentation that was pointing to the obsolete @@types-controlpanel (it is @@content-controlpanel instead)

Fixes #33

Files changed:
A news/33.bugfix
M README.rst
M plone/app/versioningbehavior/tests/doctest_behavior.txt
Repository: plone.app.versioningbehavior

Branch: refs/heads/master
Date: 2020-04-09T13:23:27+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.versioningbehavior@04d4b87

Merge pull request #49 from plone/33-fix-docs

Update the documentation

Files changed:
A news/33.bugfix
M README.rst
M plone/app/versioningbehavior/tests/doctest_behavior.txt
mister-roboto pushed a commit that referenced this pull request Jul 5, 2021
Branch: refs/heads/2.x
Date: 2021-06-21T15:26:31+02:00
Author: Harald Friessnegger (frisi) <friessnegger@lovelysystems.com>
Commit: plone/plone.formwidget.namedfile@d4ec35f

bugfix: do not lose file-upload after validation error

this fixes #46

Files changed:
A news/46.bugfix
M plone/formwidget/namedfile/converter.py
M plone/formwidget/namedfile/widget.rst
Repository: plone.formwidget.namedfile

Branch: refs/heads/2.x
Date: 2021-06-28T08:53:58+02:00
Author: Harald Friessnegger (frisi) <friessnegger@lovelysystems.com>
Commit: plone/plone.formwidget.namedfile@8ea402a

link to ticket

Co-authored-by: Jens W. Klein &lt;jk@kleinundpartner.at&gt;

Files changed:
M news/46.bugfix
Repository: plone.formwidget.namedfile

Branch: refs/heads/2.x
Date: 2021-06-30T12:13:45+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.formwidget.namedfile@a6f5c96

Better message

[skip ci]

Files changed:
M news/46.bugfix
Repository: plone.formwidget.namedfile

Branch: refs/heads/2.x
Date: 2021-07-05T09:27:33+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.formwidget.namedfile@d5082e3

Merge pull request #49 from plone/frisi/fix-upload-on-validation-errors

bugfix: do not lose file-upload after validation error

Files changed:
A news/46.bugfix
M plone/formwidget/namedfile/converter.py
M plone/formwidget/namedfile/widget.rst
mister-roboto pushed a commit that referenced this pull request Jul 11, 2021
Branch: refs/heads/master
Date: 2021-05-12T23:40:22+02:00
Author: 1letter (1letter) <1letter@gmx.de>
Commit: plone/plone.app.registry@fdbb542

Add JSONField Handler

- for plone.registry.field.JSONField
- add component JSONFieldHandler
- add Tests for Import and Export JSONField
- add towncrier message

Files changed:
A news/48.feature
M plone/app/registry/exportimport/fields.py
M plone/app/registry/exportimport/handlers.zcml
M plone/app/registry/tests/test_exportimport.py
Repository: plone.app.registry

Branch: refs/heads/master
Date: 2021-05-12T23:41:32+02:00
Author: 1letter (1letter) <1letter@gmx.de>
Commit: plone/plone.app.registry@6d2483a

Housekeeping

Files changed:
M news/48.feature
Repository: plone.app.registry

Branch: refs/heads/master
Date: 2021-07-11T11:20:55+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.registry@bd68641

Merge pull request #49 from plone/1letter/JSONField

Add JSONField Handler for plone.registry.field.JSONField

Files changed:
A news/48.feature
M plone/app/registry/exportimport/fields.py
M plone/app/registry/exportimport/handlers.zcml
M plone/app/registry/tests/test_exportimport.py
mister-roboto pushed a commit that referenced this pull request Jun 16, 2022
Branch: refs/heads/master
Date: 2022-04-19T17:22:02+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@d501f93

Add image_srcset output filter

Files changed:
A news/49.feature
A plone/outputfilters/filters/image_srcset.py
M plone/outputfilters/filters/configure.zcml
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-04-20T11:49:18+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@b190b71

Fix resolve_uid_and_caption tests

Files changed:
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-04-20T11:49:49+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@e700516

prevent image_srcset from breaking when srcset config is missing, add tests

Files changed:
A plone/outputfilters/tests/test_image_srcset.py
M plone/outputfilters/filters/image_srcset.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-04-22T14:41:32+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@0812821

copy all attributes except src/srcset from images in srcset filter

Files changed:
M plone/outputfilters/filters/image_srcset.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-04-22T14:44:04+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@a5c1abc

set width/height on img and inside srcset

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-05-05T13:57:19+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@8bec6fd

refactor image srcset filter

Files changed:
M plone/outputfilters/filters/image_srcset.py
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-05-08T21:00:42+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@785b0fe

set w parameter in srcset definitions

Files changed:
M plone/outputfilters/filters/image_srcset.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-05-08T21:15:25+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@4e1b6cd

Add img width/height in resolveuid_and_caption filter if not present

Files changed:
M plone/outputfilters/filters/image_srcset.py
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-05-16T18:02:58+02:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@0ba15c7

use new url method in @@images view to postpone image scale creating until browser reuqests it

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-05-16T22:15:05+02:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@7528e72

use new pre scale parameter

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-05-18T17:43:15+02:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@8dbc336

Fix captioning of picture tags

Files changed:
M plone/outputfilters/browser/captioned_image.pt
M plone/outputfilters/filters/configure.zcml
M plone/outputfilters/filters/image_srcset.py
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-05-24T20:44:17+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@17157fd

do not use title as alt attribute content

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-01T21:00:06+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@ce96bc9

refacture image_srcset method to be reusable in plone.namedfile

Files changed:
A plone/outputfilters/utils.py
M plone/outputfilters/filters/image_srcset.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-02T10:35:02+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@b2b2f8f

fix update_src_scale method

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/utils.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-02T11:31:39+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@8371ce0

Fix image_srcset tests

Files changed:
M plone/outputfilters/tests/test_image_srcset.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-03T19:45:03+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@25c15cd

move utils.Img2PictureTag from outputfilter to namedfile.picture

Files changed:
M plone/outputfilters/filters/image_srcset.py
D plone/outputfilters/utils.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-03T19:45:21+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@5befed3

prettify soup output

Files changed:
M plone/outputfilters/filters/image_srcset.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-03T19:46:14+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@76705bb

cleanup

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-03T19:46:34+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@f734494

fix test

Files changed:
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-07T17:26:22+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@be09d6a

rename image_srcset to picture_variants, fix captioning

Files changed:
A plone/outputfilters/filters/picture_variants.py
A plone/outputfilters/tests/test_picture_variants.py
M plone/outputfilters/filters/configure.zcml
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
D plone/outputfilters/filters/image_srcset.py
D plone/outputfilters/tests/test_image_srcset.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T16:09:28+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@bc7647b

refacture use of Img2PictureTag/get_picture_variants, and fix tests

Files changed:
M plone/outputfilters/filters/picture_variants.py
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T15:55:01+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@c02dbb9

Fixed getting width and height for img with resolveuid without @@images.

Try @@images/image in that case.
Renamed test_image_captioning_resolveuid to test_image_captioning_resolveuid_bare so you can run this test on its own.

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:26:29+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@fc8cae0

fix test_image_captioning_relative_path_private_folder

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:27:06+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@0ffd853

remove wrong tests, srcset is not allowed in video/audio

Files changed:
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:41:07+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@8e23b0a

fix test

Files changed:
M plone/outputfilters/README.rst
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:43:44+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@bf3670e

fix last test

Files changed:
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:46:23+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@283332a

fix it again ;)

Files changed:
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:57:33+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@52a4650

use plone.app.uuid.utils.uuidToObject, add dependency to plone.namedfile

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:02:36+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@e434a29

Add dependency on plone.app.uuid

Files changed:
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T18:13:09+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@bfd44ed

deactivate print statement

Files changed:
M plone/outputfilters/tests/test_picture_variants.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T18:13:19+03:00
Author: MrTango (MrTango) <md@derico.de>
Commit: plone/plone.outputfilters@7b4a8f5

Merge branch 'mrtango-image-sourcesets-filter' of https://github.com/plone/plone.outputfilters into mrtango-image-sourcesets-filter

Files changed:
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-08T17:35:28+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@6ee7150

Add some deprecation warnings in resolveuid.

Other code should import from plone.app.uuid.utils.
Removed our tests for these functions: uuidToObject and uuidToURL.

Files changed:
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-10T01:18:12+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@5f74d9b

Revert "Add some deprecation warnings in resolveuid."

This reverts commit 6ee71503c52c422a795fba74625b46f3f6a553df.
It causes test failures in plone.restapi.

Also, we should test what happens in our own code when you are anonymous and we call `uuidToObject` on a uuid of a private object.
Actually, that seems to work, at least for a simple link, both with our version of this function and with the version from `plone.app.uuid`.
But I don't know why it works.

Files changed:
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-10T01:25:22+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@99f0203

Do add deprecation warnings for our own uuidToObject and uuidToURL.

Files changed:
M plone/outputfilters/browser/resolveuid.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-10T13:36:13+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@10651b9

Removed _shorttag_replace from picture_variants filter.

This was copied from the resolve_uid_and_caption filter, but was missing the singleton_tags definition.

I don't think it is needed in resolve_uid_and_caption either.
It is meant to replace singleton tags without any content which should not be singleton tags.
For example change `&lt;p /&gt;` into `&lt;p&gt;&lt;/p&gt;`.
But beautifulsoup is already doing that for us:

```
&gt;&gt;&gt; print(BeautifulSoup("&lt;p /&gt;", "html.parser"))
&lt;p&gt;&lt;/p&gt;
```

Cleanup (plus possibly adding a test) can be done later, to not overfill this PR.

Files changed:
M plone/outputfilters/filters/picture_variants.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-10T17:27:28+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@73af19d

Use our own version of uuidToObject.

The one from plone.app.uuid does an extra security check.
We *should* be using that one, instead of having our own slightly different copy.
But let's do that in a later PR, where we can focus on what might possibly break because of this.
See plone/plone.outputfilters#52

Files changed:
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-16T14:21:48+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.outputfilters@397c7e7

fix test

Files changed:
M plone/outputfilters/tests/test_picture_variants.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2022-06-16T18:53:51+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.outputfilters@f28f92e

Merge pull request #49 from plone/mrtango-image-sourcesets-filter

Add image sourcesets filter

Files changed:
A news/49.feature
A plone/outputfilters/filters/picture_variants.py
A plone/outputfilters/tests/test_picture_variants.py
M plone/outputfilters/README.rst
M plone/outputfilters/browser/captioned_image.pt
M plone/outputfilters/browser/resolveuid.py
M plone/outputfilters/filters/configure.zcml
M plone/outputfilters/filters/resolveuid_and_caption.py
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Aug 12, 2022
Branch: refs/heads/main
Date: 2022-08-10T09:37:49-07:00
Author: Rob Gietema (robgietema) <rob.gietema@gmail.com>
Commit: plone/plone.volto@cd33cfc

Added preview image link.

Files changed:
A news/49.feature
A src/plone/volto/behaviors/preview_link.py
M CHANGES.rst
M src/plone/volto/behaviors/configure.zcml
M src/plone/volto/indexers.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-10T09:37:54-07:00
Author: Rob Gietema (robgietema) <rob.gietema@gmail.com>
Commit: plone/plone.volto@dc9a0ee

Fix black errors.

Files changed:
M src/plone/volto/behaviors/preview_link.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-10T09:37:54-07:00
Author: Rob Gietema (robgietema) <rob.gietema@gmail.com>
Commit: plone/plone.volto@18a6d29

Fix frontendOptions.

Files changed:
M src/plone/volto/behaviors/preview_link.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-10T15:17:52-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@c32f054

Include preview_image_link scales in image_scales catalog metadata

Files changed:
M src/plone/volto/behaviors/configure.zcml
M src/plone/volto/behaviors/preview_link.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-10T15:19:16-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@732334e

Index preview_image_link scales in the same format as image field scales

Files changed:
M src/plone/volto/behaviors/preview_link.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-11T16:53:55-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@87993ca

Only register preview_image_link behavior for Plone 6

Files changed:
M Makefile
M news/49.feature
M src/plone/volto/behaviors/configure.zcml
M src/plone/volto/behaviors/preview_link.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-11T18:06:18-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@8f7d5e7

add test for preview_image_link in image_scales

Files changed:
A src/plone/volto/tests/test_preview_link_behavior.py
M src/plone/volto/behaviors/configure.zcml
M src/plone/volto/testing.py
M src/plone/volto/tests/test_migrate_to_volto.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-12T11:57:01-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@6af88e8

docs

Files changed:
M README.rst
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-08-12T11:59:28-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@431d036

Merge pull request #49 from plone/preview-image-link

Added preview image link.

Files changed:
A news/49.feature
A src/plone/volto/behaviors/preview_link.py
A src/plone/volto/tests/test_preview_link_behavior.py
M CHANGES.rst
M Makefile
M README.rst
M src/plone/volto/behaviors/configure.zcml
M src/plone/volto/indexers.py
M src/plone/volto/testing.py
M src/plone/volto/tests/test_migrate_to_volto.py
mister-roboto pushed a commit that referenced this pull request Oct 27, 2022
Branch: refs/heads/master
Date: 2022-10-26T15:24:45+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.PortalTransforms@e27aac9

Fixed regular expression in tests on Python 3.11.

This fixes plone/Products.PortalTransforms#48

Files changed:
A news/48.bugfix
M Products/PortalTransforms/tests/test_engine.py
Repository: Products.PortalTransforms

Branch: refs/heads/master
Date: 2022-10-26T20:58:45-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/Products.PortalTransforms@e73e91f

Merge pull request #49 from plone/maurits-regexp-311

Fixed regular expression in tests on Python 3.11.

Files changed:
A news/48.bugfix
M Products/PortalTransforms/tests/test_engine.py
mister-roboto pushed a commit that referenced this pull request Oct 27, 2022
Branch: refs/heads/master
Date: 2022-10-26T15:24:45+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.PortalTransforms@e27aac9

Fixed regular expression in tests on Python 3.11.

This fixes plone/Products.PortalTransforms#48

Files changed:
A news/48.bugfix
M Products/PortalTransforms/tests/test_engine.py
Repository: Products.PortalTransforms

Branch: refs/heads/master
Date: 2022-10-26T20:58:45-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/Products.PortalTransforms@e73e91f

Merge pull request #49 from plone/maurits-regexp-311

Fixed regular expression in tests on Python 3.11.

Files changed:
A news/48.bugfix
M Products/PortalTransforms/tests/test_engine.py
mister-roboto pushed a commit that referenced this pull request Mar 7, 2023
Branch: refs/heads/master
Date: 2023-03-06T22:28:40Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/Products.CMFPlacefulWorkflow@82fce79

[pre-commit.ci] pre-commit autoupdate

updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/collective/zpretty: 3.0.1 → 3.0.2](collective/zpretty@3.0.1...3.0.2)
- [github.com/regebro/pyroma: 4.1 → 4.2](regebro/pyroma@4.1...4.2)

Files changed:
M .pre-commit-config.yaml
Repository: Products.CMFPlacefulWorkflow

Branch: refs/heads/master
Date: 2023-03-07T10:42:23+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFPlacefulWorkflow@77c52c5

Merge pull request #49 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

Files changed:
M .pre-commit-config.yaml
mister-roboto pushed a commit that referenced this pull request Mar 21, 2023
Branch: refs/heads/master
Date: 2023-03-18T00:41:16+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.textfield@216c49d

Configuring with plone/meta

Files changed:
A .editorconfig
A .meta.toml
A .pre-commit-config.yaml
A news/80cf330f.internal
A tox.ini
M pyproject.toml
M setup.cfg
Repository: plone.app.textfield

Branch: refs/heads/master
Date: 2023-03-18T00:53:01+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.textfield@8b2189e

chore: black

Files changed:
M plone/app/textfield/__init__.py
Repository: plone.app.textfield

Branch: refs/heads/master
Date: 2023-03-18T00:53:28+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.textfield@1830589

chore: zpretty ZCML

Files changed:
M plone/app/textfield/browser.zcml
M plone/app/textfield/configure.zcml
M plone/app/textfield/editor.zcml
M plone/app/textfield/handler.zcml
M plone/app/textfield/marshaler.zcml
M plone/app/textfield/transform.zcml
M plone/app/textfield/widget.zcml
Repository: plone.app.textfield

Branch: refs/heads/master
Date: 2023-03-18T00:53:45+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.textfield@fc3367d

chore: zpretty PT

Files changed:
M plone/app/textfield/widget_display.pt
M plone/app/textfield/widget_input.pt
M plone/app/textfield/widget_textarea_display.pt
Repository: plone.app.textfield

Branch: refs/heads/master
Date: 2023-03-18T00:54:31+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.textfield@0994d36

feat: codespell

Files changed:
M CHANGES.rst
Repository: plone.app.textfield

Branch: refs/heads/master
Date: 2023-03-18T01:18:06+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.textfield@eded6f2

fix(tox): adapt extra name

Files changed:
M tox.ini
Repository: plone.app.textfield

Branch: refs/heads/master
Date: 2023-03-18T01:23:19+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.textfield@4b167a2

fix: adapt tests

Files changed:
M plone/app/textfield/field.rst
M plone/app/textfield/handler.rst
M plone/app/textfield/marshaler.rst
M plone/app/textfield/richtext_widget.rst
M plone/app/textfield/tests.py
Repository: plone.app.textfield

Branch: refs/heads/master
Date: 2023-03-21T16:15:43+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.textfield@bed2999

Merge pull request #49 from plone/config-with-default-template-ac42cf74

Config with default template

Files changed:
A .editorconfig
A .meta.toml
A .pre-commit-config.yaml
A news/80cf330f.internal
A tox.ini
M CHANGES.rst
M plone/app/textfield/__init__.py
M plone/app/textfield/browser.zcml
M plone/app/textfield/configure.zcml
M plone/app/textfield/editor.zcml
M plone/app/textfield/field.rst
M plone/app/textfield/handler.rst
M plone/app/textfield/handler.zcml
M plone/app/textfield/marshaler.rst
M plone/app/textfield/marshaler.zcml
M plone/app/textfield/richtext_widget.rst
M plone/app/textfield/tests.py
M plone/app/textfield/transform.zcml
M plone/app/textfield/widget.zcml
M plone/app/textfield/widget_display.pt
M plone/app/textfield/widget_input.pt
M plone/app/textfield/widget_textarea_display.pt
M pyproject.toml
M setup.cfg
mister-roboto pushed a commit that referenced this pull request May 19, 2023
Branch: refs/heads/master
Date: 2023-05-19T14:37:17+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.batching@fbba68c

Configuring with plone/meta

Files changed:
A news/50c0e759.internal
M .meta.toml
M .pre-commit-config.yaml
M tox.ini
Repository: plone.batching

Branch: refs/heads/master
Date: 2023-05-19T23:57:46+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.batching@33ce4a2

Merge pull request #49 from plone/config-with-default-template-e963330c

Configuring with plone/meta

Files changed:
A news/50c0e759.internal
M .meta.toml
M .pre-commit-config.yaml
M tox.ini
mister-roboto pushed a commit that referenced this pull request May 19, 2023
Branch: refs/heads/master
Date: 2023-05-19T14:37:17+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.batching@fbba68c

Configuring with plone/meta

Files changed:
A news/50c0e759.internal
M .meta.toml
M .pre-commit-config.yaml
M tox.ini
Repository: plone.batching

Branch: refs/heads/master
Date: 2023-05-19T23:57:46+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.batching@33ce4a2

Merge pull request #49 from plone/config-with-default-template-e963330c

Configuring with plone/meta

Files changed:
A news/50c0e759.internal
M .meta.toml
M .pre-commit-config.yaml
M tox.ini
mister-roboto pushed a commit that referenced this pull request Aug 11, 2023
Branch: refs/heads/main
Date: 2023-08-05T23:01:40+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.base@b7bec3d

remove `modal` default value

Files changed:
M src/plone/base/interfaces/controlpanel.py
Repository: plone.base

Branch: refs/heads/main
Date: 2023-08-05T23:02:43+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.base@895e696

changenote

Files changed:
A news/3801.bugfix
Repository: plone.base

Branch: refs/heads/main
Date: 2023-08-07T13:25:49+02:00
Author: Peter Mathis (petschki) <petschki@users.noreply.github.com>
Commit: plone/plone.base@2e7f014

Update news/3801.bugfix

Co-authored-by: Johannes Raggam &lt;thetetet@gmail.com&gt;

Files changed:
M news/3801.bugfix
Repository: plone.base

Branch: refs/heads/main
Date: 2023-08-11T19:16:10+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.base@9e6ac99

Merge pull request #49 from plone/action-modal-default-fix

Remove action property `modal` default value.

Files changed:
A news/3801.bugfix
M src/plone/base/interfaces/controlpanel.py
mister-roboto pushed a commit that referenced this pull request Aug 11, 2023
Branch: refs/heads/main
Date: 2023-08-05T23:01:40+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.base@b7bec3d

remove `modal` default value

Files changed:
M src/plone/base/interfaces/controlpanel.py
Repository: plone.base

Branch: refs/heads/main
Date: 2023-08-05T23:02:43+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.base@895e696

changenote

Files changed:
A news/3801.bugfix
Repository: plone.base

Branch: refs/heads/main
Date: 2023-08-07T13:25:49+02:00
Author: Peter Mathis (petschki) <petschki@users.noreply.github.com>
Commit: plone/plone.base@2e7f014

Update news/3801.bugfix

Co-authored-by: Johannes Raggam &lt;thetetet@gmail.com&gt;

Files changed:
M news/3801.bugfix
Repository: plone.base

Branch: refs/heads/main
Date: 2023-08-11T19:16:10+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.base@9e6ac99

Merge pull request #49 from plone/action-modal-default-fix

Remove action property `modal` default value.

Files changed:
A news/3801.bugfix
M src/plone/base/interfaces/controlpanel.py
mister-roboto pushed a commit that referenced this pull request Oct 12, 2024
Branch: refs/heads/master
Date: 2024-10-07T21:24:04Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.cachepurging@0e6633e

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)

Files changed:
M .pre-commit-config.yaml
Repository: plone.cachepurging

Branch: refs/heads/master
Date: 2024-10-13T00:17:51+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@c5e5518

Merge pull request #49 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

Files changed:
M .pre-commit-config.yaml
mister-roboto pushed a commit that referenced this pull request Oct 12, 2024
Branch: refs/heads/master
Date: 2024-10-07T21:24:04Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.cachepurging@0e6633e

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)

Files changed:
M .pre-commit-config.yaml
Repository: plone.cachepurging

Branch: refs/heads/master
Date: 2024-10-13T00:17:51+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@c5e5518

Merge pull request #49 from plone/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

Files changed:
M .pre-commit-config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants