UlrichB22
UlrichB22
Related to #1419.
CLI commands should have checks to prevent destroying items, indexes or an existing wiki. For example, if `moin index-build` is executed twice, each item will be included in the index...
We use whoosh for indexing. The currently used package https://github.com/mchaput/whoosh is no longer maintained. There is a successor at https://github.com/Sygil-Dev/whoosh-reloaded.
There are some macros in moin1.9 that are not yet implemented. I found these in an existing moin1.9 wiki: - Action - FullSearch - GoTo - Navigation - ShowSmileys (...
Following message is issued by `src/moin/utils/_tests/test_send_file.py`: `DeprecationWarning: 'use_x_sendfile' is deprecated and will be removed in Flask 2.3. Use 'USE_X_SENDFILE' in 'app.config' instead.` After raising Werkzeug to 3.0 we should also...
Wiki owners should be able to select the content_types that are allowed for new item creation. There may be various reasons, e.g. to disallow the creation of video or image...
The latest readthedocs build [log](https://readthedocs.org/api/v2/build/20477235.txt) shows the following warning: `[...]docs/todo/todo.rst: WARNING: document isn't included in any toctree` The file [docs/todo/todo.rst](https://github.com/moinwiki/moin/blob/e7d9247ac3e3add227915df7c0f74ba441feb6fc/docs/todo/todo.rst) has not been updated for 5 years. Some descriptions are...
the W3C standard. Part 1: templates and themes Related to #1704.
The check using the `"Valid HTML 5"` button on the bottom of a wiki page ([validator.w3.org](https://validator.w3.org/)) gives two types of warnings and infos: 1. ``` Warning: Consider adding a lang...
On a newly installed system (Ubuntu 24.04 with Python 3.12.3) I get following traceback: ``` (moin-venv-python3) $ moin --help Traceback (most recent call last): File "/moin-venv-python3/bin/moin", line 5, in from...