TW
TW
**Original comment by Aayush Ranaut (Bitbucket: [aayushranaut](https://bitbucket.org/aayushranaut), GitHub: Unknown).** ---------------------------------------- Thanks for the comment. Well this is something which I can work on during SOC and will include this in...
**Original comment by RogerHaase (Bitbucket: [RogerHaase](https://bitbucket.org/RogerHaase), GitHub: [RogerHaase](https://github.com/RogerHaase)).** ---------------------------------------- To create a blog, change browser url to something like http://localhost:8080/MyBlog, follow the create new item dialog choosing Blog. To create...
https://pypi.org/project/elementpath/ interesting?
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- reimar, are you saying that this is not a moin, but a svg-edit bug?
**Original comment by Reimar Bauer (Bitbucket: [ReimarBauer](https://bitbucket.org/ReimarBauer), GitHub: [ReimarBauer](https://github.com/ReimarBauer)).** ---------------------------------------- will be solved in the next XStatic package of svg-edit
Open questions: - would we continue to use `whoosh` when using zodb or is there something else for indexing/search (including full text search with basic language processing like stemming or...
The GUI editor is deprecated since long because the code it uses is rather old and outdated and could have security issues. If this is not an issue (e.g. private...
Just played around with the stuff a bit: - lxml worked for cpython (guess it took the binary egg there) and stumbled over finding some header file with pypy (although...
adapting to xml.etree stdlib looks like this: ``` (moin-venv-python) tw@tux:~/w/moin$ git diff diff --git a/src/moin/converter/_tests/test_smiley.py b/src/moin/converter/_tests/test_smiley.py index d875bcf4..2f2362b5 100644 --- a/src/moin/converter/_tests/test_smiley.py +++ b/src/moin/converter/_tests/test_smiley.py @@ -9,6 +9,8 @@ MoinMoin - Tests...
note: we do not have `lxml` in `requirements.d/development.txt` yet, tests are skipped due to that. this will be fixed by #627.