Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
plone/sprint
People
Repo info
Activity
Philip Bauer
@pbauer
very pi
T. Kim Nguyen
@tkimnguyen
typo there… you meant ‘very py'
T. Kim Nguyen
@tkimnguyen
@pbauer
are the instructions for sprinters ok/sufficient?
https://community.plone.org/t/plone-5-2-release-testing-day-coming-up-march-14-2019-py-day/
Philip Bauer
@pbauer
I think so. We'll update if people have problems
T. Kim Nguyen
@tkimnguyen
“Break glass in case of emergency"
Mikel Larreategi
@erral
another 5.2rc1 site upgraded from py2 to py3
with the same errors as the previous one
I think we would need to document at least the CMFEditions things
Philip Bauer
@pbauer
+1
Eric Steele
@esteele
Good morning.
Or whatever.
Philip Bauer
@pbauer
whohoo! I just migrated a 13GB Database to py3.
we are crazy madmen!
I need coffee now. still some code-issues (nit DB-related as far as I can see)
Philip Bauer
@pbauer
ok... there are still dragons
five.intid. let's see if I can slay that daragon
done \o/
Jens W. Klein
@jensens
1h for realizing PloneKeywordManager needs a "processQueue" ...
well, seems it was broken partly for 5.1 then
Eric Steele
@esteele
Do we need releases of anything today?
Philip Bauer
@pbauer
good question. let's discuss that in the hangout in 20 minutes
Steffen Lindner
@Gomez
What happend to plone.app.controlpanel in 5.2/
Philip Bauer
@pbauer
it's gone
already in 5.1 I think
_
Steffen Lindner
@Gomez
Found it. Moved into CMFPlone
Mikel Larreategi
@erral
I got an error saving caching control panel settings
TypeError: a bytes-like object is required, not 'str'
Here
https://github.com/plone/plone.app.caching/blob/master/plone/app/caching/browser/controlpanel.py#L255
Philip Bauer
@pbauer
@erral
create a ticket in cmfplone for that
let's do another hangout!
https://hangouts.google.com/call/sQWnNa0OMoEY5xKmnSzeAEEI
@esteele
@tkimnguyen
can you join?
T. Kim Nguyen
@tkimnguyen
Be there in 5
need my hit of espresso
Mikel Larreategi
@erral
ticket here:
plone/Products.CMFPlone#2796
T. Kim Nguyen
@tkimnguyen
!@#$!# Google Hangouts seems to pretty much require using Chrome
Philip Bauer
@pbauer
@erral
I was able to reprodcue your issue
Mikel Larreategi
@erral
:+1:
Peter Mathis
@petschki
@pbauer
@esteele
I have two pull requests which are ready for review and release: p.a.event
plone/plone.app.event#303
and p.a.textfield
plone/plone.app.textfield#35
... I'll create one more for plone.outputfilters fixing this
plone/plone.outputfilters#33
Philip Bauer
@pbauer
:thumbsup:
Jens W. Klein
@jensens
State here: Products.PloneKeywordManager code polished, tests fixed, bugfixed and released as 3.0.0. Please test it.
works with 5.1+
Philip Bauer
@pbauer
great!
Jens W. Klein
@jensens
for whom it concerns, I also released collective.js.jqueryui - not tested well on Python 3 (it has no tests) but works-for-me on 5.2/py2.7 so far.
Peter Mathis
@petschki
finally:
plone/plone.outputfilters#34
... failing robot tests are unrelated ... i think
Philip Bauer
@pbauer
We'll do another hangout in 30 minutes at
https://hangouts.google.com/call/sQWnNa0OMoEY5xKmnSzeAEEI
T. Kim Nguyen
@tkimnguyen
sorry I missed it
Philip Bauer
@pbauer
I added some of the issues we found yesterday in
plone/documentation#1062
Asko Soukka
@datakurre
https://gist.github.com/davisagli/5824662
Maik Derstappen
@MrTango
a list of asnyc task implementations in WSGI:
https://www.fullstackpython.com/redis-queue-rq.html