aboutsummaryrefslogtreecommitdiffstats
path: root/Perl/Webwml
Commit message (Collapse)AuthorAgeFilesLines
* add support for Perl regex in the global .transignore fileThomas Lange2023-09-201-5/+12
| | | | | You can use all types of Perl regex local .transignore files in subdirectories are no needed any more
* Major updates to perl scriptsSteve McIntyre2018-05-302-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new git backend in VCS_git.pm Switch from an old-style set of function calls to an OO API. This allows for initialisation and some state to be kept in the VCS_git.pm module - namely a per-file cache of commit hashes for a massive performance boost when doing lots of lookups. Extend the API with 2 new utility functions: * get_oldest_revision() * next_revision() Extended the vcs_cmp_rev() function to take a filename too. Add a test harness to validate the git and cvs backends. Add switch_to_git_translations.pl to walk the tree and switch from cvs revisions to git commit hashes in translation-check headers. Change all of our local scripts to use the new Local::VCS frontend *where it makes sense*. Some scripts will behave slightly differently, as the new world can't exactly match the old behaviour. CVS version numbers check_desc_trans.pl: 1.9 -> 1.10 check_trans.pl: 1.93 -> 1.94 copypage.pl: 1.42 -> 1.43 karma.pl: 1.6 -> 1.7 remove_stale.pl: 1.22 -> 1.23 smart_change.pl: 1.8 -> 1.9 stattrans.pl: 1.127 -> 1.128 switch_to_git_translations.pl: INITIAL -> 1.1 touch_translations.pl: 1.9 -> 1.10 vcs-test.pl: INITIAL -> 1.1 Perl/Local/Util.pm: 1.4 -> 1.5 Perl/Local/VCS.pm: 1.3 -> 1.4 Perl/Local/VCS_CVS.pm: 1.13 -> 1.14 Perl/Local/VCS_git.pm: 1.12 -> 1.13 Perl/Webwml/Langs.pm: 1.5 -> 1.6 Perl/Webwml/TransIgnore.pm: 1.3 -> 1.4
* Use Local::VCS instead of Local::VCS_CVSBas Zoetekouw2008-09-292-2/+2
| | | | | | | | | CVS version numbers check_desc_trans.pl: 1.5 -> 1.6 copypage.pl: 1.28 -> 1.29 Perl/Webwml/Langs.pm: 1.4 -> 1.5 Perl/Webwml/TransIgnore.pm: 1.2 -> 1.3
* Fix Webwml::Langs to use VCS_CVS.pm instead of Cvsinfo.pmBas Zoetekouw2008-09-211-49/+74
| | | | | | | | Also clean up and reindent. CVS version numbers Perl/Webwml/Langs.pm: 1.3 -> 1.4
* Fix Webwml::TransIgnore to use VCS_CVS.pm instead of Cvsinfo.pm.Bas Zoetekouw2008-09-211-77/+99
| | | | | | | | Also clean up the script, and reindent. CVS version numbers Perl/Webwml/TransIgnore.pm: 1.1 -> 1.2
* Remove since we use dl10n nowPierre Machard2004-07-182-833/+0
| | | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.15 -> 1.16(DEAD) Perl/Webwml/L10n/Debconf.pm: 1.11 -> 1.12(DEAD)
* Fix $check setting in read() [Martin Quinson]Denis Barbier2004-03-021-2/+3
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.14 -> 1.15
* * Martin QuinsonDenis Barbier2004-02-091-8/+24
| | | | | | | | | | - Add a new Switch field to gather informations about packages depending on debconf but without po-debconf support. - Add a new set_date method. CVS version numbers Perl/Webwml/L10n/Db.pm: 1.13 -> 1.14
* Read and write can now deal with gzipped filesDenis Barbier2002-11-171-4/+13
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.12 -> 1.13
* Add support for man pagesDenis Barbier2002-10-021-2/+3
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.11 -> 1.12
* Add support for po-debconf dataDenis Barbier2002-09-281-4/+4
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.10 -> 1.11
* Fix statistics when wrong language is found in templates.xxDenis Barbier2002-04-121-32/+40
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.10 -> 1.11
* When translated-fields-in-master-templates warning was displayed,Denis Barbier2002-03-031-1/+0
| | | | | | | | current field was skipped and thus stats were wrong. CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.9 -> 1.10
* Sort packages written into DB fileDenis Barbier2002-02-241-1/+1
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.9 -> 1.10
* * Many changes: s/template/templates file/Denis Barbier2002-02-241-9/+13
| | | | | | | | | | * In read_compact, an optional argument is added to disable checks on translated fields. It is used in read_dispatched so that this check is not performed when translated files are found. CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.8 -> 1.9
* lang-mismatch-in-translated-templates error was not checkedDenis Barbier2002-02-221-0/+2
| | | | | | | | in Description-* fields CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.7 -> 1.8
* Add Maintainer: fieldDenis Barbier2002-02-211-3/+3
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.8 -> 1.9
* Minor changes when checking templatesDenis Barbier2002-02-211-11/+9
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.6 -> 1.7
* Display warning about merged templates only onceDenis Barbier2002-02-211-0/+2
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.5 -> 1.6
* Perform some l10n-related checks when parsing templates filesDenis Barbier2002-02-211-14/+52
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.4 -> 1.5
* Add tests to suppress warningsDenis Barbier2002-01-241-2/+4
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.3 -> 1.4
* Change date format to %d-%02d-%02dDenis Barbier2001-12-101-1/+1
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.7 -> 1.8
* Remove useless `Warnings´ category.Denis Barbier2001-12-051-2/+5
| | | | | | | | | A non-existing field now returns an empty array instead of undef (for array values). CVS version numbers Perl/Webwml/L10n/Db.pm: 1.6 -> 1.7
* Improve some error messages.Denis Barbier2001-11-271-2/+6
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.5 -> 1.6
* Improve error reportingDenis Barbier2001-11-251-31/+87
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.2 -> 1.3
* Detect translated templates which are no more used in originalDenis Barbier2001-11-241-1/+5
| | | | | | CVS version numbers Perl/Webwml/L10n/Debconf.pm: 1.1 -> 1.2
* Method `clear' is renamed into `clear_pkg'.Denis Barbier2001-11-241-73/+78
| | | | | | | | | Separator for stat lines is now `!' instead of a colon. Redesign object structure to ease further changes in database format. CVS version numbers Perl/Webwml/L10n/Db.pm: 1.4 -> 1.5
* Module to extract statistics about translated strings in DebconfDenis Barbier2001-11-221-0/+358
| | | | | | | | | | | templates. It works with any Perl flavour, so can be used in place of debconf-getlang when recent debconf-utils package (which depends upon Perl 5.6.1) is not available. CVS version numbers Perl/Webwml/L10n/Debconf.pm: INITIAL -> 1.1
* Add PoolDir field, and remove Stats which can be retrieved from the PODenis Barbier2001-11-221-15/+9
| | | | | | | | fields. CVS version numbers Perl/Webwml/L10n/Db.pm: 1.3 -> 1.4
* Another try to fix this damned typo ;)Denis Barbier2001-11-201-1/+1
| | | | | | CVS version numbers Perl/Webwml/Langs.pm: 1.2 -> 1.3
* typoJosip Rodin2001-11-201-1/+1
| | | | | | CVS version numbers Perl/Webwml/Langs.pm: 1.1 -> 1.2
* Fix newlines in error messagesDenis Barbier2001-11-191-2/+4
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.2 -> 1.3
* Fix error messages in databaseDenis Barbier2001-11-191-2/+2
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: 1.1 -> 1.2
* New module: interface with database file used by international/l10n/ web pagesDenis Barbier2001-11-181-0/+327
| | | | | | CVS version numbers Perl/Webwml/L10n/Db.pm: INITIAL -> 1.1
* Minor changesDenis Barbier2001-09-041-1/+1
| | | | | | | CVS version numbers Perl/Local/Cvsinfo.pm: 1.1 -> 1.2 Perl/Webwml/TransCheck.pm: 1.1 -> 1.2
* Read .transignore files in subdirectories and return list of files whichDenis Barbier2001-09-041-0/+184
| | | | | | | | must not be considered when looking for outdated translations. CVS version numbers Perl/Webwml/TransIgnore.pm: INITIAL -> 1.1
* Read translation related informations found on wml::debian::translation-checkDenis Barbier2001-09-041-0/+159
| | | | | | | | lines CVS version numbers Perl/Webwml/TransCheck.pm: INITIAL -> 1.1
* Get all languages in which d.b.o is translated by parsingDenis Barbier2001-09-041-0/+154
webwml/english/template/debian/languages.wml CVS version numbers Perl/Webwml/Langs.pm: INITIAL -> 1.1

© 2014-2024 Faster IT GmbH | imprint | privacy policy