UlrichB22
UlrichB22
I don't see the problem. You can easily switch back to topside. Would it be helpful to just add `"(default)"` after the configured theme?
For me the problem is not clear. 1. Is is technically not possible for you to change the theme once again? 2. Is not clear what the default theme was...
There is also issue #1500 related to limiting the available content_types. Wiki administrators may prefer to restrict the markup language to a specific one, as users are trained to use...
Sounds great. You can raise a PR if you have the first test module available. Maybe I can support with some tests. Please be aware that `moin dump-html` is still...
If you use MOINLOGGINGCONF to apply special logging options and turn debug on some tests will fail. E.g. `pytest src/moin/cli/_tests/test_modify_item.py` reports ``` def read_index_dump_latest_revs(out: str): """parse output of moin dump-index...
Regarding void elements there is an explanation at [github.com/validator/validator](https://github.com/validator/validator/wiki/Markup-%C2%BB-Void-elements#trailing-slashes-in-void-element-start-tags-do-not-mark-the-start-tags-as-self-closing). IMO we should remove those trailing slashes. But it's not that urgent. There are many places that need to be updated:...
Besides the changes in emeraldtree and flatland, this is a good first issue for someone who would like to contribute to moin 2.0. This task can be split into smaller...
While testing this issue I found other problems. The link in the test item is shown as non-existent item. When looking at the meta data of the test item it...
IMO this issue is fixed and can be closed. @roland-ruedenauer, thanks for your support.
Most recent articles on the web recommend using a sanitizer like bleach or better [nh3](https://pypi.org/project/nh3/) to prevent XSS attacks. I am not able to evaluate the converters and whether it...