Jump to content

Todo List: Difference between revisions

From Survivalcraft Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:


==General Tasks==
==General Tasks==
* Fix model rendering on iOS quick view.
* Fix model rendering on iOS quick view
** <code>ios-src="../../shared-assets/models/</code><code>Model.usdz"</code>
** <syntaxhighlight lang="html">
ios-src="../../shared-assets/models/Model.usdz"
</syntaxhighlight>
* Disable raw HTML ($wgRawHtml = true;).
* Disable raw HTML ($wgRawHtml = true;).
* Implement HTML whitelist plugin for safe HTML tags.
* Implement HTML whitelist plugin for safe HTML tags.

Revision as of 19:08, 30 July 2025

Public to-do list for administrators.

General Tasks

  • Fix model rendering on iOS quick view
    • ios-src="../../shared-assets/models/Model.usdz"
      
  • Disable raw HTML ($wgRawHtml = true;).
  • Implement HTML whitelist plugin for safe HTML tags.
  • Crop and upload recipe images for all craftable items/blocks.
  • Find solution for passing parameters to the model viewer using the Widgets extension.
  • Texture and shade all creature models in Blender and import files to server file directory.
  • Texture and shade all block and items models in Blender and import files to server file directory.
  • Create model posters using https://modelviewer.dev/editor for all creature/block/item models and upload to wiki.
  • Make template for Template:BlockInfoBox
  • Make template for Template:MessageBox