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

Experiment with experimental.nodtml. #242

Closed
wants to merge 1 commit into from

Conversation

mauritsvanrees
Copy link
Member

Just an experiment. DON'T MERGE!!!!
This disables all DTML. See https://pypi.python.org/pypi/experimental.nodtml/1.0.1

@mauritsvanrees
Copy link
Member Author

Well, the xperiment worked: no test failures. Closing now.

@mauritsvanrees
Copy link
Member Author

Jenkins link is no longer visible after closing, so here:
http://jenkins.plone.org/job/pull-request-5.1/632/

mister-roboto pushed a commit that referenced this pull request May 2, 2017
Branch: refs/heads/master
Date: 2017-05-01T22:59:45+02:00
Author: Johannes Raggam (thet) <[email protected]>
Commit: plone/plone.app.dexterity@ade2e1d

JavaScript formating according to style guides.

Files changed:
M CHANGES.rst
M plone/app/dexterity/browser/modeleditor.js
M plone/app/dexterity/browser/types_listing.js
Repository: plone.app.dexterity
Branch: refs/heads/master
Date: 2017-05-03T01:34:21+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.dexterity@aa38bdb

Merge pull request #242 from plone/thet-jsstyle

JavaScript formating according to style guides.

Files changed:
M CHANGES.rst
M plone/app/dexterity/browser/modeleditor.js
M plone/app/dexterity/browser/types_listing.js
@jensens jensens deleted the experimental-nodtml branch July 24, 2017 13:12
mister-roboto pushed a commit that referenced this pull request Sep 28, 2017
Branch: refs/heads/master
Date: 2017-09-28T18:45:43+02:00
Author: Christian Geier (geier) <[email protected]>
Commit: collective/icalendar@043cf5a

Accept Windows timezone identifiers as valid.

Currently we accept Olson timezone identifiers (tzids) as valid, even
when no matching VTIMEZONE component is present.  Windows tzids are
different from Olson tzids, but also far spread.  Some software produces
.ics files using those Windows tzids with missing VTIMEZONE components.
While in general our stance is to only support standard compliant .ics
files and try to get the issuer of the invalid .ics files to fix their
software, I believe our chances here are very slim.  On the other hand,
a lot of those .ics files exist in the wild and not supporting those
Windows tzids is a source of major inconvenience for our users.  We
should there accept Windows tzids as we do for Olson tzids.  The unicode
consortium has a suggested mapping from Windows tzids to Olson tzids
[0], which we now make use of.

[0] http://www.unicode.org/cldr/charts/29/supplemental/zone_tzid.html

Files changed:
A src/icalendar/windows_to_olson.py
M CHANGES.rst
M src/icalendar/prop.py
M src/icalendar/tests/test_unit_prop.py
Repository: icalendar

Branch: refs/heads/master
Date: 2017-09-28T21:49:05+02:00
Author: Johannes Raggam (thet) <[email protected]>
Commit: collective/icalendar@720dd8b

Merge pull request #242 from collective/MStimezones

Accept Windows timezone identifiers as valid.

Files changed:
A src/icalendar/windows_to_olson.py
M CHANGES.rst
M src/icalendar/prop.py
M src/icalendar/tests/test_unit_prop.py
mister-roboto pushed a commit that referenced this pull request Sep 28, 2017
Branch: refs/heads/master
Date: 2017-09-28T18:45:43+02:00
Author: Christian Geier (geier) <[email protected]>
Commit: collective/icalendar@043cf5a

Accept Windows timezone identifiers as valid.

Currently we accept Olson timezone identifiers (tzids) as valid, even
when no matching VTIMEZONE component is present.  Windows tzids are
different from Olson tzids, but also far spread.  Some software produces
.ics files using those Windows tzids with missing VTIMEZONE components.
While in general our stance is to only support standard compliant .ics
files and try to get the issuer of the invalid .ics files to fix their
software, I believe our chances here are very slim.  On the other hand,
a lot of those .ics files exist in the wild and not supporting those
Windows tzids is a source of major inconvenience for our users.  We
should there accept Windows tzids as we do for Olson tzids.  The unicode
consortium has a suggested mapping from Windows tzids to Olson tzids
[0], which we now make use of.

[0] http://www.unicode.org/cldr/charts/29/supplemental/zone_tzid.html

Files changed:
A src/icalendar/windows_to_olson.py
M CHANGES.rst
M src/icalendar/prop.py
M src/icalendar/tests/test_unit_prop.py
Repository: icalendar

Branch: refs/heads/master
Date: 2017-09-28T21:49:05+02:00
Author: Johannes Raggam (thet) <[email protected]>
Commit: collective/icalendar@720dd8b

Merge pull request #242 from collective/MStimezones

Accept Windows timezone identifiers as valid.

Files changed:
A src/icalendar/windows_to_olson.py
M CHANGES.rst
M src/icalendar/prop.py
M src/icalendar/tests/test_unit_prop.py
mister-roboto pushed a commit that referenced this pull request Sep 12, 2020
Branch: refs/heads/master
Date: 2020-09-11T14:47:17+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.upgrade@358e5e8

Replaced import of plone.api, which should not be used by core.

Fixes plone/plone.app.upgrade#241

Files changed:
A news/241.bugfix
M plone/app/upgrade/v52/final.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2020-09-12T20:01:20+02:00
Author: Gil Forcada Codinachs (gforcada) <[email protected]>
Commit: plone/plone.app.upgrade@a867e20

Merge pull request #242 from plone/maurits/no-plone-api

Replaced import of plone.api, which should not be used by core.

Files changed:
A news/241.bugfix
M plone/app/upgrade/v52/final.py
mister-roboto pushed a commit that referenced this pull request Sep 12, 2020
Branch: refs/heads/master
Date: 2020-09-11T14:47:17+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.app.upgrade@358e5e8

Replaced import of plone.api, which should not be used by core.

Fixes plone/plone.app.upgrade#241

Files changed:
A news/241.bugfix
M plone/app/upgrade/v52/final.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2020-09-12T20:01:20+02:00
Author: Gil Forcada Codinachs (gforcada) <[email protected]>
Commit: plone/plone.app.upgrade@a867e20

Merge pull request #242 from plone/maurits/no-plone-api

Replaced import of plone.api, which should not be used by core.

Files changed:
A news/241.bugfix
M plone/app/upgrade/v52/final.py
mister-roboto pushed a commit that referenced this pull request Aug 11, 2022
Branch: refs/heads/master
Date: 2022-08-11T15:52:04+02:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@525c874

update dependencies

Files changed:
M package.json
Repository: plone.staticresources

Branch: refs/heads/master
Date: 2022-08-11T15:53:07+02:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@709647b

yarn install

Files changed:
M yarn.lock
Repository: plone.staticresources

Branch: refs/heads/master
Date: 2022-08-11T15:53:14+02:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@a6fd5cc

compile

Files changed:
A src/plone/staticresources/static/bundle-plone/chunks/77941.b8f3757bdd6736dc8c81.min.js
A src/plone/staticresources/static/bundle-plone/chunks/77941.b8f3757bdd6736dc8c81.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/82196.627e4130d00b882e0427.min.js
A src/plone/staticresources/static/bundle-plone/chunks/82196.627e4130d00b882e0427.min.js.map
M src/plone/staticresources/static/bundle-plone/bundle.min.js
M src/plone/staticresources/static/bundle-plone/bundle.min.js.map
M src/plone/staticresources/static/bundle-plone/remote.min.js
M src/plone/staticresources/static/bundle-plone/remote.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/77941.5e50f0b2decce7d6298c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/77941.5e50f0b2decce7d6298c.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82196.2c748f5900b6f8142945.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82196.2c748f5900b6f8142945.min.js.map
Repository: plone.staticresources

Branch: refs/heads/master
Date: 2022-08-11T15:54:56+02:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@fabbf3e

changenote

Files changed:
A news/242.bugfix
Repository: plone.staticresources

Branch: refs/heads/master
Date: 2022-08-11T18:47:37+02:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@77a4ea0

Merge pull request #242 from plone/mockup-5.0.0a20

Mockup 5.0.0a20

Files changed:
A news/242.bugfix
A src/plone/staticresources/static/bundle-plone/chunks/77941.b8f3757bdd6736dc8c81.min.js
A src/plone/staticresources/static/bundle-plone/chunks/77941.b8f3757bdd6736dc8c81.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/82196.627e4130d00b882e0427.min.js
A src/plone/staticresources/static/bundle-plone/chunks/82196.627e4130d00b882e0427.min.js.map
M package.json
M src/plone/staticresources/static/bundle-plone/bundle.min.js
M src/plone/staticresources/static/bundle-plone/bundle.min.js.map
M src/plone/staticresources/static/bundle-plone/remote.min.js
M src/plone/staticresources/static/bundle-plone/remote.min.js.map
M yarn.lock
D src/plone/staticresources/static/bundle-plone/chunks/77941.5e50f0b2decce7d6298c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/77941.5e50f0b2decce7d6298c.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82196.2c748f5900b6f8142945.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82196.2c748f5900b6f8142945.min.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant