Reference:LocalisationUpdate and Manual:Extension/ContentDroplets/Checklist: Difference between pages

(Difference between pages)
No edit summary
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
{{BSExtensionInfobox
==Projects==
|desc=Allows to update the localizations for MediaWiki messages at any time, without needing to upgrade the MediaWiki software.
Valid from the day after the first publication, EOB.
|status=stable
|developer=Tom Maaswinkel, Niklas Laxström
|type=MediaWiki
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)
|compatible=MediaWiki
|category=Infrastructure
|license=GPL v2+
|docu=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate
|features='''LocalisationUpdate''' keeps the localized messages as up-to-date as possible.  


'''Type:''' D = decision |  I = information  | T =  task        '''Who:''' Mg = Management | OP = operational


This MediaWiki extension fetches updates to MediaWiki core and extension localization files and makes them available to an installation without updating its own source. This allows us to pull updated translations being committed to development trunk even though our live install is running a deployment branch.
===Milestones===
{| class="wikitable" style="width: 100%;"
|-
! style="width:50px;" |Type
!Customer
!Who
! What
!Due date
! style="width:150px;" |Status
|-
| style="width:50px;" |
|
|
|
|
|  style="width:150px;"|<bs:checklist type="list" value="false" list="Template:JF Status" />
|-
| style="width:50px;" |
|
|
|
|
| style="width:150px;" |<bs:checklist type="list" value="false" list="Template:JF Status" />
|}
===Escalations===
{| class="wikitable" style="width: 100%;"
|-
! style="width:50px;" |Type
!Customer
!Who
! What
!Due date
! style="width:150px;" |Status
|-
| style="width:50px;" |
|
|
|
|
|  style="width:150px;"|<bs:checklist type="list" value="false" list="Template:JF Status" />
|-
| style="width:50px;" |
|
|
|
|
| style="width:150px;" |<bs:checklist type="list" value="false" list="Template:JF Status" />
|}


===Customers in general===
{| class="wikitable" style="width: 100%;"
|-
! style="width:50px;" |Type
!Customer
!Who
! What
!Due date
! style="width:150px;" |Status
|-
| style="width:50px;" |
|
|
|
|
|  style="width:150px;"|<bs:checklist type="list" value="false" list="Template:JF Status" />
|-
| style="width:50px;" |
|
|
|
|
| style="width:150px;" |<bs:checklist type="list" value="false" list="Template:JF Status" />
|}


Whenever you want to run an update, run <nowiki><code>php extensions/LocalisationUpdate/update.php</code></nowiki> on the command line, or set up a cron job.
==Organizational==
{| class="wikitable" style="width: 100%;"
|-
! style="width:50px;" |Type
!Customer
!Who
! What
!Due date
! style="width:150px;" |Status
|-
| style="width:50px;" |
|
|
|
|
|  style="width:150px;"|<bs:checklist type="list" value="false" list="Template:JF Status" />
|-
| style="width:50px;" |
|
|
|
|
| style="width:150px;" |<bs:checklist type="list" value="false" list="Template:JF Status" />
|}


 
__NOTOC__
LocalisationUpdate does not update translations automatically.
 
 
If you are on a unix-like system, you should add LocalisationUpdate to crontab:
 
<syntaxhighlight language="text">
crontab -e
</syntaxhighlight>
 
Add the following line:
 
<syntaxhighlight language="text">
@daily php /path/to/your/wiki/extensions/LocalisationUpdate/update.php --quiet
</syntaxhighlight>
 
If localization updates don't seem to come through, you may need to run:
 
<syntaxhighlight language="text">
hp maintenance/rebuildLocalisationCache.php --force
</syntaxhighlight>
|active=No
}}
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web
|wcagTestdate=2022-08-05
|wcagLevel=AA
|wcagSupport=not applicable
|wcagComments=backend extension
}}

Latest revision as of 12:11, 16 August 2023

Projects

Valid from the day after the first publication, EOB.

Type: D = decision | I = information | T = task Who: Mg = Management | OP = operational

Milestones

Type Customer Who What Due date Status

Escalations

Type Customer Who What Due date Status

Customers in general

Type Customer Who What Due date Status

Organizational

Type Customer Who What Due date Status


No categories assignedEdit

Discussions