Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed erroneously 'pre-configured' commands | Mark Sapiro | 2008-06-29 | 3 | -2/+5 |
| | |||||
* | More translations for the German mailman.po. | peer | 2008-06-23 | 1 | -71/+58 |
| | |||||
* | Bumped version to 2.1.11rc2. | Mark Sapiro | 2008-06-23 | 1 | -2/+2 |
| | |||||
* | Added check for gateway_to_news before holding for ModeratedNewsgroup. | Mark Sapiro | 2008-06-23 | 2 | -2/+4 |
| | |||||
* | Another BounceRunner loop detection change (rev 1106 wasn't quite right). | Mark Sapiro | 2008-06-22 | 1 | -2/+4 |
| | |||||
* | Merged the Catalan i18n from the Mailman Catalan Translation Team. | Mark Sapiro | 2008-06-22 | 45 | -4834/+3758 |
|\ | |||||
| * | Templates' encoding converted to HTML Entities, further message catalog fixes | David Planella | 2008-06-21 | 16 | -295/+325 |
| | | | | | | | | As some of the HTML pages are generated by mixing the templates with messages from the PO catalog, we should probably check if it is ok to mix encodings, as the catalog will be in UTF-8 and the templates in ISO8859-1. | ||||
| * | Further corrections to the message catalog | David Planella | 2008-06-20 | 1 | -91/+145 |
| | | |||||
| * | Translation corrections for e-mails sent to the user | David Planella | 2008-06-19 | 2 | -71/+80 |
| | | |||||
| * | Some template and message catalog corrections after a quick review on a live ↵ | David Planella | 2008-06-19 | 4 | -143/+144 |
| | | | | | | | | mailman system | ||||
| * | Merged changes from lp:~jordi/mailman/stable-sc | David Planella | 2008-06-19 | 37 | -2058/+2074 |
| |\ | |||||
| | * | Recode templates to UTF-8 for testing (should be changed to HTML entities ↵ | Jordi Mallach | 2008-06-19 | 35 | -346/+346 |
| | | | | | | | | | | | | before the release, if that's required). | ||||
| | * | A few small corrections to Catalan PO. | Jordi Mallach | 2008-06-19 | 1 | -2/+3 |
| | | | |||||
| | * | Catalan PO updates and corrections. | Jordi Mallach | 2008-06-19 | 1 | -188/+202 |
| | | | |||||
| | * | Recode Catalan PO to UTF-8 and set this encoding in Defaults.py.in. | jordi@sindominio.net | 2008-06-18 | 2 | -1632/+1633 |
| |/ | |||||
| * | Updated and corrected translations | David Planella | 2008-06-17 | 2 | -2821/+1561 |
| | | | | | | | | Unset the 80-column wrapping on the PO file in order to make the original messages readable | ||||
| * | Some more template and PO file corrections | David Planella | 2008-06-15 | 11 | -200/+166 |
| | | |||||
| * | Completed the correction of all templates | David Planella | 2008-06-15 | 25 | -851/+833 |
| | | | | | | | | The encoding is currently iso88591, no conversion to HTML entities has yet been done. | ||||
| * | Finished correcting all txt templates | David Planella | 2008-06-14 | 20 | -352/+375 |
| | | |||||
| * | First batch of corrections to the Catalan translations | David Planella | 2008-06-14 | 19 | -214/+335 |
| | | | | | | | | A "status" file has also been added with the purpose of tracking the review status of each translation. This should be deleted soon and its contents moved to a wiki page or similar. | ||||
| * | Updated the PO file to the current template | David Planella | 2008-06-14 | 1 | -959/+1139 |
| | | |||||
| * | Added the current translations from the mailman installation at the ↵ | David Planella | 2008-06-14 | 42 | -2516/+2316 |
| | | | | | | | | Softcatalà server | ||||
* | | - Prepended list name to bounce log unrecognized bounce messages. | Mark Sapiro | 2008-06-22 | 2 | -23/+49 |
| | | | | | | | | | | - Improved bounce loop detection and handling in BounceRunner.py. | ||||
* | | Patched Danish message catalog for proper use of HTML entities per | Mark Sapiro | 2008-06-22 | 2 | -234/+234 |
| | | | | | | | | | | Jonas Smedegaard (1999966). | ||||
* | | More bounce recognition improvements. | Mark Sapiro | 2008-06-20 | 6 | -4/+336 |
| | | |||||
* | | Changed OldStyleMemberships.py to remove the member from one_last_digest | Mark Sapiro | 2008-06-20 | 2 | -1/+11 |
| | | | | | | | | | | | | when changing from regular to digest delivery to avoid the possibility of a duplicate digest in some circumstances. | ||||
* | | Fixed CookHeaders.py which in some cases with new style prefixing | Mark Sapiro | 2008-06-20 | 2 | -2/+12 |
| | | | | | | | | | | would insert an extra space between the prefix and the subject. | ||||
* | | Rearranged calls to the list setBounceInfo() method in Bouncer.py | Mark Sapiro | 2008-06-20 | 1 | -2/+13 |
| | | | | | | | | | | | | to accommodate MemberAdaptors that store bounce info outside the list instance. | ||||
* | | Changed non-ascii characters in some templates/*/*.html files to HTML entities. | Mark Sapiro | 2008-06-20 | 19 | -45/+45 |
| | | |||||
* | | Made several improvements to bounce recognition. | Mark Sapiro | 2008-06-15 | 23 | -11/+392 |
| | | |||||
* | | Added bounce recognition for googlemail delayed warning | Mark Sapiro | 2008-06-14 | 4 | -2/+88 |
|/ | |||||
* | Fixed a problem in Decorate.py that could result in a multipart | Mark Sapiro | 2008-06-11 | 2 | -1/+10 |
| | | | | | message with no part headers for the original body part (1991348). | ||||
* | Merged A.M. Kuchling's 'Small Fixes' branch (thanks Andrew). | Mark Sapiro | 2008-06-09 | 4 | -4/+9 |
|\ | |||||
| * | Bug #1733057: apply correction to translation from Gabriel Silva | A.M. Kuchling | 2008-06-08 | 2 | -2/+5 |
| | | |||||
| * | Add 58_fix_es_translation.patch from the Debian patch set | A.M. Kuchling | 2008-06-08 | 1 | -1/+1 |
| | | |||||
| * | Bug #1588617: fix error in French translation noted by Maxime Caron. | A.M. Kuchling | 2008-06-08 | 2 | -1/+3 |
| | | | | | | | | I've made a further correction -- 'globally' is an adverb, so I've put it near the verb. | ||||
* | | Forgot to actually implement the help option in cron/cull_bad_shunt | Mark Sapiro | 2008-06-08 | 1 | -0/+3 |
|/ | |||||
* | Replaced non-ascii characters with html entities in templates/de/*.html. | Mark Sapiro | 2008-06-07 | 8 | -77/+82 |
| | |||||
* | Merged A.M. Kuchling's Small Fixes branch. | Mark Sapiro | 2008-06-07 | 7 | -13/+24 |
|\ | |||||
| * | Patch 916196 from Ralf Doeblitz: fix link and spacing error in German ↵ | A.M. Kuchling | 2008-06-07 | 2 | -2/+4 |
| | | | | | | | | translation | ||||
| * | Patch #1433262: corrections to Spanish translations | A.M. Kuchling | 2008-06-07 | 3 | -8/+11 |
| | | |||||
| * | Update NEWS for 1578740 and 1578766 changes | A.M. Kuchling | 2008-06-07 | 1 | -0/+5 |
| | | |||||
| * | Patch #1578740 from Thijs Kinkhorst: add #! line to fblast.py | A.M. Kuchling | 2008-06-07 | 1 | -0/+1 |
| | | |||||
| * | Patch #1578766 from Thijs Kinkhorst: use newer template variable for site ↵ | A.M. Kuchling | 2008-06-07 | 2 | -2/+2 |
| | | | | | | | | owner address | ||||
* | | Escaped two % characters. | Mark Sapiro | 2008-06-07 | 1 | -3/+3 |
| | | |||||
* | | Fixed some format strings | Mark Sapiro | 2008-06-07 | 2 | -4/+4 |
| | | |||||
* | | A very minor change to mmdsr | Mark Sapiro | 2008-06-07 | 1 | -1/+1 |
|/ | |||||
* | Updated NEWS and bumped version to 2.1.11rc1 | Mark Sapiro | 2008-06-06 | 2 | -5/+8 |
| | |||||
* | Fixed a couple of %()s replacements with missing s. | Mark Sapiro | 2008-06-06 | 2 | -3/+3 |
| | |||||
* | Updated mailman.pot and msgmerged all mailman.po files | Mark Sapiro | 2008-06-06 | 37 | -2987/+3778 |
| |