UlrichB22
UlrichB22
I would like to have the examples and the help separated. Maybe you can also include the language in the namespace name. Then it is easier to have English and...
I essentially support your plan. Here are some additional suggestions: a. Help content should be under version control on a per-page basis. We can use Github or a Moin2 wiki...
There is a small cosmetic issue with the wikiname in metadata of the loaded help items. When running `moin load-help -n en` after applying a customized interwikiname in wikiconfig.py, the...
> This would only work if the text was not translated at that point but I'm not sure if that is the case. > > A disadvantage is that at...
I think we can remove the 2 SoC documents, they are just about adding support for markup languages: html, restructured text, docbook, mediawiki and moinwiki. As mentioned in https://github.com/moinwiki/moin/issues/941#issuecomment-1960432184 we...
We can use automatically generated release notes generated from pull requests in the future: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes PRs can be tagged to be included or excluded. Structuring with tagging for bug fixes...
Is there an example python project offering signed releases? The only example I found was python itself: https://www.python.org/downloads/release/python-3115/ We would need a second secure location outside of the git code...
With the above changes it is possible to run moin with the following versions: - Flask 2.0.3 - Flask-Script 2.0.5 - Jinja2 3.0.3 - MarkupSafe 2.1.1 - Werkzeug 2.1.2 Tested...
This has been fixed some month ago, please see https://github.com/moinwiki/moin/blob/3ecf14175d90fa3e96cf262060bdb8cc0f6fb5e1/src/moin/utils/monkeypatch.py#L24 Maybe your venv was not updated properly. I'm working on migrating to Flask cli, but it seems like a lot...
@ReimarBauer can you please confirm that the errors you reported regarding werkzeug.serving.BaseRequestHandler and flask._compat are fixed in a new Moin installation with the latest github code?