aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* | MailList.Create() - added an assertion that the listname is lower case.Mark Sapiro2007-10-181-0/+1
| |
* | Added a call to warnings.filterwarnings() to misc/paths.py.in to supress theMark Sapiro2007-10-181-2/+6
| | | | | | | | Python 2.5 DeprecationWarning on string exceptions.
* | Added a .bzrignore to ignore generated files.Barry Warsaw2007-10-081-0/+23
| |
* | Fixed MaildirRunner.py to handle hyphenated list names.Mark Sapiro2007-10-040-0/+0
| |
* | MimeDel.py neglected to lower case file extensions for comparison withMark Sapiro2007-10-041-1/+1
| | | | | | | | lower cased *_filename_extensions. Fixed.
* | In rare cases, versions.py can encounter a very old list with held posts inMark Sapiro2007-10-041-1/+1
| | | | | | | | | | | | its requests dictionary. It then tries to create a Message.OutgoingMessage object from the message text, but that class no longer exists. Fixed by using email.message_from_string() instead.
* | /cygdrive/c/MM_bzr/log.txtMark Sapiro2007-10-041-1/+1
| |
* | /cygdrive/c/MM_bzr/log.txtMark Sapiro2007-10-041-4/+16
| |
* | /cygdrive/c/MM_bzr/log.txtMark Sapiro2007-10-041-1/+2
| |
* | It is reported that some RedHat packages (for at least FC5 and FC6, but notMark Sapiro2007-09-211-7/+17
| | | | | | | | | | | | | | | | FC7) contain a full working distutils in the 'python' package, but only contain the Python header files in the 'python-devel' package. This allows configure to succeed, but make install fails to setup the japanese and korean codecs. This change adds a specific test for Python.h to the distutils test.
* | It is reported that some RedHat packages (for at least FC5 and FC6, but notMark Sapiro2007-09-211-3/+11
| | | | | | | | | | | | | | | | FC7) contain a full working distutils in the 'python' package, but only contain the Python header files in the 'python-devel' package. This allows configure to succeed, but make install fails to setup the japanese and korean codecs. This change adds a specific test for Python.h to the distutils test.
| * merge from launchpadTokio Kikuchi2007-09-173-35/+32
| |\ | |/ |/|
* | Start using barry at list dot org for all Mailman correspondances.Barry Warsaw2007-09-122-2/+2
| |
* | Updated copyright year.Mark Sapiro2007-08-031-1/+1
| |