UlrichB22
UlrichB22
In static/img there are directories smileys and admonitions, all their content can also be found in the icons directory. These directories are only used by css/common.css. The icons directory is...
Related to #1645, please see comments there.
related to #1783.
This issue is intended to document some optimizations of the import19 migration program. 1. the import19 command should have 'procs' and 'limitmb'-options to be used for the index-build step to...
I tested an imported wiki with 2400 items and about 12000 revisions. Each whoosh index query lasts about 120 ms. At the start of my tests the browser history was...
While running performance tests on an imported wiki I found that the Item init method https://github.com/moinwiki/moin/blob/807bfe10d56cf37e878667e0363849ab1f7e3df4/src/moin/storage/middleware/indexing.py#L1064 is called several times with the same query values. Each Query causes a whoosh...
Templates in the subdirectories of themes contain redundant code that may be outdated. E.g., if you run a diff between templates/show.html and themes/focus/templates/show.html, you will find * some changes since...
Bandit reports since version 1.8.3 (17.02.2025) the following warning: https://bandit.readthedocs.io/en/latest/plugins/b704_markupsafe_markup_xss.html For example in [src/moin/apps/frontend/views.py:667](https://github.com/moinwiki/moin/blob/1b072a1f0d22c595b4a93ed34361e7a1dcc88d27/src/moin/apps/frontend/views.py#L667-L667) IMO we have validated all content before using markupsafe.Markup and can ignore B704 warnings. Please advise.
The sendmail module needs to be revised. These are the open topics: 1. The name of the website is not replaced correctly in the subject line of the email. 2....
The help documents in the “help-en” namespace and the user documents provided in readthedocs, for example, contain redundant information. In particular, the documents “src/moin/help/help-en/rst.data” and “docs/user/rest.rst” are identical. We need...