User:Juho Kunsola/log/2019: Difference between revisions

    (+ Checked that {{#babel}} works)
    (correcting info to faithfully correspond to the actual steps taken)
    Line 3: Line 3:
    * Checked that <nowiki>{{#babel}}</nowiki> works. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 15:58, 1 April 2019 (CEST)
    * Checked that <nowiki>{{#babel}}</nowiki> works. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 15:58, 1 April 2019 (CEST)
    * Added <nowiki>[[w:]]</nowiki> to the interwiki so we can easily link to Wikipedia articles. <nowiki>[[mw:]]</nowiki> was already present in the interwiki table. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 15:51, 1 April 2019 (CEST)
    * Added <nowiki>[[w:]]</nowiki> to the interwiki so we can easily link to Wikipedia articles. <nowiki>[[mw:]]</nowiki> was already present in the interwiki table. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 15:51, 1 April 2019 (CEST)
    * Installed the [[mw:MediaWiki_Language_Extension_Bundle|MediaWiki Language Extension Bundle]] (MLEB) and Extension Translate
    * Installed the following components stated in [[mw:MediaWiki_Language_Extension_Bundle|MediaWiki Language Extension Bundle]] (MLEB)
    :* Installed MLEB component with composer: [[mw:Extension:UniversalLanguageSelector]]
    :* Installed MLEB component with git: [[mw:Extension:UniversalLanguageSelector]]
    :* Installed MLEB component with composer: [[mw:Extension:LocalisationUpdate]]
    :* Installed MLEB component with git: [[mw:Extension:LocalisationUpdate]]
    :* Installed MLEB component with composer: [[mw:Extension:CleanChanges]]
    :* Installed MLEB component with git: [[mw:Extension:CleanChanges]]
    :* Installed MLEB component with composer: [[mw:Extension:Babel]]
    :* Installed MLEB component with git: [[mw:Extension:Babel]]
    :* Installed MLEB component with composer: [[mw:Extension:CLDR]]
    :* Installed MLEB component with git: [[mw:Extension:CLDR]]
    * Wrote <code>'/w/composer.local.json'</code> to automate installation of extensions and their dependencies
    * Installed [[mw:Extension:Translate]] with git
    * Wrote <code>'/w/composer.local.json'</code> to automate installation of extensions certain and their dependencies
    * Installed zipping and unzipping for PHP to make composer work: '<code>sudo apt install zip unzip php7.0-zip'</code>
    * Installed zipping and unzipping for PHP to make composer work: '<code>sudo apt install zip unzip php7.0-zip'</code>
    * Installed Composer PHP package and dependencies manager with <code>'sudo apt install composer'</code>
    * Installed Composer PHP package and dependencies manager with <code>'sudo apt install composer'</code>