-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setuptools 17 #83
Closed
Closed
Setuptools 17 #83
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch: refs/heads/master Date: 2015-05-14T12:55:21-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.app.upgrade@e46dbab add upgrade for manage portlets Files changed: A plone/app/upgrade/v50/profiles/to_beta3/registry.xml M CHANGES.rst M plone/app/upgrade/v50/betas.py M plone/app/upgrade/v50/configure.zcml M plone/app/upgrade/v50/profiles.zcml
Branch: refs/heads/master Date: 2015-05-14T14:28:53-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/mockup@946f2e8 update loading icon to work without font icons and handle using with modals and backdrops better Files changed: M CHANGES.rst M mockup/js/utils.js M mockup/less/ui.less M mockup/patterns/modal/pattern.js M mockup/patterns/structure/less/pattern.structure.less
Branch: refs/heads/master Date: 2015-05-14T14:29:23-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.app.portlets@9f72bcc implement loader Files changed: M plone/app/portlets/browser/manage-portlets.js
Branch: refs/heads/master Date: 2015-05-14T14:29:29-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/plonetheme.barceloneta@5904813 remove loader since it is in mockup now Files changed: M CHANGES.rst M plonetheme/barceloneta/theme/less/barceloneta-compiled.css M plonetheme/barceloneta/theme/less/barceloneta-compiled.css.map M plonetheme/barceloneta/theme/less/barceloneta.plone.less D plonetheme/barceloneta/theme/less/loader.plone.less
Branch: refs/heads/master Date: 2015-05-14T14:30:02-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@8ebbfea update GS version Files changed: M Products/CMFPlone/profiles/default/metadata.xml
Branch: refs/heads/master Date: 2015-05-14T14:40:32-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/mockup@02a7216 fix custom zindex test Files changed: M mockup/tests/utils-test.js
Branch: refs/heads/master Date: 2015-05-14T14:52:06-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@f9c949d update plone and plone-logged-in bundles Files changed: M Products/CMFPlone/static/plone-compiled.css.map M Products/CMFPlone/static/plone-compiled.js M Products/CMFPlone/static/plone-compiled.min.js M Products/CMFPlone/static/plone-compiled.min.js.map M Products/CMFPlone/static/plone-logged-in-compiled.css M Products/CMFPlone/static/plone-logged-in-compiled.css.map M Products/CMFPlone/static/plone-logged-in-compiled.js M Products/CMFPlone/static/plone-logged-in-compiled.min.js M Products/CMFPlone/static/plone-logged-in-compiled.min.js.map
Branch: refs/heads/master Date: 2015-05-14T14:54:06-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/mockup@1623c30 disable test because firefox is being stupid Files changed: M mockup/tests/pattern-structure-test.js
Branch: refs/heads/master Date: 2015-05-14T15:39:00-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@9376291 use existing loading correctly Files changed: M Products/CMFPlone/browser/static/search.js
Branch: refs/heads/master Date: 2015-05-14T16:37:20-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@2d38658 use random urls to get requirejs resources so we can cahce bust it Files changed: M Products/CMFPlone/static/components/r.js/dist/r.js
Branch: refs/heads/master Date: 2015-05-14T16:40:32-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@4c3e679 changelog about fix plone/Products.CMFPlone#504 Files changed: M CHANGES.rst
Branch: refs/heads/master Date: 2015-05-14T16:53:20-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@bd1f9ba also patch less.js Files changed: M Products/CMFPlone/static/components/less/dist/less.js M Products/CMFPlone/static/components/r.js/dist/r.js
Branch: refs/heads/master Date: 2015-05-14T16:58:04-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@57ad4ba update changelog Files changed: A Products/CMFPlone/static/README.rst M CHANGES.rst
Branch: refs/heads/master Date: 2015-05-13T18:07:57+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.dexterity@c38970f fixes #27 createContent ignores empty fields Files changed: M CHANGES.rst M plone/dexterity/utils.py Repository: plone.dexterity Branch: refs/heads/master Date: 2015-05-15T11:31:12+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.dexterity@b3d554e Merge pull request #28 from plone/fix-27-createContent_ignores_empty_fields fixes #27 createContent ignores empty fields Files changed: M CHANGES.rst M plone/dexterity/utils.py
Will have a minor fix cherry-picked from 1.1.x branch.
Branch: refs/heads/master Date: 2015-05-16T20:11:16+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.contenttypes@6e994d0 Fix possible error setting fields for tabular_view for collections. Issue #209. Cherry-picked from 1.1.x branch. Files changed: M CHANGES.rst M plone/app/contenttypes/behaviors/collection.py
Branch: refs/heads/master Date: 2015-05-12T14:13:21+02:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/Products.ATContentTypes@2eb817c add CSRF token in createObject redirection Files changed: M CHANGES.txt M Products/ATContentTypes/skins/ATContentTypes/createObject.cpy Repository: Products.ATContentTypes Branch: refs/heads/master Date: 2015-05-18T09:19:01-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.ATContentTypes@8e4fa92 Merge pull request #19 from plone/ebr-createobject-authenticator add CSRF token in createObject redirection Files changed: M CHANGES.txt M Products/ATContentTypes/skins/ATContentTypes/createObject.cpy
Branch: refs/heads/master Date: 2015-05-18T19:32:16+03:00 Author: Alin Voinea (avoinea) <alin@eaudeweb.ro> Commit: plone/plone.app.users@7c31a7f Refs #33 - Fix "Add new user" form when there are too many groups. Conflicts: plone/app/users/browser/register.py Files changed: M CHANGES.rst M plone/app/users/browser/register.py Repository: plone.app.users Branch: refs/heads/master Date: 2015-05-18T18:35:07+02:00 Author: Alin Voinea (avoinea) <alin@eaudeweb.ro> Commit: plone/plone.app.users@98b4d89 Merge pull request #39 from eea/master Refs #33 - Fix "Add new user" form when there are too many groups. Files changed: M CHANGES.rst M plone/app/users/browser/register.py
Add plone.app.users
Branch: refs/heads/master Date: 2015-05-18T16:11:52+03:00 Author: Asko Soukka (datakurre) <asko.soukka@iki.fi> Commit: plone/plone.dexterity@9a16c50 Fix to pass resource name from webdav PUT to createObject Files changed: M CHANGES.rst M plone/dexterity/filerepresentation.py M plone/dexterity/tests/test_webdav.py Repository: plone.dexterity Branch: refs/heads/master Date: 2015-05-18T20:30:06-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.dexterity@15526f7 Merge pull request #29 from plone/datakurre-fix-webdav-item-id Fix to pass resource name from webdav PUT to createObject Files changed: M CHANGES.rst M plone/dexterity/filerepresentation.py M plone/dexterity/tests/test_webdav.py
Branch: refs/heads/master Date: 2015-05-19T10:34:26+02:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/Products.ATContentTypes@9d5aabe fix test broken by #19 Files changed: M Products/ATContentTypes/tests/test_portal_factory.py
Branch: refs/heads/master Date: 2015-05-19T10:51:20+02:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/Products.ATContentTypes@8b4a344 fix test broken by #19 typo Files changed: M Products/ATContentTypes/tests/test_portal_factory.py
Branch: refs/heads/master Date: 2015-05-19T10:58:20+02:00 Author: Eric BREHAULT (ebrehault) <ebrehault@gmail.com> Commit: plone/Products.CMFPlone@e88469c fix test broken by plone/Products.ATContentTypes#19 Files changed: M Products/CMFPlone/tests/testSecurity.py
Branch: refs/heads/master Date: 2015-05-19T15:28:46+02:00 Author: Simone Orsi (simahawk) <simahawk@gmail.com> Commit: plone/plone.app.layout@b6e09a3 update CHANGES w/ all 2.3.x releases and add a note to README for whoever is using Plone < 4.3.5 Files changed: M CHANGES.rst M README.rst Repository: plone.app.layout Branch: refs/heads/master Date: 2015-05-19T15:31:01+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.layout@39d64f0 Merge pull request #45 from plone/simahawk-fix update CHANGES w/ all 2.3.x releases, add note to README for Plone < 4.3.5 Files changed: M CHANGES.rst M README.rst
Branch: refs/heads/master Date: 2015-05-19T14:57:40-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@9156780 should include code plugin by default Files changed: M CHANGES.rst M Products/CMFPlone/interfaces/controlpanel.py
Branch: refs/heads/master Date: 2015-05-19T21:16:19-05:00 Author: vangheem (vangheem) <vangheem@gmail.com> Commit: plone/Products.CMFPlone@997b92c updates to contact forms to make them more user friendly on submission Files changed: M CHANGES.rst M Products/CMFPlone/browser/author.py M Products/CMFPlone/browser/contact_info.py M Products/CMFPlone/browser/templates/author.pt M Products/CMFPlone/browser/templates/contact-info.pt
Branch: refs/heads/master Date: 2014-08-21T19:04:16+02:00 Author: Christopher Mann (chris2fr) <christopher@mann.fr> Commit: plone/diazo@7fa6c72 Updated information on Nginx stand-alone deployment This documentation update shows how you can update the Nginx 1.6 and 1.7 servers whereas the original html-xslt project only maintains the 0.7 and 0.8 releases. Files changed: M docs/deployment.rst Repository: diazo Branch: refs/heads/master Date: 2015-05-20T11:04:50+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/diazo@e917d54 Merge pull request #31 from chris2fr/master Updated information on Nginx stand-alone deployment Files changed: M docs/deployment.rst
Branch: refs/heads/master Date: 2015-06-02T13:58:30+02:00 Author: Tom Gross (tomgross) <itconsense@gmail.com> Commit: plone/plone.app.collection@434a355 This package does not depend on plone.app.form Files changed: M setup.py Repository: plone.app.collection Branch: refs/heads/master Date: 2015-06-02T19:43:36+02:00 Author: Tom Gross (tomgross) <itconsense@gmail.com> Commit: plone/plone.app.collection@88d9bff added Plone 4.3 classifiers Files changed: M setup.py Repository: plone.app.collection Branch: refs/heads/master Date: 2015-06-02T22:09:51-05:00 Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com> Commit: plone/plone.app.collection@6cc6754 Merge pull request #24 from plone/tomgross-patch-1 This package does not depend on plone.app.form Files changed: M setup.py
pbauer
added a commit
that referenced
this pull request
Sep 20, 2015
Branch: refs/heads/master Date: 2015-09-19T20:19:50+02:00 Author: esteele (esteele) <eric@esteele.net> Commit: plone/plone.app.theming@e011952 Use new registry setting Files changed: M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2015-09-19T20:20:34+02:00 Author: esteele (esteele) <eric@esteele.net> Commit: plone/plone.app.theming@3cef6af Pull mark_special_links, external_links_open_new_window values from configuration registry. Files changed: M CHANGES.rst M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2015-09-19T20:20:34+02:00 Author: esteele (esteele) <eric@esteele.net> Commit: plone/plone.app.theming@3045b46 Fix failing lookup for ILinkSchema, rename base settings variable Files changed: M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py Repository: plone.app.theming Branch: refs/heads/master Date: 2015-09-20T17:33:59+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.app.theming@aceaa28 Merge pull request #83 from plone/portal-properties-cleanup Portal properties cleanup Files changed: M CHANGES.rst M src/plone/app/theming/browser/controlpanel.pt M src/plone/app/theming/browser/controlpanel.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 5, 2016
Branch: refs/heads/master Date: 2016-02-05T09:43:42+01:00 Author: Gil Forcada (gforcada) <gforcada@gnome.org> Commit: plone/plone.app.discussion@cb1bf28 Cleanup Follow https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst to clean up the code. Files changed: M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/discussion/browser/captcha.py M plone/app/discussion/browser/comment.py M plone/app/discussion/browser/comments.py M plone/app/discussion/browser/controlpanel.py M plone/app/discussion/browser/conversation.py M plone/app/discussion/browser/migration.py M plone/app/discussion/browser/moderation.py M plone/app/discussion/browser/traversal.py M plone/app/discussion/catalog.py M plone/app/discussion/comment.py M plone/app/discussion/contentrules.py M plone/app/discussion/conversation.py M plone/app/discussion/events.py M plone/app/discussion/interfaces.py M plone/app/discussion/subscribers.py M plone/app/discussion/testing.py M plone/app/discussion/tests/test_catalog.py M plone/app/discussion/tests/test_comment.py M plone/app/discussion/tests/test_comments_viewlet.py M plone/app/discussion/tests/test_contentrules.py M plone/app/discussion/tests/test_controlpanel.py M plone/app/discussion/tests/test_conversation.py M plone/app/discussion/tests/test_events.py M plone/app/discussion/tests/test_indexers.py M plone/app/discussion/tests/test_moderation_view.py M plone/app/discussion/tests/test_notifications.py M plone/app/discussion/tests/test_robot.py M plone/app/discussion/tests/test_workflow.py M plone/app/discussion/tool.py M plone/app/discussion/upgrades.py Repository: plone.app.discussion Branch: refs/heads/master Date: 2016-02-05T13:02:53+01:00 Author: Gil Forcada Codinachs (gforcada) <gil.forcada@freitag.de> Commit: plone/plone.app.discussion@f0d8372 Merge pull request #83 from plone/cleanup Cleanup Files changed: M CHANGES.rst M plone/__init__.py M plone/app/__init__.py M plone/app/discussion/browser/captcha.py M plone/app/discussion/browser/comment.py M plone/app/discussion/browser/comments.py M plone/app/discussion/browser/controlpanel.py M plone/app/discussion/browser/conversation.py M plone/app/discussion/browser/migration.py M plone/app/discussion/browser/moderation.py M plone/app/discussion/browser/traversal.py M plone/app/discussion/catalog.py M plone/app/discussion/comment.py M plone/app/discussion/contentrules.py M plone/app/discussion/conversation.py M plone/app/discussion/events.py M plone/app/discussion/interfaces.py M plone/app/discussion/subscribers.py M plone/app/discussion/testing.py M plone/app/discussion/tests/test_catalog.py M plone/app/discussion/tests/test_comment.py M plone/app/discussion/tests/test_comments_viewlet.py M plone/app/discussion/tests/test_contentrules.py M plone/app/discussion/tests/test_controlpanel.py M plone/app/discussion/tests/test_conversation.py M plone/app/discussion/tests/test_events.py M plone/app/discussion/tests/test_indexers.py M plone/app/discussion/tests/test_moderation_view.py M plone/app/discussion/tests/test_notifications.py M plone/app/discussion/tests/test_robot.py M plone/app/discussion/tests/test_workflow.py M plone/app/discussion/tool.py M plone/app/discussion/upgrades.py
mister-roboto
pushed a commit
that referenced
this pull request
Feb 22, 2016
Branch: refs/heads/master Date: 2016-02-22T16:52:44+01:00 Author: Guido A.J. Stevens (gyst) <guido.stevens@cosent.nl> Commit: plone/plonetheme.barceloneta@0b849a1 move hero to content fixes plone/Products.CMFPlone#974 requires plone/Products.CMFPlone#1374 Files changed: M CHANGES.rst M plonetheme/barceloneta/theme/index.html M plonetheme/barceloneta/theme/rules.xml Repository: plonetheme.barceloneta Branch: refs/heads/master Date: 2016-02-22T17:08:21+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plonetheme.barceloneta@d3838e1 Merge pull request #83 from plone/hero_in_content move hero to content, refs https://github.com/plone/Products.CMFPlone… Files changed: M CHANGES.rst M plonetheme/barceloneta/theme/index.html M plonetheme/barceloneta/theme/rules.xml
mister-roboto
pushed a commit
that referenced
this pull request
Mar 7, 2016
Branch: refs/heads/master Date: 2016-03-07T21:36:58+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.layout@cc48b1e allow subsites have a different logo Construct the site logo URL to be rooted at ISite instances returned by ``zope.component.hooks.getSite`` and not only rootet at portal root. This makes it possible to have sub sites with local registries which return a different logo. Files changed: M CHANGES.rst M plone/app/layout/viewlets/common.py M plone/app/layout/viewlets/tests/test_common.py Repository: plone.app.layout Branch: refs/heads/master Date: 2016-03-07T21:41:16+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.layout@243f304 adapt test to common conventions Files changed: M plone/app/layout/viewlets/tests/test_common.py Repository: plone.app.layout Branch: refs/heads/master Date: 2016-03-08T00:15:20+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.layout@b760498 Merge pull request #83 from plone/thet-sitelogo-subsite Allow subsites have a different logo Files changed: M CHANGES.rst M plone/app/layout/viewlets/common.py M plone/app/layout/viewlets/tests/test_common.py
ale-rt
pushed a commit
that referenced
this pull request
Mar 8, 2016
Branch: refs/heads/master Date: 2016-03-07T21:36:58+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.layout@cc48b1e allow subsites have a different logo Construct the site logo URL to be rooted at ISite instances returned by ``zope.component.hooks.getSite`` and not only rootet at portal root. This makes it possible to have sub sites with local registries which return a different logo. Files changed: M CHANGES.rst M plone/app/layout/viewlets/common.py M plone/app/layout/viewlets/tests/test_common.py Repository: plone.app.layout Branch: refs/heads/master Date: 2016-03-07T21:41:16+01:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.layout@243f304 adapt test to common conventions Files changed: M plone/app/layout/viewlets/tests/test_common.py Repository: plone.app.layout Branch: refs/heads/master Date: 2016-03-08T00:15:20+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.layout@b760498 Merge pull request #83 from plone/thet-sitelogo-subsite Allow subsites have a different logo Files changed: M CHANGES.rst M plone/app/layout/viewlets/common.py M plone/app/layout/viewlets/tests/test_common.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 8, 2016
Branch: refs/heads/master Date: 2016-04-07T00:24:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@115c8db Format for easier readability. Files changed: M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:24:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@68abf18 More available columns in folder_contents. Add ``Creator``, ``Description``, ``end``, ``start`` and ``location`` to the available columns and context attributes for folder_contents. Exclude ``Creator`` from the list of ``_unsafe_metadata``. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:25:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@c7b07b8 Show attributes from ``_unsafe_metadata`` if user has "Modify Portal Content" permissions. Files changed: M CHANGES.rst M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:25:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@cbb6938 Remove ``portal_type`` from available columns and use the translated ``Type`` instead. ``portal_type`` is now available on the attributes object. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:26:35+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@3b529a3 Extend translation ignore list for metadata values in vocabulary Added most notably `portal_type`, `review_state` and `Subject` but also `exclude_from_nav`, `is_folderish`, `last_comment_date`, `meta_type` and `total_comments` to ``BaseVocabularyView`` ``translate_ignored`` list. Some of them are necessary for frontend logic and others cannot be translated. Fixes plone/plone.app.content#77 Files changed: M CHANGES.rst M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-08T08:57:01+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.content@59f1b26 Merge pull request #83 from plone/thet-fcmorecolumns More available columns in folder_contents. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/vocabulary.py
mister-roboto
pushed a commit
that referenced
this pull request
Apr 8, 2016
Branch: refs/heads/master Date: 2016-04-07T00:24:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@115c8db Format for easier readability. Files changed: M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:24:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@68abf18 More available columns in folder_contents. Add ``Creator``, ``Description``, ``end``, ``start`` and ``location`` to the available columns and context attributes for folder_contents. Exclude ``Creator`` from the list of ``_unsafe_metadata``. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:25:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@c7b07b8 Show attributes from ``_unsafe_metadata`` if user has "Modify Portal Content" permissions. Files changed: M CHANGES.rst M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:25:27+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@cbb6938 Remove ``portal_type`` from available columns and use the translated ``Type`` instead. ``portal_type`` is now available on the attributes object. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-07T00:26:35+02:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.content@3b529a3 Extend translation ignore list for metadata values in vocabulary Added most notably `portal_type`, `review_state` and `Subject` but also `exclude_from_nav`, `is_folderish`, `last_comment_date`, `meta_type` and `total_comments` to ``BaseVocabularyView`` ``translate_ignored`` list. Some of them are necessary for frontend logic and others cannot be translated. Fixes plone/plone.app.content#77 Files changed: M CHANGES.rst M plone/app/content/browser/vocabulary.py Repository: plone.app.content Branch: refs/heads/master Date: 2016-04-08T08:57:01+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.content@59f1b26 Merge pull request #83 from plone/thet-fcmorecolumns More available columns in folder_contents. Files changed: M CHANGES.rst M plone/app/content/browser/contents/__init__.py M plone/app/content/browser/vocabulary.py
mister-roboto
pushed a commit
that referenced
this pull request
Aug 29, 2016
Branch: refs/heads/master Date: 2016-08-27T00:45:59-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.upgrade@b385f1a introduce 5.1 beta1 changes, fix mockup 2.4.0 changes Files changed: A plone/app/upgrade/v51/betas.py A plone/app/upgrade/v51/profiles/to_beta1/registry.xml M CHANGES.rst M plone/app/upgrade/v51/alphas.py M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-08-28T20:44:08-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.upgrade@c9490e8 Merge pull request #83 from plone/thet-mockup240 introduce 5.1 beta1 changes, fix mockup 2.4.0 changes Files changed: A plone/app/upgrade/v51/betas.py A plone/app/upgrade/v51/profiles/to_beta1/registry.xml M CHANGES.rst M plone/app/upgrade/v51/alphas.py M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Aug 29, 2016
Branch: refs/heads/master Date: 2016-08-27T00:45:59-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.upgrade@b385f1a introduce 5.1 beta1 changes, fix mockup 2.4.0 changes Files changed: A plone/app/upgrade/v51/betas.py A plone/app/upgrade/v51/profiles/to_beta1/registry.xml M CHANGES.rst M plone/app/upgrade/v51/alphas.py M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-08-28T20:44:08-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.upgrade@c9490e8 Merge pull request #83 from plone/thet-mockup240 introduce 5.1 beta1 changes, fix mockup 2.4.0 changes Files changed: A plone/app/upgrade/v51/betas.py A plone/app/upgrade/v51/profiles/to_beta1/registry.xml M CHANGES.rst M plone/app/upgrade/v51/alphas.py M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Aug 29, 2016
Branch: refs/heads/master Date: 2016-08-27T00:45:59-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.upgrade@b385f1a introduce 5.1 beta1 changes, fix mockup 2.4.0 changes Files changed: A plone/app/upgrade/v51/betas.py A plone/app/upgrade/v51/profiles/to_beta1/registry.xml M CHANGES.rst M plone/app/upgrade/v51/alphas.py M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles.zcml Repository: plone.app.upgrade Branch: refs/heads/master Date: 2016-08-28T20:44:08-05:00 Author: Johannes Raggam (thet) <thetetet@gmail.com> Commit: plone/plone.app.upgrade@c9490e8 Merge pull request #83 from plone/thet-mockup240 introduce 5.1 beta1 changes, fix mockup 2.4.0 changes Files changed: A plone/app/upgrade/v51/betas.py A plone/app/upgrade/v51/profiles/to_beta1/registry.xml M CHANGES.rst M plone/app/upgrade/v51/alphas.py M plone/app/upgrade/v51/configure.zcml M plone/app/upgrade/v51/profiles.zcml
mister-roboto
pushed a commit
that referenced
this pull request
Nov 9, 2017
Branch: refs/heads/master Date: 2017-11-09T09:47:24+01:00 Author: Tom Gross (tomgross) <itconsense@gmail.com> Commit: plone/plone.app.querystring@a6b3a33 Fix querybuilder if SearchableText is a dict Files changed: M CHANGES.rst M plone/app/querystring/querybuilder.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2017-11-09T11:59:48+01:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.querystring@6b853a1 Merge pull request #83 from plone/fix_searchabletext_query Fix querybuilder if SearchableText is a dict Files changed: M CHANGES.rst M plone/app/querystring/querybuilder.py
mister-roboto
pushed a commit
that referenced
this pull request
Nov 9, 2017
Branch: refs/heads/master Date: 2017-11-09T09:47:24+01:00 Author: Tom Gross (tomgross) <itconsense@gmail.com> Commit: plone/plone.app.querystring@a6b3a33 Fix querybuilder if SearchableText is a dict Files changed: M CHANGES.rst M plone/app/querystring/querybuilder.py Repository: plone.app.querystring Branch: refs/heads/master Date: 2017-11-09T11:59:48+01:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.querystring@6b853a1 Merge pull request #83 from plone/fix_searchabletext_query Fix querybuilder if SearchableText is a dict Files changed: M CHANGES.rst M plone/app/querystring/querybuilder.py
mister-roboto
pushed a commit
that referenced
this pull request
Aug 8, 2018
Branch: refs/heads/master Date: 2018-08-06T13:43:02+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@1eadcfd use latest Plone 5.1 Files changed: A requirements.txt M .gitignore M .travis.yml M CHANGES.rst M buildout.cfg M setup.cfg M setup.py M travis.cfg M versions.cfg D bootstrap.py D versions-staging.cfg Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T13:43:42+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@7a128f2 make it work with mergd plone.login Files changed: M CHANGES.rst M src/plone/app/robotframework/keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T14:05:44+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@6c7994e Fix RemoteLibrary i18n to work proper with registry based settings Files changed: M CHANGES.rst M src/plone/app/robotframework/i18n.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:05:24+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@a7beaed fix to work with plone 5. its time. Files changed: M CHANGES.rst M CONTRIBUTORS.rst M setup.py M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/testing.py M src/plone/app/robotframework/tests/test_autologin_library.robot M src/plone/app/robotframework/tests/test_content.py M src/plone/app/robotframework/tests/test_robot.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:33:18+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@c6b5fef fiz autologin tests and related keywords Files changed: M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/tests/test_autologin_library.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:44:39+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@021cd5e fix example Files changed: M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/tests/docs/test_keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-07T09:13:09+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@c5d3c24 refine docs about saucelabs Files changed: M docs/source/saucelabs.rst Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-07T09:18:10+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@9610b3a one time is enough Files changed: M .travis.yml Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-08T13:07:42+02:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.robotframework@f9e4f20 Merge pull request #83 from plone/fix-travis Make Robottests work on Plone 5 - srly Files changed: A requirements.txt M .gitignore M .travis.yml M CHANGES.rst M CONTRIBUTORS.rst M buildout.cfg M docs/source/saucelabs.rst M setup.cfg M setup.py M src/plone/app/robotframework/i18n.py M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/testing.py M src/plone/app/robotframework/tests/docs/test_keywords.robot M src/plone/app/robotframework/tests/test_autologin_library.robot M src/plone/app/robotframework/tests/test_content.py M src/plone/app/robotframework/tests/test_robot.py M travis.cfg M versions.cfg D bootstrap.py D versions-staging.cfg
mister-roboto
pushed a commit
that referenced
this pull request
Aug 8, 2018
Branch: refs/heads/master Date: 2018-08-06T13:43:02+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@1eadcfd use latest Plone 5.1 Files changed: A requirements.txt M .gitignore M .travis.yml M CHANGES.rst M buildout.cfg M setup.cfg M setup.py M travis.cfg M versions.cfg D bootstrap.py D versions-staging.cfg Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T13:43:42+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@7a128f2 make it work with mergd plone.login Files changed: M CHANGES.rst M src/plone/app/robotframework/keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T14:05:44+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@6c7994e Fix RemoteLibrary i18n to work proper with registry based settings Files changed: M CHANGES.rst M src/plone/app/robotframework/i18n.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:05:24+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@a7beaed fix to work with plone 5. its time. Files changed: M CHANGES.rst M CONTRIBUTORS.rst M setup.py M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/testing.py M src/plone/app/robotframework/tests/test_autologin_library.robot M src/plone/app/robotframework/tests/test_content.py M src/plone/app/robotframework/tests/test_robot.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:33:18+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@c6b5fef fiz autologin tests and related keywords Files changed: M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/tests/test_autologin_library.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:44:39+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@021cd5e fix example Files changed: M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/tests/docs/test_keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-07T09:13:09+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@c5d3c24 refine docs about saucelabs Files changed: M docs/source/saucelabs.rst Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-07T09:18:10+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@9610b3a one time is enough Files changed: M .travis.yml Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-08T13:07:42+02:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.robotframework@f9e4f20 Merge pull request #83 from plone/fix-travis Make Robottests work on Plone 5 - srly Files changed: A requirements.txt M .gitignore M .travis.yml M CHANGES.rst M CONTRIBUTORS.rst M buildout.cfg M docs/source/saucelabs.rst M setup.cfg M setup.py M src/plone/app/robotframework/i18n.py M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/testing.py M src/plone/app/robotframework/tests/docs/test_keywords.robot M src/plone/app/robotframework/tests/test_autologin_library.robot M src/plone/app/robotframework/tests/test_content.py M src/plone/app/robotframework/tests/test_robot.py M travis.cfg M versions.cfg D bootstrap.py D versions-staging.cfg
mister-roboto
pushed a commit
that referenced
this pull request
Aug 8, 2018
Branch: refs/heads/master Date: 2018-08-06T13:43:02+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@1eadcfd use latest Plone 5.1 Files changed: A requirements.txt M .gitignore M .travis.yml M CHANGES.rst M buildout.cfg M setup.cfg M setup.py M travis.cfg M versions.cfg D bootstrap.py D versions-staging.cfg Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T13:43:42+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@7a128f2 make it work with mergd plone.login Files changed: M CHANGES.rst M src/plone/app/robotframework/keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T14:05:44+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@6c7994e Fix RemoteLibrary i18n to work proper with registry based settings Files changed: M CHANGES.rst M src/plone/app/robotframework/i18n.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:05:24+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@a7beaed fix to work with plone 5. its time. Files changed: M CHANGES.rst M CONTRIBUTORS.rst M setup.py M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/testing.py M src/plone/app/robotframework/tests/test_autologin_library.robot M src/plone/app/robotframework/tests/test_content.py M src/plone/app/robotframework/tests/test_robot.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:33:18+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@c6b5fef fiz autologin tests and related keywords Files changed: M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/tests/test_autologin_library.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-06T15:44:39+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@021cd5e fix example Files changed: M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/tests/docs/test_keywords.robot Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-07T09:13:09+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@c5d3c24 refine docs about saucelabs Files changed: M docs/source/saucelabs.rst Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-07T09:18:10+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@9610b3a one time is enough Files changed: M .travis.yml Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-08-08T13:07:42+02:00 Author: agitator (agitator) <agitator@users.noreply.github.com> Commit: plone/plone.app.robotframework@f9e4f20 Merge pull request #83 from plone/fix-travis Make Robottests work on Plone 5 - srly Files changed: A requirements.txt M .gitignore M .travis.yml M CHANGES.rst M CONTRIBUTORS.rst M buildout.cfg M docs/source/saucelabs.rst M setup.cfg M setup.py M src/plone/app/robotframework/i18n.py M src/plone/app/robotframework/keywords.robot M src/plone/app/robotframework/testing.py M src/plone/app/robotframework/tests/docs/test_keywords.robot M src/plone/app/robotframework/tests/test_autologin_library.robot M src/plone/app/robotframework/tests/test_content.py M src/plone/app/robotframework/tests/test_robot.py M travis.cfg M versions.cfg D bootstrap.py D versions-staging.cfg
mister-roboto
pushed a commit
that referenced
this pull request
Sep 11, 2018
Branch: refs/heads/master Date: 2018-09-11T16:25:26+02:00 Author: Timo Stollenwerk (tisto) <tisto@plone.org> Commit: plone/plone.rest@1e79136 Fix buildout/Travis. Files changed: M Makefile M plone-4.3.x.cfg M requirements.txt M versions.cfg Repository: plone.rest Branch: refs/heads/master Date: 2018-09-11T16:38:35+02:00 Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com> Commit: plone/plone.rest@4b14683 Merge pull request #83 from plone/travis-test Fix buildout/Travis. Files changed: M Makefile M plone-4.3.x.cfg M requirements.txt M versions.cfg
mister-roboto
pushed a commit
that referenced
this pull request
Sep 30, 2018
Branch: refs/heads/master Date: 2018-09-30T20:12:33+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.protect@e67c39c fix test that fails with new ZMI (that has 2 forms) Files changed: M plone/protect/tests/testPatches.py Repository: plone.protect Branch: refs/heads/master Date: 2018-09-30T23:45:49+02:00 Author: Philip Bauer (pbauer) <bauer@starzel.de> Commit: plone/plone.protect@07fd488 Merge pull request #83 from plone/fix_zmi_test fix test that fails with new ZMI (that has 2 forms) Files changed: M plone/protect/tests/testPatches.py
mister-roboto
pushed a commit
that referenced
this pull request
Mar 14, 2019
Branch: refs/heads/master Date: 2019-03-13T09:24:01+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.recipe.zope2instance@182c000 use built-in function next. Fixes #82 Files changed: M src/plone/recipe/zope2instance/ctl.py Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-03-13T09:24:30+01:00 Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com> Commit: plone/plone.recipe.zope2instance@95cb1eb changelog Files changed: A news/82.bugfix Repository: plone.recipe.zope2instance Branch: refs/heads/master Date: 2019-03-14T14:14:58+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.recipe.zope2instance@3b8877d Merge pull request #83 from plone/erral-issue-82 Use built-in function next Files changed: A news/82.bugfix M src/plone/recipe/zope2instance/ctl.py
mister-roboto
pushed a commit
that referenced
this pull request
Oct 29, 2019
Branch: refs/heads/master Date: 2019-10-28T06:19:15+01:00 Author: Robert Kuzma (balavec) <robert@balavec.com> Commit: plone/plone.namedfile@69ec30a Load SVG files. Files changed: A plone/namedfile/utils/svg_utils.py M .gitignore M plone/namedfile/scaling.py M plone/namedfile/utils/__init__.py Repository: plone.namedfile Branch: refs/heads/master Date: 2019-10-28T06:50:03+01:00 Author: Robert Kuzma (balavec) <robert@balavec.com> Commit: plone/plone.namedfile@bc9a2dc Create 63.feature Files changed: A news/63.feature Repository: plone.namedfile Branch: refs/heads/master Date: 2019-10-28T13:51:37+01:00 Author: Robert Kuzma (balavec) <robert@balavec.com> Commit: plone/plone.namedfile@01ab18b Remove all strings from width and height Files changed: M plone/namedfile/utils/svg_utils.py Repository: plone.namedfile Branch: refs/heads/master Date: 2019-10-29T09:33:20+01:00 Author: Robert Kuzma (balavec) <robert@balavec.com> Commit: plone/plone.namedfile@77d745b Add svg tests Files changed: A plone/namedfile/tests/image.svg A plone/namedfile/tests/test_svg.py M plone/namedfile/utils/svg_utils.py Repository: plone.namedfile Branch: refs/heads/master Date: 2019-10-29T09:59:09+01:00 Author: Robert Kuzma (balavec) <robert@balavec.com> Commit: plone/plone.namedfile@e0924a2 Update svg_utils.py Files changed: M plone/namedfile/utils/svg_utils.py Repository: plone.namedfile Branch: refs/heads/master Date: 2019-10-29T11:51:42+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.namedfile@c18fb40 bump minor version for new load svg feature. Files changed: M setup.py Repository: plone.namedfile Branch: refs/heads/master Date: 2019-10-29T13:22:22+01:00 Author: Robert Kuzma (balavec) <robert@balavec.com> Commit: plone/plone.namedfile@d401ee9 Update scaling.py Files changed: M plone/namedfile/scaling.py Repository: plone.namedfile Branch: refs/heads/master Date: 2019-10-29T14:54:31+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.namedfile@a0a8aea Merge pull request #83 from plone/load-svg Load SVG files #63 Files changed: A news/63.feature A plone/namedfile/tests/image.svg A plone/namedfile/tests/test_svg.py A plone/namedfile/utils/svg_utils.py M .gitignore M plone/namedfile/scaling.py M plone/namedfile/utils/__init__.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Sep 13, 2021
Branch: refs/heads/master Date: 2021-09-13T12:03:01+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.caching@72fa7d9 Split default/registry.xml into various files. The general settings remain in registry.xml. Weak, moderate, strong, terse, and generic get their own file in the registry directory. (Generic is not used by default, it was commented out in the original.) This should give a better overview. Also, this makes it easier to copy `registry/terse.xml` for an upgrade step. Files changed: A plone/app/caching/profiles/default/registry/generic.xml A plone/app/caching/profiles/default/registry/moderate.xml A plone/app/caching/profiles/default/registry/strong.xml A plone/app/caching/profiles/default/registry/terse.xml A plone/app/caching/profiles/default/registry/weak.xml M plone/app/caching/operations/configure.zcml M plone/app/caching/profiles/default/registry.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2021-09-13T12:03:01+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.caching@dd8e1f7 Moved GS parts of configure.zcml to genericsetup.zcml. Files changed: A plone/app/caching/profiles.zcml M plone/app/caching/configure.zcml Repository: plone.app.caching Branch: refs/heads/master Date: 2021-09-13T12:11:36+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/plone.app.caching@2e1b7d0 Add upgrade step to define the new base terse cache setting. Fixes plone/plone.app.caching#82 Note: to let this be automatically applied when running @@plone-upgrade, we should add it to the AddOn list in CMFPlone/MigrationTool.py. I will do that part next, but this can be done separately. Files changed: A news/82.bugfix A plone/app/caching/profiles/v2/registry/terse.xml M plone/app/caching/profiles.zcml M plone/app/caching/profiles/default/metadata.xml Repository: plone.app.caching Branch: refs/heads/master Date: 2021-09-13T15:32:54+02:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.caching@cd81356 Merge pull request #83 from plone/maurits/upgrade-step-terse-caching Add upgrade step for terse caching Files changed: A news/82.bugfix A plone/app/caching/profiles.zcml A plone/app/caching/profiles/default/registry/generic.xml A plone/app/caching/profiles/default/registry/moderate.xml A plone/app/caching/profiles/default/registry/strong.xml A plone/app/caching/profiles/default/registry/terse.xml A plone/app/caching/profiles/default/registry/weak.xml A plone/app/caching/profiles/v2/registry/terse.xml M plone/app/caching/configure.zcml M plone/app/caching/operations/configure.zcml M plone/app/caching/profiles/default/metadata.xml M plone/app/caching/profiles/default/registry.xml
mister-roboto
pushed a commit
that referenced
this pull request
Dec 16, 2021
Branch: refs/heads/master Date: 2021-12-12T01:50:42Z Author: Rudd-O (Rudd-O) <rudd-o@rudd-o.com> Commit: plone/plone.app.linkintegrity@bd797b7 Track links from <source src=> tag attributes as well This alerts the user to deletion of videos and sound recordings that are used somewhere else in the portal. Files changed: M plone/app/linkintegrity/parser.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2021-12-12T01:55:33Z Author: Rudd-O (Rudd-O) <rudd-o@rudd-o.com> Commit: plone/plone.app.linkintegrity@3dcbc3b Add changelog entry Files changed: A news/77.feature Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2021-12-13T18:49:59Z Author: Rudd-O (Rudd-O) <rudd-o@rudd-o.com> Commit: plone/plone.app.linkintegrity@238e0e2 Add srcset= to the attributes for which linkintegrity must be used Files changed: M plone/app/linkintegrity/parser.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2021-12-16T01:24:09+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.linkintegrity@9dd2e42 Merge pull request #83 from Rudd-O/master Track links from <source src=> tag attributes as well Files changed: A news/77.feature M plone/app/linkintegrity/parser.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 16, 2021
Branch: refs/heads/master Date: 2021-12-12T01:50:42Z Author: Rudd-O (Rudd-O) <rudd-o@rudd-o.com> Commit: plone/plone.app.linkintegrity@bd797b7 Track links from <source src=> tag attributes as well This alerts the user to deletion of videos and sound recordings that are used somewhere else in the portal. Files changed: M plone/app/linkintegrity/parser.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2021-12-12T01:55:33Z Author: Rudd-O (Rudd-O) <rudd-o@rudd-o.com> Commit: plone/plone.app.linkintegrity@3dcbc3b Add changelog entry Files changed: A news/77.feature Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2021-12-13T18:49:59Z Author: Rudd-O (Rudd-O) <rudd-o@rudd-o.com> Commit: plone/plone.app.linkintegrity@238e0e2 Add srcset= to the attributes for which linkintegrity must be used Files changed: M plone/app/linkintegrity/parser.py Repository: plone.app.linkintegrity Branch: refs/heads/master Date: 2021-12-16T01:24:09+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.linkintegrity@9dd2e42 Merge pull request #83 from Rudd-O/master Track links from <source src=> tag attributes as well Files changed: A news/77.feature M plone/app/linkintegrity/parser.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 20, 2021
Branch: refs/heads/master Date: 2021-12-17T23:21:28+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/diazo@ef3b849 Remove FormEncode test dependency. Instead copy its xml_compare and text_compare functions. Taken from version 2.0.1. I ran into a problem compiling the 1.3.1 egg, so I looked into who was using FormEncode in Plone, and it turned out to only be a test dependency of Diazo. Files changed: A news/83.bugfix M lib/diazo/tests/test_diazo.py M setup.py Repository: diazo Branch: refs/heads/master Date: 2021-12-20T11:54:54+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/diazo@5f8c07b Merge pull request #83 from plone/maurits-remove-formencode Remove FormEncode test dependency. Files changed: A news/83.bugfix M lib/diazo/tests/test_diazo.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
Dec 20, 2021
Branch: refs/heads/master Date: 2021-12-17T23:21:28+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/diazo@ef3b849 Remove FormEncode test dependency. Instead copy its xml_compare and text_compare functions. Taken from version 2.0.1. I ran into a problem compiling the 1.3.1 egg, so I looked into who was using FormEncode in Plone, and it turned out to only be a test dependency of Diazo. Files changed: A news/83.bugfix M lib/diazo/tests/test_diazo.py M setup.py Repository: diazo Branch: refs/heads/master Date: 2021-12-20T11:54:54+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/diazo@5f8c07b Merge pull request #83 from plone/maurits-remove-formencode Remove FormEncode test dependency. Files changed: A news/83.bugfix M lib/diazo/tests/test_diazo.py M setup.py
mister-roboto
pushed a commit
that referenced
this pull request
May 2, 2023
Branch: refs/heads/master Date: 2023-05-01T22:49:02Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.app.testing@bc11e93 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/collective/zpretty: 3.0.3 → 3.0.4](collective/zpretty@3.0.3...3.0.4) Files changed: M .pre-commit-config.yaml Repository: plone.app.testing Branch: refs/heads/master Date: 2023-05-02T16:36:06+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.testing@03ef04b Merge pull request #83 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 2, 2023
Branch: refs/heads/master Date: 2023-05-01T22:46:52Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/plone.app.contentrules@da19e04 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) - [github.com/collective/zpretty: 3.0.3 → 3.0.4](collective/zpretty@3.0.3...3.0.4) Files changed: M .pre-commit-config.yaml Repository: plone.app.contentrules Branch: refs/heads/master Date: 2023-05-02T16:42:28+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.app.contentrules@54e7530 Merge pull request #83 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.