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

From Stop Synthetic Filth! wiki
Jump to navigation Jump to search
(+ 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>

Revision as of 15:00, 1 April 2019

March

Monday 2019-04-01

  • Checked that {{#babel}} works. Jukeboksi (talk) 15:58, 1 April 2019 (CEST)
  • Added [[w:]] to the interwiki so we can easily link to Wikipedia articles. [[mw:]] was already present in the interwiki table. Jukeboksi (talk) 15:51, 1 April 2019 (CEST)
  • Installed the following components stated in MediaWiki Language Extension Bundle (MLEB)
  • Installed mw:Extension:Translate with git
  • Wrote '/w/composer.local.json' to automate installation of extensions certain and their dependencies
  • Installed zipping and unzipping for PHP to make composer work: 'sudo apt install zip unzip php7.0-zip'
  • Installed Composer PHP package and dependencies manager with 'sudo apt install composer'

Sunday 2019-03-31