| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 45 | -1316/+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. | ||||
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 1 | -83/+0 |
| | | | | | artifacts are removed, as is the C files which we will no longer need. | ||||
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Revision marking makes these translations fuzzy. | tkikuchi | 2006-08-05 | 3 | -3/+0 |
| | | |||||
| * | - newlist.py | msapiro | 2006-06-08 | 1 | -1/+1 |
| | | | | | | | | | Added 'automate' option to be 'quiet' but still send admin notice. - admindbdetails.html Changed 'Approve' wording to 'Approve/Accept' for consistency with button labels. | ||||
| * | Remove templates/ru since all templates (except en) are generated now | bwarsaw | 2006-04-16 | 3 | -160/+0 |
| | | |||||
| * | Now that we've converted from CVS to Subversion, remove CVS cruft from | bwarsaw | 2006-04-15 | 1 | -1/+0 |
| | | | | | | the trunk. This serves also to test write permission to the svn repository, and tests email notifications. | ||||
| * | Confirmed member change of address is logged in the 'subscribe' log, | msapiro | 2006-03-03 | 1 | -0/+4 |
| | | | | | | and if admin_notify_mchanges is true, a notice is sent to the list owner using a new adminaddrchgack.txt template. | ||||
| * | Add target clean to clean up the language templates other than en. | tkikuchi | 2006-01-14 | 1 | -2/+3 |
| | | | | | Fix bug in distclean. | ||||
| * | Language templates are merged in messages/<lang>/LC_MESSAGES/mailman.po | tkikuchi | 2006-01-09 | 1083 | -34502/+0 |
| | | |||||
| * | Language templates are merged in messages/<lang>/LC_MESSAGES/mailman.po | tkikuchi | 2006-01-09 | 75 | -2473/+0 |
| | | |||||
| * | Moved to messages/ja/LC_MESSAGES/mailman.po. | tkikuchi | 2006-01-08 | 44 | -1274/+0 |
| | | |||||
| * | archtocnombox.html was introduced in 2_1-maint branch (2.1.4). | tkikuchi | 2006-01-08 | 1 | -0/+18 |
| | | | | | Adding this file in MAIN. | ||||
| * | Fixes for bug 1080943. | msapiro | 2005-12-12 | 30 | -32/+32 |
| | | |||||
| * | Templates should be generated from po files except for en. | tkikuchi | 2005-12-06 | 1 | -4/+10 |
| | | |||||
| * | Don't send password in probe. | tkikuchi | 2005-11-30 | 1 | -4/+1 |
| | | |||||
| * | Polish translation update (for MAIN). | tkikuchi | 2005-10-31 | 1 | -7/+8 |
| | | |||||
| * | Backporting language updates from Release_2_1-maint. | tkikuchi | 2005-10-16 | 2 | -2/+2 |
| | | | | | (Polish and Spanish) | ||||
| * | Add a new language -- Interlingua. Contributed by Arberto Mardegan. | tkikuchi | 2005-10-08 | 45 | -1/+1245 |
| | | |||||
| * | adding templates/tr | tkikuchi | 2005-08-28 | 43 | -0/+1332 |
| | | |||||
| * | add templates/ro | tkikuchi | 2005-08-28 | 42 | -0/+1249 |
| | | |||||
| * | add templates/hr | tkikuchi | 2005-08-28 | 42 | -0/+1236 |
| | | |||||
| * | adding new files in ru and uk from 2.1.6. | tkikuchi | 2005-08-28 | 2 | -0/+50 |
| | | |||||
| * | adding new files from 2.1.6 | tkikuchi | 2005-08-28 | 2 | -0/+46 |
| | | |||||
| * | adding new files in templates/it from 2.1.6 | tkikuchi | 2005-08-28 | 2 | -0/+48 |
| | | |||||
| * | adding 2.1.6 files in templates/es | tkikuchi | 2005-08-28 | 9 | -0/+127 |
| | | |||||
| * | adding 2.1.6 files in templates/da | tkikuchi | 2005-08-28 | 2 | -0/+46 |
| | | |||||
| * | adding en/probe.txt | tkikuchi | 2005-08-28 | 1 | -0/+28 |
| | | |||||
| * | back port from 2.1.6. | tkikuchi | 2005-08-28 | 237 | -1820/+1603 |
| | | |||||
| * | remove gb from MAIN (moving to zh_CN) | tkikuchi | 2005-08-28 | 26 | -716/+0 |
| | | |||||
| * | remove big5 in MAIN (moving to zh_TW) | tkikuchi | 2005-08-28 | 26 | -716/+0 |
| | | |||||
| * | adding templates/zh_CN into MAIN. | tkikuchi | 2005-08-28 | 44 | -0/+1169 |
| | | |||||
| * | adding templates/zh_TW into MAIN. | tkikuchi | 2005-08-28 | 26 | -0/+716 |
| | | |||||
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | | |||||
| * | Added eight files and changed translation on some files. | gleydson | 2004-11-03 | 8 | -0/+94 |
| | | |||||
| * | Typo in template | danohnesorg | 2004-06-16 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | robertgarrigos | 2004-05-06 | 1 | -1/+7 |
| | | |||||
| * | *** empty log message *** | robertgarrigos | 2004-05-06 | 1 | -15/+1 |
| | | |||||
| * | Fixed wrong translations. Thanks to Jo�o Carlos Mendes Lu�s | gleydson | 2004-04-04 | 1 | -1/+1 |
| | | |||||
| * | Updated translations and some fixes. | gleydson | 2004-04-02 | 23 | -103/+101 |
| | | |||||
| * | A missing / sign makes unreachable the desired page. The bug was found by ↵ | szilardv | 2004-01-26 | 1 | -1/+1 |
| | | | | | Karoly Segesdi. Thanks. | ||||
| * | Fixing a nasty typo. | szilardv | 2004-01-14 | 1 | -1/+1 |
| | | |||||
| * | Short fix. | pheinlein | 2004-01-06 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | robertgarrigos | 2003-12-03 | 3 | -47/+335 |
| | | |||||
| * | Updating basque translation templates | piarres | 2003-12-03 | 36 | -535/+498 |
| | | |||||
| * | *** empty log message *** | pheinlein | 2003-11-05 | 1 | -1/+1 |
| | | |||||
| * | Forward porting Catalan support | bwarsaw | 2003-11-01 | 43 | -1/+1210 |
| | | |||||
| * | Small HTML-Fix, thanks to pioppo@ferrara.linux.it. | pheinlein | 2003-10-06 | 1 | -0/+2 |
| | | |||||
| * | Slovenian support by Uros Kositer. | bwarsaw | 2003-10-04 | 42 | -0/+1235 |
| | | |||||
| * | Added Slovenian support. | bwarsaw | 2003-10-04 | 1 | -1/+1 |
| | | |||||
