|
|
| Participants: |
David Mudrak and Petr Skoda
|
| Security Level: |
None
|
| QA Assignee: |
Petr Skoda
|
| Resolved date: |
02/Nov/08
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
|
Before Moodle upgrade, the current language pack is automatically updated from download.moodle.org. For translators working with CVS, this replaces their CVS checkouts by the "static" pack from moodle.org :-(
This is a proposal to introduce new $CFG settings that disables automatic language update and let translators (lang pack maintainers) to keep their moodledata/lang/* up-to-date manually (as they do as CVS maintainers).
|
|
Description
|
Before Moodle upgrade, the current language pack is automatically updated from download.moodle.org. For translators working with CVS, this replaces their CVS checkouts by the "static" pack from moodle.org :-(
This is a proposal to introduce new $CFG settings that disables automatic language update and let translators (lang pack maintainers) to keep their moodledata/lang/* up-to-date manually (as they do as CVS maintainers). |
Show » |
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 01/Nov/08 06:01 AM
MDL-17094 Allow translators to disable automatic language update during Moodle upgrade.
One needs just add $CFG->skiplangupgrade = true; to their config.php and keep their language pack up-to-date manually. This is intended for lang pack maintainers with CVS access only.
|
|
|
committed 1 file to 'Moodle CVS' - 01/Nov/08 06:11 AM
MDL-17094 Allow translators to disable automatic language update during Moodle upgrade.
One needs just add $CFG->skiplangupgrade = true; to their config.php and keep their language pack up-to-date manually. This is intended for lang pack maintainers with CVS access only.
This is backpported from MOODLE_19_STABLE admin/index.php
|
|
|
committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 02/Nov/08 04:30 AM
MDL-17094 Automatic language update can be disabled via $CFG->skiplangupgrade settings.
|
|
|
committed 2 files to 'Moodle CVS' - 02/Nov/08 04:35 AM
MDL-17094 Automatic language update can be disabled via $CFG->skiplangupgrade settings. Merged from MOODLE_19_STABLE
|
|
|
martignoni committed 1 file to 'Lang CVS' - 02/Nov/08 04:48 AM
committed 1 file to 'Lang CVS' - 02/Nov/08 11:07 AM
MDL-17094 Translated a new string for $CFG->skiplangupgrade.
|
|
|
|