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

Update resources/theme/sunburst/rules.xml #36

Closed
wants to merge 1 commit into from

Conversation

Thomvl
Copy link

@Thomvl Thomvl commented Feb 6, 2013

Fixed positioning with only portal-column-one active

Fixed positioning with only portal-column-one active
@garbas
Copy link
Contributor

garbas commented Feb 7, 2013

@vangheem @TH-code i believe you're owners of plip 13355

@vangheem
Copy link
Member

vangheem commented Feb 7, 2013

This shouldn't be in buildout and should now be removed. @TH-code can you do that? This work is being done in a different package right now. @garbas thanks for the heads up.

@TH-code
Copy link
Member

TH-code commented Feb 7, 2013

@vangheem Yes I'll remove it (was already planning to but havent gotten round to it).

@TH-code
Copy link
Member

TH-code commented Feb 7, 2013

@Thomvl This is an old plip branch, I'm removing it. In the meantime I've added the plip-13355 (note the '-') which has a set of startup diazothemes including boilerplate/initializr themes and sunburst and classic. The pull request should nog be necessary with those. But please try them out. The new plip-13355 basically adds diazotheme.startup which is on the collective.

@TH-code TH-code closed this Feb 7, 2013
tisto added a commit that referenced this pull request Dec 14, 2014
Branch: refs/heads/master
Date: 2014-12-14T19:10:33+01:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.controlpanel@5a9debc

Remove security-controlpanel and migrate-to-emaillogin view. Fix ISecuritySchema import which has been moved from p.a.controlpanel to CMFPlone.

Files changed:
M plone/app/controlpanel/configure.zcml
M plone/app/controlpanel/usergroups.py

diff --git a/plone/app/controlpanel/configure.zcml b/plone/app/controlpanel/configure.zcml
index 6df3b46..71ee836 100644
--- a/plone/app/controlpanel/configure.zcml
+++ b/plone/app/controlpanel/configure.zcml
@@ -26,8 +26,6 @@
 
   <!--<adapter factory=".search.SearchControlPanelAdapter" />-->
 
-  <adapter factory=".security.SecurityControlPanelAdapter" />
-
   <!--<adapter factory=".site.SiteControlPanelAdapter" />-->
 
   <adapter factory=".skins.SkinsControlPanelAdapter" />
@@ -113,13 +111,6 @@
       />
   -->
 
-  <browser:page
-      name="security-controlpanel"
-      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
-      class=".security.SecurityControlPanel"
-      permission="plone.app.controlpanel.Security"
-      />
-
   <!--
   <browser:page
       name="site-controlpanel"
@@ -209,14 +200,6 @@
 
   <browser:page
       for="Products.CMFPlone.interfaces.IPloneSiteRoot"
-      name="migrate-to-emaillogin"
-      class=".security.EmailLogin"
-      template="emaillogin.pt"
-      permission="cmf.ManagePortal"
-      />
-
-  <browser:page
-      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
       name="syndication-settings"
       class=".syndication.SyndicationControlPanel"
       permission="cmf.ManagePortal"
diff --git a/plone/app/controlpanel/usergroups.py b/plone/app/controlpanel/usergroups.py
index 1e89475..9efafe2 100644
--- a/plone/app/controlpanel/usergroups.py
+++ b/plone/app/controlpanel/usergroups.py
@@ -27,10 +27,11 @@
 from Products.PluggableAuthService.interfaces.plugins import IRolesPlugin
 
 from form import ControlPanelForm, ControlPanelView
-from security import ISecuritySchema
+from Products.CMFPlone.interfaces import ISecuritySchema
 
 logger = logging.getLogger('plone.app.controlpanel')
 
+
 class IUserGroupsSettingsSchema(Interface):
 
     many_groups = Bool(title=_(u'Many groups?'),


Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2014-12-14T19:24:20+01:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.controlpanel@c7aa7ec

Merge pull request #36 from plone/plip10359-security-controlpanel

Remove security-controlpanel and migrate-to-emaillogin view. Fix ISecuri...

Files changed:
M plone/app/controlpanel/configure.zcml
M plone/app/controlpanel/usergroups.py

diff --git a/plone/app/controlpanel/configure.zcml b/plone/app/controlpanel/configure.zcml
index 6df3b46..71ee836 100644
--- a/plone/app/controlpanel/configure.zcml
+++ b/plone/app/controlpanel/configure.zcml
@@ -26,8 +26,6 @@
 
   <!--<adapter factory=".search.SearchControlPanelAdapter" />-->
 
-  <adapter factory=".security.SecurityControlPanelAdapter" />
-
   <!--<adapter factory=".site.SiteControlPanelAdapter" />-->
 
   <adapter factory=".skins.SkinsControlPanelAdapter" />
@@ -113,13 +111,6 @@
       />
   -->
 
-  <browser:page
-      name="security-controlpanel"
-      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
-      class=".security.SecurityControlPanel"
-      permission="plone.app.controlpanel.Security"
-      />
-
   <!--
   <browser:page
       name="site-controlpanel"
@@ -209,14 +200,6 @@
 
   <browser:page
       for="Products.CMFPlone.interfaces.IPloneSiteRoot"
-      name="migrate-to-emaillogin"
-      class=".security.EmailLogin"
-      template="emaillogin.pt"
-      permission="cmf.ManagePortal"
-      />
-
-  <browser:page
-      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
       name="syndication-settings"
       class=".syndication.SyndicationControlPanel"
       permission="cmf.ManagePortal"
diff --git a/plone/app/controlpanel/usergroups.py b/plone/app/controlpanel/usergroups.py
index 1e89475..9efafe2 100644
--- a/plone/app/controlpanel/usergroups.py
+++ b/plone/app/controlpanel/usergroups.py
@@ -27,10 +27,11 @@
 from Products.PluggableAuthService.interfaces.plugins import IRolesPlugin
 
 from form import ControlPanelForm, ControlPanelView
-from security import ISecuritySchema
+from Products.CMFPlone.interfaces import ISecuritySchema
 
 logger = logging.getLogger('plone.app.controlpanel')
 
+
 class IUserGroupsSettingsSchema(Interface):
 
     many_groups = Bool(title=_(u'Many groups?'),
gotcha added a commit that referenced this pull request Jun 3, 2015
Branch: refs/heads/1.2.x
Date: 2015-05-20T14:36:15+02:00
Author: Stephan Geulette (sgeulette) <s.geulette@imio.be>
Commit: plone/plone.app.users@382659b

Fixed @@change-password to accept current password containing non-ascii chars, also new password

Files changed:
M CHANGES.rst
M plone/app/users/browser/personalpreferences.py
M plone/app/users/tests/password.txt
Repository: plone.app.users
Branch: refs/heads/1.2.x
Date: 2015-05-20T14:36:15+02:00
Author: Stephan Geulette (sgeulette) <s.geulette@imio.be>
Commit: plone/plone.app.users@7e259c1

Added last bootstrap

Files changed:
M bootstrap.py
Repository: plone.app.users
Branch: refs/heads/1.2.x
Date: 2015-06-03T11:17:33+02:00
Author: Godefroid Chapelle (gotcha) <gotcha@bubblenet.be>
Commit: plone/plone.app.users@fea2bb9

Merge pull request #36 from sgeulette/1.2.x

Fixed @@change-password to accept current password containing non-ascii ...

Files changed:
M CHANGES.rst
M bootstrap.py
M plone/app/users/browser/personalpreferences.py
M plone/app/users/tests/password.txt
jensens added a commit that referenced this pull request Jul 22, 2015
Branch: refs/heads/master
Date: 2015-07-20T13:54:08+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.dexterity@9dde7a4

remove additional class and text in statusmessages

Files changed:
M plone/dexterity/browser/add.py
M plone/dexterity/browser/edit.py
Repository: plone.dexterity
Branch: refs/heads/master
Date: 2015-07-22T10:38:32+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.dexterity@36f0508

changelog

Files changed:
M CHANGES.rst
Repository: plone.dexterity
Branch: refs/heads/master
Date: 2015-07-22T11:02:36+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.dexterity@a223def

Merge pull request #36 from plone/statusmessages

remove additional class and text in statusmessages

Files changed:
M CHANGES.rst
M plone/dexterity/browser/add.py
M plone/dexterity/browser/edit.py
jensens added a commit that referenced this pull request Jul 22, 2015
Branch: refs/heads/master
Date: 2015-07-20T13:54:08+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.dexterity@9dde7a4

remove additional class and text in statusmessages

Files changed:
M plone/dexterity/browser/add.py
M plone/dexterity/browser/edit.py
Repository: plone.dexterity
Branch: refs/heads/master
Date: 2015-07-22T10:38:32+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.dexterity@36f0508

changelog

Files changed:
M CHANGES.rst
Repository: plone.dexterity
Branch: refs/heads/master
Date: 2015-07-22T11:02:36+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.dexterity@a223def

Merge pull request #36 from plone/statusmessages

remove additional class and text in statusmessages

Files changed:
M CHANGES.rst
M plone/dexterity/browser/add.py
M plone/dexterity/browser/edit.py
mister-roboto pushed a commit that referenced this pull request Apr 4, 2016
Branch: refs/heads/master
Date: 2016-03-17T06:45:31+01:00
Author: Markus Hilbert () <m.hilbert@akbild.ac.at>
Commit: plone/Products.CMFEditions@68807c8

Fixed CloneBlobs modifier to only react on Archetypes.

Files changed:
M CHANGES.rst
M Products/CMFEditions/StandardModifiers.py
Repository: Products.CMFEditions
Branch: refs/heads/master
Date: 2016-04-04T09:26:14+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.CMFEditions@fb2ded6

Merge pull request #36 from iham/master

Fixed CloneBlobs modifier to only react on Archetypes.

Files changed:
M CHANGES.rst
M Products/CMFEditions/StandardModifiers.py
mister-roboto pushed a commit that referenced this pull request Apr 4, 2016
Branch: refs/heads/master
Date: 2016-03-17T06:45:31+01:00
Author: Markus Hilbert () <m.hilbert@akbild.ac.at>
Commit: plone/Products.CMFEditions@68807c8

Fixed CloneBlobs modifier to only react on Archetypes.

Files changed:
M CHANGES.rst
M Products/CMFEditions/StandardModifiers.py
Repository: Products.CMFEditions
Branch: refs/heads/master
Date: 2016-04-04T09:26:14+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.CMFEditions@fb2ded6

Merge pull request #36 from iham/master

Fixed CloneBlobs modifier to only react on Archetypes.

Files changed:
M CHANGES.rst
M Products/CMFEditions/StandardModifiers.py
mister-roboto pushed a commit that referenced this pull request Apr 4, 2016
Branch: refs/heads/master
Date: 2016-03-17T06:45:31+01:00
Author: Markus Hilbert () <m.hilbert@akbild.ac.at>
Commit: plone/Products.CMFEditions@68807c8

Fixed CloneBlobs modifier to only react on Archetypes.

Files changed:
M CHANGES.rst
M Products/CMFEditions/StandardModifiers.py
Repository: Products.CMFEditions
Branch: refs/heads/master
Date: 2016-04-04T09:26:14+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.CMFEditions@fb2ded6

Merge pull request #36 from iham/master

Fixed CloneBlobs modifier to only react on Archetypes.

Files changed:
M CHANGES.rst
M Products/CMFEditions/StandardModifiers.py
mister-roboto pushed a commit that referenced this pull request Jul 10, 2016
Branch: refs/heads/master
Date: 2016-07-05T23:18:22+02:00
Author: Gil Forcada (gforcada) <gforcada@gnome.org>
Commit: plone/Products.ATContentTypes@ef7e0cf

Use zope.interface decorator

This not only makes code more pleasent to read,
but also makes the code python 3 compatible
(while maintaining python 2 compatibility).

Files changed:
M CHANGES.rst
M Products/ATContentTypes/browser/download.py
M Products/ATContentTypes/browser/nextprevious.py
M Products/ATContentTypes/content/base.py
M Products/ATContentTypes/content/document.py
M Products/ATContentTypes/content/event.py
M Products/ATContentTypes/content/file.py
M Products/ATContentTypes/content/folder.py
M Products/ATContentTypes/content/image.py
M Products/ATContentTypes/content/link.py
M Products/ATContentTypes/content/newsitem.py
M Products/ATContentTypes/content/topic.py
M Products/ATContentTypes/criteria/base.py
M Products/ATContentTypes/criteria/boolean.py
M Products/ATContentTypes/criteria/currentauthor.py
M Products/ATContentTypes/criteria/date.py
M Products/ATContentTypes/criteria/daterange.py
M Products/ATContentTypes/criteria/list.py
M Products/ATContentTypes/criteria/path.py
M Products/ATContentTypes/criteria/portaltype.py
M Products/ATContentTypes/criteria/reference.py
M Products/ATContentTypes/criteria/relativepath.py
M Products/ATContentTypes/criteria/selection.py
M Products/ATContentTypes/criteria/simpleint.py
M Products/ATContentTypes/criteria/simplestring.py
M Products/ATContentTypes/criteria/sort.py
M Products/ATContentTypes/exportimport/content.py
M Products/ATContentTypes/factories.py
M Products/ATContentTypes/lib/calendarsupport.py
M Products/ATContentTypes/lib/constraintypes.py
M Products/ATContentTypes/lib/historyaware.py
M Products/ATContentTypes/lib/validators.py
M Products/ATContentTypes/permission.py
M Products/ATContentTypes/tool/atct.py
M Products/ATContentTypes/tool/factory.py
M Products/ATContentTypes/tool/metadata.py
M Products/ATContentTypes/tool/topic.py
Repository: Products.ATContentTypes
Branch: refs/heads/master
Date: 2016-07-10T19:01:30+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.ATContentTypes@0214cf2

Merge pull request #36 from plone/gforcada-use-zope-decorators

Use zope.interface decorator

Files changed:
M CHANGES.rst
M Products/ATContentTypes/browser/download.py
M Products/ATContentTypes/browser/nextprevious.py
M Products/ATContentTypes/content/base.py
M Products/ATContentTypes/content/document.py
M Products/ATContentTypes/content/event.py
M Products/ATContentTypes/content/file.py
M Products/ATContentTypes/content/folder.py
M Products/ATContentTypes/content/image.py
M Products/ATContentTypes/content/link.py
M Products/ATContentTypes/content/newsitem.py
M Products/ATContentTypes/content/topic.py
M Products/ATContentTypes/criteria/base.py
M Products/ATContentTypes/criteria/boolean.py
M Products/ATContentTypes/criteria/currentauthor.py
M Products/ATContentTypes/criteria/date.py
M Products/ATContentTypes/criteria/daterange.py
M Products/ATContentTypes/criteria/list.py
M Products/ATContentTypes/criteria/path.py
M Products/ATContentTypes/criteria/portaltype.py
M Products/ATContentTypes/criteria/reference.py
M Products/ATContentTypes/criteria/relativepath.py
M Products/ATContentTypes/criteria/selection.py
M Products/ATContentTypes/criteria/simpleint.py
M Products/ATContentTypes/criteria/simplestring.py
M Products/ATContentTypes/criteria/sort.py
M Products/ATContentTypes/exportimport/content.py
M Products/ATContentTypes/factories.py
M Products/ATContentTypes/lib/calendarsupport.py
M Products/ATContentTypes/lib/constraintypes.py
M Products/ATContentTypes/lib/historyaware.py
M Products/ATContentTypes/lib/validators.py
M Products/ATContentTypes/permission.py
M Products/ATContentTypes/tool/atct.py
M Products/ATContentTypes/tool/factory.py
M Products/ATContentTypes/tool/metadata.py
M Products/ATContentTypes/tool/topic.py
mister-roboto pushed a commit that referenced this pull request Aug 30, 2016
Branch: refs/heads/master
Date: 2016-08-30T18:32:46+03:00
Author: ichim-david (ichim-david) <ichim.david@gmail.com>
Commit: plone/plone.app.collection@f9c2019

- Check with getattr if item isPrincipiaFolderish as Comment does

Files changed:
M CHANGES.rst
M plone/app/collection/collection.py
Repository: plone.app.collection
Branch: refs/heads/master
Date: 2016-08-30T20:53:29+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.collection@ea6290b

Merge pull request #36 from ichim-david/master

Check with getattr if item isPrincipiaFolderish as Comment does

Files changed:
M CHANGES.rst
M plone/app/collection/collection.py
mister-roboto pushed a commit that referenced this pull request Dec 15, 2016
Branch: refs/heads/master
Date: 2016-09-21T23:20:53+02:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/plone.namedfile@df59b59

Implemention of PLIP 1673: Automatic image rotation based on Exif data

PLIP 1673: plone/Products.CMFPlone#1673
This PLIP implementation introduced a straight foreward image rotation based on Exif information for JPEG and TIFF Images stored in plone.namedfile Image fields.
The concept of Exif orientation is described in detail in the following blog: http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/

It requires an additional external library as dependency: piexif (package: https://pypi.python.org/pypi/piexif; docs: http://piexif.readthedocs.org/en/latest/; github: https://github.com/hMatoba/Piexif)
piexif, allows reading and writing of Exif information, which offers more powerful image handling than a read only library. piexif also works very smart together with Pillow.

This PLIP superseeds prior attemts to add Exif based image rotation to plone.namedfile: #12, #13, #14

For testing of orientation change, images where needed to include for test files.
This is not part of this implementation.
The following github repositories have several examples of Images for orientation testing:
* https://github.com/recurser/exif-orientation-examples (JPEG Images with orientation 1-8 in Landscape and Portrait orientation)
* https://github.com/ianare/exif-samples (lots of different JPEG and TIFF Images, even corrupted images)

Additional to the PLIP implementation this commit includes a restructuring of the package.
* Image meta data detection has been moved to a subfolder utils and splited into several files for each image type
* Moved functions to utils as those are helper methods, so that base functionallity is easier to read
* Added basic TIFF Image handling. Prior TIFF were handled as Files not Images.

Last but not least:
Moved package version from 4.1.x to 4.2.0 as it introduced new features, following semantic versioning.

Files changed:
A plone/namedfile/utils/__init__.py
A plone/namedfile/utils/jpeg_utils.py
A plone/namedfile/utils/png_utils.py
A plone/namedfile/utils/tiff_utils.py
M CHANGES.rst
M plone/namedfile/file.py
M setup.py
D plone/namedfile/utils.py
Repository: plone.namedfile
Branch: refs/heads/master
Date: 2016-12-15T17:53:17+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@b1fe4ef

Merge pull request #36 from plone/plip-1673-automatic-image-rotation-based-on-exif-data

Implemention of PLIP 1673: Automatic image rotation based on Exif data

Files changed:
A plone/namedfile/utils/__init__.py
A plone/namedfile/utils/jpeg_utils.py
A plone/namedfile/utils/png_utils.py
A plone/namedfile/utils/tiff_utils.py
M CHANGES.rst
M plone/namedfile/file.py
M setup.py
D plone/namedfile/utils.py
mister-roboto pushed a commit that referenced this pull request Dec 20, 2016
Branch: refs/heads/master
Date: 2016-12-19T20:30:32+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@604db31

isort

Files changed:
M plone/app/iterate/__init__.py
M plone/app/iterate/archiver.py
M plone/app/iterate/browser/cancel.py
M plone/app/iterate/browser/checkin.py
M plone/app/iterate/browser/checkout.py
M plone/app/iterate/browser/control.py
M plone/app/iterate/browser/diff.py
M plone/app/iterate/browser/info.py
M plone/app/iterate/containers.py
M plone/app/iterate/copier.py
M plone/app/iterate/dexterity/copier.py
M plone/app/iterate/dexterity/interfaces.py
M plone/app/iterate/dexterity/relation.py
M plone/app/iterate/dexterity/utils.py
M plone/app/iterate/event.py
M plone/app/iterate/interfaces.py
M plone/app/iterate/lock.py
M plone/app/iterate/permissions.py
M plone/app/iterate/policy.py
M plone/app/iterate/profiles.py
M plone/app/iterate/relation.py
M plone/app/iterate/subscribers/locking.py
M plone/app/iterate/subscribers/marker.py
M plone/app/iterate/subscribers/metadata.py
M plone/app/iterate/subscribers/workflow.py
M plone/app/iterate/testing.py
M plone/app/iterate/tests/content.py
M plone/app/iterate/tests/test_annotations.py
M plone/app/iterate/tests/test_doctests.py
M plone/app/iterate/tests/test_interfaces.py
M plone/app/iterate/tests/test_iterate.py
M plone/app/iterate/util.py
M setup.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-19T20:34:00+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@d7b51fe

adapts -&gt; @adapter

Files changed:
M plone/app/iterate/archiver.py
M plone/app/iterate/containers.py
M plone/app/iterate/copier.py
M plone/app/iterate/policy.py
M plone/app/iterate/relation.py
M plone/app/iterate/tests/test_iterate.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-19T20:35:43+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@3747b59

line length/readability

Files changed:
M plone/app/iterate/containers.py
M plone/app/iterate/relation.py
M plone/app/iterate/tests/content.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-19T21:27:28+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@883eded

document changes

Files changed:
M CHANGES.rst
M plone/app/iterate/tests/test_iterate.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-20T07:54:20-06:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.iterate@2b5e5c3

Merge pull request #36 from plone/cleanup

Cleanup

Files changed:
M CHANGES.rst
M plone/app/iterate/__init__.py
M plone/app/iterate/archiver.py
M plone/app/iterate/browser/cancel.py
M plone/app/iterate/browser/checkin.py
M plone/app/iterate/browser/checkout.py
M plone/app/iterate/browser/control.py
M plone/app/iterate/browser/diff.py
M plone/app/iterate/browser/info.py
M plone/app/iterate/containers.py
M plone/app/iterate/copier.py
M plone/app/iterate/dexterity/copier.py
M plone/app/iterate/dexterity/interfaces.py
M plone/app/iterate/dexterity/relation.py
M plone/app/iterate/dexterity/utils.py
M plone/app/iterate/event.py
M plone/app/iterate/interfaces.py
M plone/app/iterate/lock.py
M plone/app/iterate/permissions.py
M plone/app/iterate/policy.py
M plone/app/iterate/profiles.py
M plone/app/iterate/relation.py
M plone/app/iterate/subscribers/locking.py
M plone/app/iterate/subscribers/marker.py
M plone/app/iterate/subscribers/metadata.py
M plone/app/iterate/subscribers/workflow.py
M plone/app/iterate/testing.py
M plone/app/iterate/tests/content.py
M plone/app/iterate/tests/test_annotations.py
M plone/app/iterate/tests/test_doctests.py
M plone/app/iterate/tests/test_interfaces.py
M plone/app/iterate/tests/test_iterate.py
M plone/app/iterate/util.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Dec 20, 2016
Branch: refs/heads/master
Date: 2016-12-19T20:30:32+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@604db31

isort

Files changed:
M plone/app/iterate/__init__.py
M plone/app/iterate/archiver.py
M plone/app/iterate/browser/cancel.py
M plone/app/iterate/browser/checkin.py
M plone/app/iterate/browser/checkout.py
M plone/app/iterate/browser/control.py
M plone/app/iterate/browser/diff.py
M plone/app/iterate/browser/info.py
M plone/app/iterate/containers.py
M plone/app/iterate/copier.py
M plone/app/iterate/dexterity/copier.py
M plone/app/iterate/dexterity/interfaces.py
M plone/app/iterate/dexterity/relation.py
M plone/app/iterate/dexterity/utils.py
M plone/app/iterate/event.py
M plone/app/iterate/interfaces.py
M plone/app/iterate/lock.py
M plone/app/iterate/permissions.py
M plone/app/iterate/policy.py
M plone/app/iterate/profiles.py
M plone/app/iterate/relation.py
M plone/app/iterate/subscribers/locking.py
M plone/app/iterate/subscribers/marker.py
M plone/app/iterate/subscribers/metadata.py
M plone/app/iterate/subscribers/workflow.py
M plone/app/iterate/testing.py
M plone/app/iterate/tests/content.py
M plone/app/iterate/tests/test_annotations.py
M plone/app/iterate/tests/test_doctests.py
M plone/app/iterate/tests/test_interfaces.py
M plone/app/iterate/tests/test_iterate.py
M plone/app/iterate/util.py
M setup.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-19T20:34:00+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@d7b51fe

adapts -&gt; @adapter

Files changed:
M plone/app/iterate/archiver.py
M plone/app/iterate/containers.py
M plone/app/iterate/copier.py
M plone/app/iterate/policy.py
M plone/app/iterate/relation.py
M plone/app/iterate/tests/test_iterate.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-19T20:35:43+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@3747b59

line length/readability

Files changed:
M plone/app/iterate/containers.py
M plone/app/iterate/relation.py
M plone/app/iterate/tests/content.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-19T21:27:28+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.iterate@883eded

document changes

Files changed:
M CHANGES.rst
M plone/app/iterate/tests/test_iterate.py
Repository: plone.app.iterate
Branch: refs/heads/master
Date: 2016-12-20T07:54:20-06:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.iterate@2b5e5c3

Merge pull request #36 from plone/cleanup

Cleanup

Files changed:
M CHANGES.rst
M plone/app/iterate/__init__.py
M plone/app/iterate/archiver.py
M plone/app/iterate/browser/cancel.py
M plone/app/iterate/browser/checkin.py
M plone/app/iterate/browser/checkout.py
M plone/app/iterate/browser/control.py
M plone/app/iterate/browser/diff.py
M plone/app/iterate/browser/info.py
M plone/app/iterate/containers.py
M plone/app/iterate/copier.py
M plone/app/iterate/dexterity/copier.py
M plone/app/iterate/dexterity/interfaces.py
M plone/app/iterate/dexterity/relation.py
M plone/app/iterate/dexterity/utils.py
M plone/app/iterate/event.py
M plone/app/iterate/interfaces.py
M plone/app/iterate/lock.py
M plone/app/iterate/permissions.py
M plone/app/iterate/policy.py
M plone/app/iterate/profiles.py
M plone/app/iterate/relation.py
M plone/app/iterate/subscribers/locking.py
M plone/app/iterate/subscribers/marker.py
M plone/app/iterate/subscribers/metadata.py
M plone/app/iterate/subscribers/workflow.py
M plone/app/iterate/testing.py
M plone/app/iterate/tests/content.py
M plone/app/iterate/tests/test_annotations.py
M plone/app/iterate/tests/test_doctests.py
M plone/app/iterate/tests/test_interfaces.py
M plone/app/iterate/tests/test_iterate.py
M plone/app/iterate/util.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Apr 6, 2017
Branch: refs/heads/master
Date: 2017-04-05T23:05:59+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.caching@cd17acf

Fixed blank edit forms of the per ruleset parameters.

Fixes plone/Products.CMFPlone#1993

Files changed:
M CHANGES.rst
M plone/app/caching/browser/edit.py
Repository: plone.app.caching
Branch: refs/heads/master
Date: 2017-04-06T10:32:04+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.caching@ac8b6a8

Merge pull request #36 from plone/issue-1993-blank-edit-forms

Fixed blank edit forms of the per ruleset parameters.

Files changed:
M CHANGES.rst
M plone/app/caching/browser/edit.py
mister-roboto pushed a commit that referenced this pull request Apr 6, 2017
Branch: refs/heads/master
Date: 2017-04-05T23:05:59+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.caching@cd17acf

Fixed blank edit forms of the per ruleset parameters.

Fixes plone/Products.CMFPlone#1993

Files changed:
M CHANGES.rst
M plone/app/caching/browser/edit.py
Repository: plone.app.caching
Branch: refs/heads/master
Date: 2017-04-06T10:32:04+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.caching@ac8b6a8

Merge pull request #36 from plone/issue-1993-blank-edit-forms

Fixed blank edit forms of the per ruleset parameters.

Files changed:
M CHANGES.rst
M plone/app/caching/browser/edit.py
mister-roboto pushed a commit that referenced this pull request Nov 7, 2017
Branch: refs/heads/master
Date: 2017-11-07T08:14:20+01:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.recipe.zope2instance@4bb0f90

Make text easier to understand.

Files changed:
M CHANGES.rst
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2017-11-07T08:20:02+01:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.recipe.zope2instance@c6b2ab0

Add support for Python 3.6.

Additionally:
- add flake8 check (with currently many issues displayed)
- check for coverage (does not work well because subprocesses are used in the test runs)

Files changed:
A .coveragerc
A tox.ini
M .gitignore
M .travis.yml
M CHANGES.rst
M setup.py
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2017-11-07T08:25:39+01:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.recipe.zope2instance@205cf09

Add caching for faster runs.

Files changed:
M .travis.yml
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2017-11-07T11:19:05+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.recipe.zope2instance@7a39254

Merge pull request #36 from plone/py36-support

Add support for Python 3.6

Files changed:
A .coveragerc
A tox.ini
M .gitignore
M .travis.yml
M CHANGES.rst
M setup.py
mister-roboto pushed a commit that referenced this pull request May 16, 2018
Branch: refs/heads/master
Date: 2018-05-16T17:03:35+02:00
Author: Michael Howitz (icemac) <mh@gocept.com>
Commit: plone/plone.app.contentrules@b6f56cd

Adapt tests to `Products.GenericSetup &gt;= 2.0`.

Files changed:
M CHANGES.rst
M buildout.cfg
M plone/app/contentrules/tests/test_configuration.py
M setup.py
Repository: plone.app.contentrules

Branch: refs/heads/master
Date: 2018-05-16T23:54:37+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.contentrules@4b81736

Merge pull request #36 from plone/GenericSetup-2.0

Adapt tests to `Products.GenericSetup &gt;= 2.0`.

Files changed:
M CHANGES.rst
M buildout.cfg
M plone/app/contentrules/tests/test_configuration.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Sep 27, 2018
Branch: refs/heads/master
Date: 2018-09-22T17:00:03+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.imaging@e73c716

Switch to new TestCase using AT after PloneTestcase is now DX.

Files changed:
M CHANGES.rst
M src/plone/app/imaging/testing.py
M src/plone/app/imaging/tests/base.py
Repository: plone.app.imaging

Branch: refs/heads/master
Date: 2018-09-27T13:16:41+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.imaging@38fe1b3

update to 2.1.0

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

Branch: refs/heads/master
Date: 2018-09-27T16:31:02+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.imaging@4a0c177

Merge pull request #36 from plone/testlayer

Switch to new TestCase using AT after PloneTestcase is now DX.

Files changed:
M CHANGES.rst
M setup.py
M src/plone/app/imaging/testing.py
M src/plone/app/imaging/tests/base.py
mister-roboto pushed a commit that referenced this pull request Oct 3, 2018
Branch: refs/heads/master
Date: 2018-10-03T13:37:00+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.autoform@d37bf2a

Remove the dummy security manager on test tear down

Refs. plone/Products.CMFPlone#2560

Files changed:
M CHANGES.rst
M plone/autoform/tests/test_utils.py
Repository: plone.autoform

Branch: refs/heads/master
Date: 2018-10-03T13:42:02+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.autoform@d8e74cd

Instead of removing the security manager reset the previously existing one

Files changed:
M plone/autoform/tests/test_utils.py
Repository: plone.autoform

Branch: refs/heads/master
Date: 2018-10-03T17:08:23+02:00
Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.autoform@6b39d44

Merge pull request #36 from plone/python3

Remove the dummy security manager on test tear down

Files changed:
M CHANGES.rst
M plone/autoform/tests/test_utils.py
mister-roboto pushed a commit that referenced this pull request Oct 3, 2018
Branch: refs/heads/master
Date: 2018-10-03T13:37:00+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.autoform@d37bf2a

Remove the dummy security manager on test tear down

Refs. plone/Products.CMFPlone#2560

Files changed:
M CHANGES.rst
M plone/autoform/tests/test_utils.py
Repository: plone.autoform

Branch: refs/heads/master
Date: 2018-10-03T13:42:02+02:00
Author: ale-rt (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.autoform@d8e74cd

Instead of removing the security manager reset the previously existing one

Files changed:
M plone/autoform/tests/test_utils.py
Repository: plone.autoform

Branch: refs/heads/master
Date: 2018-10-03T17:08:23+02:00
Author: Alessandro Pisa (ale-rt) <alessandro.pisa@gmail.com>
Commit: plone/plone.autoform@6b39d44

Merge pull request #36 from plone/python3

Remove the dummy security manager on test tear down

Files changed:
M CHANGES.rst
M plone/autoform/tests/test_utils.py
mister-roboto pushed a commit that referenced this pull request Oct 17, 2018
Branch: refs/heads/master
Date: 2018-10-17T11:15:44+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.PortalTransforms@d3080eb

use safe_nativestring to transform before html.fromstring

Files changed:
A news/38.bugfix
M Products/PortalTransforms/transforms/safe_html.py
Repository: Products.PortalTransforms

Branch: refs/heads/master
Date: 2018-10-17T11:16:16+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.PortalTransforms@21af9be

Merge pull request #36 from plone/python3

fix scrub_html when passing unicode

Files changed:
A news/38.bugfix
M Products/PortalTransforms/transforms/safe_html.py
mister-roboto pushed a commit that referenced this pull request Oct 17, 2018
Branch: refs/heads/master
Date: 2018-10-17T11:15:44+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.PortalTransforms@d3080eb

use safe_nativestring to transform before html.fromstring

Files changed:
A news/38.bugfix
M Products/PortalTransforms/transforms/safe_html.py
Repository: Products.PortalTransforms

Branch: refs/heads/master
Date: 2018-10-17T11:16:16+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.PortalTransforms@21af9be

Merge pull request #36 from plone/python3

fix scrub_html when passing unicode

Files changed:
A news/38.bugfix
M Products/PortalTransforms/transforms/safe_html.py
mister-roboto pushed a commit that referenced this pull request Jan 10, 2019
Branch: refs/heads/master
Date: 2019-01-08T06:16:39+01:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: plone/plone.recipe.zeoserver@04de7dc

Python 3 compatibility

Files changed:
M CHANGES.rst
M src/plone/recipe/zeoserver/recipe.py
Repository: plone.recipe.zeoserver

Branch: refs/heads/master
Date: 2019-01-10T07:53:31+01:00
Author: Andreas Jung (zopyx) <yet@gmx.de>
Commit: plone/plone.recipe.zeoserver@28d42ec

Merge pull request #36 from zopyx/master

Python 3 compatibility of generated bin/zeopack

Files changed:
M CHANGES.rst
M src/plone/recipe/zeoserver/recipe.py
mister-roboto pushed a commit that referenced this pull request Jan 10, 2019
Branch: refs/heads/master
Date: 2019-01-08T06:16:39+01:00
Author: Andreas Jung (zopyx) <info@zopyx.com>
Commit: plone/plone.recipe.zeoserver@04de7dc

Python 3 compatibility

Files changed:
M CHANGES.rst
M src/plone/recipe/zeoserver/recipe.py
Repository: plone.recipe.zeoserver

Branch: refs/heads/master
Date: 2019-01-10T07:53:31+01:00
Author: Andreas Jung (zopyx) <yet@gmx.de>
Commit: plone/plone.recipe.zeoserver@28d42ec

Merge pull request #36 from zopyx/master

Python 3 compatibility of generated bin/zeopack

Files changed:
M CHANGES.rst
M src/plone/recipe/zeoserver/recipe.py
mister-roboto pushed a commit that referenced this pull request Jun 22, 2019
Branch: refs/heads/master
Date: 2019-06-21T10:05:05+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.CMFDiffTool@0f5585a

Add support for Python 3.8

Files changed:
M CHANGES.rst
M Products/CMFDiffTool/libs/htmldiff.py
M setup.py
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2019-06-22T07:13:56+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.CMFDiffTool@cca2a62

Merge pull request #36 from plone/python38

Add support for Python 3.8

Files changed:
M CHANGES.rst
M Products/CMFDiffTool/libs/htmldiff.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Jun 22, 2019
Branch: refs/heads/master
Date: 2019-06-21T10:05:05+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.CMFDiffTool@0f5585a

Add support for Python 3.8

Files changed:
M CHANGES.rst
M Products/CMFDiffTool/libs/htmldiff.py
M setup.py
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2019-06-22T07:13:56+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.CMFDiffTool@cca2a62

Merge pull request #36 from plone/python38

Add support for Python 3.8

Files changed:
M CHANGES.rst
M Products/CMFDiffTool/libs/htmldiff.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Sep 19, 2019
Branch: refs/heads/master
Date: 2019-09-18T15:50:04+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.ldap@bad73d5

Simplified test buildout and Travis setup.

There is no need for code-analysis (which will just fail to be installed, most likely).
And i18ndude is not used.
And let's just use a setuptools and zc.buildout from this year.
I triggered a build today and it completely failed:
https://travis-ci.org/plone/plone.app.ldap/builds/586513573

Files changed:
A buildout.cfg
A requirements.txt
M .travis.yml
D bootstrap.py
D travis.cfg
Repository: plone.app.ldap

Branch: refs/heads/master
Date: 2019-09-18T16:03:17+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.ldap@6314b63

Added dependencies so Plone 5 can start.

Note that these dependencies {zope,five}.formlib and plone.app.form,
are in Plon 4.2 and 4.3 by default, so nothing changes there.

Removed the Plone 5 classifiers, because there is a test failure,
and it can't have worked before.

Also removed the Python 2.6 classifier, because we really do not test with that anymore.

Files changed:
M .travis.yml
M CHANGES.rst
M setup.py
Repository: plone.app.ldap

Branch: refs/heads/master
Date: 2019-09-18T16:34:03+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.ldap@32d435f

Use older zc.buildout and setuptools versions, so Plone 4.2 still works.

Files changed:
M requirements.txt
Repository: plone.app.ldap

Branch: refs/heads/master
Date: 2019-09-18T22:10:37+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.ldap@e523437

We need more version pins so the buildout succeeds for 4.2-5.0.

In Plone 5.0 you do get a ComponentLookupError in one test.
We are already allowing test failures on 5.0 in Travis.
But now the buildout at least finishes, and five of the six tests pass.

Error in test test_controlpanel_has_view (plone.app.ldap.tests.test_controlpanel.ControlPanelTestCase)
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/Users/maurits/clients/vmm/hoofdsite-9151/checkouts/plone.app.ldap/plone/app/ldap/tests/test_controlpanel.py", line 22, in test_controlpanel_has_view
    self.assertTrue(view())
  File "/Users/maurits/shared-eggs/cp27m/zope.formlib-4.3.0-py2.7.egg/zope/formlib/form.py", line 868, in __call__
    self.update()
  File "/Users/maurits/shared-eggs/cp27m/five.formlib-1.0.4-py2.7.egg/five/formlib/formbase.py", line 50, in update
    super(FiveFormlibMixin, self).update()
  File "/Users/maurits/shared-eggs/cp27m/zope.formlib-4.3.0-py2.7.egg/zope/formlib/form.py", line 831, in update
    self.setUpWidgets()
  File "/Users/maurits/shared-eggs/cp27m/zope.formlib-4.3.0-py2.7.egg/zope/formlib/form.py", line 906, in setUpWidgets
    adapters=self.adapters, ignore_request=ignore_request
  File "/Users/maurits/shared-eggs/cp27m/zope.formlib-4.3.0-py2.7.egg/zope/formlib/form.py", line 407, in setUpEditWidgets
    widget = _createWidget(form_field, field, request, iface)
  File "/Users/maurits/shared-eggs/cp27m/zope.formlib-4.3.0-py2.7.egg/zope/formlib/form.py", line 337, in _createWidget
    return component.getMultiAdapter((field, request), iface)
  File "/Users/maurits/shared-eggs/cp27m/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 109, in getMultiAdapter
    raise ComponentLookupError(objects, interface, name)
ComponentLookupError: ((&lt;zope.schema._field.Choice object at 0x10f669f10&gt;, &lt;HTTPRequest, URL=http://nohost&gt;), &lt;InterfaceClass zope.formlib.interfaces.IInputWidget&gt;, u'')

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

Branch: refs/heads/master
Date: 2019-09-18T22:41:48+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.ldap@fa490dc

Added find-links to find elementtree on Plone 4.2.

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

Branch: refs/heads/master
Date: 2019-09-19T16:11:41+02:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: plone/plone.app.ldap@050b647

Merge pull request #36 from plone/maurits/fix-travis

Fix Travis.

Files changed:
A buildout.cfg
A requirements.txt
M .travis.yml
M CHANGES.rst
M setup.py
D bootstrap.py
D travis.cfg
mister-roboto pushed a commit that referenced this pull request Feb 14, 2020
Branch: refs/heads/master
Date: 2020-02-12T15:52:10+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.supermodel@16765d3

fixes #34: zope.interface 4.7 support

Files changed:
A news/34.feature
M plone/supermodel/directives.py
M plone/supermodel/utils.py
Repository: plone.supermodel

Branch: refs/heads/master
Date: 2020-02-14T09:37:06+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.supermodel@c0e0ba0

Merge pull request #36 from plone/update-zope.interface-4.7

fixes #34: zope.interface 4.7 support

Files changed:
A news/34.feature
M plone/supermodel/directives.py
M plone/supermodel/utils.py
mister-roboto pushed a commit that referenced this pull request Feb 17, 2020
Branch: refs/heads/master
Date: 2020-01-03T16:57:27+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.outputfilters@9b2671e

Change the image caption template to use ``&lt;figure&gt;`` and ``&lt;figcaption&gt;``.

Files changed:
M CHANGES.rst
M plone/outputfilters/browser/captioned_image.pt
M plone/outputfilters/tests/test_resolveuid_and_caption.py
M setup.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2020-01-03T16:57:27+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.outputfilters@f1c571d

Add an ImageCaptioningEnabler utility which can be enabled via the portal registry setting plone.image_captioning.

Files changed:
M CHANGES.rst
M plone/outputfilters/filters/configure.zcml
M plone/outputfilters/filters/resolveuid_and_caption.py
Repository: plone.outputfilters

Branch: refs/heads/master
Date: 2020-02-17T15:07:34+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.outputfilters@8d88844

Merge pull request #36 from plone/thet-figcaption

Image caption support in Plone 5

Files changed:
M CHANGES.rst
M plone/outputfilters/browser/captioned_image.pt
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 Jun 24, 2020
Branch: refs/heads/master
Date: 2020-06-24T01:21:01+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.releaser@30bd7bf

Fixed detecting changes in packages that are missing from checkouts.

Files changed:
A news/35.bugfix
M plone/releaser/package.py
Repository: plone.releaser

Branch: refs/heads/master
Date: 2020-06-24T09:01:15+02:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: plone/plone.releaser@f412fba

Merge pull request #36 from plone/maurits/issue-35-detect-changes

Fixed detecting changes in packages that are missing from checkouts.

Files changed:
A news/35.bugfix
M plone/releaser/package.py
mister-roboto pushed a commit that referenced this pull request Jun 24, 2020
Branch: refs/heads/master
Date: 2020-06-24T01:21:01+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.releaser@30bd7bf

Fixed detecting changes in packages that are missing from checkouts.

Files changed:
A news/35.bugfix
M plone/releaser/package.py
Repository: plone.releaser

Branch: refs/heads/master
Date: 2020-06-24T09:01:15+02:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: plone/plone.releaser@f412fba

Merge pull request #36 from plone/maurits/issue-35-detect-changes

Fixed detecting changes in packages that are missing from checkouts.

Files changed:
A news/35.bugfix
M plone/releaser/package.py
mister-roboto pushed a commit that referenced this pull request Jan 19, 2022
Branch: refs/heads/master
Date: 2022-01-19T09:15:26+01:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.CMFPlacefulWorkflow@c87c3c2

Fix test that picks up the footer-portlets link instead of a document

Files changed:
M Products/CMFPlacefulWorkflow/tests/policy_form.txt
Repository: Products.CMFPlacefulWorkflow

Branch: refs/heads/master
Date: 2022-01-19T09:19:23+01:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.CMFPlacefulWorkflow@422db07

add changenote

Files changed:
A news/36.bugfix
Repository: Products.CMFPlacefulWorkflow

Branch: refs/heads/master
Date: 2022-01-19T10:30:19+01:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/Products.CMFPlacefulWorkflow@f42a52c

Merge pull request #36 from plone/fix_test_with_es6

Fix test that picks up the footer-portlets link instead of a document

Files changed:
A news/36.bugfix
M Products/CMFPlacefulWorkflow/tests/policy_form.txt
mister-roboto pushed a commit that referenced this pull request Jan 19, 2022
Branch: refs/heads/main
Date: 2022-01-19T21:16:45+01:00
Author: Víctor Fernández de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@102ffa8

Remove c.folderishtypes dependency. (#36)

* Remove c.folderishtypes dependency.

* Fixes

* Add aliases to old collective.folderishtypes contents and interfaces

* Implement a migration from old collective.folderishtypes content to plone.volto content

* Lint

* Flake8 fixes

Co-authored-by: Érico Andrei &lt;ericof@gmail.com&gt;
Co-authored-by: Timo Stollenwerk &lt;tisto@users.noreply.github.com&gt;

Files changed:
A src/plone/volto/content.py
A src/plone/volto/profiles/default/types/Event.xml
A src/plone/volto/profiles/default/types/News_Item.xml
M CHANGES.rst
M setup.py
M src/plone/volto/dependencies.zcml
M src/plone/volto/interfaces.py
M src/plone/volto/patches.py
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/profiles/default/types/Document.xml
M src/plone/volto/upgrades.py
M src/plone/volto/upgrades.zcml
mister-roboto pushed a commit that referenced this pull request Jan 20, 2022
Branch: refs/heads/main
Date: 2022-01-17T19:58:25+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@ebfa43e

Code cleanup, add 'volto.blocks' behavior to Plone Site GS types info. Remove 'Collection' from types in GS. Remove 'plone.richtext' behavior from Plone Site, Document, News Item, Events.

Files changed:
A src/plone/volto/profiles/default/types/Collection.xml
M CHANGES.rst
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/profiles/default/types/Plone_Site.xml
M src/plone/volto/setuphandlers.py
M src/plone/volto/upgrades.py
M src/plone/volto/upgrades.zcml
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-18T10:23:15+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@30c8acf

Programatically setup Plone site FTI

Files changed:
M src/plone/volto/setuphandlers.py
M src/plone/volto/tests/test_setup.py
D src/plone/volto/profiles/default/types/Plone_Site.xml
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-18T10:26:48+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@0b82a08

Fix test for Plone 5

Files changed:
M src/plone/volto/tests/test_setup.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-19T21:47:31+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@551371a

Merge branch 'main' into cleanupbefore4.0.0

* main:
  Remove c.folderishtypes dependency. (#36)

Files changed:
A src/plone/volto/content.py
A src/plone/volto/profiles/default/types/Event.xml
A src/plone/volto/profiles/default/types/News_Item.xml
M CHANGES.rst
M setup.py
M src/plone/volto/dependencies.zcml
M src/plone/volto/interfaces.py
M src/plone/volto/patches.py
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/profiles/default/types/Document.xml
M src/plone/volto/upgrades.py
M src/plone/volto/upgrades.zcml
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-20T11:15:55+01:00
Author: Víctor Fernández de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@7e01029

Merge pull request #43 from plone/cleanupbefore4.0.0

Code cleanup, add 'volto.blocks' behavior to Plone Site GS types info…

Files changed:
A src/plone/volto/profiles/default/types/Collection.xml
M CHANGES.rst
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/setuphandlers.py
M src/plone/volto/tests/test_setup.py
M src/plone/volto/upgrades.py
M src/plone/volto/upgrades.zcml
D src/plone/volto/profiles/default/types/Plone_Site.xml
mister-roboto pushed a commit that referenced this pull request Jan 20, 2022
Branch: refs/heads/main
Date: 2021-12-07T10:40:02+01:00
Author: nzambello (nzambello) <nzambello@protonmail.com>
Commit: plone/plone.volto@b18efca

Add blocks behavior on Event and NewsItem

Files changed:
A src/plone/volto/profiles/default/types/Event.xml
A src/plone/volto/profiles/default/types/News_Item.xml
M CHANGES.rst
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/upgrades.zcml
Repository: plone.volto

Branch: refs/heads/main
Date: 2021-12-13T08:42:23+01:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: plone/plone.volto@dfa9e39

Merge branch 'main' into event_newsitem_blocks

Files changed:
A src/plone/volto/coresandbox/__init__.py
A src/plone/volto/coresandbox/configure.zcml
A src/plone/volto/coresandbox/example.py
A src/plone/volto/coresandbox/vocabularies.py
A src/plone/volto/profiles/coresandbox/diff_tool.xml
A src/plone/volto/profiles/coresandbox/metadata.xml
A src/plone/volto/profiles/coresandbox/repositorytool.xml
A src/plone/volto/profiles/coresandbox/types.xml
A src/plone/volto/profiles/coresandbox/types/example.xml
A src/plone/volto/tests/test_coresandbox.py
M CHANGES.rst
M plone-5.2.x.cfg
M setup.py
M src/plone/volto/configure.zcml
M src/plone/volto/setuphandlers.py
M src/plone/volto/testing.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-20T11:24:56+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@b14e102

Merge branch 'main' into event_newsitem_blocks

* main: (22 commits)
  Remove c.folderishtypes dependency. (#36)
  Fix test for Plone 5
  Programatically setup Plone site FTI
  Code cleanup, add 'volto.blocks' behavior to Plone Site GS types info. Remove 'Collection' from types in GS. Remove 'plone.richtext' behavior from Plone Site, Document, News Item, Events.
  Make zprettier happy
  Changelog
  Organize the data for the default roots on its own folder
  Demo page for Plone 6 updated to slate
  Documentation about default-homepage-drafjs profile
  Add LFR default content
  Slate by default in main DX root.
  Add mr.developer
  DraftJS part implemented
  Back to development: 3.1.0a10
  Preparing release 3.1.0a9
  Prepare changelog
  New field with huge vocabulary defined in the widget options (#38)
  Back to development: 3.1.0a9
  Preparing release 3.1.0a8
  Fix computed dates in content for demo pages
  ...

Files changed:
A src/plone/volto/content.py
A src/plone/volto/default_homepage/__init__.py
A src/plone/volto/default_homepage/default.py
A src/plone/volto/default_homepage/demo.py
A src/plone/volto/default_homepage/lrf.py
A src/plone/volto/locales/es/LC_MESSAGES/plone.volto.po
A src/plone/volto/locales/eu/LC_MESSAGES/plone.volto.po
A src/plone/volto/profiles.zcml
A src/plone/volto/profiles/default/types/Collection.xml
M .gitignore
M CHANGES.rst
M README.rst
M base.cfg
M setup.py
M src/plone/volto/configure.zcml
M src/plone/volto/coresandbox/example.py
M src/plone/volto/dependencies.zcml
M src/plone/volto/interfaces.py
M src/plone/volto/patches.py
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/profiles/default/types/Document.xml
M src/plone/volto/profiles/default/types/Event.xml
M src/plone/volto/profiles/default/types/News_Item.xml
M src/plone/volto/setuphandlers.py
M src/plone/volto/tests/test_setup.py
M src/plone/volto/upgrades.py
M src/plone/volto/upgrades.zcml
M src/plone/volto/vocabularies/subject.py
D src/plone/volto/profiles/default/types/Plone_Site.xml
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-20T11:26:00+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@cbaa42f

Zpretty

Files changed:
M src/plone/volto/upgrades.zcml
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-20T17:02:21+01:00
Author: Víctor Fernández de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@1b77398

Merge pull request #35 from plone/event_newsitem_blocks

Add blocks behavior on Event and NewsItem

Files changed:
M CHANGES.rst
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/profiles/default/types/Event.xml
M src/plone/volto/profiles/default/types/News_Item.xml
M src/plone/volto/upgrades.zcml
mister-roboto pushed a commit that referenced this pull request Dec 2, 2022
Branch: refs/heads/master
Date: 2022-12-01T13:30:55+01:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.relationfield@cf09005

Remove deprecated `plone.app.widgets` usage

Files changed:
M plone/app/relationfield/testing.py
M plone/app/relationfield/widget.zcml
Repository: plone.app.relationfield

Branch: refs/heads/master
Date: 2022-12-01T13:31:51+01:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.app.relationfield@2a486cd

changenote

Files changed:
A news/36.bugfix
Repository: plone.app.relationfield

Branch: refs/heads/master
Date: 2022-12-02T14:14:24+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.relationfield@e7db2e6

Removed duplicate zcml condition.

Files changed:
M plone/app/relationfield/widget.zcml
Repository: plone.app.relationfield

Branch: refs/heads/master
Date: 2022-12-02T19:24:10+01:00
Author: Peter Mathis (petschki) <petschki@users.noreply.github.com>
Commit: plone/plone.app.relationfield@63552c8

Merge pull request #36 from plone/deprecate-plone-app-widgets

Remove deprecated `plone.app.widgets` usage

Files changed:
A news/36.bugfix
M plone/app/relationfield/testing.py
M plone/app/relationfield/widget.zcml
mister-roboto pushed a commit that referenced this pull request Feb 6, 2023
Branch: refs/heads/master
Date: 2023-02-05T15:25:41+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.session@1cb55cd

Configuring with plone/meta

Files changed:
M .meta.toml
M lint-requirements.txt
M tox.ini
Repository: plone.session

Branch: refs/heads/master
Date: 2023-02-05T15:26:16+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.session@a0228e8

chore: configure z3c.dependencycheker

Files changed:
M .meta.toml
M pyproject.toml
Repository: plone.session

Branch: refs/heads/master
Date: 2023-02-05T15:26:30+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.session@8b632b7

feat: declare dependencies

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

Branch: refs/heads/master
Date: 2023-02-05T15:26:58+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.session@7cf05e4

Add news entry

Files changed:
A news/1.bugfix.234
Repository: plone.session

Branch: refs/heads/master
Date: 2023-02-06T14:10:08+01:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: plone/plone.session@9835c66

Merge pull request #36 from plone/config-with-default-template-94ac6570

Config with default template (dependencies)

Files changed:
A news/1.bugfix.234
M .meta.toml
M lint-requirements.txt
M pyproject.toml
M setup.py
M tox.ini
mister-roboto pushed a commit that referenced this pull request Feb 7, 2023
Branch: refs/heads/master
Date: 2023-02-07T11:56:09+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.batching@b5c4320

feat: enable GHA tests

Files changed:
M .meta.toml
Repository: plone.batching

Branch: refs/heads/master
Date: 2023-02-07T11:56:15+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.batching@a44156b

Configuring with plone/meta

Files changed:
A .github/workflows/tests.yml
M .github/workflows/linting.yml
M .meta.toml
M lint-requirements.txt
M tox.ini
Repository: plone.batching

Branch: refs/heads/master
Date: 2023-02-07T11:56:15+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.batching@d7e3aa7

chore: move tests.py to a tests folder

Otherwise `pytest` does not find it.

Files changed:
A plone/batching/tests/__init__.py
A plone/batching/tests/test_batching.py
D plone/batching/tests.py
Repository: plone.batching

Branch: refs/heads/master
Date: 2023-02-07T11:56:15+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.batching@2b119a6

chore: zpretty formatting

Files changed:
M plone/batching/configure.zcml
Repository: plone.batching

Branch: refs/heads/master
Date: 2023-02-07T11:56:15+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.batching@0cda507

Add news entry

Files changed:
A news/1.bugfix.1
Repository: plone.batching

Branch: refs/heads/master
Date: 2023-02-07T15:13:02+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.batching@101c0ed

Merge pull request #36 from plone/config-with-default-template-f797ea21

Config with default template (tests)

Files changed:
A .github/workflows/tests.yml
A news/1.bugfix.1
A plone/batching/tests/__init__.py
A plone/batching/tests/test_batching.py
M .github/workflows/linting.yml
M .meta.toml
M lint-requirements.txt
M plone/batching/configure.zcml
M tox.ini
D plone/batching/tests.py
mister-roboto pushed a commit that referenced this pull request Mar 17, 2023
Branch: refs/heads/master
Date: 2023-03-17T19:20:16+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@2e9a337

Configuring with plone/meta

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

Branch: refs/heads/master
Date: 2023-03-17T19:21:28+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@fe8b9e6

chore: black

Files changed:
M plone/app/workflow/browser/sharing.py
M plone/app/workflow/exportimport.py
M plone/app/workflow/localroles.py
M plone/app/workflow/tests/test_exportimport.py
M plone/app/workflow/tests/test_folder_workflow.py
M plone/app/workflow/tests/test_functional.py
M plone/app/workflow/tests/test_one_state_workflow.py
M plone/app/workflow/tests/test_plone_workflow.py
M plone/app/workflow/tests/test_remap.py
M plone/app/workflow/tests/test_sharing_view.py
M plone/app/workflow/tests/test_simple_publication_workflow.py
Repository: plone.app.workflow

Branch: refs/heads/master
Date: 2023-03-17T19:22:07+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@5ccd9fa

chore: zpretty ZCML

Files changed:
M plone/app/workflow/browser/configure.zcml
M plone/app/workflow/configure.zcml
M plone/app/workflow/exportimport.zcml
M plone/app/workflow/permissions.zcml
Repository: plone.app.workflow

Branch: refs/heads/master
Date: 2023-03-17T19:22:41+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@ddfcbbc

chore: zpretty PT

Files changed:
M plone/app/workflow/browser/macro_wrapper.pt
M plone/app/workflow/browser/sharing.pt
Repository: plone.app.workflow

Branch: refs/heads/master
Date: 2023-03-17T19:23:31+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@ba18669

feat: codespell

Files changed:
M plone/app/workflow/browser/sharing.py
Repository: plone.app.workflow

Branch: refs/heads/master
Date: 2023-03-17T19:43:56+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@b68c347

feat: flake8

Files changed:
M plone/app/workflow/__init__.py
M plone/app/workflow/browser/sharing.py
M plone/app/workflow/tests/test_functional.py
Repository: plone.app.workflow

Branch: refs/heads/master
Date: 2023-03-17T19:45:44+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@07d7d58

feat: adjust tests

Files changed:
M plone/app/workflow/tests/test_sharing_view.py
Repository: plone.app.workflow

Branch: refs/heads/master
Date: 2023-03-17T19:50:55+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@9d48e1d

feat: declare dependencies

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

Branch: refs/heads/master
Date: 2023-03-17T22:19:09+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.workflow@b76f296

Merge pull request #36 from plone/config-with-default-template-0481af98

Config with default template

Files changed:
A .editorconfig
A .meta.toml
A .pre-commit-config.yaml
A news/789b0936.internal
A tox.ini
M plone/app/workflow/__init__.py
M plone/app/workflow/browser/configure.zcml
M plone/app/workflow/browser/macro_wrapper.pt
M plone/app/workflow/browser/sharing.pt
M plone/app/workflow/browser/sharing.py
M plone/app/workflow/configure.zcml
M plone/app/workflow/exportimport.py
M plone/app/workflow/exportimport.zcml
M plone/app/workflow/localroles.py
M plone/app/workflow/permissions.zcml
M plone/app/workflow/tests/test_exportimport.py
M plone/app/workflow/tests/test_folder_workflow.py
M plone/app/workflow/tests/test_functional.py
M plone/app/workflow/tests/test_one_state_workflow.py
M plone/app/workflow/tests/test_plone_workflow.py
M plone/app/workflow/tests/test_remap.py
M plone/app/workflow/tests/test_sharing_view.py
M plone/app/workflow/tests/test_simple_publication_workflow.py
M pyproject.toml
M setup.cfg
M setup.py
mister-roboto pushed a commit that referenced this pull request Jun 19, 2023
Branch: refs/heads/master
Date: 2023-03-07T22:23:57-08:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.portlet.collection@39f3f90

Fix issue with using random.sample on catalog results when `exclude_context` is not selected.

Files changed:
M plone/portlet/collection/collection.py
Repository: plone.portlet.collection

Branch: refs/heads/master
Date: 2023-06-18T22:36:26-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.portlet.collection@7603241

changelog

Files changed:
A news/36.bugfix
Repository: plone.portlet.collection

Branch: refs/heads/master
Date: 2023-06-18T22:38:16-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.portlet.collection@3e00b5d

Merge pull request #36 from plone/random-py3-fix

Fix issue with using random selection

Files changed:
A news/36.bugfix
M plone/portlet/collection/collection.py
mister-roboto pushed a commit that referenced this pull request Jun 19, 2023
Branch: refs/heads/master
Date: 2023-03-07T22:23:57-08:00
Author: Alec Mitchell (alecpm) <alecpm@gmail.com>
Commit: plone/plone.portlet.collection@39f3f90

Fix issue with using random.sample on catalog results when `exclude_context` is not selected.

Files changed:
M plone/portlet/collection/collection.py
Repository: plone.portlet.collection

Branch: refs/heads/master
Date: 2023-06-18T22:36:26-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.portlet.collection@7603241

changelog

Files changed:
A news/36.bugfix
Repository: plone.portlet.collection

Branch: refs/heads/master
Date: 2023-06-18T22:38:16-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.portlet.collection@3e00b5d

Merge pull request #36 from plone/random-py3-fix

Fix issue with using random selection

Files changed:
A news/36.bugfix
M plone/portlet/collection/collection.py
mister-roboto pushed a commit that referenced this pull request Jul 4, 2023
Branch: refs/heads/master
Date: 2023-07-03T23:31:37Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.subrequest@f09dbd8

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0)
- [github.com/collective/zpretty: 3.1.0a2 → 3.1.0](collective/zpretty@3.1.0a2...3.1.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
- [github.com/mgedmin/check-python-versions: 0.21.2 → 0.21.3](mgedmin/check-python-versions@0.21.2...0.21.3)

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

Branch: refs/heads/master
Date: 2023-07-04T08:01:04+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.subrequest@fc9941f

Merge pull request #36 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 Jul 4, 2023
Branch: refs/heads/master
Date: 2023-07-03T23:31:37Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.subrequest@f09dbd8

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0)
- [github.com/collective/zpretty: 3.1.0a2 → 3.1.0](collective/zpretty@3.1.0a2...3.1.0)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
- [github.com/mgedmin/check-python-versions: 0.21.2 → 0.21.3](mgedmin/check-python-versions@0.21.2...0.21.3)

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

Branch: refs/heads/master
Date: 2023-07-04T08:01:04+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.subrequest@fc9941f

Merge pull request #36 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 4, 2023
Branch: refs/heads/master
Date: 2023-06-26T11:31:00+03:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@902e608

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.cachepurging

Branch: refs/heads/master
Date: 2023-06-26T11:31:00+03:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@6b50621

cleanup: remove unused file

Files changed:
D setup.cfg
Repository: plone.cachepurging

Branch: refs/heads/master
Date: 2023-06-26T11:31:00+03:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@a0b4283

fix: adjust setup.py

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

Branch: refs/heads/master
Date: 2023-10-04T17:50:38+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.cachepurging@2037959

Merge pull request #36 from plone/config-with-default-template-323f9d82

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 setup.cfg
mister-roboto pushed a commit that referenced this pull request Oct 4, 2023
Branch: refs/heads/master
Date: 2023-06-26T11:31:00+03:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@902e608

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.cachepurging

Branch: refs/heads/master
Date: 2023-06-26T11:31:00+03:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@6b50621

cleanup: remove unused file

Files changed:
D setup.cfg
Repository: plone.cachepurging

Branch: refs/heads/master
Date: 2023-06-26T11:31:00+03:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.cachepurging@a0b4283

fix: adjust setup.py

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

Branch: refs/heads/master
Date: 2023-10-04T17:50:38+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.cachepurging@2037959

Merge pull request #36 from plone/config-with-default-template-323f9d82

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 setup.cfg
mister-roboto pushed a commit that referenced this pull request May 7, 2024
Branch: refs/heads/master
Date: 2024-05-06T19:54:23Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.locking@315db2b

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/collective/i18ndude: 6.1.0 → 6.2.0](collective/i18ndude@6.1.0...6.2.0)

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

Branch: refs/heads/master
Date: 2024-05-07T21:25:35+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.locking@889f459

Merge pull request #36 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 May 7, 2024
Branch: refs/heads/master
Date: 2024-05-06T19:54:23Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.locking@315db2b

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/collective/i18ndude: 6.1.0 → 6.2.0](collective/i18ndude@6.1.0...6.2.0)

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

Branch: refs/heads/master
Date: 2024-05-07T21:25:35+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.locking@889f459

Merge pull request #36 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 Jun 4, 2024
Branch: refs/heads/master
Date: 2024-06-03T19:59:09Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/Products.MimetypesRegistry@8026d19

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)

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

Branch: refs/heads/master
Date: 2024-06-04T03:31:59-04:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.MimetypesRegistry@995d703

Merge pull request #36 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 Jun 4, 2024
Branch: refs/heads/master
Date: 2024-06-03T19:59:09Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/Products.MimetypesRegistry@8026d19

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)

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

Branch: refs/heads/master
Date: 2024-06-04T03:31:59-04:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.MimetypesRegistry@995d703

Merge pull request #36 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:23:43Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.app.uuid@9d77135

[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.app.uuid

Branch: refs/heads/master
Date: 2024-10-13T00:14:04+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.uuid@2c352bc

Merge pull request #36 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:23:43Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.app.uuid@9d77135

[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.app.uuid

Branch: refs/heads/master
Date: 2024-10-13T00:14:04+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.app.uuid@2c352bc

Merge pull request #36 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