| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 8 | -20643/+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. | ||||
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Updates | bwarsaw | 2006-05-01 | 1 | -7/+15 |
| | | |||||
| * | Catalog updates, and also ignore all .mo files (and email-2.5.7 directory). | bwarsaw | 2006-04-15 | 1 | -7/+10 |
| | | |||||
| * | Re-generating mailman.po files to include templates. | tkikuchi | 2006-01-08 | 1 | -625/+667 |
| | | |||||
| * | Translation update by IKEDA Soji. | tkikuchi | 2006-01-04 | 2 | -198/+214 |
| | | |||||
| * | Translation update by Ikeda san. | tkikuchi | 2005-12-22 | 1 | -51/+71 |
| | | |||||
| * | Fixes for bug 1080943. | msapiro | 2005-12-12 | 1 | -9/+9 |
| | | |||||
| * | New po files to include 'templates'. | tkikuchi | 2005-12-06 | 1 | -366/+3240 |
| | | |||||
| * | back port from 2.1.6 into MAIN | tkikuchi | 2005-08-28 | 8 | -3054/+5659 |
| | | |||||
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 4 | -4/+4 |
| | | |||||
| * | Japanese Translation of Defaults.py.in. | tkikuchi | 2003-12-26 | 1 | -0/+1270 |
| | | | | | Contributed by Soji Ikeda. | ||||
| * | Fix for an error in translation. | tkikuchi | 2003-11-29 | 1 | -1/+1 |
| | | |||||
| * | Update for trunk. | tkikuchi | 2003-09-24 | 1 | -35/+57 |
| | | |||||
| * | Typo fix by Ikeda. | tkikuchi | 2003-09-23 | 1 | -2/+2 |
| | | |||||
| * | pot/po file updates to capture bin/discard and bin/show_qfiles | bwarsaw | 2003-09-22 | 1 | -22/+59 |
| | | |||||
| * | Last minute minor fix for 2.1.3 | tkikuchi | 2003-09-22 | 1 | -10/+10 |
| | | |||||
| * | Revision of translation by Mr. Ikeda. | tkikuchi | 2003-09-16 | 1 | -1094/+185 |
| | | |||||
| * | Mailman 2.1.3 .pot file updates. Nothing really substantive. | bwarsaw | 2003-09-13 | 1 | -2/+2 |
| | | |||||
| * | Contributed by Mr. Ikeda (nezumi_at_poem.co.jp) | tkikuchi | 2003-08-26 | 1 | -0/+2643 |
| | | |||||
| * | updating translation for latest cvs. | tkikuchi | 2003-08-25 | 1 | -220/+267 |
| | | |||||
| * | Updates, including email 2.5.2. | bwarsaw | 2003-05-08 | 1 | -208/+235 |
| | | |||||
| * | Update translation date. | tkikuchi | 2003-04-22 | 1 | -1/+1 |
| | | |||||
| * | Japanese update for mailman-2.1.2 | tkikuchi | 2003-04-22 | 1 | -232/+238 |
| | | |||||
| * | Catalog updates based on the new build strategy | bwarsaw | 2003-04-21 | 2 | -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. | bwarsaw | 2003-04-21 | 2 | -275/+386 |
| | | |||||
| * | Install procedure. mailman list should be created before mailmanctl start. | tkikuchi | 2003-03-19 | 1 | -11/+11 |
| | | |||||
| * | Revise for 2.1.1 | tkikuchi | 2003-02-14 | 1 | -41/+71 |
| | | |||||
| * | Updates. | bwarsaw | 2003-02-11 | 2 | -27/+27 |
| | | |||||
| * | Updates, including a simple fix to the Russian catalog. | bwarsaw | 2003-02-04 | 2 | -350/+343 |
| | | |||||
| * | Fix for options.py xss patch. | tkikuchi | 2003-01-27 | 2 | -209/+213 |
| | | |||||
| * | adding UPGRADING translation | tkikuchi | 2002-12-30 | 1 | -0/+195 |
| | | |||||
| * | Add Chris Kolar's manual URL translation | tkikuchi | 2002-12-27 | 1 | -0/+6 |
| | | |||||
| * | Japanese updates by Tokio Kikuchi | bwarsaw | 2002-12-27 | 5 | -300/+2224 |
| | | |||||
| * | Updated catalogs and Lithuanian support by Mantas Kriauciunas. | bwarsaw | 2002-12-24 | 2 | -85/+93 |
| | | |||||
| * | Pekka Haavisto's update to the Finnish translations. Other updates, | bwarsaw | 2002-12-12 | 2 | -36/+36 |
| | | | | | probably inconsequential (sorry i18n'ers). | ||||
| * | Catalog updates (mostly catches the "administator" typo) | bwarsaw | 2002-12-11 | 2 | -182/+187 |
| | | |||||
| * | Japanese updates by Tokio Kikuchi. | bwarsaw | 2002-12-10 | 3 | -198/+210 |
| | | |||||
| * | 2.1b6 catalog updates | bwarsaw | 2002-12-09 | 2 | -245/+276 |
| | | |||||
| * | Japanese language updates by Tokio Kikuchi | bwarsaw | 2002-12-03 | 2 | -227/+230 |
| | | |||||
| * | Catalog updates | bwarsaw | 2002-12-02 | 2 | -261/+285 |
| | | |||||
| * | Catalog updates | bwarsaw | 2002-11-19 | 2 | -507/+552 |
| | | |||||
| * | Updated catalogs, including for Brazilian Portuguese by Gleysdson | bwarsaw | 2002-10-29 | 2 | -308/+340 |
| | | | | | Mazioli da Silva. | ||||
| * | Updated Japanese and Russian catalogs. | bwarsaw | 2002-10-26 | 2 | -210/+261 |
| | | |||||
| * | The latest catalog updates, in preparation for beta 4. | bwarsaw | 2002-10-25 | 2 | -261/+276 |
| | | |||||
| * | More catalog updates | bwarsaw | 2002-10-20 | 2 | -250/+323 |
| | | |||||
| * | Another round of catalog updates, based on today's checkins. | bwarsaw | 2002-10-09 | 2 | -229/+360 |
| | | |||||
| * | Updated catalog files, including mailman.pot, for MM2.1b4 release. | bwarsaw | 2002-10-07 | 2 | -511/+469 |
| | | |||||
| * | Japanese updates from Tokio Kikuchi. | bwarsaw | 2002-10-06 | 3 | -1017/+989 |
| | | |||||
| * | Updated catalogs, plus fixes to the nl charset in the .po file. | bwarsaw | 2002-08-22 | 2 | -388/+481 |
| | | |||||
