RogerHaase
RogerHaase
From the log: --- Logging error --- Traceback (most recent call last): File "C:\Users\haase\AppData\Local\Programs\Python\Python310\lib\logging\__init__.py", line 1103, in emit stream.write(msg + self.terminator) ValueError: underlying buffer has been detached Call stack: File...
See https://moin-20.readthedocs.io/en/latest/admin/configure.html#dict-backend-configuration The UI allowing users to add metadata key/value pairs for WikiDicts was removed long ago. This makes GetVal macro useless. When GetVal and WikiDict was implemented, it was...
In users namespace create an item with content similar to: = nowiki = {{{ this is nowiki }}} this is nowiki In default namespace create item transcluding above: = trans-nowiki...
Links with non Ascii characters are not properly escaped. Add the following to a moinwiki item and run html validator. [[AjudaNaFormatação]]
If you pull recent changes and do not rebuild the index, you may see this traceback: Traceback (most recent call last): File "c:\git\moin-venv-python\lib\site-packages\flask\app.py", line 2447, in wsgi_app response = self.full_dispatch_request()...
Not sure if this is a windows only issue. GLOB sdist-make: C:\git\moin\setup.py py35 create: C:\GIT\moin\.tox\py35 ERROR: InterpreterNotFound: python3.5 py36 create: C:\GIT\moin\.tox\py36 ERROR: InterpreterNotFound: python3.6 py37 create: C:\GIT\moin\.tox\py37 ERROR: InterpreterNotFound: python3.7...
Create an item with an extra blank line between paragraphs: 111 222 333 update the item and remove the extra blank line 111a 222a 333a View the item's history and...
In indexing.py there is this code: # Define dynamic fields dynamic_fields = [("*_id", ID(stored=True)), ("*_text", TEXT(stored=True)), ("*_keyword", KEYWORD(stored=True)), ("*_numeric", NUMERIC(stored=True)), ("*_datetime", DATETIME(stored=True)), ("*_boolean", BOOLEAN(stored=True)), ] # Adding dynamic fields to...
Attempts to transclude a file in /wiki_local/ or /docs/ with a `+serve/` prefix fails with the `does not exist. Create it?` dialog: {{+serve/wiki_local/audio.mp3}} {{+serve/docs/admin/configure.html?highlight=wiki_local}} However, using the full url is...
Add option to use databases other than sqlite3 for wiki admins that want to use PostgreSQL or other db.