Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd_subscribe.py - Changed to properly accept (no)digest without a password | Mark Sapiro | 2008-03-19 | 2 | -2/+12 |
| | | | | and to recognize (no)digest and address= case insensitively. | ||||
* | Gui/GuiBase.py - Don't allow self references in *_these_nonmembers | Mark Sapiro | 2008-03-15 | 3 | -18/+44 |
| | | | | | | | | | | | | or regular_(in|ex)clude_lists. Handlers/CalcRecips.py - Log and skip any self reference lists in regular_(in|ex)clude_lists. Compare To: and Cc: addresses and regular_(in|ex)clude_lists case insensitively. Handlers/Moderate.py - Log and skip any self reference lists in *_these_nonmembers. | ||||
* | Updated Version.py for 2.1.10b4. | Mark Sapiro | 2008-03-13 | 3 | -3/+8 |
| | | | | | | | Updated release tag in NEWS for 2.1.10b4. Added note to UPGRADING about the necessity to reset list passwords after a 2.0.x to 2.1.x upgrade. | ||||
* | Merged A.M. Kuchling's 'Small Fixes' branch | Mark Sapiro | 2008-03-11 | 9 | -49/+36 |
|\ | |||||
| * | Docs are no longer in admin/www, but in doc/ | A.M. Kuchling | 2008-03-07 | 5 | -10/+10 |
| | | |||||
| * | Merge | A.M. Kuchling | 2008-03-07 | 4 | -1/+16 |
| |\ | |||||
| * | | Merge NEWS change | A.M. Kuchling | 2008-03-07 | 1 | -0/+7 |
| | | | |||||
| * | | According to http://wiki.list.org/display/DOC/Installation+requirements, ↵ | A.M. Kuchling | 2008-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | Mailman no longer works with Python 2.1 or 2.2 | ||||
| * | | Correct Python version to 2.5.2; I forgot that 2.5.3 doesn't exist yet | A.M. Kuchling | 2008-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | Remove references to README.{EXIM,QMAIL,LINUX}; grammar fix | A.M. Kuchling | 2008-02-26 | 1 | -11/+7 |
| | | | |||||
| * | | Small grammar fixes; update reference to README.<mta> files | A.M. Kuchling | 2008-02-26 | 1 | -7/+7 |
| | | | |||||
| * | | Update two URLs | A.M. Kuchling | 2008-02-26 | 2 | -2/+2 |
| | | | |||||
| * | | Update README | A.M. Kuchling | 2008-02-26 | 1 | -18/+9 |
| | | | |||||
* | | | Removed bogus >From line from hotpop_01.txt bounce test message | Mark Sapiro | 2008-03-10 | 1 | -1/+0 |
| | | | |||||
* | | | Updated French translation from Pascal George | Mark Sapiro | 2008-03-10 | 16 | -138/+177 |
| | | | |||||
* | | | CookHeaders.py - Changed the first URL in the RFC 2369 List-Unsubscribe: | Mark Sapiro | 2008-03-06 | 3 | -6/+18 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | header to go to the options login page instead of the listinfo page. options.py - Changed to only issue the "No address given" error if coming from the page itself so we don't get the error when linking from another page or the List-Unsubscribe: header. - Changed to remember the user's language selection when redisplaying the page after an error. | ||||
* | | Fixed bin/newlist to add the list's preferred language to the list's | Mark Sapiro | 2008-03-03 | 2 | -1/+9 |
| | | | | | | | | | | available_languages if it is other than the server's default language (1906368). | ||||
* | | Changed add_members, clone_member and sync_members to catch or avoid | Mark Sapiro | 2008-02-29 | 4 | -0/+14 |
|/ | | | | MembershipIsBanned exception and report appropriately. | ||||
* | Updated Dutch translation per Jan Veuger | Mark Sapiro | 2008-02-26 | 1 | -1639/+1182 |
| | |||||
* | MailList.py - Changed the already a member logic in the ChangeMemberAddress() | Mark Sapiro | 2008-02-23 | 1 | -3/+4 |
| | | | | method. This time I think I got it right. | ||||
* | MailList.py - Reversed a portion of the immediately previous change. It | Mark Sapiro | 2008-02-23 | 1 | -3/+2 |
| | | | | | was just more complicated and logically equivalent to the previous code. | ||||
* | MailList.py - Corrected some long standing incomplete logic in the | Mark Sapiro | 2008-02-23 | 2 | -9/+25 |
| | | | | | | | | | | ChangeMemberAddress() and ApprovedChangeMemberAddress() methods having to do with case-only changes and confirmations of changes already done another way. confirm.py - Caught a MMAlreadyAMember exception that can occur rarely with address changes. This adds a new i18n string, but it's rare enough that I'm not concerned about the translations. | ||||
* | Corrected a missing format character in the fr message catalog | Mark Sapiro | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | cmd_confirm.py - Modified to catch a UnicodeError that may occur under | Mark Sapiro | 2008-02-19 | 2 | -4/+8 |
| | | | | | | | | obscure circumstances when scanning the message body for "unprocessed" commands. Moderate.py - Modified to not try to match "@listname" directly against the sender address. | ||||
* | Added Galician translation from Frco. Javier Rial Rodrguez. | Mark Sapiro | 2008-02-14 | 50 | -4/+13048 |
| | |||||
* | Switchboard.py - Added code to catch exceptions thrown in unpickling .bak | Mark Sapiro | 2008-02-14 | 1 | -18/+27 |
| | | | | | | | files and preserve the file. This occurred when dequeue of a large entry threw MemoryError, the runner died and restarted, and then unpickling the .bak threw another MemoryError. | ||||
* | The 2.1.10 security enhancements have been assigned a new CVE. Updated | Mark Sapiro | 2008-02-04 | 1 | -4/+4 |
| | | | | NEWS accordingly. | ||||
* | Moderate.py - expanded some tabs inadvertently introduced in rev 1008 | Mark Sapiro | 2008-02-04 | 1 | -4/+4 |
| | |||||
* | HTMLFormatter.py - list_hidden didn't work for digest members. Fixed. | Mark Sapiro | 2008-02-03 | 1 | -10/+6 |
| | |||||
* | Bumped version to 2.1.10b3. Tagging with 2.1.10b2 and committing Versions.py | Mark Sapiro | 2008-02-02 | 2 | -3/+3 |
| | | | | | | at the same time tagged the old Versions.py. I can move the tags on my local branch, but I can't seem to move them on launchpad, so I'm skipping 'b2' and going to 'b3'. | ||||
* | Put beta 2 release date in NEWS | Mark Sapiro | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Tagging branch with: 2.1.10b2 | Mark Sapiro | 2008-02-02 | 1 | -2/+2 |
| | |||||
* | Updated all the message catalogs against the latest mailman.pot | Mark Sapiro | 2008-02-01 | 32 | -28530/+33970 |
| | |||||
* | Updated Danish translation per Tom G. Christensen (sf patch 1879680). | Mark Sapiro | 2008-02-01 | 2 | -942/+1076 |
| | |||||
* | Updated contrib/mmdsr | Mark Sapiro | 2008-02-01 | 2 | -3/+26 |
| | |||||
* | Merge trunk's Decorate patch. | Barry Warsaw | 2008-01-25 | 1 | -2/+4 |
|\ | |||||
| * | Allow us to pass in extra decoration (i.e. header/footer) data via the message | Barry Warsaw | 2008-01-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | metadata. Specifically, if the metadata has a 'decoration-data' key, the value should be a dictionary with extra interpolation keys. Also fix a bug in the way the 'extradict' default value is passwed to decorate. This should never be a mutable object. | ||||
* | | Vietnamese catalog update for Mailman 2.1 from Clytie Siddall. | Barry Warsaw | 2008-01-03 | 1 | -1008/+898 |
|/ | |||||
* | Switchboard.py - Moved the counting of the number of recoveries of a .bak file | Mark Sapiro | 2008-01-02 | 1 | -27/+33 |
| | | | | | from the dequeue() method to the recover_backup_files() method in order to minimize added i/o. | ||||
* | Switchboard.py - Added a count to the queue entry metadata to count the number | Mark Sapiro | 2007-12-16 | 2 | -6/+38 |
| | | | | | | | of times the entry has been dequeued in a recover backup scenario. When the count reaches three, the entry is preserved to the shunt queue and the fact logged. This prevents looping on a bad entry that causes a runner crash. | ||||
* | cron/disabled - Fixed to check for stale bounce info before disabling | Mark Sapiro | 2007-12-06 | 1 | -5/+9 |
| | | | | a member. Stale bounce info is reset. | ||||
* | bin/transcheck - copyright date. | Mark Sapiro | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Corrected a long standing, mostly inconsequential error in bin/transcheck. | Mark Sapiro | 2007-12-06 | 1 | -2/+3 |
| | |||||
* | New Slovak mailman.po from Martin Matuska | Mark Sapiro | 2007-12-06 | 1 | -164/+182 |
| | |||||
* | Merge trunk | Barry Warsaw | 2007-12-05 | 280 | -7244/+43079 |
|\ | |||||
| * | Because the admin directory is no longer included, the www directory isn't | Barry Warsaw | 2007-12-05 | 270 | -7113/+42734 |
| | | | | | | | | | | | | | | either, and that's where the generated docs used to live. So now, make this directory include the generated docs, removing the old IPC7 and LISA-98 directories, and the .tex source files. These latter are moved to the admin repository. | ||||
| * | Mailman/Cgi/edithtml.py | Mark Sapiro | 2007-12-04 | 6 | -112/+322 |
| | | | | | | | | | | | | | | | | | | | | | | | | Mailman/Gui/General.py Mailman/Utils.py - Better detection of potentially evil HTML in GUI. Mailman/Version.py NEWS - Updates for 2.1.10b1 release. Mailman/Gui/General.py messages/mailman.pot - Added admin_member_chunksize to Gui. Two new associated messages. | ||||
| * | Forced lower case listnames in a few command line tools | Mark Sapiro | 2007-12-04 | 4 | -19/+23 |
| | | |||||
* | | Tagging branch with: 2.1.10a2 | Barry Warsaw | 2007-12-03 | 1 | -1/+1 |
|/ | |||||
* | Added Slovak translation from Martin Matuska. | Mark Sapiro | 2007-11-26 | 50 | -10/+11769 |
| |