Wiki tasks: Difference between revisions

From Kanthaus wiki
No edit summary
add cat-a-lot issue, "upstream" section
Line 4: Line 4:
* <s>convert emoji shortcodes to actual emojis</s> 🎉
* <s>convert emoji shortcodes to actual emojis</s> 🎉
* <s>categorize rooms</s>
* <s>categorize rooms</s>
* create templates
* <s>create templates</s>
** room
** [[Template:Roombox|roombox]]
** warning
** [[Template:Warning|warning]]
** information/note
** [[Template:Information|information/note]]


== System ==
== System ==
Line 23: Line 23:
** the mediawiki default is 100MB
** the mediawiki default is 100MB
** 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
** 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
* issue: discussion/talk page discussion is tricky to do right
** There is an extension for that! https://www.mediawiki.org/wiki/Extension:DiscussionTools
*** 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
== 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  
*issue: Mobile (MinervaNeue) does not allow editing on main page
** by design https://www.mediawiki.org/wiki/Topic:Ui9jkjungdin7alo (more of a ''gotcha'')
** by design https://www.mediawiki.org/wiki/Topic:Ui9jkjungdin7alo (more of a ''gotcha'')
* issue: Mobile (MinervaNeue) does not allow page creation
* issue: Mobile (MinervaNeue) does not allow page creation
Line 31: Line 42:
* issue: Category pages need to be manually initialized
* 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
** There is an extension to create them automatically when first referenced https://www.mediawiki.org/wiki/Extension:Auto_Create_Category_Pages
* 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: discussion/talk page discussion is tricky to do right
** There is an extension for that! https://www.mediawiki.org/wiki/Extension:DiscussionTools
*** 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

Revision as of 16:30, 19 November 2024

User

System

Upstream