Wiki tasks: Difference between revisions

From Kanthaus wiki
create templates task
update task status'
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
== User ==
== User ==


* migrate remaining pages from testing wiki https://pommel.uber.space/wiki/Special:AllPages
* <s>migrate remaining pages from testing wiki https://pommel.uber.space/wiki/Special:AllPages</s> '''done'''
* convert emoji shortcodes to actual emojis
* <s>convert emoji shortcodes to actual emojis</s> '''done''' 🎉
* categorize rooms
* <s>categorize rooms</s> '''done'''
* create templates
* <s>create templates</s> '''done''' (well, started 😉)
** room
** [[Template:Roombox|roombox]]
** warning
** [[Template:Warning|warning]]
** information/note
** [[Template:Information|information/note]]


== System ==
== System ==


* issue: <code>.excalidraw</code> files can't be uploaded
* issue: no notifications
** ''"File extension ".excalidraw" does not match the detected MIME type of the file (application/json)."''
** there's an extension for that 🥹 https://www.mediawiki.org/wiki/Extension:Echo
** disabling MIME type detection altogether is bad
* <s>issue: <code>.excalidraw</code> files can't be uploaded</s>
** customizations to MIME type detection can be made through extensions https://www.mediawiki.org/wiki/Manual:MIME_type_detection
** ''<s>"File extension ".excalidraw" does not match the detected MIME type of the file (application/json)."</s>''
* issue: no code syntax highlighting
** <s>disabling MIME type detection altogether is bad</s>
** there is already ''computer code'' formatting and ''preformatted'' for basic formatting
** <s>customizations to MIME type detection can be made through extensions https://www.mediawiki.org/wiki/Manual:MIME_type_detection</s>
** the most downloaded extension https://www.mediawiki.org/wiki/Extension:SyntaxHighlight but a test installation on the test wiki broke it
*** '''done'''
** 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
* <s>issue: no code syntax highlighting</s>
* issue: file upload limited to 2MB
** <s>there is already ''computer code'' formatting and ''preformatted'' for basic formatting</s>
** the PDF manuals for the DHW tank are too big to upload
** <s>the most downloaded extension https://www.mediawiki.org/wiki/Extension:SyntaxHighlight but a test installation on the test wiki broke it</s>
** the mediawiki default is 100MB
** <s>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</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
*** even this seems a bit janky, '''postpone til demanded.'''
* <s>issue: file upload limited to 2MB</s>
** <s>the PDF manuals for the DHW tank are too big to upload</s>
** <s>the mediawiki default is 100MB</s>
** <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'''
* <s>issue: discussion/talk page discussion is tricky to do right</s>
** <s>There is an extension for that! https://www.mediawiki.org/wiki/Extension:DiscussionTools</s>
*** <s>There's an issue with it: creating a new discussion page leads to a 404. Could be solved if there was a way to autocreate discussion pages, like the AutoCreateCategoryPages extension above. https://www.mediawiki.org/w/index.php?title=Topic:Yf61jpped9qatknc&topic_showPostId=yf61jppeddod1olk#flow-post-yf61jppeddod1olk</s>
**** <s>Looks like there is a workaround with $wgSend404Code = false https://phabricator.wikimedia.org/T380885 (clarify backups before installing DiscussionTools, and perhaps it 'just works' with this server config?)</s>
**** '''done'''
***** Seems indeed to be a server config issue, clarify with Uberspace: https://github.com/Uberspace/lab/issues/1845
* <s>issue: SEO spammers</s>
** <s>We blocked them, and restricted account creation to Nextcloud SSO. It would be possible to implement a password for account creation with https://www.mediawiki.org/wiki/Extension:QuestyCaptcha that would reduce the barrier for account creation. '''Discuss'''.</s>
*** For now, deciding not to. The idea being that anyone who is willing and able enough to edit the wiki, should have a nextcloud account anyway. It would be possible to implement questy capture, but then when that person did get a nextcloud account, we should have to do [[mediawikiwiki:Extension:UserMerge|UserMerge]] as well. Since there is bureaucratic/admin work required either way, simpler to keep it like this til demanded, so '''postpone til demanded'''
 
== Upstream ==
*issue: difficult to categorize multiple pages at once
**cat-a-lot exists and is enabled here as a gadget, but does not work on [[Special:AllPages]] which is where it would be most needed. Also the UI is pretty snarled up
*issue: Media search is a bit tricky, require care when naming
**https://phabricator.wikimedia.org/T188236
*issue: Instant commons not enabled since it overwhelms local media
** https://phabricator.wikimedia.org/T366548
* issue: excalidraw generated SVG upload fails
* issue: excalidraw generated SVG upload fails
** ''"Found unsafe CSS in the style element of uploaded SVG file."''
** ''"Found unsafe CSS in the style element of uploaded SVG file."''
*issue: Mobile (MinervaNeue) does not allow editing on main page
** by design https://www.mediawiki.org/wiki/Topic:Ui9jkjungdin7alo (more of a ''gotcha'')
* issue: Mobile (MinervaNeue) does not allow page creation
** option is there, just hidden <nowiki>https://www.mediawiki.org/wiki/Topic:Vi9o8iqrz2t4o2ge</nowiki>
* issue: Category pages need to be manually initialized
** There is an extension to create them automatically when first referenced https://www.mediawiki.org/wiki/Extension:Auto_Create_Category_Pages

Latest revision as of 12:06, 29 January 2025

User

System

Upstream