RogerHaase

Results 120 comments of RogerHaase

By examples and help separated, you mean image/audio/video in /docs/ and markup text in /docs-en/? On Sun, Mar 13, 2022 at 12:30 PM UlrichB22 ***@***.***> wrote: > I would like...

To Do: 1. create a new directory /moin/src/moin/docs/ to hold multiple language doc files in moin backup format 1. modify wikiconfig to define namespaces for docs and docs-en 1. split...

Revised changes: 1. modify wikiconfig.py to define namespaces for help-en and help-common 1. create a new directory /moin/src/moin/help/* to hold multiple language help files in .data/.meta pairs 1. split current...

After pulling this patch to an existing clone, wiki admins must copy new ACL definitions to wikiconfig.py: Replace: userprofiles_acl=dict(before='All:', default='', after='', hierarchic=False, ), with: userprofiles_acl=dict(before='All:', default='', after='', hierarchic=False, ), help_common_acl=dict(before='',...

To add editor help for another language, the namespaces, backends, and acls variables in wikiconfig.py musted be updated. For the de locale, add this to namespaces: 'help-de': 'help-de', to backends:...

OK to add the fix. Not sure about deleting the wikiname on save. A guess is that wikiname exists to support a future wiki farms feature. Wikiname was in meta...

Those are bugs that have never been addressed. Looking at moin/converters/_tests, there is no test for test_docbook_in_out.py. There are tests for test_html_in_out.py, markdown_in_out, and moinwiki_in_out. If you want to work...

There is no moin command to clear the moin2 wiki database. There is a todo to create the command somewhere. For now, you must manually delete the /wiki/data/ and /wiki/index/...

setup.py:111:17: E999 SyntaxError: invalid syntax Also had to uncomment these lines in wikiconfig.py: OIDC_REDIRECT_URI = 'http://localhost:5000/oidc_redirect_uri' OIDC_ISSUER="https://localhost:8080/auth/realms/myfolks" OIDC_CLIENT_ID='example.com/wiki' # best practice is to use domain name and path here OIDC_CLIENT_SECRET='get...

Moving the "You may recover your draft ..." flash message to the bottom makes it less useful in that some/most editors would not realize a draft was available until they...