Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed addError() ... (errmsg % args) has been deprecated in favor of | tkikuchi | 2005-01-12 | 1 | -2/+2 |
| | | | | | i18n._(). Now this cause bug traceback if errmsg contain '%'. *args insertion is removed. | ||||
* | Sorry, leagality of '%' and '!' is a matter of MTA (of the user's). | tkikuchi | 2005-01-11 | 1 | -1/+1 |
| | | | | Canceling last check in. | ||||
* | Add '%' and '!' in _badchars. They are used for source routing. | tkikuchi | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | Little typo. | pheinlein | 2005-01-08 | 1 | -1/+1 |
| | |||||
* | Add (partial) japanese translation of install manual. | tkikuchi | 2005-01-08 | 1 | -0/+1830 |
| | |||||
* | minor updates from P.GEORGE | p_george | 2005-01-05 | 1 | -456/+435 |
| | | | | Happy new year Barry ! | ||||
* | Secure_MakeRandomPassword(): Log an error when secure passwords were requested | bwarsaw | 2004-12-31 | 1 | -0/+3 |
| | | | | but urandom is not available. | ||||
* | More news. | bwarsaw | 2004-12-30 | 1 | -1/+5 |
| | |||||
* | Renamed reset_pw to reset_pw.py so that the file looks like a Python module. | bwarsaw | 2004-12-30 | 5 | -32/+58 |
| | | | | | | | | | This goes hand-in-hand with one of two changes to withlist. Now, withlist puts the directory it's found in on the end of sys.path. This way it's much easier to run withlist scripts that live in bin. The other change allows running withlist w/o a list name, but only if -i is given. Makes it easier to debug various non-list related parts of Mailman. | ||||
* | New Spanish updates by Juan Carlos Rey Anaya, plus a regeneration of all .po | bwarsaw | 2004-12-30 | 31 | -6419/+8048 |
| | | | | files. | ||||
* | From the NEWS file: | bwarsaw | 2004-12-30 | 9 | -3795/+1283 |
| | | | | | | | | | | - Added the ability for Mailman generated passwords (both member and list admin) to be more cryptographically secure. See new configuration variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called reset_pw which can be used to reset all member passwords. Passwords generated by Mailman are now 8 characters by default for members, and 10 characters for list administrators. | ||||
* | Some minor changes in polish translation files before 2.1.6 release. | sawickib | 2004-12-30 | 3 | -239/+447 |
| | |||||
* | Regenerating POT file again. + japanese translation update. | tkikuchi | 2004-12-29 | 3 | -333/+341 |
| | |||||
* | admin.py: | bwarsaw | 2004-12-28 | 5 | -9/+15 |
| | | | | | | | | | | | | | | | show_results(): Slightly reworded the "Edit the public..." link to include a reference to the public text files, e.g. the welcome message. edithtml.py Grant Bowman's patch # 1085501 to allow editing the welcome message via the admin page. inthenews.ht More names ACKNOWLEDGMENTS, NEWS Updates for #1085501 | ||||
* | Added more MacOSX instructions, provided by Terry Allen. | bwarsaw | 2004-12-28 | 1 | -2/+89 |
| | |||||
* | Added Terry Allen. | bwarsaw | 2004-12-28 | 1 | -0/+1 |
| | |||||
* | News about XSS closure. | bwarsaw | 2004-12-28 | 1 | -7/+12 |
| | |||||
* | Close a potential cross-site scripting hole, discovered by Florian Weimer. | bwarsaw | 2004-12-28 | 1 | -5/+23 |
| | | | | | | | | | Initial patch provided by Florian, modified by Barry. Also, turn STEALTH_MODE on by default. Most sites won't change this value from its default, so we might as well use the more secure option. Also, if STEALTH_MODE is turned off, but the websafe() function can't be imported, turn STEALTH_MODE back on. | ||||
* | Added Florian Weimer | bwarsaw | 2004-12-28 | 1 | -0/+1 |
| | |||||
* | Tweak | bwarsaw | 2004-12-28 | 1 | -1/+2 |
| | |||||
* | Tokio Kikuchi is now a member of the cabal. | bwarsaw | 2004-12-28 | 1 | -2/+2 |
| | |||||
* | updated for web site | bwarsaw | 2004-12-23 | 57 | -1544/+2087 |
| | |||||
* | Some reorganization. | bwarsaw | 2004-12-23 | 1 | -32/+52 |
| | |||||
* | Describe where security bugs should be posted. | bwarsaw | 2004-12-22 | 2 | -6/+14 |
| | |||||
* | Adding some news. (Python 2.4 / Chinese) | tkikuchi | 2004-12-19 | 1 | -0/+7 |
| | |||||
* | Latest updates | bwarsaw | 2004-12-17 | 2 | -9/+55 |
| | |||||
* | Fix a bug; %(member) -> %(member)s | tkikuchi | 2004-12-17 | 1 | -1/+1 |
| | | | | Closing bug #1085874 | ||||
* | [ 975768 ] senddigests doesn't handle consecutive unparseable messages | tkikuchi | 2004-12-14 | 1 | -0/+1 |
| | | | | Thanks Thomas for raising my attention. | ||||
* | updating the content for this guide | bwarsaw | 2004-12-14 | 46 | -3818/+4179 |
| | |||||
* | GB language moved to zh_CN. | tkikuchi | 2004-12-14 | 1 | -1/+1 |
| | |||||
* | Removing obsoleted GB (chinese) templates. | tkikuchi | 2004-12-14 | 26 | -716/+0 |
| | |||||
* | Well, Barry is re-organaizing README files but ... | tkikuchi | 2004-12-14 | 4 | -58/+130 |
| | |||||
* | Committing lots of documentation updates, including linking up to the new | bwarsaw | 2004-12-14 | 77 | -2492/+13321 |
| | | | | | mailman-installation guide, and filling out the other formats that seemed to be missing. | ||||
* | Integrate Qmail instructions into the install manual. | bwarsaw | 2004-12-14 | 2 | -199/+217 |
| | |||||
* | Translation fix for 2.1.6 by IKEDA Soji. | tkikuchi | 2004-12-13 | 2 | -264/+302 |
| | |||||
* | Moved README.EXIM to the mailman-install.tex guide | bwarsaw | 2004-12-13 | 2 | -348/+346 |
| | |||||
* | Moved the bulk of installation instructions, along with mail server and | bwarsaw | 2004-12-13 | 8 | -1077/+1136 |
| | | | | | | | operating system specific notes into a new latex manual. This process isn't complete, but I'm tired and want to get this stuff into CVS asap. This should provide much better documentation organization for Mailman 2.1.6 and for the list.org web site. | ||||
* | Bump version 2.1.6a2 (alpha 2) | tkikuchi | 2004-12-11 | 1 | -2/+2 |
| | |||||
* | Fix for unknown/malicious charset value. | tkikuchi | 2004-12-11 | 1 | -3/+9 |
| | |||||
* | update by Tom G. Christensen | tkikuchi | 2004-12-10 | 1 | -8/+4 |
| | |||||
* | Chinese are back again, with IANA compliant names. | tkikuchi | 2004-12-10 | 1 | -3/+2 |
| | |||||
* | Chinese (China) templates. No support. | tkikuchi | 2004-12-10 | 34 | -1/+1165 |
| | |||||
* | Chinese back again. This doesn't mean zh_* are supported. | tkikuchi | 2004-12-10 | 29 | -1843/+1989 |
| | |||||
* | Add zh_CN Chinese(China) message catalog. This is not supported. | tkikuchi | 2004-12-10 | 1 | -0/+9246 |
| | |||||
* | translation bug fix ... it breaks python 2.4 gettext.py | tkikuchi | 2004-12-09 | 1 | -4/+4 |
| | |||||
* | [ mailman-Bugs-1047532 ] problem with "discard all ..." | tkikuchi | 2004-12-07 | 1 | -12/+14 |
| | | | | | | [ mailman-Patches-1080477 ] discard all marked as defer Fixed in a different way for what "all" means may confusing when partial message list are shown. Also fixed 'details' case. | ||||
* | i18n message catalog update. | tkikuchi | 2004-12-04 | 28 | -620/+623 |
| | |||||
* | Python 2.4 checks strftime() more strict. | tkikuchi | 2004-12-04 | 3 | -14/+31 |
| | | | | Split GetConfirmSubject into Leave/Join. | ||||
* | new translation by IKEDA Soji. | tkikuchi | 2004-12-04 | 1 | -135/+210 |
| | |||||
* | 'replace' here again for alian charset password (should we restrict password | tkikuchi | 2004-12-04 | 1 | -1/+1 |
| | | | | within ascii charcters?) |