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

4.3: use plone.app.linkintegrity 1.5.10 #309

Merged
merged 1 commit into from Mar 13, 2017

Conversation

mauritsvanrees
Copy link
Sponsor Member

This reverts commit 5e708c6.

Locally, 1.5.8 works. But 1.5.9 failed, so I rereleased this as 1.5.10, but that fails as well:

Getting distribution for 'plone.app.linkintegrity==1.5.10'.
While:
  Updating instance.
  Getting distribution for 'plone.app.linkintegrity==1.5.10'.
Error: Couldn't find a distribution for 'plone.app.linkintegrity==1.5.10'.

I used Python 2.6. But then I tried 2.7 but that failed in exactly the same way. bin/buildout -vv does not give any extra info. This is on a Mac.
In a virtualenv I can do pip install --no-deps plone.app.linkintegrity==1.5.10 just fine.

I have no idea what is going on here. But let's see if Jenkins has the same problem.

If the build is green and you like to merge this: please try it yourself on your local machine first, especially if you have a Mac.

@mauritsvanrees
Copy link
Sponsor Member Author

Well, Jenkins tests pass, which I guess is good.

Locally on my Mac the following simple buildout fails:

[buildout]
extends = http://dist.plone.org/release/4.3.11/versions.cfg
parts = test

[versions]
plone.app.linkintegrity = 1.5.10

[test]
recipe = zc.recipe.egg
eggs = plone.app.linkintegrity
$ bin/buildout 
Installing test.
Getting distribution for 'plone.app.linkintegrity==1.5.10'.
While:
  Installing test.
  Getting distribution for 'plone.app.linkintegrity==1.5.10'.
Error: Couldn't find a distribution for 'plone.app.linkintegrity==1.5.10'.

@mauritsvanrees
Copy link
Sponsor Member Author

4.3 uses an old zc.buildout and setuptools, so I tried with the most recent ones, and some versions in between, but that did not help.

zc.buildout = 2.9.2
setuptools = 34.3.1

@mauritsvanrees
Copy link
Sponsor Member Author

I tried it on a Linux machine, and there it failed to. But Jenkins passes, and in the console I see that it does get the new linkintegrity version.

I am puzzled...

@gforcada
Copy link
Sponsor Contributor

I can only say that it works for me™️ locally :-/ I'm on fedora linux for that matter.

@mauritsvanrees
Copy link
Sponsor Member Author

And... now it works for me locally too, both 1.5.9 and 1.5.10.
I don't know why, and I probably don't want to know...
I'll merge.

@mauritsvanrees mauritsvanrees merged commit c678004 into 4.3 Mar 13, 2017
@mauritsvanrees mauritsvanrees deleted the maurits-pa-linkintegrity-4310-on43 branch March 13, 2017 21:51
mister-roboto pushed a commit that referenced this pull request Mar 26, 2018
Branch: refs/heads/master
Date: 2018-03-26T10:29:26+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@ce6d4b1

remove language-switcher after uninstall

Files changed:
M src/plone/app/multilingual/setuphandlers.py
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T10:55:10+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@6a0a5ae

add a uninstall test

Files changed:
A src/plone/app/multilingual/tests/test_uninstall.py
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T10:57:34+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@9bda243

changelog

Files changed:
M CHANGES.rst
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T13:58:06+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.multilingual@f99b2d6

Merge pull request #309 from plone/improve-uninstall

Improve uninstall

Files changed:
A src/plone/app/multilingual/tests/test_uninstall.py
M CHANGES.rst
M src/plone/app/multilingual/setuphandlers.py
mister-roboto pushed a commit that referenced this pull request Mar 26, 2018
Branch: refs/heads/master
Date: 2018-03-26T10:29:26+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@ce6d4b1

remove language-switcher after uninstall

Files changed:
M src/plone/app/multilingual/setuphandlers.py
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T10:55:10+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@6a0a5ae

add a uninstall test

Files changed:
A src/plone/app/multilingual/tests/test_uninstall.py
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T10:57:34+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@9bda243

changelog

Files changed:
M CHANGES.rst
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T13:58:06+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.multilingual@f99b2d6

Merge pull request #309 from plone/improve-uninstall

Improve uninstall

Files changed:
A src/plone/app/multilingual/tests/test_uninstall.py
M CHANGES.rst
M src/plone/app/multilingual/setuphandlers.py
mister-roboto pushed a commit that referenced this pull request Mar 26, 2018
Branch: refs/heads/master
Date: 2018-03-26T10:29:26+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@ce6d4b1

remove language-switcher after uninstall

Files changed:
M src/plone/app/multilingual/setuphandlers.py
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T10:55:10+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@6a0a5ae

add a uninstall test

Files changed:
A src/plone/app/multilingual/tests/test_uninstall.py
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T10:57:34+02:00
Author: Mikel Larreategi (erral) <mlarreategi@codesyntax.com>
Commit: plone/plone.app.multilingual@9bda243

changelog

Files changed:
M CHANGES.rst
Repository: plone.app.multilingual

Branch: refs/heads/master
Date: 2018-03-26T13:58:06+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.multilingual@f99b2d6

Merge pull request #309 from plone/improve-uninstall

Improve uninstall

Files changed:
A src/plone/app/multilingual/tests/test_uninstall.py
M CHANGES.rst
M src/plone/app/multilingual/setuphandlers.py
mister-roboto pushed a commit that referenced this pull request Nov 6, 2019
Branch: refs/heads/master
Date: 2019-08-06T12:12:37+02:00
Author: Robert Kuzma (balavec) <robert@balavec.com>
Commit: plone/plone.app.event@cdc83d5

Fix Python2 vs. Python3 text and bytes handling in the calendar portlet.

Files changed:
A news/308.bugfix
M plone/app/event/portlets/portlet_calendar.py
Repository: plone.app.event

Branch: refs/heads/master
Date: 2019-11-06T18:49:20+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.event@753869b

Merge pull request #309 from plone/python3-text-bytes

Fix Python2 vs. Python3 text and bytes handling in the calendar portlet

Files changed:
A news/308.bugfix
M plone/app/event/portlets/portlet_calendar.py
mister-roboto pushed a commit that referenced this pull request Nov 6, 2019
Branch: refs/heads/master
Date: 2019-08-06T12:12:37+02:00
Author: Robert Kuzma (balavec) <robert@balavec.com>
Commit: plone/plone.app.event@cdc83d5

Fix Python2 vs. Python3 text and bytes handling in the calendar portlet.

Files changed:
A news/308.bugfix
M plone/app/event/portlets/portlet_calendar.py
Repository: plone.app.event

Branch: refs/heads/master
Date: 2019-11-06T18:49:20+01:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.event@753869b

Merge pull request #309 from plone/python3-text-bytes

Fix Python2 vs. Python3 text and bytes handling in the calendar portlet

Files changed:
A news/308.bugfix
M plone/app/event/portlets/portlet_calendar.py
mister-roboto pushed a commit that referenced this pull request Mar 9, 2020
Branch: refs/heads/master
Date: 2020-03-09T11:36:26+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: collective/icalendar@c65c6b7

Fixed error in tests with duplicate parameter 'self'.

TypeError: __init__() got multiple values for argument 'self'
https://travis-ci.org/collective/icalendar/jobs/659260349

Files changed:
M src/icalendar/tests/hypothesis/test_fuzzing.py
Repository: icalendar

Branch: refs/heads/master
Date: 2020-03-09T11:37:32+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: collective/icalendar@d1ed9c4

Tests: do less iterations with fuzzy contents.

collective/icalendar#289 (comment)

Files changed:
M src/icalendar/tests/hypothesis/test_fuzzing.py
Repository: icalendar

Branch: refs/heads/master
Date: 2020-03-09T21:44:59+01:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: collective/icalendar@2cc1dac

Merge pull request #309 from collective/maurits/improve-testing

Maurits/improve testing

Files changed:
M src/icalendar/tests/hypothesis/test_fuzzing.py
mister-roboto pushed a commit that referenced this pull request Mar 9, 2020
Branch: refs/heads/master
Date: 2020-03-09T11:36:26+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: collective/icalendar@c65c6b7

Fixed error in tests with duplicate parameter 'self'.

TypeError: __init__() got multiple values for argument 'self'
https://travis-ci.org/collective/icalendar/jobs/659260349

Files changed:
M src/icalendar/tests/hypothesis/test_fuzzing.py
Repository: icalendar

Branch: refs/heads/master
Date: 2020-03-09T11:37:32+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: collective/icalendar@d1ed9c4

Tests: do less iterations with fuzzy contents.

collective/icalendar#289 (comment)

Files changed:
M src/icalendar/tests/hypothesis/test_fuzzing.py
Repository: icalendar

Branch: refs/heads/master
Date: 2020-03-09T21:44:59+01:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: collective/icalendar@2cc1dac

Merge pull request #309 from collective/maurits/improve-testing

Maurits/improve testing

Files changed:
M src/icalendar/tests/hypothesis/test_fuzzing.py
mister-roboto pushed a commit that referenced this pull request Apr 15, 2020
Branch: refs/heads/master
Date: 2020-04-15T08:19:25+02:00
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com>
Commit: plone/plone.app.dexterity@bac0225

Make sure getNextItem/getPreviousItem return None if position can not be looked up.

Files changed:
A news/308.bugfix
M plone/app/dexterity/behaviors/nextprevious.py
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T11:14:57+02:00
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com>
Commit: plone/plone.app.dexterity@92634f4

Remove check from getPreviousItem

Files changed:
M plone/app/dexterity/behaviors/nextprevious.py
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T12:06:48+02:00
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com>
Commit: plone/plone.app.dexterity@52a568e

Do not bail out if pos == 0.

Files changed:
M plone/app/dexterity/behaviors/nextprevious.py
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T14:41:43+02:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: plone/plone.app.dexterity@2123921

Update 308.bugfix

Files changed:
M news/308.bugfix
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T17:59:20+02:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: plone/plone.app.dexterity@df14b2e

Merge pull request #309 from plone/fix-308

Make sure getNextItem/getPreviousItem return None if position can not…

Files changed:
A news/308.bugfix
M plone/app/dexterity/behaviors/nextprevious.py
mister-roboto pushed a commit that referenced this pull request Apr 15, 2020
Branch: refs/heads/master
Date: 2020-04-15T08:19:25+02:00
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com>
Commit: plone/plone.app.dexterity@bac0225

Make sure getNextItem/getPreviousItem return None if position can not be looked up.

Files changed:
A news/308.bugfix
M plone/app/dexterity/behaviors/nextprevious.py
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T11:14:57+02:00
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com>
Commit: plone/plone.app.dexterity@92634f4

Remove check from getPreviousItem

Files changed:
M plone/app/dexterity/behaviors/nextprevious.py
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T12:06:48+02:00
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com>
Commit: plone/plone.app.dexterity@52a568e

Do not bail out if pos == 0.

Files changed:
M plone/app/dexterity/behaviors/nextprevious.py
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T14:41:43+02:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: plone/plone.app.dexterity@2123921

Update 308.bugfix

Files changed:
M news/308.bugfix
Repository: plone.app.dexterity

Branch: refs/heads/master
Date: 2020-04-15T17:59:20+02:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: plone/plone.app.dexterity@df14b2e

Merge pull request #309 from plone/fix-308

Make sure getNextItem/getPreviousItem return None if position can not…

Files changed:
A news/308.bugfix
M plone/app/dexterity/behaviors/nextprevious.py
mister-roboto pushed a commit that referenced this pull request May 20, 2022
Branch: refs/heads/master
Date: 2022-05-19T23:03:12+02:00
Author: Peter Holzer (agitator) <peter.holzer@agitator.com>
Commit: plone/plone.app.layout@c668c72

Remove alt tags from icons within links.

Files changed:
M plone/app/layout/viewlets/menu.pt
M plone/app/layout/viewlets/toolbar.pt
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2022-05-19T23:09:08+02:00
Author: Peter Holzer (agitator) <peter.holzer@agitator.com>
Commit: plone/plone.app.layout@2586df6

add news

Files changed:
A news/309.bugfix
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2022-05-20T15:43:48+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.layout@6147620

Merge pull request #309 from plone/toolbar-icon-alt-tag

Remove alt tags from icons within links.

Files changed:
A news/309.bugfix
M plone/app/layout/viewlets/menu.pt
M plone/app/layout/viewlets/toolbar.pt
mister-roboto pushed a commit that referenced this pull request Sep 21, 2022
Branch: refs/heads/master
Date: 2022-09-20T16:49:09+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plonetheme.barceloneta@edf4f2d

upgrade bootstrap to 5.2.1

Files changed:
M package-lock.json
M package.json
M plonetheme/barceloneta/theme/css/barceloneta.css
M plonetheme/barceloneta/theme/css/barceloneta.css.map
M plonetheme/barceloneta/theme/css/barceloneta.min.css
M plonetheme/barceloneta/theme/css/barceloneta.min.css.map
Repository: plonetheme.barceloneta

Branch: refs/heads/master
Date: 2022-09-20T16:50:32+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plonetheme.barceloneta@ebd68bf

changenote

Files changed:
A news/309.feature
Repository: plonetheme.barceloneta

Branch: refs/heads/master
Date: 2022-09-21T08:55:06+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plonetheme.barceloneta@f754cac

Merge pull request #309 from plone/upgrade-bootstrap-5.2.1

Upgrade Bootstrap to 5.2.1

Files changed:
A news/309.feature
M package-lock.json
M package.json
M plonetheme/barceloneta/theme/css/barceloneta.css
M plonetheme/barceloneta/theme/css/barceloneta.css.map
M plonetheme/barceloneta/theme/css/barceloneta.min.css
M plonetheme/barceloneta/theme/css/barceloneta.min.css.map
mister-roboto pushed a commit that referenced this pull request Jan 20, 2023
Branch: refs/heads/2.x
Date: 2023-01-16T22:16:09+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.upgrade@f4b2221

Apply weak caching to GET requests of content with application/json.

This is the upgrade step belonging to plone/plone.app.caching#111
See plone/plone.rest#73 for the full story.

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

Branch: refs/heads/2.x
Date: 2023-01-20T16:11:01+01:00
Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl>
Commit: plone/plone.app.upgrade@e575ef4

Merge pull request #309 from plone/maurits-json-weak-caching

Apply weak caching to GET requests of content with application/json.

Files changed:
A news/73.bugfix
M plone/app/upgrade/v52/configure.zcml
M plone/app/upgrade/v52/final.py
mister-roboto pushed a commit that referenced this pull request Oct 24, 2023
Branch: refs/heads/2.1.x
Date: 2023-10-24T10:04:45+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.staticresources@d4ac671

update dependencies

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

Branch: refs/heads/2.1.x
Date: 2023-10-24T10:08:08+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.staticresources@b0a021f

yarn install

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

Branch: refs/heads/2.1.x
Date: 2023-10-24T10:08:14+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.staticresources@1b46006

compile

Files changed:
A src/plone/staticresources/static/bundle-plone/chunks/11725.37f38c6228f15eeb9d88.min.js
A src/plone/staticresources/static/bundle-plone/chunks/11725.37f38c6228f15eeb9d88.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/16071.227c8d8ee12fca097998.min.js
A src/plone/staticresources/static/bundle-plone/chunks/16105.ba695dae21a919e17684.min.js
A src/plone/staticresources/static/bundle-plone/chunks/16105.ba695dae21a919e17684.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/17704.253b89d3e5b71612fc94.min.js
A src/plone/staticresources/static/bundle-plone/chunks/17704.253b89d3e5b71612fc94.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/20971.252f91c7484e13e0283f.min.js
A src/plone/staticresources/static/bundle-plone/chunks/20971.252f91c7484e13e0283f.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/25031.00182e1a1b4145e04a35.min.js
A src/plone/staticresources/static/bundle-plone/chunks/25031.00182e1a1b4145e04a35.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/33521.393331f1dbed629754e3.min.js
A src/plone/staticresources/static/bundle-plone/chunks/33521.393331f1dbed629754e3.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/35387.451fd8337b961b0eee6b.min.js
A src/plone/staticresources/static/bundle-plone/chunks/35387.451fd8337b961b0eee6b.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/3578.d53e7cd25ae67740076f.min.js
A src/plone/staticresources/static/bundle-plone/chunks/3578.d53e7cd25ae67740076f.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/39113.e073ef30027736e5c1ee.min.js
A src/plone/staticresources/static/bundle-plone/chunks/39113.e073ef30027736e5c1ee.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/45196.f50aa8888fd3c6e94684.min.js
A src/plone/staticresources/static/bundle-plone/chunks/45196.f50aa8888fd3c6e94684.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/54523.9ed4fc712f987d64d7ea.min.js
A src/plone/staticresources/static/bundle-plone/chunks/54523.9ed4fc712f987d64d7ea.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/58956.91276a65553901ee15bf.min.js
A src/plone/staticresources/static/bundle-plone/chunks/58956.91276a65553901ee15bf.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/66500.825197f7db4e66e06c66.min.js
A src/plone/staticresources/static/bundle-plone/chunks/66500.825197f7db4e66e06c66.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/72316.cf5cc64dfa366f64f06b.min.js
A src/plone/staticresources/static/bundle-plone/chunks/72316.cf5cc64dfa366f64f06b.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/76492.d25732ece60cfdd986fa.min.js
A src/plone/staticresources/static/bundle-plone/chunks/76492.d25732ece60cfdd986fa.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/76533.951328863870be34a26f.min.js
A src/plone/staticresources/static/bundle-plone/chunks/76533.951328863870be34a26f.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/82196.cd6984c9c843485f14d0.min.js
A src/plone/staticresources/static/bundle-plone/chunks/82196.cd6984c9c843485f14d0.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/85982.0e03e2e4d1c3aabaf245.min.js
A src/plone/staticresources/static/bundle-plone/chunks/86569.d98c01a8f1b8863d5a91.min.js
A src/plone/staticresources/static/bundle-plone/chunks/86569.d98c01a8f1b8863d5a91.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/9129.6a3ad1870e42f426292c.min.js
A src/plone/staticresources/static/bundle-plone/chunks/9129.6a3ad1870e42f426292c.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/91723.2c352bf384a248dcf197.min.js
A src/plone/staticresources/static/bundle-plone/chunks/91723.2c352bf384a248dcf197.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/96633.09d972aac5a8f4e59269.min.js
A src/plone/staticresources/static/bundle-plone/chunks/96633.09d972aac5a8f4e59269.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/96870.739b309139c58013f7d7.min.js
A src/plone/staticresources/static/bundle-plone/chunks/96870.739b309139c58013f7d7.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/datatables.1a8a28c1eff710fe6526.min.js
A src/plone/staticresources/static/bundle-plone/chunks/datatables.1a8a28c1eff710fe6526.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/tinymce.5df62b5e12ab251088e2.min.js
A src/plone/staticresources/static/bundle-plone/chunks/tinymce.5df62b5e12ab251088e2.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/chunks/10151.844df331612642b9fecb.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/11789.6775d35bad66bdd01e65.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/14400.fb40413ff0e5382fa7e0.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/15209.4cfba0de79bf53a92862.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/15999.43a657a742611b645606.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/17259.4b582565b0026da570e3.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/17863.fc8ec63ef1ecbfee2153.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/18745.bee6275625c08c9df30d.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/20560.42deb0e6316009dcf34e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/20962.3c9d68b9bed97e1c1700.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/21449.5614c6d63ed44e75f288.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/22684.160a725b08d4ca9360a1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/23054.a9511a651d6b4f7c1698.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/23643.3f54528e1f1a8185bad7.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/27384.1318a3edd7c3e20ce1b5.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/27555.98caebd69fc3a79e96fe.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/30489.0ea157ab62a68b4f8390.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/31893.5d653b55311d6c3f1470.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/32185.42f9ddfdf5611f441394.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/37768.e034287f7a5a0751cb8b.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/38006.63f54f20efa4aa57ead5.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/38492.e50e535c315750af431a.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/39719.7ce387e59e9fc65a1a89.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/42037.515df92dd070b0f32536.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/43281.272b599f66774d7d37f7.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/44539.beb0629767f0c036240c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/45319.a126c6a9998dd34403b3.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/4625.c700ee204db843ec8c1f.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/46514.e4e85c445c047cae6c74.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/48960.af0a05a513b01c2d106e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/49212.e09fba3d519b264b7f8a.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/49235.32b1b88a9ad54183a8ad.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/50397.eac0438919bb5af09015.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/52738.b1c037827fe25ee69419.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/53302.73db5c309f835c367791.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/54518.916198ad5cf28100141e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/55534.c2c4449360dfd0f207c9.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/56537.248cf4c2a437399c4081.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/56907.9ef7fe22d63971d6d813.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/58089.0c1bf8abee5514fbbb4b.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/59986.e588cc7884bb8f942e2f.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/61574.6c9a2212b0642b091af2.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/61665.7a5bdb1a064eb1675951.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/61797.4efcffc4b8ee25faf653.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/644.0cac2070ca93007e7513.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/66662.063b77657c5ec1e304b2.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/66884.1b108dbd6bc15acc3203.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/69385.ea6c8c02fe01a5c3972d.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/70109.03986cc3c25347381183.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/72612.77fe80c53a1a71c7ab1e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/72682.27748d9dd623c628765a.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/73253.817e6a91bf64d79eaef5.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/73956.ffb6fd0bd0e59f5329fa.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/74315.44268699277bce2a61b1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/74870.89d474a903aebd54cf8e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/74924.541d16573ae0fec6520e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/7652.20172341274abde3ac0e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/77562.1d41f63cbe2ce8dd24f6.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/78578.13cfe928528faa674cd1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/79376.22e74703f5ef8616bee2.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/79835.a21f64c29f9d8e5fa475.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/79870.0bb7f6a7b57a51835e37.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82534.82c3151172becf95276e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82672.d62406f47bcc96156f70.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82929.4ab60c20fee3c4835ac8.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82960.8e61d1b62b83de075b5c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/8373.526a7947ebaf66e7bd27.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/84998.bcc58da81866e9288f6c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/88907.e99643e94d9c98d0631e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/91425.93c7b1b083c4b4db4a92.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/91667.727a3bf13d2135b7a381.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/92242.38b7fab5128e0881abf1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/92936.6a8b4f8dfb8b5536632c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/94773.d110003bfd76b4773beb.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/97660.0c223661fcb4da664f83.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/98672.825f6cd4f8db04f04979.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/tinymce_plugins.4070ce4209c9eb30eef1.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/11725.8adac14936796b0dad07.min.js
D src/plone/staticresources/static/bundle-plone/chunks/11725.8adac14936796b0dad07.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/16071.8b94dd42db007fcd6172.min.js
D src/plone/staticresources/static/bundle-plone/chunks/16105.0cc3d0c5dfd6a4f13e5e.min.js
D src/plone/staticresources/static/bundle-plone/chunks/16105.0cc3d0c5dfd6a4f13e5e.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/17704.5c25fc5b61f6a40d3150.min.js
D src/plone/staticresources/static/bundle-plone/chunks/17704.5c25fc5b61f6a40d3150.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/20971.30d433315df7196124eb.min.js
D src/plone/staticresources/static/bundle-plone/chunks/20971.30d433315df7196124eb.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/24708.b889d22b3f94c6d6b57f.min.js
D src/plone/staticresources/static/bundle-plone/chunks/24708.b889d22b3f94c6d6b57f.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/25031.048d3f843fa61189814c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/25031.048d3f843fa61189814c.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/33521.2c1b1d789961c3d2a905.min.js
D src/plone/staticresources/static/bundle-plone/chunks/33521.2c1b1d789961c3d2a905.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/35387.3e40f087945f839b1786.min.js
D src/plone/staticresources/static/bundle-plone/chunks/35387.3e40f087945f839b1786.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/39113.6bcf75c78b0d3e8107a7.min.js
D src/plone/staticresources/static/bundle-plone/chunks/39113.6bcf75c78b0d3e8107a7.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/45196.ff2860943b5e69673325.min.js
D src/plone/staticresources/static/bundle-plone/chunks/45196.ff2860943b5e69673325.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/54523.f86f331f8fd87c3bd83a.min.js
D src/plone/staticresources/static/bundle-plone/chunks/54523.f86f331f8fd87c3bd83a.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/66500.476c41b25e7767f23ffd.min.js
D src/plone/staticresources/static/bundle-plone/chunks/66500.476c41b25e7767f23ffd.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/72316.45263fbc9944ac813e35.min.js
D src/plone/staticresources/static/bundle-plone/chunks/72316.45263fbc9944ac813e35.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/75575.dc9f91c1bc7b867cf9d4.min.js
D src/plone/staticresources/static/bundle-plone/chunks/75575.dc9f91c1bc7b867cf9d4.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/76492.ebbb9f2aec0ad8acb562.min.js
D src/plone/staticresources/static/bundle-plone/chunks/76492.ebbb9f2aec0ad8acb562.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/76533.143864eb3560b88194f8.min.js
D src/plone/staticresources/static/bundle-plone/chunks/76533.143864eb3560b88194f8.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82196.e7be42b1a8488b114a78.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82196.e7be42b1a8488b114a78.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82406.c574254c8c17ad120e1b.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82406.c574254c8c17ad120e1b.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82661.58cbac8fd19e14d95fa5.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82661.58cbac8fd19e14d95fa5.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/85982.5e6cbb32f882c2041fe3.min.js
D src/plone/staticresources/static/bundle-plone/chunks/86569.3f86613b714fc211509b.min.js
D src/plone/staticresources/static/bundle-plone/chunks/86569.3f86613b714fc211509b.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/9129.689da83fc87a75eb1e4d.min.js
D src/plone/staticresources/static/bundle-plone/chunks/9129.689da83fc87a75eb1e4d.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/96633.6c1ab62f181236570b76.min.js
D src/plone/staticresources/static/bundle-plone/chunks/96633.6c1ab62f181236570b76.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/96870.7b079ed44516efa4db1c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/96870.7b079ed44516efa4db1c.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/datatables.d6e744a1849567e1c402.min.js
D src/plone/staticresources/static/bundle-plone/chunks/datatables.d6e744a1849567e1c402.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/tinymce.762fe803f4d75c49fd81.min.js
D src/plone/staticresources/static/bundle-plone/chunks/tinymce.762fe803f4d75c49fd81.min.js.map
Repository: plone.staticresources

Branch: refs/heads/2.1.x
Date: 2023-10-24T10:12:46+02:00
Author: Peter Mathis (petschki) <peter.mathis@kombinat.at>
Commit: plone/plone.staticresources@ed692fa

changenote

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

Branch: refs/heads/2.1.x
Date: 2023-10-24T12:33:58+02:00
Author: Peter Mathis (petschki) <petschki@users.noreply.github.com>
Commit: plone/plone.staticresources@0106183

Merge pull request #309 from plone/petschki-2.1.x-updates

2.1.x updates

Files changed:
A news/309.bugfix
A src/plone/staticresources/static/bundle-plone/chunks/11725.37f38c6228f15eeb9d88.min.js
A src/plone/staticresources/static/bundle-plone/chunks/11725.37f38c6228f15eeb9d88.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/16071.227c8d8ee12fca097998.min.js
A src/plone/staticresources/static/bundle-plone/chunks/16105.ba695dae21a919e17684.min.js
A src/plone/staticresources/static/bundle-plone/chunks/16105.ba695dae21a919e17684.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/17704.253b89d3e5b71612fc94.min.js
A src/plone/staticresources/static/bundle-plone/chunks/17704.253b89d3e5b71612fc94.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/20971.252f91c7484e13e0283f.min.js
A src/plone/staticresources/static/bundle-plone/chunks/20971.252f91c7484e13e0283f.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/25031.00182e1a1b4145e04a35.min.js
A src/plone/staticresources/static/bundle-plone/chunks/25031.00182e1a1b4145e04a35.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/33521.393331f1dbed629754e3.min.js
A src/plone/staticresources/static/bundle-plone/chunks/33521.393331f1dbed629754e3.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/35387.451fd8337b961b0eee6b.min.js
A src/plone/staticresources/static/bundle-plone/chunks/35387.451fd8337b961b0eee6b.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/3578.d53e7cd25ae67740076f.min.js
A src/plone/staticresources/static/bundle-plone/chunks/3578.d53e7cd25ae67740076f.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/39113.e073ef30027736e5c1ee.min.js
A src/plone/staticresources/static/bundle-plone/chunks/39113.e073ef30027736e5c1ee.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/45196.f50aa8888fd3c6e94684.min.js
A src/plone/staticresources/static/bundle-plone/chunks/45196.f50aa8888fd3c6e94684.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/54523.9ed4fc712f987d64d7ea.min.js
A src/plone/staticresources/static/bundle-plone/chunks/54523.9ed4fc712f987d64d7ea.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/58956.91276a65553901ee15bf.min.js
A src/plone/staticresources/static/bundle-plone/chunks/58956.91276a65553901ee15bf.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/66500.825197f7db4e66e06c66.min.js
A src/plone/staticresources/static/bundle-plone/chunks/66500.825197f7db4e66e06c66.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/72316.cf5cc64dfa366f64f06b.min.js
A src/plone/staticresources/static/bundle-plone/chunks/72316.cf5cc64dfa366f64f06b.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/76492.d25732ece60cfdd986fa.min.js
A src/plone/staticresources/static/bundle-plone/chunks/76492.d25732ece60cfdd986fa.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/76533.951328863870be34a26f.min.js
A src/plone/staticresources/static/bundle-plone/chunks/76533.951328863870be34a26f.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/82196.cd6984c9c843485f14d0.min.js
A src/plone/staticresources/static/bundle-plone/chunks/82196.cd6984c9c843485f14d0.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/85982.0e03e2e4d1c3aabaf245.min.js
A src/plone/staticresources/static/bundle-plone/chunks/86569.d98c01a8f1b8863d5a91.min.js
A src/plone/staticresources/static/bundle-plone/chunks/86569.d98c01a8f1b8863d5a91.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/9129.6a3ad1870e42f426292c.min.js
A src/plone/staticresources/static/bundle-plone/chunks/9129.6a3ad1870e42f426292c.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/91723.2c352bf384a248dcf197.min.js
A src/plone/staticresources/static/bundle-plone/chunks/91723.2c352bf384a248dcf197.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/96633.09d972aac5a8f4e59269.min.js
A src/plone/staticresources/static/bundle-plone/chunks/96633.09d972aac5a8f4e59269.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/96870.739b309139c58013f7d7.min.js
A src/plone/staticresources/static/bundle-plone/chunks/96870.739b309139c58013f7d7.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/datatables.1a8a28c1eff710fe6526.min.js
A src/plone/staticresources/static/bundle-plone/chunks/datatables.1a8a28c1eff710fe6526.min.js.map
A src/plone/staticresources/static/bundle-plone/chunks/tinymce.5df62b5e12ab251088e2.min.js
A src/plone/staticresources/static/bundle-plone/chunks/tinymce.5df62b5e12ab251088e2.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/chunks/10151.844df331612642b9fecb.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/11789.6775d35bad66bdd01e65.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/14400.fb40413ff0e5382fa7e0.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/15209.4cfba0de79bf53a92862.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/15999.43a657a742611b645606.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/17259.4b582565b0026da570e3.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/17863.fc8ec63ef1ecbfee2153.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/18745.bee6275625c08c9df30d.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/20560.42deb0e6316009dcf34e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/20962.3c9d68b9bed97e1c1700.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/21449.5614c6d63ed44e75f288.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/22684.160a725b08d4ca9360a1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/23054.a9511a651d6b4f7c1698.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/23643.3f54528e1f1a8185bad7.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/27384.1318a3edd7c3e20ce1b5.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/27555.98caebd69fc3a79e96fe.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/30489.0ea157ab62a68b4f8390.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/31893.5d653b55311d6c3f1470.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/32185.42f9ddfdf5611f441394.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/37768.e034287f7a5a0751cb8b.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/38006.63f54f20efa4aa57ead5.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/38492.e50e535c315750af431a.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/39719.7ce387e59e9fc65a1a89.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/42037.515df92dd070b0f32536.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/43281.272b599f66774d7d37f7.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/44539.beb0629767f0c036240c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/45319.a126c6a9998dd34403b3.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/4625.c700ee204db843ec8c1f.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/46514.e4e85c445c047cae6c74.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/48960.af0a05a513b01c2d106e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/49212.e09fba3d519b264b7f8a.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/49235.32b1b88a9ad54183a8ad.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/50397.eac0438919bb5af09015.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/52738.b1c037827fe25ee69419.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/53302.73db5c309f835c367791.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/54518.916198ad5cf28100141e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/55534.c2c4449360dfd0f207c9.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/56537.248cf4c2a437399c4081.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/56907.9ef7fe22d63971d6d813.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/58089.0c1bf8abee5514fbbb4b.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/59986.e588cc7884bb8f942e2f.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/61574.6c9a2212b0642b091af2.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/61665.7a5bdb1a064eb1675951.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/61797.4efcffc4b8ee25faf653.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/644.0cac2070ca93007e7513.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/66662.063b77657c5ec1e304b2.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/66884.1b108dbd6bc15acc3203.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/69385.ea6c8c02fe01a5c3972d.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/70109.03986cc3c25347381183.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/72612.77fe80c53a1a71c7ab1e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/72682.27748d9dd623c628765a.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/73253.817e6a91bf64d79eaef5.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/73956.ffb6fd0bd0e59f5329fa.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/74315.44268699277bce2a61b1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/74870.89d474a903aebd54cf8e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/74924.541d16573ae0fec6520e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/7652.20172341274abde3ac0e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/77562.1d41f63cbe2ce8dd24f6.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/78578.13cfe928528faa674cd1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/79376.22e74703f5ef8616bee2.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/79835.a21f64c29f9d8e5fa475.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/79870.0bb7f6a7b57a51835e37.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82534.82c3151172becf95276e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82672.d62406f47bcc96156f70.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82929.4ab60c20fee3c4835ac8.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/82960.8e61d1b62b83de075b5c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/8373.526a7947ebaf66e7bd27.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/84998.bcc58da81866e9288f6c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/88907.e99643e94d9c98d0631e.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/91425.93c7b1b083c4b4db4a92.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/91667.727a3bf13d2135b7a381.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/92242.38b7fab5128e0881abf1.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/92936.6a8b4f8dfb8b5536632c.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/94773.d110003bfd76b4773beb.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/97660.0c223661fcb4da664f83.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/98672.825f6cd4f8db04f04979.min.js.map
M src/plone/staticresources/static/bundle-plone/chunks/tinymce_plugins.4070ce4209c9eb30eef1.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/11725.8adac14936796b0dad07.min.js
D src/plone/staticresources/static/bundle-plone/chunks/11725.8adac14936796b0dad07.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/16071.8b94dd42db007fcd6172.min.js
D src/plone/staticresources/static/bundle-plone/chunks/16105.0cc3d0c5dfd6a4f13e5e.min.js
D src/plone/staticresources/static/bundle-plone/chunks/16105.0cc3d0c5dfd6a4f13e5e.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/17704.5c25fc5b61f6a40d3150.min.js
D src/plone/staticresources/static/bundle-plone/chunks/17704.5c25fc5b61f6a40d3150.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/20971.30d433315df7196124eb.min.js
D src/plone/staticresources/static/bundle-plone/chunks/20971.30d433315df7196124eb.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/24708.b889d22b3f94c6d6b57f.min.js
D src/plone/staticresources/static/bundle-plone/chunks/24708.b889d22b3f94c6d6b57f.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/25031.048d3f843fa61189814c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/25031.048d3f843fa61189814c.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/33521.2c1b1d789961c3d2a905.min.js
D src/plone/staticresources/static/bundle-plone/chunks/33521.2c1b1d789961c3d2a905.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/35387.3e40f087945f839b1786.min.js
D src/plone/staticresources/static/bundle-plone/chunks/35387.3e40f087945f839b1786.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/39113.6bcf75c78b0d3e8107a7.min.js
D src/plone/staticresources/static/bundle-plone/chunks/39113.6bcf75c78b0d3e8107a7.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/45196.ff2860943b5e69673325.min.js
D src/plone/staticresources/static/bundle-plone/chunks/45196.ff2860943b5e69673325.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/54523.f86f331f8fd87c3bd83a.min.js
D src/plone/staticresources/static/bundle-plone/chunks/54523.f86f331f8fd87c3bd83a.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/66500.476c41b25e7767f23ffd.min.js
D src/plone/staticresources/static/bundle-plone/chunks/66500.476c41b25e7767f23ffd.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/72316.45263fbc9944ac813e35.min.js
D src/plone/staticresources/static/bundle-plone/chunks/72316.45263fbc9944ac813e35.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/75575.dc9f91c1bc7b867cf9d4.min.js
D src/plone/staticresources/static/bundle-plone/chunks/75575.dc9f91c1bc7b867cf9d4.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/76492.ebbb9f2aec0ad8acb562.min.js
D src/plone/staticresources/static/bundle-plone/chunks/76492.ebbb9f2aec0ad8acb562.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/76533.143864eb3560b88194f8.min.js
D src/plone/staticresources/static/bundle-plone/chunks/76533.143864eb3560b88194f8.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82196.e7be42b1a8488b114a78.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82196.e7be42b1a8488b114a78.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82406.c574254c8c17ad120e1b.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82406.c574254c8c17ad120e1b.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/82661.58cbac8fd19e14d95fa5.min.js
D src/plone/staticresources/static/bundle-plone/chunks/82661.58cbac8fd19e14d95fa5.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/85982.5e6cbb32f882c2041fe3.min.js
D src/plone/staticresources/static/bundle-plone/chunks/86569.3f86613b714fc211509b.min.js
D src/plone/staticresources/static/bundle-plone/chunks/86569.3f86613b714fc211509b.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/9129.689da83fc87a75eb1e4d.min.js
D src/plone/staticresources/static/bundle-plone/chunks/9129.689da83fc87a75eb1e4d.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/96633.6c1ab62f181236570b76.min.js
D src/plone/staticresources/static/bundle-plone/chunks/96633.6c1ab62f181236570b76.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/96870.7b079ed44516efa4db1c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/96870.7b079ed44516efa4db1c.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/datatables.d6e744a1849567e1c402.min.js
D src/plone/staticresources/static/bundle-plone/chunks/datatables.d6e744a1849567e1c402.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/tinymce.762fe803f4d75c49fd81.min.js
D src/plone/staticresources/static/bundle-plone/chunks/tinymce.762fe803f4d75c49fd81.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.

None yet

2 participants