aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed bogus >From line from hotpop_01.txt bounce test messageMark Sapiro2008-03-101-1/+0
|
* Updated French translation from Pascal GeorgeMark Sapiro2008-03-1016-138/+177
|
* CookHeaders.py - Changed the first URL in the RFC 2369 List-Unsubscribe:Mark Sapiro2008-03-063-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'sMark Sapiro2008-03-032-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 avoidMark Sapiro2008-02-294-0/+14
| | | | MembershipIsBanned exception and report appropriately.
* Updated Dutch translation per Jan VeugerMark Sapiro2008-02-261-1639/+1182
|
* MailList.py - Changed the already a member logic in the ChangeMemberAddress()Mark Sapiro2008-02-231-3/+4
| | | | method. This time I think I got it right.
* MailList.py - Reversed a portion of the immediately previous change. ItMark Sapiro2008-02-231-3/+2
| | | | | was just more complicated and logically equivalent to the previous code.
* MailList.py - Corrected some long standing incomplete logic in theMark Sapiro2008-02-232-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 catalogMark Sapiro2008-02-201-1/+1
|
* cmd_confirm.py - Modified to catch a UnicodeError that may occur underMark Sapiro2008-02-192-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 Sapiro2008-02-1450-4/+13048
|
* Switchboard.py - Added code to catch exceptions thrown in unpickling .bakMark Sapiro2008-02-141-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. UpdatedMark Sapiro2008-02-041-4/+4
| | | | NEWS accordingly.
* Moderate.py - expanded some tabs inadvertently introduced in rev 1008Mark Sapiro2008-02-041-4/+4
|
* HTMLFormatter.py - list_hidden didn't work for digest members. Fixed.Mark Sapiro2008-02-031-10/+6
|
* Bumped version to 2.1.10b3. Tagging with 2.1.10b2 and committing Versions.pyMark Sapiro2008-02-022-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 NEWSMark Sapiro2008-02-021-1/+1
|
* Tagging branch with: 2.1.10b2Mark Sapiro2008-02-021-2/+2
|
* Updated all the message catalogs against the latest mailman.potMark Sapiro2008-02-0132-28530/+33970
|
* Updated Danish translation per Tom G. Christensen (sf patch 1879680).Mark Sapiro2008-02-012-942/+1076
|
* Updated contrib/mmdsrMark Sapiro2008-02-012-3/+26
|
* Merge trunk's Decorate patch.Barry Warsaw2008-01-251-2/+4
|\
| * Allow us to pass in extra decoration (i.e. header/footer) data via the messageBarry Warsaw2008-01-161-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 Warsaw2008-01-031-1008/+898
|/
* Switchboard.py - Moved the counting of the number of recoveries of a .bak fileMark Sapiro2008-01-021-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 numberMark Sapiro2007-12-162-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 disablingMark Sapiro2007-12-061-5/+9
| | | | a member. Stale bounce info is reset.
* bin/transcheck - copyright date.Mark Sapiro2007-12-061-1/+1
|
* Corrected a long standing, mostly inconsequential error in bin/transcheck.Mark Sapiro2007-12-061-2/+3
|
* New Slovak mailman.po from Martin MatuskaMark Sapiro2007-12-061-164/+182
|
* Merge trunkBarry Warsaw2007-12-05280-7244/+43079
|\
| * Because the admin directory is no longer included, the www directory isn'tBarry Warsaw2007-12-05270-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.pyMark Sapiro2007-12-046-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 toolsMark Sapiro2007-12-044-19/+23
| |
* | Tagging branch with: 2.1.10a2Barry Warsaw2007-12-031-1/+1
|/
* Added Slovak translation from Martin Matuska.Mark Sapiro2007-11-2650-10/+11769
|
* Mailman/Archiver/HyperArch.pyMark Sapiro2007-11-254-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 Sapiro2007-11-251-1/+9
|
* Merged Tokio's sibling list patchMark Sapiro2007-11-256-2/+112
|\
| * Add 'sibling list' feature: exclude and include lists are other mailingTokio Kikuchi2007-11-256-2/+112
| | | | | | | | | | lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962)
* | Mailman/Defaults.py.inMark Sapiro2007-11-257-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 Sapiro2007-11-221-3/+70
|
* Added Moritz Naumann to ACKNOWLEDGEMENTS and re-alphebetized.Mark Sapiro2007-11-221-7/+7
|
* versions.py - Moved imports to module scope.Mark Sapiro2007-11-221-2/+3
|
* Archiver/HyperArch.py - Fixed mailto link bug in Subject and In-Reply-To,Tokio Kikuchi2007-11-211-2/+4
|\ | | | | | | | | Subject now have 'Re: ' and I-R-T should be the Message-ID. (1621278, 1834281)
| * small fix in mailto link subjectTokio Kikuchi2007-11-211-1/+1
| |
| * merge & commitTokio Kikuchi2007-11-201-3/+14
| |\ | |/ |/|
* | BounceRunner.py - Fixed a mail loop if a list owner puts the list's -bouncesMark Sapiro2007-11-191-3/+14
| | | | | | | | or -admin address in the list's owner attribute (1834569).
| * merge and commitTokio Kikuchi2007-11-192-32/+36
| |\ | |/ |/|