Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment typo (also, test my commit privileges) | akuchling | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | Fix a very old bug in withlist which prevented -r from working with package | bwarsaw | 2007-04-05 | 2 | -5/+10 |
| | | | | | paths more deeply nested than 1 level. IOW, -r package.package.module.func now works as intended. | ||||
* | New templates, which aren't now in repository | danohnesorg | 2007-03-23 | 11 | -0/+165 |
| | |||||
* | update of czech templates, will follow some inserts of new files | danohnesorg | 2007-03-23 | 6 | -13/+6 |
| | |||||
* | Transfer of Czech messages from trunk to Release_2_1-maint | danohnesorg | 2007-03-23 | 1 | -747/+236 |
| | |||||
* | Added a reference to the tracker number for the OldStyleMemberships.py fix. | msapiro | 2007-03-21 | 1 | -3/+3 |
| | |||||
* | - Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an address | msapiro | 2007-03-20 | 2 | -3/+15 |
| | | | | | | | with upper case in the domain if the local part was all lower case. - Changed the semantics of OldStyleMemberships.changeMemberAddress os that in the case of a straightforward address change, i.e. nodelete = 0, delivery status and time are preserved if BYUSER or BYADMIN. | ||||
* | Fixed bug # 1660666. | msapiro | 2007-02-15 | 1 | -4/+5 |
| | |||||
* | Change the Installation Requirements to now recommend Python 2.4.4, | bwarsaw | 2007-02-15 | 2 | -4/+15 |
| | | | | | | | | but also point to the wiki as the definitive information on requirements. (The wiki has been updated.) Remove specific gcc version requirements; I don't think it actually matters these days. Also, add a simple Makefile for building the documentation. | ||||
* | Ported from the trunk to pick up a couple of changes. | msapiro | 2007-02-08 | 1 | -2/+3 |
| | |||||
* | - Changed cmd_who.py to show hidden members when authorization is by list ↵ | msapiro | 2007-02-07 | 2 | -18/+41 |
| | | | | | admin or moderator password. - Changed cmd_who.py public roster syntax to accept optional list admin or moderator password. | ||||
* | Changed header_filter_rules processing to ignore blank patterns. | msapiro | 2007-01-20 | 1 | -1/+4 |
| | |||||
* | Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that the | msapiro | 2007-01-07 | 1 | -7/+8 |
| | | | empty list is the appropriate value if Postfix virtual domains aren't used. | ||||
* | Ensure that exported XML is written in utf-8, at least if we're writing to a | bwarsaw | 2007-01-02 | 1 | -5/+7 |
| | | | | | file other than stdout. Fix a typo in getting the digest style. Update copyright years. | ||||
* | Port from the trunk: include the widget_type in the <options> tag. | bwarsaw | 2006-12-30 | 1 | -3/+27 |
| | |||||
* | Added the ability to specify a password hashing scheme for output of | bwarsaw | 2006-12-30 | 1 | -10/+61 |
| | | | | | | | | | | user passwords. Default is 'none' which disables passwords altogether in the resulting XML. Other choices include: plain -- output passwords in plain text sha -- sha1 hash of password ssha -- sha1 hash salted with 4 random bytes (only available if os.urandom() works) | ||||
* | Port the Mailman trunk's export.py script to Mailman 2.1. Anyone wanting to | bwarsaw | 2006-12-29 | 4 | -1108/+4335 |
| | | | | | | | | | upgrade from Mailman 2.1 to the trunk -- after the merge of the SQLAlchemy code -- will need this. Note that I don't intend to implement import in MM2.1. This script is a little diffferent than what's on the trunk, but functionally (and schema-wise) equivalent. | ||||
* | Delete the .bak file from the queue for an unparseable message. | msapiro | 2006-11-17 | 1 | -0/+1 |
| | |||||
* | 2 links fixed -- submitted by Thijs Kinkhorst <thijs@debian.org>. Thanks! | pheinlein | 2006-10-22 | 1 | -3/+3 |
| | |||||
* | With python2.5, importing JapaneseCodecs triggers LookupError because | tkikuchi | 2006-10-12 | 1 | -3/+18 |
| | | | | | | | | | 'iso2022_jp' does not exist in japanese (but 'iso_2022_jp'). We try to test Japanese (and Korean) codecs before changing path order and do not import japanese/korean if the codecs already exist in python distribution. (as in 2.4 and 2.5) Importing japanese/korean is going away in mailman-2.2. | ||||
* | Fixed admin.py so null VARHELP category is handled (1573393). | msapiro | 2006-10-11 | 2 | -4/+9 |
| | |||||
* | Removed the "Discard all messages marked Defer" checkbox from the | msapiro | 2006-09-21 | 1 | -2/+2 |
| | | | details=all page. | ||||
* | Correct a long-standing oversight by acknowledging the contributions of Brad | bwarsaw | 2006-09-18 | 1 | -0/+6 |
| | | | | Knowles and JC Dill. | ||||
* | external in the shared admin directory from the trunk | bwarsaw | 2006-09-17 | 0 | -0/+0 |
| | |||||
* | Copy the mm21 admin directory out of the mm21 branch. We'll svn | bwarsaw | 2006-09-17 | 235 | -38639/+0 |
| | | | | | external the latter to get that back into the release, but I really don't want to maintain multiple copies of the web pages. | ||||
* | We can no longer provide tarball downloads from list.org. | bwarsaw | 2006-09-13 | 2 | -53/+13 |
| | |||||
* | Set things up for 2.1.10a0 | bwarsaw | 2006-09-13 | 2 | -3/+5 |
| | |||||
* | Tag as 2.1.9 (final). Also, remove version.ht* since it's redundant. | bwarsaw | 2006-09-13 | 28 | -244/+32 |
| | |||||
* | Fix an unexploitable format string vulnerability. Even though unexploitable, | bwarsaw | 2006-09-11 | 2 | -1/+5 |
| | | | | | it's still crappy coding that should be fixed. CVE-2006-2191. Thanks go to Karl Chen, Martin 'Joey' Schulze, and Elie Mamane. | ||||
* | 2006-09-07 Committed updated Dutch translations of the messages mailman.po ↵ | clytie | 2006-09-07 | 2 | -1885/+1675 |
| | | | | | file and the template admindbdetails.html by Jan Veuger <info@janveuger.com> Clytie Siddall <clytie@riverland.net.au> | ||||
* | vi.po Updated Vietnamese translation, Clytie Siddall <clytie@riverland.net.au> | clytie | 2006-09-07 | 1 | -1254/+1356 |
| | |||||
* | Updates for 2.1.9 and beyond. Remove the inthenews.ht files and instead | bwarsaw | 2006-09-05 | 25 | -1556/+75 |
| | | | | | include a new 'Community' link in the topbar that points to the COM space in the wiki. | ||||
* | minors corrections from P.GEORGE | p_george | 2006-09-04 | 3 | -16/+36 |
| | |||||
* | Several fixes done in the last months. | pheinlein | 2006-09-03 | 1 | -149/+101 |
| | |||||
* | 2.1.9 final will be released this month | bwarsaw | 2006-09-02 | 1 | -1/+1 |
| | |||||
* | Update web pages and version numbers for 2.1.9rc1. | bwarsaw | 2006-09-02 | 26 | -39/+35 |
| | |||||
* | Message template and catalogs update. | tkikuchi | 2006-09-01 | 35 | -7113/+7287 |
| | |||||
* | Revised translation by IKEDA Soji. | tkikuchi | 2006-09-01 | 2 | -20/+39 |
| | |||||
* | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 2006-09-01 | 23 | -290/+236 |
| | | | | | | | yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1! | ||||
* | Catalog updates. | bwarsaw | 2006-08-30 | 2 | -3316/+3347 |
| | |||||
* | Make a sweep through the web pages to update various bits of information. | bwarsaw | 2006-08-30 | 31 | -750/+476 |
| | | | | This is in prep for the 2.1.9 release. | ||||
* | CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery by | bwarsaw | 2006-08-30 | 10 | -33/+67 |
| | | | | | Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry). | ||||
* | Update copyright years. | bwarsaw | 2006-08-07 | 1 | -1/+1 |
| | |||||
* | svn:ignore .mo files. | bwarsaw | 2006-08-07 | 0 | -0/+0 |
| | |||||
* | Bump version number to 2.1.9a0 | bwarsaw | 2006-08-07 | 1 | -4/+5 |
| | |||||
* | New language -> languages. Sorry we don't have plurals in japanese. | tkikuchi | 2006-08-05 | 1 | -1/+1 |
| | |||||
* | Add new language: Arabic. | tkikuchi | 2006-08-05 | 1 | -539/+3340 |
| | |||||
* | Arabic templates. | tkikuchi | 2006-08-04 | 44 | -0/+1267 |
| | |||||
* | Arabic directory and file. | tkikuchi | 2006-08-04 | 1 | -0/+10112 |
| | |||||
* | Language files update. New languages: Arabic, Vietnamese. | tkikuchi | 2006-08-04 | 36 | -14148/+16524 |
| |