UlrichB22
UlrichB22
**New topic** 4. There should be checkboxes to include or exclude the trash in search. At the moment items from trash are included in the search results. Items from trash...
The migration of redirects is not implemented yet. Meanwhile you can use following workaround: In the source that had the` '#REDIRECT target' `in your moin 1.9 wiki place a single...
To prove the impact of the redundant queries I wrote a short cache function in commit https://github.com/moinwiki/moin/commit/3e933ed81241d4663f81a28af9043fbbc9b1bded. This is experimental and should not be the solution. The result is looking...
Several of those queries are caused by `user.may.write(fqname)` in `templates/itemviews.html`. IMO it is the best solution to move this function call into apps/frontend/views.py and pass the result to the context...
The above fix reduces the response time in the above example to about 1500 ms - that is a reduction of 30 %. For smaller wikis, the reduction is only...
Running a diff from an item history gives following traceback: ``` File "/mypath/moin/src/moin/templates/diff.html", line 6, in top-level template code {% extends theme("show.html") %} ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mypath/moin/src/moin/templates/show.html", line 5, in top-level...
The index queries for /TestItem/Discussion above can be ommited if the Discussion feature is not used. The feature can be deactived by following setting in wikiconfig.py: ``` # deactivate discussion...
The number of item init() calls has been dropped down to 3 with the lastest git version. My test results with commit https://github.com/moinwiki/moin/commit/e4e67a5fcb35461ab7058c54322227ebd17feaab from last year October compared to the...
We can check and create the directory structure each time the server is started. Are there any recommendations?
@omjamnekar, thanks for your support. I like the new dark theme. Can you check the other themes? In the “Focus” theme e.g., the input fields are now black, but everything...