| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | update copyright years | bwarsaw | 2003-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | process(): Add a short-circuit on the member moderation checks when | bwarsaw | 2003-05-23 | 1 | -1/+1 | |
| | | | | | | | | | | the message was pulled from nntp. I'm not 100% sure this is the right solution (e.g. should this be a list config option?) but it fixes the problem that Mike Avery was having, and that we'll soon have when we move python-list! Backport candidate. | |||||
| * | Removed from old sources. | gleydson | 2003-05-20 | 1 | -38/+0 | |
| | | ||||||
| * | Updated to match lastest CVS version and some translation | gleydson | 2003-05-20 | 1 | -918/+693 | |
| | | | | | fixes. | |||||
| * | start_runner(): mm_cfg.PYTHON should be used in the execl() argv[0] | bwarsaw | 2003-05-15 | 1 | -2/+3 | |
| | | | | | | | | | | | slot, since argv[0] is used by the Python interpreter to define its library search paths. Depending on various and sundry environmental issues ($PATH, --prefix, --exec-prefix, etc.) it can still work fine, but this guarantees the right libraries will be found for the version of Python being used. Bug fix candidate. | |||||
| * | listinfo_overview(): Martin Pool's patch #688410 to improve the | bwarsaw | 2003-05-15 | 1 | -1/+1 | |
| | | | | | | | | | phrasing on the listinfo page. Requires translation updates. Backport candidate. | |||||
| * | quick_maketext(): Richard Barrett's patch for bug #730769, with minor | bwarsaw | 2003-05-12 | 1 | -6/+36 | |
| | | | | | | | stylistic modifications. This fixes caching by adding the listname to the cache key. Otherwise, lists with local overriding templates would find the wrong template. Uses the new Utils.findtext() interface. | |||||
| * | maketext(), findtext(): Richard Barrett's patch for bug #730769, with | bwarsaw | 2003-05-12 | 1 | -4/+15 | |
| | | | | | | | minor stylistic modifications. This provides an interface for HyperArch's template access caching, which was broken (see related log message). | |||||
| * | open_newsgroup(): mlist.nntp_host may now be a host:port pair. | bwarsaw | 2003-05-12 | 1 | -2/+12 | |
| | | ||||||
| * | _dispose(): mlist.nntp_host may now be a host:port pair. | bwarsaw | 2003-05-12 | 1 | -7/+16 | |
| | | | | | Use True/False where appropriate. | |||||
| * | GetConfigInfo(): Document that nntp_host may now be a name:port pair. | bwarsaw | 2003-05-12 | 1 | -5/+7 | |
| | | ||||||
| * | nntpsplit(): Helper function. | bwarsaw | 2003-05-12 | 1 | -0/+11 | |
| | | ||||||
| * | _set_date(): Patch # 732366 by Richard Barrett; take the timezone into | bwarsaw | 2003-05-12 | 1 | -2/+2 | |
| | | | | | | | account when figuring the posting date for an article. Backport candidate. | |||||
| * | *** empty log message *** | pheinlein | 2003-05-09 | 1 | -21/+3 | |
| | | ||||||
| * | A lot of fixes and the standardisation of the word "e-Mail". | pheinlein | 2003-05-09 | 1 | -237/+230 | |
| | | ||||||
| * | Fix a missing import | bwarsaw | 2003-05-08 | 1 | -0/+2 | |
| | | ||||||
| * | Updates, including email 2.5.2. | bwarsaw | 2003-05-08 | 24 | -634/+1244 | |
| | | ||||||
| * | Forward port of fix to remove requirement of source installs from | bwarsaw | 2003-05-08 | 1 | -1/+1 | |
| | | | | | running msgmerge. (Until a better idea comes along.) | |||||
| * | Member (subscriber/user) documentation for 2.1 (initial checkin) | spot | 2003-05-05 | 1 | -0/+1505 | |
| | | ||||||
| * | DELIVERY_RETRY_WAIT: Removed; with the addition of RetryRunner, we | bwarsaw | 2003-05-03 | 1 | -3/+2 | |
| | | | | | | | | | | | don't need this any more. QRUNNERS: Added the RetryRunner. RETRYQUEUE_DIR: Added. Backport candidate. | |||||
| * | DEAL_WITH_PERMFAILURES_EVERY: Do this only every 10 times through the | bwarsaw | 2003-05-03 | 1 | -32/+34 | |
| | | | | | | | | | | | | | | | | | | | | loop. _dispose(): Remove the logic for retrying temporary failures from here to the RetryRunner. This eliminates total cpu consumption on the re-queuing of messages with tempfailures (as can happen with delivery via Postfix to non-existent local addresses in its default configuration). Restructure the SomeRecipientsFailed clause and removed the deliver_after calculation -- we don't need it. DELIVERY_RETRY_WAIT is also removed. _cleanup(): When shutting down the qrunner, be sure to register all deferred permanent failures. Backport candidate. | |||||
| * | run(): Always call _snooze() but pass the file count to the method so | bwarsaw | 2003-05-03 | 1 | -17/+22 | |
| | | | | | | | | | | | | it can decide whether to do more work or sleep for a while. Pushes the policy into the derived classes. _snooze(): Default is to sleep only if filecnt == 0. True/False where appropriate. Backport candidate (as is RetryRunner.py) | |||||
| * | A simple qrunner, which retries messages having temporary failures, | bwarsaw | 2003-05-03 | 0 | -0/+0 | |
| | | | | | but at a more modest schedule. | |||||
| * | intermediate | bwarsaw | 2003-05-03 | 1 | -0/+44 | |
| | | ||||||
| * | Bumping version numbers. | bwarsaw | 2003-05-02 | 1 | -2/+2 | |
| | | ||||||
| * | main(): It's possible for old databases to have password-less members | bwarsaw | 2003-05-02 | 1 | -1/+9 | |
| | | | | | in them. In that case, log it and continue. | |||||
| * | Fixed "fuzzy" translations and improved wording | duke9 | 2003-05-01 | 1 | -97/+72 | |
| | | ||||||
| * | Catalogs updates, no fuzzy entries now | danohnesorg | 2003-04-28 | 1 | -52/+39 | |
| | | ||||||
| * | checkout(): Remove .mo files, which cvs still insists on checking out | bwarsaw | 2003-04-24 | 1 | -16/+27 | |
| | | | | | from the attic. A few other code cleanups. | |||||
| * | Fix the path to the pidfile. Closes SF bug # 726415, John Dennis. | bwarsaw | 2003-04-24 | 1 | -5/+5 | |
| | | ||||||
| * | and this is for the trunk | pioppo | 2003-04-22 | 1 | -89/+109 | |
| | | ||||||
| * | Because of the new makefile rules, these intermediate files have to be | bwarsaw | 2003-04-22 | 3 | -1/+181 | |
| | | | | | | checked into cvs. Otherwise, if you don't have a msgmerge that supports -U, your from-cvs build will break. | |||||
| * | Updated norwegian catalog. | avalon | 2003-04-22 | 1 | -48/+48 | |
| | | ||||||
| * | Added another name | bwarsaw | 2003-04-22 | 1 | -0/+1 | |
| | | ||||||
| * | Update translation date. | tkikuchi | 2003-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | process(): When the list is anonymous, delete X-Originating-Email | bwarsaw | 2003-04-22 | 1 | -4/+6 | |
| | | | | | | also. Apparently this is a header that Hotmail adds. Closes patch #725369 by Roger Tsang. | |||||
| * | Japanese update for mailman-2.1.2 | tkikuchi | 2003-04-22 | 1 | -232/+238 | |
| | | ||||||
| * | A change in process: I don't want the .mo files, and they are built | bwarsaw | 2003-04-21 | 1 | -4/+5 | |
| | | | | | automatically now. | |||||
| * | Catalog updates based on the new build strategy | bwarsaw | 2003-04-21 | 38 | -1761/+2605 | |
| | | | | | | Also, remove all the .mo files from cvs. Translators should now only make changes to the .po files. | |||||
| * | Several changes to facilitate building .mo files instead of checking | bwarsaw | 2003-04-21 | 1 | -9/+10 | |
| | | | | | | | | | | | | | them out of cvs. - added an all target which depends on the mofiles target - added a mofiles target which depends on the various .mo files - doinstall depends on mofiles - clean removes mo files - Added potclean which replaces catclean; it removes the .files temporary files, the Makefile, and the .pot file - distclean depends on both clean and potclean | |||||
| * | Add Python's Tools/i18n/msgfmt.py so we can build .mo files instead of | bwarsaw | 2003-04-21 | 4 | -3/+208 | |
| | | | | | including them in cvs. | |||||
| * | Using the -U option on msgmerge makes the update rule /much/ simpler | bwarsaw | 2003-04-21 | 1 | -1/+1 | |
| | | | | | and more robust. | |||||
| * | Generated an updated .pot file and updated the .po files. | bwarsaw | 2003-04-21 | 33 | -6933/+9713 | |
| | | ||||||
| * | A bunch more names based on trolling through the 2.1.2 NEWS file. | bwarsaw | 2003-04-20 | 1 | -0/+11 | |
| | | ||||||
| * | main(): Close SF bug # 611185 -- removing any stale list locks when | bwarsaw | 2003-04-19 | 1 | -28/+43 | |
| | | | | | | | | | | | | | the list is removed. remove_it(): Local variable rename, and teach this about regular files. Also, whitespace normalization and True/False where appropriate. Note: we do not add the same logic to Mailman/Cgi/rmlist.py since we don't want to remove locks that are going to get cleaned up by the cgi anyway. | |||||
| * | Whitespace normalization. | bwarsaw | 2003-04-19 | 1 | -5/+5 | |
| | | | | | The last checkin fixed SF bug # 667167 | |||||
| * | GetConfigInfo(): Finally! Added the user_* substitutions for when | bwarsaw | 2003-04-19 | 22 | -201/+206 | |
| | | | | | | | | | | | | personalization is enabled to the msg_header and msg_footer details. Also, updated the i18n headfoot.html templates as best I could. I removed the <code> markup around the variable names and removed all references to _internal_name. Other fixes as well. I may not have gotten everything right, so i18n'ers should double check their language template -- especially for the Asian languages. | |||||
| * | Remove all traces of -c / --change-msg. This is an anachronism that | bwarsaw | 2003-04-19 | 1 | -43/+1 | |
| | | | | | no longer seems appropriate. | |||||
| * | quit(): It's possible that self.__conn hasn't been opened yet. | bwarsaw | 2003-04-19 | 1 | -0/+2 | |
| | | ||||||
| * | pending_requests(): Be sure reason is translated. Closes SF bug | bwarsaw | 2003-04-19 | 1 | -0/+1 | |
| | | | | | #716702. | |||||
