Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove most formlib packages #81

Merged
merged 123 commits into from
Jun 2, 2015
Merged

remove most formlib packages #81

merged 123 commits into from
Jun 2, 2015

Conversation

tomgross
Copy link
Member

@tomgross tomgross commented Jun 2, 2015

hvelarde and others added 30 commits May 26, 2015 10:12
Branch: refs/heads/master
Date: 2015-05-22T15:03:12-03:00
Author: Rodrigo Ferreira de Souza (rodfersou) <rodfersou@gmail.com>
Commit: plone/Products.TinyMCE@a6740d2

Fix Braziliam Portuguese translations

Files changed:
A Products/TinyMCE/locales/pt_BR/LC_MESSAGES/tinymce.po
M HISTORY.rst
Repository: Products.TinyMCE
Branch: refs/heads/master
Date: 2015-05-26T10:12:59-03:00
Author: Héctor Velarde (hvelarde) <hvelarde@yahoo.com>
Commit: plone/Products.TinyMCE@d73bd52

Merge pull request #100 from plone/issue_99

Fix Braziliam Portuguese translations

Files changed:
A Products/TinyMCE/locales/pt_BR/LC_MESSAGES/tinymce.po
M HISTORY.rst
Branch: refs/heads/master
Date: 2015-03-26T14:23:05Z
Author: TsungWei Hu (l34marr) <marr.tw@gmail.com>
Commit: plone/Products.TinyMCE@bbdf8e6

Fix i18n:domain for Plone Browser Plugin Template.

Files changed:
M HISTORY.rst
M Products/TinyMCE/skins/tinymce/plugins/plonebrowser/plonebrowser.htm.pt
Repository: Products.TinyMCE
Branch: refs/heads/master
Date: 2015-05-26T16:53:23+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.TinyMCE@1bd2c24

Merge pull request #92 from l34marr/i18n-domain

Fix i18n:domain for Plone Browser Plugin Template.

Files changed:
M HISTORY.rst
M Products/TinyMCE/skins/tinymce/plugins/plonebrowser/plonebrowser.htm.pt
Branch: refs/heads/master
Date: 2015-05-26T18:11:39+02:00
Author: Jonas Baumann (jone) <jone@jone.ch>
Commit: plone/plone.app.textfield@5ae60fb

Fix negative equality bug RawValueHolder and RichTextValue introduced in 1.2.5.

The problem is that the __ne__ implementation was wrong when the compared objects
were not of the same type.

When __eq__ is called with another type (e.g. None), the implementation
returned NotImplemented.

When __ne__ was called with another type, this lead to not NotImplemented, which is False
althought the result should be true in this case.

The fix is to change __ne__ to also return NotImplemented when the type is different, so
that python can solve the problem.

Files changed:
M docs/HISTORY.rst
M plone/app/textfield/field.rst
M plone/app/textfield/value.py
Repository: plone.app.textfield
Branch: refs/heads/master
Date: 2015-05-26T09:20:40-07:00
Author: David Glick (davisagli) <david.glick@plone.org>
Commit: plone/plone.app.textfield@8a2ef4c

Merge pull request #16 from plone/jone-value-equal

Fix negative equality bug RawValueHolder and RichTextValue introduced in 1.2.5

Files changed:
M docs/HISTORY.rst
M plone/app/textfield/field.rst
M plone/app/textfield/value.py
Branch: refs/heads/master
Date: 2015-05-26T11:37:55+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@8d7affb

Add support for non-destructive editing of i18nmessageids

Files changed:
M plone/schemaeditor/browser/field/configure.zcml
M plone/schemaeditor/browser/field/edit.py
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:37:55+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@d926203

Fix to get the old value with query

Files changed:
M plone/schemaeditor/browser/field/edit.py
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:37:56+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@6c10359

Fix to get the old value using parent class' get

Files changed:
M plone/schemaeditor/browser/field/edit.py
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:37:56+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@47dd14f

Fix editor to always set only the default value on a Message value

Files changed:
M plone/schemaeditor/browser/field/edit.py
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:37:56+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@bae8f99

Add test

Files changed:
M plone/schemaeditor/tests/editing.txt
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:38:15+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@173cbcb

Update changelog

Files changed:
M CHANGES.rst
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:38:15+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@6928f70

Add test that IProxyField used on field edit form is not provided outside the edit form

Files changed:
M plone/schemaeditor/tests/editing.txt
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:38:15+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@602a498

Fix language

Files changed:
M plone/schemaeditor/tests/editing.txt
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-26T11:38:15+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.schemaeditor@e9ff6f6

Fix issue where field's specification was not proxied properly

Files changed:
M plone/schemaeditor/browser/field/edit.py
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2015-05-27T13:09:45+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.schemaeditor@f37c14c

Merge pull request #19 from plone/datakurre-messageid-support-master

Fix schmaeditor to preserve i18n Message values

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/field/configure.zcml
M plone/schemaeditor/browser/field/edit.py
M plone/schemaeditor/tests/editing.txt
Branch: refs/heads/master
Date: 2015-05-27T13:45:25+02:00
Author: Gaudenz Steinlin () <gaudenz.steinlin@cirrax.com>
Commit: plone/borg.localrole@342347d

Don't use id(obj) in cache keys

The Python id function does not guarantee to be unique during a request.
Results are only unique during the lifetime of an object, but an object
may be garbage collected before the request is over. Just don't cache
the result if no better key is available.

Files changed:
M CHANGES.txt
M borg/localrole/workspace.py
Branch: refs/heads/master
Date: 2015-05-27T14:28:06+02:00
Author: Gaudenz Steinlin () <gaudenz.steinlin@cirrax.com>
Commit: plone/borg.localrole@4d504d6

Add reference to fixed issue

Files changed:
M CHANGES.txt
Branch: refs/heads/master
Date: 2015-05-27T15:32:05+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/borg.localrole@065e42e

Reverting commits which are breaking tests, are not pulled in via Pull Requests and also had not a valid connected plone contributor username.

Revert "Add reference to fixed issue"
This reverts commit 4d504d6e00593bb70ed3b10853e807d2bdb95e3e.

Revert "Don't use id(obj) in cache keys"
This reverts commit 342347d231f4ac34fa1a5d6910eda420711f6f65.

Files changed:
M CHANGES.txt
M borg/localrole/workspace.py
Branch: refs/heads/master
Date: 2015-05-27T15:45:18+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/borg.localrole@18c369c

hint for contributors

Files changed:
M README.txt
Branch: refs/heads/master
Date: 2015-05-27T15:14:59+03:00
Author: David Batranu (david-batranu) <dbatranu@gmail.com>
Commit: plone/plone.app.blob@7fc3196

Fixing permission for download (refs #22)

Files changed:
M src/plone/app/blob/field.py
Repository: plone.app.blob
Branch: refs/heads/master
Date: 2015-05-27T09:17:30-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.blob@0ff78da

Merge pull request #23 from david-batranu/download-fix

Fixing permission for download (refs #22)

Files changed:
M src/plone/app/blob/field.py
Branch: refs/heads/master
Date: 2015-05-27T23:30:24+02:00
Author: Johannes Raggam (thet) <raggam-nl@adm.at>
Commit: plone/mockup@cd405f9

update jquery.recurrenceinput.js to v1.4

Files changed:
M CHANGES.rst
M bower.json
Branch: refs/heads/master
Date: 2015-05-28T12:10:23-05:00
Author: vangheem (vangheem) <vangheem@gmail.com>
Commit: plone/Products.CMFPlone@55c17a6

check if css_path defined first

Files changed:
M CHANGES.rst
M Products/CMFPlone/resources/browser/cook.py
Branch: refs/heads/master
Date: 2015-05-28T13:35:50-05:00
Author: vangheem (vangheem) <vangheem@gmail.com>
Commit: plone/Products.CMFPlone@99d5952

fix bug where bundles would not get built properly with
  compile-plone-resources script when multiple resources
  were defined for a bundle

Files changed:
M CHANGES.rst
M Products/CMFPlone/_scripts/_generate_gruntfile.py
Branch: refs/heads/master
Date: 2015-05-28T14:13:33-05:00
Author: Sam Schwartz (obct537) <obct537@gmail.com>
Commit: plone/plone.app.theming@ff48546

Filesystem themes are now correctly overridden. TTW themes can no longer be overriden

Files changed:
M src/plone/app/theming/browser/controlpanel.pt
M src/plone/app/theming/browser/controlpanel.py
M src/plone/app/theming/browser/resources/controlpanel.css
M src/plone/app/theming/utils.py
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-05-28T14:26:19-05:00
Author: Sam Schwartz (obct537) <obct537@gmail.com>
Commit: plone/plone.app.theming@19ee29f

removed irrelevant theme renaming code

Files changed:
M src/plone/app/theming/utils.py
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-05-28T14:47:22-05:00
Author: Sam Schwartz (obct537) <obct537@gmail.com>
Commit: plone/plone.app.theming@8e3c4bf

changelog update

Files changed:
M CHANGES.rst
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-05-28T14:50:05-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.theming@e9d1b23

Merge pull request #54 from plone/overrides

Fixed theme overrides

Files changed:
M CHANGES.rst
M src/plone/app/theming/browser/controlpanel.pt
M src/plone/app/theming/browser/controlpanel.py
M src/plone/app/theming/browser/resources/controlpanel.css
M src/plone/app/theming/utils.py
Branch: refs/heads/master
Date: 2015-05-28T14:58:07-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.blob@18b1495

add changelog

Files changed:
M CHANGES.rst
Branch: refs/heads/master
Date: 2015-05-28T16:00:04-05:00
Author: Sam Schwartz (obct537) <obct537@gmail.com>
Commit: plone/plone.app.theming@f8cd263

Fixed broken getTheme method

Files changed:
M src/plone/app/theming/utils.py
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-05-28T16:04:11-05:00
Author: Sam Schwartz (obct537) <obct537@gmail.com>
Commit: plone/plone.app.theming@fe7f2d8

re-added manifest check

Files changed:
M src/plone/app/theming/utils.py
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-05-28T16:13:32-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.theming@0ae1fcb

Merge pull request #55 from plone/refactoring

Fixed broken getTheme method

Files changed:
M src/plone/app/theming/utils.py
Branch: refs/heads/master
Date: 2015-05-28T23:50:33+02:00
Author: Johannes Raggam (thet) <raggam-nl@adm.at>
Commit: plone/mockup@cc124d6

update jquery.recurrenceinput.js to 1.5

Files changed:
M CHANGES.rst
M bower.json
Branch: refs/heads/master
Date: 2015-05-29T11:54:59Z
Author: Tom Gross (tomgross) <itconsense@gmail.com>
Commit: plone/Products.CMFPlone@1274689

added five_template from CMFDefault

Files changed:
A Products/CMFPlone/browser/templates/five_template.pt
Branch: refs/heads/master
Date: 2015-05-29T12:37:15Z
Author: Tom Gross (tomgross) <itconsense@gmail.com>
Commit: plone/plone.app.contentrules@5552706

removed CMFDefault dependency for egg

Files changed:
M setup.py
Branch: refs/heads/master
Date: 2015-05-29T15:40:38+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.contenttypes@e2e4d11

get layout from obj not context

Files changed:
M plone/app/contenttypes/upgrades.py
Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2015-05-29T15:41:12+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.contenttypes@e8829d7

re-set default page after changing the layout

Files changed:
M plone/app/contenttypes/upgrades.py
Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2015-05-29T15:42:09+02:00
Author: Philip Bauer (pbauer) <bauer@starzel.de>
Commit: plone/plone.app.contenttypes@fea5683

change the view_methods without reloading the profile and dropping extra methods.

Files changed:
M CHANGES.rst
M plone/app/contenttypes/upgrades.py
Branch: refs/heads/master
Date: 2015-05-29T18:07:59+03:00
Author: Asko Soukka (datakurre) <asko.soukka@iki.fi>
Commit: plone/plone.app.querystring@50e7f5e

Fix changelog

Files changed:
M CHANGES.rst
Branch: refs/heads/master
Date: 2015-05-29T17:39:01+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.blob@ab8898c

Revert "Fixing permission for download (refs #22)"

Files changed:
M src/plone/app/blob/field.py
Repository: plone.app.blob
Branch: refs/heads/master
Date: 2015-05-29T10:43:39-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.blob@6b466bf

Merge pull request #24 from plone/revert-23-download-fix

Revert "Fixing permission for download (refs #22)"

Files changed:
M src/plone/app/blob/field.py
Branch: refs/heads/master
Date: 2015-05-29T11:27:36-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.theming@166d9ea

Revert "Fixed theme overrides"

Files changed:
M CHANGES.rst
M src/plone/app/theming/browser/controlpanel.pt
M src/plone/app/theming/browser/controlpanel.py
M src/plone/app/theming/browser/resources/controlpanel.css
M src/plone/app/theming/utils.py
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-05-29T11:27:59-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.theming@ae6308b

Merge pull request #56 from plone/revert-54-overrides

Revert "Fixed theme overrides"

Files changed:
M CHANGES.rst
M src/plone/app/theming/browser/controlpanel.pt
M src/plone/app/theming/browser/controlpanel.py
M src/plone/app/theming/browser/resources/controlpanel.css
M src/plone/app/theming/utils.py
Branch: refs/heads/master
Date: 2015-05-29T11:28:09-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.theming@ca0e376

Revert "Fixed broken getTheme method"

Files changed:
M src/plone/app/theming/utils.py
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-05-29T11:28:20-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.theming@eac148b

Merge pull request #57 from plone/revert-55-refactoring

Revert "Fixed broken getTheme method"

Files changed:
M src/plone/app/theming/utils.py
Branch: refs/heads/master
Date: 2015-05-29T12:03:01-05:00
Author: vangheem (vangheem) <vangheem@gmail.com>
Commit: plone/plone.app.blob@7cb4aed

reapply at_download fix along with test fix

Files changed:
M src/plone/app/blob/field.py
M src/plone/app/blob/tests/base.py
vangheem and others added 4 commits June 2, 2015 20:26
Branch: refs/heads/master
Date: 2015-06-02T16:07:51+02:00
Author: Ramon Navarro Bosch () <ramon@iMac-de-Ramon.local>
Commit: plone/Products.CMFPlone@f0fb73a

Adding a templates field so is possible to define templates for tinymce, if its accepted documentation on Plone5 doc will be placed to enable this feature without any need of code, just registry configuration

Files changed:
M Products/CMFPlone/interfaces/controlpanel.py
M Products/CMFPlone/patterns/__init__.py
Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2015-06-02T11:34:59-05:00
Author: Nathan Van Gheem (vangheem) <vangheem@gmail.com>
Commit: plone/Products.CMFPlone@710d4e9

Merge pull request #592 from plone/tinymce-templates

Adding a templates field so is possible to define templates for tinym…

Files changed:
M Products/CMFPlone/interfaces/controlpanel.py
M Products/CMFPlone/patterns/__init__.py
Branch: refs/heads/master
Date: 2015-06-02T18:35:15+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.users@9bdbc02

Import ConfigurationChangedEvent from Products.CMFPlone instead of from plone.app.controlpanel.

Files changed:
M CHANGES.rst
M plone/app/users/browser/account.py
Repository: plone.app.users
Branch: refs/heads/master
Date: 2015-06-02T19:38:34+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.users@6199849

Merge pull request #41 from plone/configuration-changed-event

Import ConfigurationChangedEvent from Products.CMFPlone instead of fr…

Files changed:
M CHANGES.rst
M plone/app/users/browser/account.py
Conflicts:
	checkouts.cfg
	jenkins-package-dependencies.cfg
vangheem added a commit that referenced this pull request Jun 2, 2015
@vangheem vangheem merged commit 571308d into 5.0 Jun 2, 2015
@gforcada
Copy link
Member

gforcada commented Jun 2, 2015

@vangheem @tomgross could next time make a rebase? we just merged +100 useless commits for no good reason and actually just cluttering, the already cluttered git history of buildout.coredev...

Actually I was trying that by myself and was unable to see what was actually changed within this forest of commits.

I wrote some helpful tips here: http://buildoutcoredev.readthedocs.org/en/latest/git.html

@vangheem
Copy link
Member

vangheem commented Jun 2, 2015

yah, my bad. I noticed it too late. I apologize for that. Should I amend history?

@gforcada
Copy link
Member

gforcada commented Jun 2, 2015

@vangheem no, that would be even worse, as rewriting an already published tree can cause lots of troubles to people...

@vangheem
Copy link
Member

vangheem commented Jun 2, 2015

@tomgross fyi, you can setup git to automatically rebase for you on pull: https://github.com/plone/plone.dotfiles/blob/master/.gitconfig#L67

@tomgross tomgross deleted the tomgross-noformlib branch June 19, 2015 17:41
jensens added a commit that referenced this pull request Sep 21, 2015
Branch: refs/heads/master
Date: 2015-09-19T11:30:54+02:00
Author: Thomas Massmann (tmassman) <thomas.massmann@it-spir.it>
Commit: plone/plone.app.theming@c464798

Update copy of userguide.rst in docs for docs.plone.org.

Files changed:
M docs/index.rst
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-09-21T22:59:32+02:00
Author: polyester (polyester) <paul@cleanclothes.org>
Commit: plone/plone.app.theming@ef7c014

semantic linebreaks and some grammar fixes

Please, use semantic linebreaks: break at full sentences. Do not break after 78 or any other random number of characters. All lines are turned into translatable "po" files, and having half-sentences makes translation impossible. Do not worry about PEP8, that is for code.

Files changed:
M docs/index.rst
Repository: plone.app.theming
Branch: refs/heads/master
Date: 2015-09-21T23:46:08+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.theming@1abca5b

Merge pull request #81 from plone/tmassman-docs

Update copy of userguide.rst in docs for docs.plone.org.

Files changed:
M docs/index.rst
mister-roboto pushed a commit that referenced this pull request Feb 9, 2016
Branch: refs/heads/master
Date: 2016-02-09T11:09:27+01:00
Author: Luca Fabbri (keul) <luca@keul.it>
Commit: plone/plonetheme.barceloneta@cc9bc0c

Now supporting inline style tags

Files changed:
M CHANGES.rst
M plonetheme/barceloneta/theme/rules.xml
Repository: plonetheme.barceloneta
Branch: refs/heads/master
Date: 2016-02-09T12:30:18+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plonetheme.barceloneta@26a94a6

Merge pull request #81 from plone/inline-style-support

inline style tags are now included

Files changed:
M CHANGES.rst
M plonetheme/barceloneta/theme/rules.xml
mister-roboto pushed a commit that referenced this pull request Mar 11, 2016
Branch: refs/heads/master
Date: 2016-03-01T16:31:24+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.layout@351e0b7

Fixed html validation: element nav does not need a role attribute.

Files changed:
M CHANGES.rst
M plone/app/layout/viewlets/path_bar.pt
M plone/app/layout/viewlets/sections.pt
M plone/app/layout/viewlets/toolbar.pt
Repository: plone.app.layout
Branch: refs/heads/master
Date: 2016-03-11T13:02:22+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.layout@0771b1d

Merge pull request #81 from plone/maurits-fix-html-validation

Fixed html validation: element nav does not need a role attribute.

Files changed:
M CHANGES.rst
M plone/app/layout/viewlets/path_bar.pt
M plone/app/layout/viewlets/sections.pt
M plone/app/layout/viewlets/toolbar.pt
mister-roboto pushed a commit that referenced this pull request Mar 11, 2016
Branch: refs/heads/master
Date: 2016-03-01T16:31:24+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.layout@351e0b7

Fixed html validation: element nav does not need a role attribute.

Files changed:
M CHANGES.rst
M plone/app/layout/viewlets/path_bar.pt
M plone/app/layout/viewlets/sections.pt
M plone/app/layout/viewlets/toolbar.pt
Repository: plone.app.layout
Branch: refs/heads/master
Date: 2016-03-11T13:02:22+01:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.app.layout@0771b1d

Merge pull request #81 from plone/maurits-fix-html-validation

Fixed html validation: element nav does not need a role attribute.

Files changed:
M CHANGES.rst
M plone/app/layout/viewlets/path_bar.pt
M plone/app/layout/viewlets/sections.pt
M plone/app/layout/viewlets/toolbar.pt
mister-roboto pushed a commit that referenced this pull request Apr 19, 2017
Branch: refs/heads/master
Date: 2017-04-19T11:40:27+02:00
Author: Paul Grunewald (pgrunewald) <paul.grunewald@tu-dresden.de>
Commit: plone/Products.Archetypes@dd6d8a4

Fix bug with Widget's postback attribute

Files changed:
M CHANGES.rst
M Products/Archetypes/skins/archetypes/widgets/field.pt
Repository: Products.Archetypes
Branch: refs/heads/master
Date: 2017-04-19T15:55:26+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.Archetypes@580f804

Merge pull request #81 from plone/fix-postback-master

Fix bug with Widget's postback attribute

Files changed:
M CHANGES.rst
M Products/Archetypes/skins/archetypes/widgets/field.pt
mister-roboto pushed a commit that referenced this pull request Aug 28, 2017
Branch: refs/heads/master
Date: 2017-08-27T23:29:58+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.schemaeditor@9b66485

Field reorderable, missing delete confirmation
Fix fields not being reorderable and missing their delete confirmation until a fieldset was added.
Fixes #81, #82.

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/schema/schemaeditor.js
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2017-08-28T21:11:10+02:00
Author: Tom Gross (tomgross) <itconsense@gmail.com>
Commit: plone/plone.schemaeditor@56ab824

Merge pull request #56 from plone/thet-fixes

Field reorderable, missing delete confirmation

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/schema/schemaeditor.js
mister-roboto pushed a commit that referenced this pull request Aug 28, 2017
Branch: refs/heads/master
Date: 2017-08-27T23:29:58+02:00
Author: Johannes Raggam (thet) <thetetet@gmail.com>
Commit: plone/plone.schemaeditor@9b66485

Field reorderable, missing delete confirmation
Fix fields not being reorderable and missing their delete confirmation until a fieldset was added.
Fixes #81, #82.

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/schema/schemaeditor.js
Repository: plone.schemaeditor

Branch: refs/heads/master
Date: 2017-08-28T21:11:10+02:00
Author: Tom Gross (tomgross) <itconsense@gmail.com>
Commit: plone/plone.schemaeditor@56ab824

Merge pull request #56 from plone/thet-fixes

Field reorderable, missing delete confirmation

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/schema/schemaeditor.js
mister-roboto pushed a commit that referenced this pull request Oct 30, 2017
Branch: refs/heads/master
Date: 2017-10-30T14:02:29+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.z3cform@8ec6940

Add missing i18n-domains to templates.

Files changed:
M CHANGES.rst
M plone/app/z3cform/templates/link_input.pt
M plone/app/z3cform/templates/multi_input.pt
M plone/app/z3cform/templates/object_input.pt
M plone/app/z3cform/templates/singlecheckbox.pt
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2017-10-30T17:09:23+01:00
Author: agitator (agitator) <agitator@users.noreply.github.com>
Commit: plone/plone.app.z3cform@cac7e98

Merge pull request #81 from plone/fix-missingi18n-domains

Add missing i18n-domains to templates.

Files changed:
M CHANGES.rst
M plone/app/z3cform/templates/link_input.pt
M plone/app/z3cform/templates/multi_input.pt
M plone/app/z3cform/templates/object_input.pt
M plone/app/z3cform/templates/singlecheckbox.pt
mister-roboto pushed a commit that referenced this pull request Oct 30, 2017
Branch: refs/heads/master
Date: 2017-10-30T14:02:29+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.z3cform@8ec6940

Add missing i18n-domains to templates.

Files changed:
M CHANGES.rst
M plone/app/z3cform/templates/link_input.pt
M plone/app/z3cform/templates/multi_input.pt
M plone/app/z3cform/templates/object_input.pt
M plone/app/z3cform/templates/singlecheckbox.pt
Repository: plone.app.z3cform

Branch: refs/heads/master
Date: 2017-10-30T17:09:23+01:00
Author: agitator (agitator) <agitator@users.noreply.github.com>
Commit: plone/plone.app.z3cform@cac7e98

Merge pull request #81 from plone/fix-missingi18n-domains

Add missing i18n-domains to templates.

Files changed:
M CHANGES.rst
M plone/app/z3cform/templates/link_input.pt
M plone/app/z3cform/templates/multi_input.pt
M plone/app/z3cform/templates/object_input.pt
M plone/app/z3cform/templates/singlecheckbox.pt
mister-roboto pushed a commit that referenced this pull request Mar 21, 2019
Branch: refs/heads/master
Date: 2019-03-12T09:31:43+01:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.recipe.zope2instance@59f8195

remove unknown key for wsgi configuration

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

Branch: refs/heads/master
Date: 2019-03-12T09:36:51+01:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.recipe.zope2instance@da4f7c6

use towncrier

Files changed:
A news/80.bugfix
M CHANGES.rst
Repository: plone.recipe.zope2instance

Branch: refs/heads/master
Date: 2019-03-21T07:31:53+01:00
Author: Peter Mathis (petschki) <petschki@users.noreply.github.com>
Commit: plone/plone.recipe.zope2instance@01ceca5

Merge pull request #81 from plone/issue_80

remove unknown key 'effective-user' for wsgi configuration

Files changed:
A news/80.bugfix
M src/plone/recipe/zope2instance/recipe.py
mister-roboto pushed a commit that referenced this pull request Jun 22, 2019
Branch: refs/heads/master
Date: 2019-06-20T23:00:37+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.users@9e0c98c

fix missing i18n:translate calls

Files changed:
A news/80.bugfix
M plone/app/users/browser/register_form.pt
Repository: plone.app.users

Branch: refs/heads/master
Date: 2019-06-22T20:23:55+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.users@0bcb0ff

Merge pull request #81 from plone/erral-fix-missing-i18n-translate

fix missing i18n:translate calls

Files changed:
A news/80.bugfix
M plone/app/users/browser/register_form.pt
mister-roboto pushed a commit that referenced this pull request Oct 21, 2019
Branch: refs/heads/master
Date: 2019-10-18T19:10:37+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@b2a76cd

more flexible/pluggable validation using adapters

Files changed:
A plone/namedfile/field.zcml
M plone/namedfile/configure.zcml
M plone/namedfile/field.py
M plone/namedfile/interfaces.py
M plone/namedfile/tests/test_image.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2019-10-18T19:23:07+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@dc197f7

document and bump minor version

Files changed:
A news/81.feature
M setup.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2019-10-19T15:50:05+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@9dcf599

correct copy paste mistakes

Files changed:
M plone/namedfile/field.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2019-10-21T09:14:51+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@10cd53a

Merge branch 'master' into flexible-validation

Files changed:
M CHANGES.rst
M setup.py
D news/80.bugfix
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2019-10-21T09:25:37+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@b495373

fix interface signature

Files changed:
M plone/namedfile/interfaces.py
Repository: plone.namedfile

Branch: refs/heads/master
Date: 2019-10-21T16:24:12+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.namedfile@80be057

Merge pull request #81 from plone/flexible-validation

Pluggable validation using adapters

Files changed:
A news/81.feature
A plone/namedfile/field.zcml
M plone/namedfile/configure.zcml
M plone/namedfile/field.py
M plone/namedfile/interfaces.py
M plone/namedfile/tests/test_image.py
M setup.py
mister-roboto pushed a commit that referenced this pull request Mar 8, 2021
Branch: refs/heads/master
Date: 2021-03-08T11:18:24+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@2c19806

Adjust config files to fix bug with tox4

Files changed:
A docs/_static/.gitkeep
A news/80.bugfix
A news/80.feature
M .travis.yml
M constraints.txt
M docs/quickstart.rst
M lib/diazo/cssrules.py
M lib/diazo/tests/__init__.py
M lib/diazo/tests/test_diazo.py
M lib/diazo/tests/test_wsgi.py
M setup.cfg
M setup.py
M tox.ini
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T11:24:34+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@df74a78

change isort settiungs so that it matches previous behaviour

Files changed:
M tox.ini
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T16:24:40+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@e402301

fix isort call

Files changed:
M lib/diazo/tests/__init__.py
M tox.ini
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T17:16:13+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@b002de6

setup.cfg

Files changed:
M setup.cfg
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T18:36:48+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/diazo@e9ce448

Merge pull request #81 from plone/tox4

Adjust config files to fix bug with tox4

Files changed:
A docs/_static/.gitkeep
A news/80.bugfix
A news/80.feature
M .travis.yml
M constraints.txt
M docs/quickstart.rst
M lib/diazo/cssrules.py
M lib/diazo/tests/__init__.py
M lib/diazo/tests/test_diazo.py
M lib/diazo/tests/test_wsgi.py
M setup.cfg
M setup.py
M tox.ini
mister-roboto pushed a commit that referenced this pull request Mar 8, 2021
Branch: refs/heads/master
Date: 2021-03-08T11:18:24+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@2c19806

Adjust config files to fix bug with tox4

Files changed:
A docs/_static/.gitkeep
A news/80.bugfix
A news/80.feature
M .travis.yml
M constraints.txt
M docs/quickstart.rst
M lib/diazo/cssrules.py
M lib/diazo/tests/__init__.py
M lib/diazo/tests/test_diazo.py
M lib/diazo/tests/test_wsgi.py
M setup.cfg
M setup.py
M tox.ini
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T11:24:34+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@df74a78

change isort settiungs so that it matches previous behaviour

Files changed:
M tox.ini
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T16:24:40+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@e402301

fix isort call

Files changed:
M lib/diazo/tests/__init__.py
M tox.ini
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T17:16:13+01:00
Author: Alexander Loechel (loechel) <Alexander.Loechel@lmu.de>
Commit: plone/diazo@b002de6

setup.cfg

Files changed:
M setup.cfg
Repository: diazo

Branch: refs/heads/master
Date: 2021-03-08T18:36:48+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/diazo@e9ce448

Merge pull request #81 from plone/tox4

Adjust config files to fix bug with tox4

Files changed:
A docs/_static/.gitkeep
A news/80.bugfix
A news/80.feature
M .travis.yml
M constraints.txt
M docs/quickstart.rst
M lib/diazo/cssrules.py
M lib/diazo/tests/__init__.py
M lib/diazo/tests/test_diazo.py
M lib/diazo/tests/test_wsgi.py
M setup.cfg
M setup.py
M tox.ini
mister-roboto pushed a commit that referenced this pull request Aug 27, 2021
Branch: refs/heads/master
Date: 2021-08-24T11:45:27+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.caching@10f9b29

Define etag for layout property.

For the moment this only defines the etag, without actually using it in a caching profile.
We can do this later.

When the layout changes, the modification date stays the same (currently).
So without this etag, you can get a page from the cache with the old layout.

Initially I had an etag for the default page as well.  This could be added to containers.
But the published item is then not the container, but the page.
And the page itself has no default page, so this etag never returned anything.

Files changed:
A news/80.feature
M plone/app/caching/operations/configure.zcml
M plone/app/caching/operations/etags.py
M plone/app/caching/tests/test_etags.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2021-08-27T15:50:20+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.caching@1a6704f

Merge pull request #81 from plone/maurits/etag-layout

Define etag for layout property.

Files changed:
A news/80.feature
M plone/app/caching/operations/configure.zcml
M plone/app/caching/operations/etags.py
M plone/app/caching/tests/test_etags.py
mister-roboto pushed a commit that referenced this pull request Dec 22, 2021
Branch: refs/heads/master
Date: 2021-12-21T22:13:59+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@075b49a

Removed versioning_config.py and versioning_config_form.pt from skin.

There is no code that points to these urls.
You can change the versioning config in the `@@content-controlpanel`, which is in CMFPlone.

Files changed:
A news/72.breaking.1
D Products/CMFEditions/skins/CMFEditions/versioning_config.py
D Products/CMFEditions/skins/CMFEditions/versioning_config_form.pt
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T22:15:55+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@37525ae

Removed get_cmfeditions_ftests.py

Last changed in 2006.
This needs Selenium, which we don't have.

Files changed:
D Products/CMFEditions/skins/CMFEditions/get_cmfeditions_ftests.py
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T22:22:06+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@e5dfdc9

Removed migration code from version 1.0alpha3 to 1.0beta1 from 2006.

Files changed:
A news/72.breaking.2
M Products/CMFEditions/ZVCStorageTool.py
D Products/CMFEditions/skins/CMFEditions/migrateStorage.py
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T22:25:43+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@f0b743f

Removed versioning.gif and actionicons.xml that pointed to it.

actionicons.xml is no longer read.
The gif is for a controlpanel that no longer exists.

Files changed:
D Products/CMFEditions/profiles/default/actionicons.xml
D Products/CMFEditions/skins/CMFEditions/versioning.gif
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T22:32:36+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@a6fb495

Removed Storage Migration Support.

This had code for creating a test hierarchy for migration tests.

Files changed:
M Products/CMFEditions/CopyModifyMergeRepositoryTool.py
M news/72.breaking.2
D Products/CMFEditions/StorageMigrationSupport.py
D Products/CMFEditions/skins/CMFEditions/createTestHierarchy.py
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T22:36:10+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@add50ec

Removed version_diff.pt.

This template is deprecated. Use the @@history view instead.

Files changed:
A news/71.bugfix.1
D Products/CMFEditions/skins/CMFEditions/version_diff.pt
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T22:42:29+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@34e860e

Removed unused versions_history.pt which defines a versions_history macro.

We do still have versions_history_form.

Files changed:
A news/72.breaking.3
D Products/CMFEditions/skins/CMFEditions/versions_history.pt
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T22:58:12+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@5164a8b

Moved saveasnewversion from skin to a browser view.

Files changed:
A Products/CMFEditions/browser/policies.py
A news/71.feature.1
M Products/CMFEditions/browser/configure.zcml
D Products/CMFEditions/skins/CMFEditions/saveasnewversion.py
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T23:20:35+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@a4432c6

Moved revertversion from skin to a browser view.

Files changed:
M Products/CMFEditions/browser/configure.zcml
M Products/CMFEditions/browser/policies.py
M news/71.feature.1
D Products/CMFEditions/skins/CMFEditions/revertversion.py
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T23:21:52+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@4612767

versions_history_form: link to revertversion and saveasnewversion as browser views.

Files changed:
M Products/CMFEditions/skins/CMFEditions/versions_history_form.pt
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-21T23:27:12+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@0222034

Moved diff_legend from skin to browser view.

Files changed:
A Products/CMFEditions/browser/templates/diff_legend.pt
M Products/CMFEditions/browser/configure.zcml
M Products/CMFEditions/browser/diff.pt
M news/71.feature.1
D Products/CMFEditions/skins/CMFEditions/diff_legend.pt
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-22T00:01:53+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@6044775

Moved diff.pt from browser to browser/templates.

Register the template in zcml instead of calling ViewPageTemplateFile in Python.
Easier to override.

Files changed:
A Products/CMFEditions/browser/templates/diff.pt
M Products/CMFEditions/browser/configure.zcml
M Products/CMFEditions/browser/diff.py
D Products/CMFEditions/browser/diff.pt
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-22T00:02:13+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@09b3c74

Moved versions_history_form from skin to browser view.

We might not need this anymore though: the @@historyview/@@contenthistory from plone.app.layout is mostly the same, and looks nicer.
But we have a preview and a form to add a new version.

Files changed:
A Products/CMFEditions/browser/templates/versions_history_form.pt
M Products/CMFEditions/browser/configure.zcml
M news/71.feature.1
D Products/CMFEditions/skins/CMFEditions/versions_history_form.pt
D Products/CMFEditions/skins/CMFEditions/versions_history_form.pt.metadata
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-22T00:14:59+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@8aa501a

Merged skin script checkUpToDate into versions_history_form view.

Files changed:
A news/71.feature.2
M Products/CMFEditions/browser/configure.zcml
M Products/CMFEditions/browser/templates/versions_history_form.pt
M Products/CMFEditions/browser/views.py
D Products/CMFEditions/skins/CMFEditions/checkUpToDate.py
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-22T00:18:06+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@8bf0f7a

Merged can_diff view into versions_history_form view.

Files changed:
M Products/CMFEditions/browser/configure.zcml
M Products/CMFEditions/browser/diff.py
M Products/CMFEditions/browser/templates/versions_history_form.pt
M Products/CMFEditions/browser/views.py
M news/71.feature.2
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-22T00:28:56+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@75c48d3

Moved compare.css from skin to a browser view.

We should make this a browser resource, but plone.app.iterate uses it as well,
and I don't want to deal with that package right now.
Can be improved later.

Files changed:
A Products/CMFEditions/browser/compare.css
M Products/CMFEditions/browser/configure.zcml
M Products/CMFEditions/browser/views.py
M news/71.feature.1
D Products/CMFEditions/skins/CMFEditions/compare.css.dtml
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-22T00:46:16+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/Products.CMFEditions@9b6a3d5

Remove now empty CMFEditions skin layer in an upgrade step.

Files changed:
A news/71.feature.3
M Products/CMFEditions/configure.zcml
M Products/CMFEditions/profiles.zcml
M Products/CMFEditions/profiles/default/metadata.xml
M Products/CMFEditions/setuphandlers.py
D Products/CMFEditions/profiles/default/skins.xml
Repository: Products.CMFEditions

Branch: refs/heads/master
Date: 2021-12-22T11:42:13+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.CMFEditions@637c0ee

Merge pull request #81 from plone/maurits-skins-to-browser

Remove the CMFEditions skin layer

Files changed:
A Products/CMFEditions/browser/compare.css
A Products/CMFEditions/browser/policies.py
A Products/CMFEditions/browser/templates/diff.pt
A Products/CMFEditions/browser/templates/diff_legend.pt
A Products/CMFEditions/browser/templates/versions_history_form.pt
A news/71.bugfix.1
A news/71.feature.1
A news/71.feature.2
A news/71.feature.3
A news/72.breaking.1
A news/72.breaking.2
A news/72.breaking.3
M Products/CMFEditions/CopyModifyMergeRepositoryTool.py
M Products/CMFEditions/ZVCStorageTool.py
M Products/CMFEditions/browser/configure.zcml
M Products/CMFEditions/browser/diff.py
M Products/CMFEditions/browser/views.py
M Products/CMFEditions/configure.zcml
M Products/CMFEditions/profiles.zcml
M Products/CMFEditions/profiles/default/metadata.xml
M Products/CMFEditions/setuphandlers.py
D Products/CMFEditions/StorageMigrationSupport.py
D Products/CMFEditions/browser/diff.pt
D Products/CMFEditions/profiles/default/actionicons.xml
D Products/CMFEditions/profiles/default/skins.xml
D Products/CMFEditions/skins/CMFEditions/checkUpToDate.py
D Products/CMFEditions/skins/CMFEditions/compare.css.dtml
D Products/CMFEditions/skins/CMFEditions/createTestHierarchy.py
D Products/CMFEditions/skins/CMFEditions/diff_legend.pt
D Products/CMFEditions/skins/CMFEditions/get_cmfeditions_ftests.py
D Products/CMFEditions/skins/CMFEditions/migrateStorage.py
D Products/CMFEditions/skins/CMFEditions/revertversion.py
D Products/CMFEditions/skins/CMFEditions/saveasnewversion.py
D Products/CMFEditions/skins/CMFEditions/version_diff.pt
D Products/CMFEditions/skins/CMFEditions/versioning.gif
D Products/CMFEditions/skins/CMFEditions/versioning_config.py
D Products/CMFEditions/skins/CMFEditions/versioning_config_form.pt
D Products/CMFEditions/skins/CMFEditions/versions_history.pt
D Products/CMFEditions/skins/CMFEditions/versions_history_form.pt
D Products/CMFEditions/skins/CMFEditions/versions_history_form.pt.metadata
mister-roboto pushed a commit that referenced this pull request Aug 18, 2022
Branch: refs/heads/main
Date: 2022-08-18T16:06:53+02:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.volto@2b4ee35

Add Makefile command for updating translations (#81)

* Add Makefile command for updating translations

* changelog

Files changed:
A news/81.internal
A scripts/update_translations.sh
M Makefile
M pyproject.toml
M src/plone/volto/locales/de/LC_MESSAGES/plone.volto.po
M src/plone/volto/locales/en/LC_MESSAGES/plone.volto.po
M src/plone/volto/locales/es/LC_MESSAGES/plone.volto.po
M src/plone/volto/locales/eu/LC_MESSAGES/plone.volto.po
M src/plone/volto/locales/it/LC_MESSAGES/plone.volto.po
M src/plone/volto/locales/plone.volto.pot
mister-roboto pushed a commit that referenced this pull request Jul 4, 2023
Branch: refs/heads/master
Date: 2023-07-03T23:31:01Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.scale@617e5ee

[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)

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

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

Merge pull request #81 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:01Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.scale@617e5ee

[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)

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

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

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