| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | A new crop of names. | bwarsaw | 2001-07-27 | 1 | -0/+3 | |
| | | ||||||
| * | send_i18n_digests(): Cut-n-paste errors: self->mlist. | bwarsaw | 2001-07-27 | 1 | -2/+2 | |
| | | ||||||
| * | NumRequestsPending(): Only subtract one from the number of keys if | bwarsaw | 2001-07-27 | 1 | -1/+3 | |
| | | | | | there's a "version" key. | |||||
| * | Japanese should use the euc-jp encoding for web pages. | bwarsaw | 2001-07-27 | 1 | -1/+1 | |
| | | ||||||
| * | The latest catalog merges with mailman.pot and binary catalog | bwarsaw | 2001-07-27 | 4 | -7635/+10542 | |
| | | | | | generations. | |||||
| * | Japanese binary catalog. | bwarsaw | 2001-07-27 | 1 | -0/+0 | |
| | | ||||||
| * | French binary catalog. | bwarsaw | 2001-07-27 | 1 | -0/+0 | |
| | | ||||||
| * | Updated catalog template, generated with all the latest patches to the | bwarsaw | 2001-07-27 | 1 | -2299/+2703 | |
| | | | | | | build process and pygettext.py. This should cut down on the number of docstrings extracted that don't need translation. | |||||
| * | Merge in latest version (1.4) from Python 2.2 alpha CVS. Primarily | bwarsaw | 2001-07-27 | 1 | -13/+32 | |
| | | | | | | | this adds the -X flag to limit the files for which docstrings are extracted. It also fixes a bug related to module docstring extraction for 2nd and subsequent files. | |||||
| * | Big rewrite of the .pot, .po generation rules. This should hopefully | bwarsaw | 2001-07-27 | 1 | -14/+14 | |
| | | | | | | | | cut down on the number of extracted docstrings that don't need translation. Relies on the new pygettext.py script's -X option. LANGUAGES: Added `fr'. | |||||
| * | Ignore all *.files files. | bwarsaw | 2001-07-27 | 1 | -2/+1 | |
| | | ||||||
| * | Reorder the imports so mm_cfg is always the first module imported | bwarsaw | 2001-07-27 | 6 | -9/+30 | |
| | | | | | | | | | | | | | | | | after paths. Because these scripts are run from cron with "python -S" they must import mm_cfg before attempting to import mimelib; mm_cfg hacks sys.path to include site-packages which -S inhibits. For those scripts that already import mm_cfg, add a comment describing the import order dependencies. For those that didn't, add a comment about why it's being imported. Also, gate_news: Removed the _ContinueLoop docstring so translators have one less non-translatable docstring to worry about. Closes Thomas's SF patch #443803. | |||||
| * | Ousmane's update based on my rewrite of the English template's last | bwarsaw | 2001-07-27 | 1 | -9/+8 | |
| | | | | | paragraph. | |||||
| * | LC_DESCRIPTIONS: Rewrite this stanza for clarity. Use add_language() | bwarsaw | 2001-07-26 | 1 | -5/+10 | |
| | | | | | | to add each language so that it looks the same here as in a user's mm_cfg.py file. Add the French and Japanese entries. | |||||
| * | Mailman French catalog. | bwarsaw | 2001-07-26 | 1 | -0/+6515 | |
| | | ||||||
| * | French template updates, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 10 | -121/+278 | |
| | | ||||||
| * | French translation of unsub.txt, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 0 | -0/+0 | |
| | | ||||||
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+23 | |
| | | ||||||
| * | French translation of private.html, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 0 | -0/+0 | |
| | | ||||||
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+46 | |
| | | ||||||
| * | French translation of article.html, care of Ousmane Wilane. | bwarsaw | 2001-07-26 | 0 | -0/+0 | |
| | | ||||||
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+54 | |
| | | ||||||
| * | Daniel Buchmann observes that the last paragraph is worded incorrectly | bwarsaw | 2001-07-26 | 1 | -8/+5 | |
| | | | | | | (since password reminders can be disabled), and redundantly (since the last sentence repeats earlier information). Rewrite this. | |||||
| * | Japanese templates, care of Tokio Kikuchi. | bwarsaw | 2001-07-26 | 30 | -0/+1040 | |
| | | ||||||
| * | Oops! I added this in the wrong directory. It's moved to LC_MESSAGES. | bwarsaw | 2001-07-26 | 1 | -5752/+0 | |
| | | ||||||
| * | Japanese catalog, care of Tokio Kikuchi | bwarsaw | 2001-07-26 | 2 | -0/+11504 | |
| | | ||||||
| * | LANGUAGES: add ja (Japanese) | bwarsaw | 2001-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | poll_newsgroup(): work around Python 2.0 restriction on continue inside try | twouters | 2001-07-26 | 1 | -1/+8 | |
| | | | | | clauses. | |||||
| * | New script, for use with bin/withlist which resets a list's | bwarsaw | 2001-07-26 | 0 | -0/+0 | |
| | | | | | | | | web_page_url to DEFAULT_URL. Here's another attribute that ought to be calculated instead of hard coded. | |||||
| * | intermediate | bwarsaw | 2001-07-26 | 1 | -0/+32 | |
| | | ||||||
| * | This script isn't necessary any more. It twiddled the archive | bwarsaw | 2001-07-26 | 1 | -95/+0 | |
| | | | | | attributes, which are now calculated on the fly. | |||||
| * | Dang, the usual oversight. | bwarsaw | 2001-07-26 | 2 | -2/+2 | |
| | | ||||||
| * | main(): Use archive_dir() instead of the archive_directory attribute. | bwarsaw | 2001-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | dolist(): Remove the settings of the attributes archive_directory and | bwarsaw | 2001-07-26 | 1 | -7/+1 | |
| | | | | | | | private_archive_file_dir since these have been obsoleted. BAW: I'm not 100% sure the mlist.Save() is still needed. | |||||
| * | Module docstring consistency. | bwarsaw | 2001-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | main(): Use ArchiveFileName() instead of private_archive_file_dir to | bwarsaw | 2001-07-26 | 1 | -4/+3 | |
| | | | | | | | | | calculate the path to the .mbox file. Also, change the order of unlocking so that its the reverse of the locking order (i.e. unlock the archive lock first, then unlock the list). | |||||
| * | SCRIPTS: Add fix_url.py as a bin/withlist script for modifying | bwarsaw | 2001-07-26 | 1 | -1/+1 | |
| | | | | | web_page_url. Remove move_list as it is no longer necessary. | |||||
| * | main(): Use archive_dir() instead of the archive_directory attribute. | bwarsaw | 2001-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | html_TOC(): Use archive_dir() instead of the archive_directory | bwarsaw | 2001-07-26 | 1 | -1/+1 | |
| | | | | | attribute. | |||||
| * | InitVars(): Do not set list attributes public_archive_file_dir, | bwarsaw | 2001-07-26 | 1 | -36/+19 | |
| | | | | | | | | | | | | | | | private_archive_file_dir, or archive_directory. All three can be calculated when needed, and doing it that way instead improves the mobility of lists. archive_dir(): Return the path previously kept in archive_directory, by calculating it on the fly. ArchiveFileName(): Use archive_dir() to calculate the path to the actual .mbox file. CheckHTMLArchiveDir(): use archive_dir() to calculate the link paths. | |||||
| * | ZapOldVars(): Rewrite a bit more succinctly, and add the following | bwarsaw | 2001-07-26 | 1 | -7/+7 | |
| | | | | | | | | | | | | attribute to those that should be zapped: public_archive_file_dir private_archive_file_dir archive_directory All three can be calculated, and it makes moving a list much easier if they are, instead of being kept as attributes in the list. | |||||
| * | Lock(): If /any/ exception (not just MMUnknownListError) is raised | bwarsaw | 2001-07-26 | 1 | -1/+1 | |
| | | | | | during the Load(), unlock the list and re-raise the exception. | |||||
| * | GetConfigInfo(): Create the `admin' local variable that the following | bwarsaw | 2001-07-25 | 1 | -0/+3 | |
| | | | | | _() string expects. | |||||
| * | poll_newsgroup(): Untested patch so that newsgroup messages with | bwarsaw | 2001-07-25 | 1 | -1/+8 | |
| | | | | | broken MIME boundaries are ignored. | |||||
| * | main(): John Read's suggestion to include messages about what | bwarsaw | 2001-07-25 | 1 | -0/+3 | |
| | | | | | mailmanctl is doing. | |||||
| * | main(): Print a slightly more informative error message if the | bwarsaw | 2001-07-25 | 1 | -1/+5 | |
| | | | | | master-qrunner lock could not be acquired. | |||||
| * | check_privs(): Fix the error message to be a single string | bwarsaw | 2001-07-25 | 1 | -7/+26 | |
| | | | | | | | | (concatenated strings are harder for some languages to translate correctly), and use the usage() method when the check fails. main(): Add -u / --run-as-user to skip the check_privs() test. | |||||
| * | check_privs(): new function that drops root privileges (if we have them) and | twouters | 2001-07-24 | 1 | -0/+12 | |
| | | | | | | complains if we aren't running as the right user, gets called from main(). Should we check for the availability of os.(g|s)et(u|g)id ? | |||||
| * | __handlesubscription(): Use the new ApprovedAddMember() interface. | bwarsaw | 2001-07-20 | 1 | -1/+8 | |
| | | ||||||
| * | AddMember(): Cut-and-paste typo; mlist -> self; fullname -> name | bwarsaw | 2001-07-20 | 1 | -3/+10 | |
| | | | | | ProcessConfirmation(): Use the new ApprovedAddMember() interface. | |||||
