Maurits van Rees
Maurits van Rees
PloneFormGen will never get ported to Python 3. It is based on Archetypes, which itself will not get ported. The modern alternative is `collective.easyform`. That being said, some effort *could*...
I have released 1.8.8, which fixes viewing forms and the control panel in Plone 5.2.
@joshuazong: I tried with simple accented characters and with some Chinese text copied from [WikiPedia](https://en.wikipedia.org/wiki/Chinese_language): Chinese (汉语/漢語; Hànyǔ or 中文; Zhōngwén). That showed up fine in OpenOffice and Numbers (Mac)....
The `mr.developer` Buildout extension had the same problem, and I merged the [PR with the fix](https://github.com/fschulze/mr.developer/pull/211) yesterday. Available in `mr.developer` 2.0.2. Maybe that can inspire a solution.
When I use the annotate command, the `parts` do contain `instance`: ``` $ bin/buildout -c test-4.3.cfg annotate ... parts= instance omelette ploneversioncheck createcoverage code-analysis ``` And when I run the...
Okay, when I revert your change, it no longer installs the `instance` part. Let's see, when I take the relevant extends and parts lines, it boils down to this config:...
A pull request would be welcome.
An upgrade step is missing.
@davisagli This might be the good direction, but lots of tests fail. Locally (when running the tests from within the coredev 6.0 buildout) I even get an `OSError` because there...
I have pushed a fix which helps: we need to make sure we read the bodyfile from the beginning. I can't tell yet if the open files error goes away...