On 2020-01-12 02:04, Rick van der Zwet wrote: > On 2020-01-11 14:57, Peter Suter wrote: >> On 11.01.2020 14:24, Rick van der Zwet wrote: >>>> Sounds great! Have you considered attaching your patch to a ticket >>>> so it does not get lost? >>> >>> Not allowed: "Maximum attachment size: 512.0 KB: >> >> Maybe you could ZIP it. >> Or even better might be to link to a forked repository of >> https://github.com/edgewall/trac > > Thanks for the compression tip, added as compressed file to the ticket > for future references. > >> That's correct. The Git repository trunk branch is also automatically >> mirrored and up-to-date. https://github.com/edgewall/trac >> >>> Basically I first processed all files with ``2to3'' (the python2 to >>> python3 converter tooling) and next I fixed issues which mainly >>> involved changes with python3 default representation of strings and >>> continued doing so until I could load the first WikiStart without >>> errors on the console and log file. >> >> Have you tried the tests yet? > > Only the basic 'manual' ones, no automated testing done yet. Revised > patch now also allows using all default pages, editing and making > tickets, etc. Started working on the automated test-cases. Managed to munch a whole bunch of them, still some left. Large number are still caused due to unstable sorting of dictionaries causing arguments in URI be ordered differently, guess it need some more sorting somewhere. Attached the latest patch. Who to contact to get the patch included in trunk when done? Kind regards, Rick