summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updatesbwarsaw2002-12-121-0/+0
|
* heldmsg_prompt(): Translate the reason for the hold.bwarsaw2002-12-121-1/+1
|
* More fixes, more fixes...pheinlein2002-12-124-70/+55
|
* Made it more understandable.pheinlein2002-12-121-10/+22
|
* Some new translations and a lot of changes to make the infos morepheinlein2002-12-122-179/+188
| | | | understandable for... for... for... "normal" users... :-)
* show_helds_overview(): Be sure to translate the `reason' for a hold.bwarsaw2002-12-121-2/+5
|
* Updated norwegian catalog.avalon2002-12-112-7/+10
|
* de-fuzzied some entry, corrected a typo.pioppo2002-12-112-55/+37
|
* Catalog updates (mostly catches the "administator" typo)bwarsaw2002-12-1131-997/+1822
|
* cvsdo(): Use "cvs -d" instead of relying on $CVSROOT. I don't knowbwarsaw2002-12-111-1/+3
| | | | why this broke, perhaps my recent upgrade to RH7.3?
* Typo fixes, "administator" -> "administrator". Closes SF #650932bwarsaw2002-12-113-5/+5
|
* Bump to 2.1b6+bwarsaw2002-12-111-1/+1
|
* Let's be optimistic, the next release will be a release candidate.bwarsaw2002-12-111-0/+3
|
* The generated filebwarsaw2002-12-101-0/+0
|
* Fixed all translation typos (checkec with transcheck).gleydson2002-12-105-45/+39
| | | | Gleydson <gleydson@debian.org>
* Some clean ups detected by transcheck.gleydson2002-12-101-40/+35
|
* One more update to translation.gleydson2002-12-101-5/+60
|
* Some more fixes, that`s all for today... :-)pheinlein2002-12-102-94/+47
|
* A lot of fixes, changes and new translations, more will come...!pheinlein2002-12-102-225/+151
|
* Generated .mo file updatebwarsaw2002-12-101-0/+0
|
* Updated almost all fuzzy messages and unstranslateds.gleydson2002-12-101-171/+136
| | | | Gleydson <gleydson@debian.org>
* Updates by Christian Reis <kiko@async.com.br>gleydson2002-12-101-52/+44
|
* Another updatebwarsaw2002-12-101-0/+2
|
* Added --nouserack, --noadminack switchesbwarsaw2002-12-101-6/+24
|
* Updatesbwarsaw2002-12-102-0/+0
|
* Japanese updates by Tokio Kikuchi.bwarsaw2002-12-106-205/+217
|
* Latest swedish catalog by Eva �sterlind.avalon2002-12-102-2991/+4017
|
* Updated swedish templates by Eva. Almost complete.avalon2002-12-1017-91/+140
|
* ready for b6pioppo2002-12-092-53/+46
|
* Translated new messages.gleydson2002-12-091-247/+319
|
* check pointmss2002-12-092-1135/+628
|
* Some small mistakes fixed.pheinlein2002-12-091-4/+4
|
* Updatesbwarsaw2002-12-0924-3465/+1779
|
* New maintainer for german language files.pheinlein2002-12-091-11/+6
|
* Fix the most egregious problems.bwarsaw2002-12-091-17/+19
|
* Updated norwegian catalog.avalon2002-12-092-10/+26
|
* Bumping to 2.1b6bwarsaw2002-12-093-6/+6
|
* 2.1b6 catalog updatesbwarsaw2002-12-0931-1640/+2236
|
* What's new for 2.1b6bwarsaw2002-12-091-0/+26
|
* ModeratedMemberPost.reason: Some people took offense at this message.bwarsaw2002-12-091-1/+9
| | | | | | See the comment, and this archived message. http://mail.python.org/pipermail/mailman-developers/2002-November/014034.html
* More names.bwarsaw2002-12-091-0/+1
|
* membership_options(): A fix for bug #644950 and other problems withbwarsaw2002-12-091-29/+32
| | | | | | | | chunks and buckets. When there are thousands of list members, the bucket and chunk calculation was broken when visiting the first [Membership List] link. First, the wrong bucket was being displayed, and second /all/ the members were being displayed. That made it take a really long time to render the page.
* ctime(): First try to parse the date if it's a string and only do thebwarsaw2002-12-091-19/+24
| | | | | fallback if ValueError occurs. Also default tzname to "Server Local Time" for want of a better default.
* Tokio Kikichi's patch for multibyte i18n problems. Patch #646884,bwarsaw2002-12-081-39/+60
| | | | | | | | | | | | | | | | | | | | | | | explanations: HyperArch.py in 2.1b5 use Utils.uquote() for CGIescape() and html_quote() but it does not take language argument. This is no good for multilbyte charset because characters are escaped in separate 8bit bytes which results in mojibake. We should rather use Utils.uncanonstr() to honor the legal characters within the multibyte charset. This patch fixes other minor bugs in the current code. and... Utils.uquote() makes a multibyte character into two or more fragmants of Latin-1 characters. Utils.uquote() makes all the 8bit-set character escaped while Utils.uncanonstr() checks if the character is within the charset and escapes only if the chatacter is not legal. Some additional minor code cleanup by Barry.
* _set_date(): Generalize w/ a nested function so we can try more thanbwarsaw2002-12-081-14/+15
| | | | | | | one header. Try Date first, and fall back to X-List-Received-Date which ArchRunner adds, before using self._last_article_time. After an idea by Carson Gaspar
* _set_date(): Don't convert to GMT. Keep dates local. Closes SF bugbwarsaw2002-12-071-1/+1
| | | | #643231
* ctime(): Include the local timezone name in the date string, as keyedbwarsaw2002-12-071-1/+3
| | | | off of the dst flag. This mirrors date(1) output.
* _setValue(): Be sure to also set the language on the doc.bwarsaw2002-12-071-0/+1
|
* Document.Format(): Include a META tag with the content-typebwarsaw2002-12-071-7/+7
| | | | | | information. I found that with Mozilla 1.2.1, the only way to be sure to get the admin pages in the right charset was to include both the Content-Type: http header and this META tag.
* decode_charset(): Greg Ward's patch for SF # 649007. If there is anbwarsaw2002-12-071-2/+2
| | | | | | unknown character set specified in an RFC 2047 encoded header, or in the Content-Type of one of the parts, we'd get a LookupError. This simply moves the make_header() call to inside the try/except.