summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Last updatesbwarsaw2002-12-242-1/+9
|
* Updated catalogs and Lithuanian support by Mantas Kriauciunas.bwarsaw2002-12-2480-2227/+12882
|
* __processbody_URLquote(): Obscure email addresses in the body ofbwarsaw2002-12-241-1/+6
| | | | messages when ARCHIVER_OBSCURES_EMAILADDRS is true.
* added information about the mailing listmss2002-12-241-1/+5
|
* first chunk of the received helpmss2002-12-242-36/+60
|
* typo found by Marc MERLINbwarsaw2002-12-241-1/+1
|
* show_helds_overview(): Finally tracked down a most annoying buglet.bwarsaw2002-12-241-1/+4
| | | | | | | If a non-member sends a message which is held, but then the sender subsequently subscribes to the list, a confusing admindb page is shown. Now we include a message that the sender has since joined the list.
* Corrected errors reported by transcheck. Still waiting for corrections from ↵avalon2002-12-244-6/+7
| | | | Eva, though.
* Corrected errors reported by transcheck.avalon2002-12-242-26/+17
|
* Corrected errors reported by transcheck. Still waiting for corrections from ↵avalon2002-12-242-43/+25
| | | | Eva, though. (82 fuzzy, 37 untranslated)
* Corrected errors reported by transcheck.avalon2002-12-242-3/+3
|
* Updatesbwarsaw2002-12-246-169/+51
|
* Bump to 2.1rc1bwarsaw2002-12-241-3/+3
|
* Updates for 2.1rc1bwarsaw2002-12-241-1/+6
|
* A bunch of additionsbwarsaw2002-12-241-0/+5
|
* ApprovedAddMember(): The administrator notice should go out in thebwarsaw2002-12-241-1/+1
| | | | list's preferred language. Closes SF #629616.
* addall(): Fixed NameError, closing bug #650711 reported by Cabelbwarsaw2002-12-241-1/+1
| | | | Sasser.
* Matthias Juchem's patch # 645422 to use @prefix@ instead of hardcodedbwarsaw2002-12-241-2/+2
| | | | | | $prefix. Additional patch by Barry to use @PYTHON@
* Updatesbwarsaw2002-12-242-0/+0
|
* Tokio Kikuchi's patch #656097 for bug #655144; setting languagebwarsaw2002-12-241-0/+3
| | | | through config_list caused a traceback.
* Martin's patch #655214 to fix multi-charset archiving. He says:bwarsaw2002-12-241-108/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch restores MIME charset capabilities for article archiving in CVS Mailman. It: - removes the .charset attribute from articles; all yarticles are encoded in the list's charset, - decodes subject and author to Unicode; if this fails, no decoding (not even MIME) is done to subject and author, - MIME-decodes the body in the constructor using get_payload, removes the hand-crafted qp decoding from _get_body, - Unicode-decodes the body in the constructor if the body's charset differs from the list's charset, - fixes processbody_URLquote to always return byte strings (by escaping the URL also); comparing the old and the new string is no longer possible since the old string is Unicode and the new string is a list-encoded byte string. - changes text archiving to have the archives in the list's encoding, with unsupported characters 'replace'd With these changes, I can process the playground archives correctly, to get mojibake-free pages.
* Updates.pheinlein2002-12-232-6/+21
|
* Just more translations.pheinlein2002-12-232-53/+135
|
* Update for AddDefaultCharsetbwarsaw2002-12-231-3/+8
|
* Updatesbwarsaw2002-12-231-23/+12
|
* Translated 5 fuzzy entries and some updates.gleydson2002-12-231-11/+12
|
* checkpoint before reviewing the received helpmss2002-12-202-1177/+683
|
* process(): This is the part of Martin's patch # 655214 not related tobwarsaw2002-12-201-0/+2
| | | | | | | the archiver. Martin says: - Fixes a bug in the scrubber, where a content-transfer-encoding might have survived flattening of the message.
* French language updates from Pascal GEORGE.bwarsaw2002-12-203-574/+702
|
* A bunch of updates. I'd like to remove even more of these entries andbwarsaw2002-12-201-95/+21
| | | | just point people at the faqwiz.
* Hungarian language updates by Szilard Vizibwarsaw2002-12-208-23/+235
|
* Updatesbwarsaw2002-12-204-6/+13
|
* French language updates from Pascal GEORGE.bwarsaw2002-12-2015-590/+667
|
* Justt some changes.pheinlein2002-12-182-31/+119
|
* Last updates for Czech language.danohnesorg2002-12-142-65/+209
| | | | | | | Spellcheck is now happy, transcheck is now happy and I am happy too. There are still not translated some strings in /bin/ directory, but ordinally users doesn't use anythink other than GUI.
* Some corrections to make transcheck happy. Also finishing for 2.1danohnesorg2002-12-132-58/+39
|
* Last updates for 2.1 version, more comming soondanohnesorg2002-12-138-25/+41
|
* _oneloop(): Include a clue as to which filebase is being shunted.bwarsaw2002-12-131-0/+1
|
* process(): Martin's patch #653242 to fix the wacking of thebwarsaw2002-12-131-1/+3
| | | | | content-type in the inner messages when wrapping for decoration purposes.
* process(): Martin von Loewis's fix for specifying the charset ofbwarsaw2002-12-131-4/+4
| | | | header/footer attachments. Closes SF #652910.
* Pekka Haavisto's update to the Finnish translations. Other updates,bwarsaw2002-12-1231-914/+998
| | | | probably inconsequential (sorry i18n'ers).
* *** empty log message ***pheinlein2002-12-122-14/+13
|
* AddMember(), ApprovedAddMember(): Use email.Utils.formataddr() to formbwarsaw2002-12-121-6/+3
| | | | | the name/address of the person being pending subscribed or subscribed, as written to logs/subscribe.
* Added CarlC to hosting services.bwarsaw2002-12-121-0/+2
|
* Matthias Juchem's patch #645421 for fixing "make distclean" in thebwarsaw2002-12-123-6/+11
| | | | messages and tests subdirectories.
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-1217-25/+25
|
* Patch # 490029 by Don Porter for a couple of missing DIRSETGIDs.bwarsaw2002-12-121-11/+3
| | | | Helps BSD installations.
* Add a note about problems upgrading a list for which patch #413752 hasbwarsaw2002-12-121-0/+11
| | | | been apply, courtesy of Richard Barrett.
* main(): Once we know which mailing list we're talking about, set thebwarsaw2002-12-121-0/+1
| | | | | | i18n language to its preferred language. This fixes the generated archives to the right language and also outputs the status messages in that language.
* Hungarian updates by Szilard Vizibwarsaw2002-12-1237-1946/+2708
|