-
-
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
Experiment with experimental.nodtml. #242
Closed
Closed
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
Well, the xperiment worked: no test failures. Closing now. |
Jenkins link is no longer visible after closing, so here: |
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
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
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.
Just an experiment. DON'T MERGE!!!!
This disables all DTML. See https://pypi.python.org/pypi/experimental.nodtml/1.0.1