Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| |\ | |/ |/| | ||||||
* | | Updated mailman.pot again to undo unnecessary Privacy.py changes. | Mark Sapiro | 2007-11-18 | 1 | -27/+31 | |
| | | ||||||
* | | Privacy.py - Last check-in was too agressive at removing trailing blanks. | Mark Sapiro | 2007-11-18 | 1 | -5/+5 | |
| | | ||||||
| * | merge from launchpad | Tokio Kikuchi | 2007-11-19 | 56 | -898/+13225 | |
| |\ | |/ |/| | ||||||
* | | Added 'he' to the messages/ and templates/ Makefile.in | Mark Sapiro | 2007-11-18 | 2 | -5/+5 | |
| | | ||||||
* | | Updated mailman.pot | Mark Sapiro | 2007-11-18 | 3 | -865/+867 | |
| | | ||||||
* | | Added Hebrew translation from Dov Zamir minus the apparently unused | Mark Sapiro | 2007-11-18 | 46 | -0/+12305 | |
| | | | | | | | | 'direction' addition to the LC_DESCRIPTIONS dictionary. | |||||
* | | bun/unshunt - Added a warning to not unshunt messages that weren't shunted | Mark Sapiro | 2007-11-18 | 1 | -2/+4 | |
| | | | | | | | | to begin with. | |||||
* | | Scrubber.py - changed to use part.get_payload(), not part._payload. | Mark Sapiro | 2007-11-18 | 1 | -2/+2 | |
| | | ||||||
* | | Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9 | Mark Sapiro | 2007-11-18 | 3 | -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 modified | Tokio Kikuchi | 2007-11-16 | 1 | -2/+2 | |
| | | ||||||
| * | merge and commit again | Tokio Kikuchi | 2007-11-16 | 21 | -19/+1895 | |
| |\ | |/ |/| | ||||||
* | | Backported Bounce recognizer changes and tests from the 3.0 branch | Mark Sapiro | 2007-11-11 | 21 | -19/+1895 | |
| | | ||||||
| * | merge and commit | Tokio Kikuchi | 2007-11-16 | 16 | -42/+115 | |
| |\ | |/ |/| | ||||||
* | | Fixed Mailman/Queue/CommandRunner.py to decode a quoted-printable or base64 | Mark Sapiro | 2007-11-09 | 1 | -2/+2 | |
| | | | | | | | | encoded message part. | |||||
* | | - Scrubber.py | Mark Sapiro | 2007-11-06 | 1 | -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 reply | Mark Sapiro | 2007-11-04 | 1 | -1/+3 | |
| | | | | | | | | message that Mailman adds to the admin notification. | |||||
* | | - Cgi/options.py - fixed to not present the "empty" topic to user. | Mark Sapiro | 2007-11-04 | 2 | -3/+10 | |
| | | | | | | | | | | - Handlers/CalcRecips.py - Changed to not process topics if topics are disabled for the list. | |||||
* | | Added removal of Authentication-Results: header. | Mark Sapiro | 2007-11-04 | 1 | -4/+4 | |
| | | ||||||
* | | Changed the descriptions of the ARCHIVE_TO_MBOX settings to more | Mark Sapiro | 2007-11-04 | 1 | -5/+7 | |
| | | | | | | | | accurately represent their current meaning. |