UlrichB22
UlrichB22
The reason seems to be pip because it wants to check installed versions. I found this old issue: https://github.com/tox-dev/tox/issues/1151. The recommendation is to set `PIP_DISABLE_PIP_VERSION_CHECK=1` in tox.ini. This needs to...
I did a short test with Chromium version 131 on Ubuntu, adapted your template for report-uri above and added a route '`/+cspreport/log`'. This writes the report json to the server...
This is the changed code, partially copied from https://github.com/finalduty/csp-report-collector/blob/main/src/csp_report_collector.py: ``` diff --git a/src/moin/app.py b/src/moin/app.py index 01d4c50b..de9e3dbe 100644 --- a/src/moin/app.py +++ b/src/moin/app.py @@ -294,7 +294,7 @@ def before_wiki(): """ Setup environment...
I can try, but will also need some time. It will be a simple solution with standard logging and a limit of messages per hour or day to avoid spamming...
I will work on templates/slideshow.html and move the script into a new separate java-script file.
The moinwiki_in.py converter allows many attributes that result in HTML style attributes. https://github.com/moinwiki/moin/blob/0541b1c8b3d46fcc8641d3f2b46d7689d65736be/src/moin/converters/moinwiki_in.py#L965-L992 A PR replacing these attributes in some help-en elements will follow shortly. How should these attributes be...
Sorry for the late reply. For me, adding a GitHub-like toolbar to generate small chunks of Markdown is a great idea. Can you collaborate on this function?
I still have a few questions and improvement requests for the focus theme: 1. the width of navigation bar changes if showing an item or the +index or +history views...
When I try +admin as anonymous user I get a message similar to `"Item names must not start with '+'"`. When I try +admin/itemsize, I get the list of items...
With the above fix all '+admin' views are restricted to a superuser as configured in wikiconfig.py. For the rest of your question, there is no feature to restrict the other...