Template:PT To-do List and Reference:LocalisationUpdate: Difference between pages

(Difference between pages)
(Autogenerated)
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
<div class="databox">
{{BSExtensionInfobox
<div class="tbl">
|desc=Allows to update the localizations for MediaWiki messages at any time, without needing to upgrade the MediaWiki software.
{|
|status=stable
|-
|developer=Tom Maaswinkel, Niklas Laxström
!Owner:
|type=MediaWiki
|username1
|edition=BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated)
|-
|compatible=MediaWiki
!Time period / milestone:
|category=Infrastructure
|what time period/project milestone is covered?
|license=GPL v2+
|}
|docu=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate
</div>
|features='''LocalisationUpdate''' keeps the localized messages as up-to-date as possible.
<div class="tbl">
{|  
|-
!Team / department / project:
|what business unit is covered?
|-
!Status:
| class="select" |'''open''' / closed
|}
</div>
</div>


== To-do list ==
{| class="wikitable sortable" style="width:100%;"
!Area / topic
!Task
!Assigned to
! style="vertical-align:middle;text-align:center;" |Due on
! style="vertical-align:middle;text-align:center;" |Status
! style="vertical-align:middle;text-align:center;" |Priority
|-
|(e.g., GUI)
|Name of this task: description of this task
|username
| style="vertical-align:middle;text-align:center;" |mm/dd
| style="vertical-align:middle;text-align:center;" |'''planned''' / started / finished
| style="vertical-align:middle;text-align:center;" |1
|-
|
|
|
| style="vertical-align:middle;text-align:center;" |
| style="vertical-align:middle;text-align:center;" |
| style="vertical-align:middle;text-align:center;" |2
|-
|
|
|
| style="vertical-align:middle;text-align:center;" |
| style="vertical-align:middle;text-align:center;" |
| style="vertical-align:middle;text-align:center;" |1
|-
|
|
|
| style="vertical-align:middle;text-align:center;" |
| style="vertical-align:middle;text-align:center;" |
| style="vertical-align:middle;text-align:center;" |3
|}


==Backlog (not scheduled)==
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.
List possible tasks that should be considered next, but are not considered for this time period:
* Name of this task: description of this task
* Name of this task: description of this task


===Notes===
Provide some details about the backlog if necessary.


==Out of scope==
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.
List the tasks that will not be considered for this project .
* Name of this task: description of this task
* Name of this task: description of this task


=== Notes ===
 
Provide some details about the out-of-scope list if necessary.
LocalisationUpdate does not update translations automatically.
__NOTOC__
 
[[Category:To-do list]]
 
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
}}

Revision as of 13:38, 5 August 2022

Extension: LocalisationUpdate

all extensions

Overview
Description: Allows to update the localizations for MediaWiki messages at any time, without needing to upgrade the MediaWiki software.
State: stable Dependency: MediaWiki
Developer: Tom Maaswinkel, Niklas Laxström License: GPL v2+
Type: MediaWiki Category: Infrastructure
Edition: BlueSpice free (deactivated), BlueSpice pro (deactivated), BlueSpice Farm (deactivated) Version: 4.1+
For more info, visit Mediawiki.

Features

LocalisationUpdate keeps the localized messages as up-to-date as possible.


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.


Whenever you want to run an update, run <code>php extensions/LocalisationUpdate/update.php</code> on the command line, or set up a cron job.


LocalisationUpdate does not update translations automatically.


If you are on a unix-like system, you should add LocalisationUpdate to crontab:

crontab -e

Add the following line:

@daily php /path/to/your/wiki/extensions/LocalisationUpdate/update.php --quiet

If localization updates don't seem to come through, you may need to run:

hp maintenance/rebuildLocalisationCache.php --force

Accessibility

Test status: 2-testing complete
Checked for: Web
Last test date: 2022-08-05
WCAG level: AA
WCAG support: not applicable
Comments:

backend extension

Extension type:
Extension focus:

Discussions