Wiki tasks: Difference between revisions

From Kanthaus wiki
update task status'
file upload max size task done 🎉 thank Antonin
Line 21: Line 21:
** a "drop in replacement" extension for the previous one with more up to date tech https://www.mediawiki.org/wiki/Extension:Highlightjs_Integration with an example on the test wiki https://pommel.uber.space/wiki/Syntax_highlighting_test
** a "drop in replacement" extension for the previous one with more up to date tech https://www.mediawiki.org/wiki/Extension:Highlightjs_Integration with an example on the test wiki https://pommel.uber.space/wiki/Syntax_highlighting_test
*** even this seems a bit janky, '''postpone til syntax highlighting demanded.'''
*** even this seems a bit janky, '''postpone til syntax highlighting demanded.'''
* issue: file upload limited to 2MB
* <s>issue: file upload limited to 2MB</s>
** the PDF manuals for the DHW tank are too big to upload
** <s>the PDF manuals for the DHW tank are too big to upload</s>
** the mediawiki default is 100MB
** <s>the mediawiki default is 100MB</s>
** modifications to the PHP configuration directives <code>upload_max_filesize</code> and <code>post_max_size</code> in <code>php.ini</code> required. https://www.mediawiki.org/wiki/Manual:$wgMaxUploadSize
** <s>modifications to the PHP configuration directives upload_max_filesize and post_max_size in php.ini required. https://www.mediawiki.org/wiki/Manual:$wgMaxUploadSize</s>
** <s>mount additional PHP config to docker container: https://github.com/stephenliang/mediawiki-dockerfile/issues/3</s>
*** '''done'''
* issue: discussion/talk page discussion is tricky to do right
* issue: discussion/talk page discussion is tricky to do right
** There is an extension for that! https://www.mediawiki.org/wiki/Extension:DiscussionTools
** There is an extension for that! https://www.mediawiki.org/wiki/Extension:DiscussionTools

Revision as of 18:03, 5 December 2024

User

System

Upstream