Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Mailman/Archiver/HyperArch.py | Mark Sapiro | 2007-11-25 | 4 | -116/+153 |
| | | | | | | | | Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages. | ||||
* | Updated NEWS for recent changes. | Mark Sapiro | 2007-11-25 | 1 | -1/+9 |
| | |||||
* | Merged Tokio's sibling list patch | Mark Sapiro | 2007-11-25 | 6 | -2/+112 |
|\ | |||||
| * | Add 'sibling list' feature: exclude and include lists are other mailing | Tokio Kikuchi | 2007-11-25 | 6 | -2/+112 |
| | | | | | | | | | | lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962) | ||||
* | | Mailman/Defaults.py.in | Mark Sapiro | 2007-11-25 | 7 | -80/+87 |
|/ | | | | | | | | | | | Mailman/Utils.py Mailman/htmlformat.py Mailman/Cgi/create.py messages/ja/doc/Defaults.py.in - Added direction ('ltr', 'rtl') to the LC_DESCRIPTIONS table to support the Hebrew translation. messages/he/LC_MESSAGES/mailman.po - Corrected a typo '\b' -> '\n'. messages/zh_CN/LC_MESSAGES/mailman.po - Corrected a typo '\\b' -> '/b'. | ||||
* | Updated NEWS file. | Mark Sapiro | 2007-11-22 | 1 | -3/+70 |
| | |||||
* | Added Moritz Naumann to ACKNOWLEDGEMENTS and re-alphebetized. | Mark Sapiro | 2007-11-22 | 1 | -7/+7 |
| | |||||
* | versions.py - Moved imports to module scope. | Mark Sapiro | 2007-11-22 | 1 | -2/+3 |
| | |||||
* | Archiver/HyperArch.py - Fixed mailto link bug in Subject and In-Reply-To, | Tokio Kikuchi | 2007-11-21 | 1 | -2/+4 |
|\ | | | | | | | | | Subject now have 'Re: ' and I-R-T should be the Message-ID. (1621278, 1834281) | ||||
| * | small fix in mailto link subject | Tokio Kikuchi | 2007-11-21 | 1 | -1/+1 |
| | | |||||
| * | merge & commit | Tokio Kikuchi | 2007-11-20 | 1 | -3/+14 |
| |\ | |/ |/| | |||||
* | | BounceRunner.py - Fixed a mail loop if a list owner puts the list's -bounces | Mark Sapiro | 2007-11-19 | 1 | -3/+14 |
| | | | | | | | | or -admin address in the list's owner attribute (1834569). | ||||
| * | merge and commit | Tokio Kikuchi | 2007-11-19 | 2 | -32/+36 |
| |\ | |/ |/| |