User:Goraf/Todo: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
m (+templates to add)
(→‎Uncategorized: +points for updating wiki, wiki issues and wiki chagelog)
Line 22: Line 22:


* Links to exteranal images (embedded images)
* Links to exteranal images (embedded images)
* Create guide for updating wiki
** cache problems
** $wgReadOnly blocks 'update' script
** $wgOverrideHostname - [https://phabricator.wikimedia.org/T172060]
** don't run <code>composer update</code> in top directory
** don't use <code>--no-dev</code> switch with composer for wiki engine
** updating extensions installed manually
** updating extensions installed by composer <code>composer install</code>
* Wiki issues
** subpageList bug with displaying parent item
** SyntaxHighlitght doesn't work for lua
* Wiki changelog
** Create wiki changelog with major changes like extensions, new features and so on


== Templates ==
== Templates ==

Revision as of 22:56, 3 December 2017

List of things to do and finished one.

locally - means that changes are made in a local copy of wiki and they only need to be copied/applied if this version will be able to handle them (has an extensions and so on)


Uncategorized

  • Namespaces
    • Create namespace for docs (locally)
    • Create namespace for content (locally)
    • Create namespace for translations / localizations (L10n) (locally)
  • Documentation
    • modify {{Documentation}} to use docs namespace (locally)
    • move all docs to a new namespace
  • Localization
    • move all templates with localizations to the new namespace and make needed changes to the templates
  • Links to exteranal images (embedded images)
  • Create guide for updating wiki
    • cache problems
    • $wgReadOnly blocks 'update' script
    • $wgOverrideHostname - [1]
    • don't run composer update in top directory
    • don't use --no-dev switch with composer for wiki engine
    • updating extensions installed manually
    • updating extensions installed by composer composer install
  • Wiki issues
    • subpageList bug with displaying parent item
    • SyntaxHighlitght doesn't work for lua
  • Wiki changelog
    • Create wiki changelog with major changes like extensions, new features and so on

Templates

  • changes to {{Plugin}} and its subpages / dependencies (or create a wrapper)
    • move table headings to L10n (locally)
    • change call-syntax to just one line (locally - not in 100%)
  • for default strings to mark untranslated parts
  • {{AddonLink}}
  • structure of the glossaries - wiki's desc
  • think of Template:Collapse (modyfication to our)
  • move deprecated plugins from Template:Plugins to another one
  • delete unneded "Readme" subpages

To add


Content

  • CmdLine
    • Commands
      • structure (locally)
      • content/translations (locally): defaults, en, ru
  • Facebook
    • HiddenSettings
      • move HiddenSettings to the content namespace and L10n namespace (locally)
      • modify "template" accordingly (locally)
  • HistoryPP
    • HiddenOptions
    • Date and time formatting - examples
    • Date and time formatting - format
    • Text formatting
    • Text formatting - variables
  • HistoryStats
    • Supported variables
      • structure (locally)
      • content/translations (locally): defaults
  • Jabber
    • list of XEP's
  • Omegle
    • Commands
      • structure (locally)
      • content/translations (locally): defaults, cs, de, en, pl, ru
  • Tipper

Extensions

Scribunto

Long-term

  • rewrite templates to use Lua


Skin

Long-term

  • mw update (changes in handlings skins)
  • ...