summaryrefslogtreecommitdiff
path: root/messages/it (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-162-15655/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | existing unit tests. Here's a summary of the changes. - Removed all dependent third party packages, since the setup.py file now claims all package dependencies such that they can be automatically installed from the cheeseshop. - Moved the misc directory into the Mailman package as Mailman/data. Moved templates and messages to Mailman subpackages. - Added an ILanguageManager interface, plus an implementation, so that we don't use Defaults.LC_DESCRIPTIONS directly anymore. Added a doctest for this interface and implementation. Defaults.LANGUAGES is moved into mailman.cfg. Defaults.LANGUAGE_DICT is moved to _DEFAULT_LANGUAGE_DATA, and LC_DESCRIPTIONS is removed. The calculation of the available and enabled languages is moved to the Configuration class, but this will probably still need work. Utils.GetLanguageDescr() and Utils.IsLanguage() are removed. I'd like to remove GetCharSet() eventually too, but there are too many uses of this currently, so I'm deferring it. - Utils.findtext(): Hacks added so that templates can be retrieved from the language catalog. The hack is that the template contents are used to find the translation, but in the one test case where this is actually flexed, the trailing newline in the file contents has to be trimmed. This is probably not right. - No more Defaults.py.in or mm_cfg.py! Defaults.py.in is moved to Defaults.py and is no longer created from a template file. The script called make_instance is added which creates an etc/mailman.cfg file from mailman.cfg.in (previously, mailman.cfg.sample) and /that/ file now has the small number of calculated values. In general, make_instance will not touch mailman.cfg if it exists, unless the --force option is given. CGIEXT is made the empty string by default (i.e. not generated). make_instance grows a --var-dir option. Fleshed out the --languages opton. - Defaults.py grows a DEFAULT_VAR_DIRECTORY variable, which is the default location of the 'var' directory. The Configuration class uses this as one of the directories it searches for its landmark, i.e. etc/mailman.cfg. RUNTIME_DIR is gone, as is VAR_PREFIX. - testall needs to write MAILMAN_USER, MAILMAN_UID, MAILMAN_GROUP, MAILMAN_GID, and LANGUAGES run time variables. - bin/withlist no longer needs to add config.BIN_DIR to sys.path, because in fact that variable doesn't exist any more. - Tweak the French catalog to make a test work. This is needed because of the conversion from %-strings to $-strings. - The setup.py now generates the .mo files before it does its thing. This will have to be fixed, but for now we must generate these files on setup build time instead of installation time. - Removed an unused interface.
* Updatesbwarsaw2006-05-011-5/+13
|
* Ignore the non-en language directories, which are created at build time.bwarsaw2006-04-161-5/+8
|
* Re-generating mailman.po files to include templates.tkikuchi2006-01-081-646/+708
|
* Fixes for bug 1080943.msapiro2005-12-121-7/+7
|
* New po files to include 'templates'.tkikuchi2005-12-061-453/+3462
|
* back port from 2.1.6 into MAINtkikuchi2005-08-282-512/+592
|
* Preparing for 2.1.6pioppo2004-12-041-1020/+1421
|
* typo, thanks to Claudio Cattazzopioppo2003-11-072-1/+2
|
* pot/po file updates to capture bin/discard and bin/show_qfilesbwarsaw2003-09-221-21/+58
|
* Mailman 2.1.3 .pot file updates. Nothing really substantive.bwarsaw2003-09-131-2/+2
|
* Latest updates.bwarsaw2003-08-251-205/+231
|
* Changed virtualhost for both web and email addresses.pioppo2003-08-181-2/+2
| | | | For Barry: please apply to the web site too!
* Updates, including email 2.5.2.bwarsaw2003-05-081-43/+96
|
* and this is for the trunkpioppo2003-04-221-89/+109
|
* Catalog updates based on the new build strategybwarsaw2003-04-212-20/+29
| | | | | Also, remove all the .mo files from cvs. Translators should now only make changes to the .po files.
* Generated an updated .pot file and updated the .po files.bwarsaw2003-04-212-276/+387
|
* Updates.bwarsaw2003-02-112-47/+65
|
* Defuzzied 4 strings for recent user->safeuser changespioppo2003-02-042-48/+26
|
* Updates, including a simple fix to the Russian catalog.bwarsaw2003-02-042-252/+261
|
* translated 2 new strings, now ready for RC1pioppo2002-12-252-3/+3
|
* Updated catalogs and Lithuanian support by Mantas Kriauciunas.bwarsaw2002-12-242-85/+93
|
* Pekka Haavisto's update to the Finnish translations. Other updates,bwarsaw2002-12-122-56/+74
| | | | probably inconsequential (sorry i18n'ers).
* de-fuzzied some entry, corrected a typo.pioppo2002-12-112-55/+37
|
* Catalog updates (mostly catches the "administator" typo)bwarsaw2002-12-112-32/+66
|
* ready for b6pioppo2002-12-092-53/+46
|
* 2.1b6 catalog updatesbwarsaw2002-12-092-109/+165
|
* Added new revisionerpioppo2002-12-021-0/+1
|
* In an ideal world this would be my last checkin before 2.1 final ;)pioppo2002-12-022-54/+40
|
* Catalog updatesbwarsaw2002-12-022-285/+333
|
* 1223/1223 okpioppo2002-11-252-140/+86
|
* Catalog updatesbwarsaw2002-11-192-547/+641
|
* re-aligned to Nov 13 CVS.pioppo2002-11-152-44/+25
|
* Updated catalogs, including for Brazilian Portuguese by Gleysdsonbwarsaw2002-10-292-154/+234
| | | | Mazioli da Silva.
* last minute fixes, now ready for 2.1b4...pioppo2002-10-262-40/+27
| | | | hoping it's not too late ;)
* The latest catalog updates, in preparation for beta 4.bwarsaw2002-10-252-278/+309
|
* updated to last mail<->news gateway changespioppo2002-10-202-44/+54
|
* More catalog updatesbwarsaw2002-10-202-278/+369
|
* Some small fixespioppo2002-10-132-7/+5
|
* getting ready for 2.1b4pioppo2002-10-103-334/+261
|
* Another round of catalog updates, based on today's checkins.bwarsaw2002-10-092-66/+405
|
* Updated catalog files, including mailman.pot, for MM2.1b4 release.bwarsaw2002-10-072-769/+1013
|
* Many bugfixes...pioppo2002-08-212-150/+150
| | | | Aligned to 2.1b3+
* Added new peoplepioppo2002-08-151-1/+8
|
* Oops, forgot thispioppo2002-08-101-0/+0
|
* Aligned to 2.1b3pioppo2002-08-101-158/+193
|
* Updated catalogs for 2.1b3.bwarsaw2002-08-102-322/+452
|
* Updates to the italian translationpioppo2002-07-132-227/+222
|
* Fixed and updated catalogs (the French catalog needs manual conflictbwarsaw2002-07-132-139/+77
| | | | resolution -- will do that next).
* Updated catalogs include Finnish updates from Pekka Haavistobwarsaw2002-07-122-325/+465
|