aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |\ | |/ |/|
* | Updated mailman.pot again to undo unnecessary Privacy.py changes.Mark Sapiro2007-11-181-27/+31
| |
* | Privacy.py - Last check-in was too agressive at removing trailing blanks.Mark Sapiro2007-11-181-5/+5
| |
| * merge from launchpadTokio Kikuchi2007-11-1956-898/+13225
| |\ | |/ |/|
* | Added 'he' to the messages/ and templates/ Makefile.inMark Sapiro2007-11-182-5/+5
| |
* | Updated mailman.potMark Sapiro2007-11-183-865/+867
| |
* | Added Hebrew translation from Dov Zamir minus the apparently unusedMark Sapiro2007-11-1846-0/+12305
| | | | | | | | 'direction' addition to the LC_DESCRIPTIONS dictionary.
* | bun/unshunt - Added a warning to not unshunt messages that weren't shuntedMark Sapiro2007-11-181-2/+4
| | | | | | | | to begin with.
* | Scrubber.py - changed to use part.get_payload(), not part._payload.Mark Sapiro2007-11-181-2/+2
| |
* | Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9Mark Sapiro2007-11-183-24/+42
| | | | | | | | | | | | | | | | Gui/GuiBase.py Gui/Privacy.py Handlers/Moderate.py - Patched with a slightly modified version of sf patch 1220144 - allow specifying another list in accept_these_nonmembers.
| * comments modifiedTokio Kikuchi2007-11-161-2/+2
| |
| * merge and commit againTokio Kikuchi2007-11-1621-19/+1895
| |\ | |/ |/|
* | Backported Bounce recognizer changes and tests from the 3.0 branchMark Sapiro2007-11-1121-19/+1895
| |
| * merge and commitTokio Kikuchi2007-11-1616-42/+115
| |\ | |/ |/|
* | Fixed Mailman/Queue/CommandRunner.py to decode a quoted-printable or base64Mark Sapiro2007-11-091-2/+2
| | | | | | | | encoded message part.
* | - Scrubber.pyMark Sapiro2007-11-061-5/+6
| | | | | | | | | | | | | | | | Fixed an issue where an implicit text/plain part without any headers gets lost. Moved the cleansing of the filename extension to a place where it is guaranteed to be a string as opposed to an empty list.
* | Added Date and Message-ID headers to the confirm replyMark Sapiro2007-11-041-1/+3
| | | | | | | | message that Mailman adds to the admin notification.
* | - Cgi/options.py - fixed to not present the "empty" topic to user.Mark Sapiro2007-11-042-3/+10
| | | | | | | | | | - Handlers/CalcRecips.py - Changed to not process topics if topics are disabled for the list.
* | Added removal of Authentication-Results: header.Mark Sapiro2007-11-041-4/+4
| |
* | Changed the descriptions of the ARCHIVE_TO_MBOX settings to moreMark Sapiro2007-11-041-5/+7
| | | | | | | | accurately represent their current meaning.