aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Makefile to not include $DESTDIR in paths compiled into .pycMark Sapiro2013-10-182-1/+8
| | | | files for traceback purposes. (LP: #1241770)
* Tagging branch with: 2.1.16Mark Sapiro2013-10-161-3/+3
|
* Merged Danish translation updates from Tom Christensen.Mark Sapiro2013-10-164-72/+135
|\
| * Update danish template translationsTom G. Christensen2013-10-162-5/+6
| |
| * Update danish translationTom G. Christensen2013-10-161-67/+127
| |
* | Preparing 2.1.16 final.Mark Sapiro2013-10-161-1/+1
|/
* - Fixed a crash in SpamDetect.py which caused messages with unparseableMark Sapiro2013-10-072-2/+9
| | | | RFC 2047 encoded headers to be shunted. (LP: #1235101)
* Fixed a string in the Czech message catalog. (LP: #1234567)Mark Sapiro2013-10-032-1/+3
|
* Tagging branch with: 2.1.16rc3Mark Sapiro2013-09-28199-235/+236
|
* Renamed author_is_list to from_is_list.Mark Sapiro2013-09-2811-25/+26
|
* Updated mailman.pot and message catalogs for author_is_list changes.Mark Sapiro2013-09-2740-7487/+8120
|
* Made author_is_list a 3-way with an option to wrap the message.Mark Sapiro2013-09-279-54/+142
|
* Added Dutch and Japanese translations of author_is_list string.Mark Sapiro2013-09-262-0/+8
|
* Add Greek translation of author_is_list string.Mark Sapiro2013-09-201-0/+6
|
* Ran transcheck on all languages and fixed some errors.Mark Sapiro2013-09-1442-294/+290
|
* Added French translation of author_is_list string.Mark Sapiro2013-09-081-0/+7
|
* One change fromMark Sapiro2013-09-071-2/+2
| | | | | <https://mail.python.org/pipermail/mailman-users/2013-July/075469.html>. Vetted by Ralf.
* Added direction to new Farsi admlogin.html template.Mark Sapiro2013-08-111-1/+1
|
* German message catalog updates from Ralf Hildebrandt.Mark Sapiro2013-08-112-17/+23
|
* Added 5 more Farsi templates.Mark Sapiro2013-08-105-0/+71
|\
| * adding five new templates in farsimoonfriend2013-07-305-0/+71
|/
* Missed one template in the last updates.Mark Sapiro2013-07-221-4/+4
|
* Updates to Farsi translation.Mark Sapiro2013-07-202-19/+11
|
* Preparing 2.1.16rc2Mark Sapiro2013-07-19198-303/+325
|
* - Fixed cron/disabled to send a fresh cookie when notifying disabledMark Sapiro2013-07-192-6/+12
| | | | members. (LP: #1203200)
* Enable setting a default grouping/sorting for the admindb held messageMark Sapiro2013-07-193-8/+20
| | | | summary via a DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting.
* Minor i18n string reformat in last commit.Mark Sapiro2013-07-1939-4521/+4522
|
* Second cut at the author_is_list feature.Mark Sapiro2013-07-196-13/+28
|
* Updated mailman.pot and message catalogs for latest changes.Mark Sapiro2013-07-1839-8774/+10232
|
* First cut at the author_is_list feature.Mark Sapiro2013-07-1811-16/+67
|
* Backported the held message sorting to 2.1 and made it optional.Mark Sapiro2013-07-183-20/+62
|
* Updated Farsi translation.Mark Sapiro2013-07-1830-1588/+1312
|
* Bumped version and updated docs for 2.1.16rc1.Mark Sapiro2013-07-14206-3027/+13805
|
* Fixed message catalogs for a substitution name change in GUIBase.py.Mark Sapiro2013-07-1232-64/+32
|
* Updated mailman.pot and message catalogsMark Sapiro2013-07-1239-3099/+3450
|
* - Added "message_id" to the interpolation dictionary for the Article.htmlMark Sapiro2013-07-122-0/+4
| | | | template. (LP: #725498)
* - Changed the admin GUI to report only the bad entries in a list of emailMark Sapiro2013-07-122-6/+12
| | | | addresses if any are bad. (LP: #558253)
* - Added logging for template errors in HyperArch.py. (LP: #558254)Mark Sapiro2013-07-122-2/+4
|
* - Added more explanation to the bad owner address message fromMark Sapiro2013-07-122-1/+6
| | | | bin/newlist. (LP: #1200763)
* - Fixed a bug causing the admin web interface to fail CSRF checking ifMark Sapiro2013-06-132-3/+7
| | | | the list name contains a '+' character. (LP: #1190802)
* - Fixed bin/mailmanctl -s to not remove the master lock if it can't beMark Sapiro2013-06-102-2/+6
| | | | determined to be truly stale. (LP: #1189558)
* - It is no longer possible to add 'invalid' addresses to the ban_listMark Sapiro2013-06-072-33/+61
| | | | | and the *_these_nonmembers filters from the check boxes on the admindb interface. (LP: #1187201)
* Backported fixes for lp:1074592, lp:1079249 and lp:1079254 fromMark Sapiro2013-05-305-2/+68
| | | | | lp:flufl.bounce. Actually, lp:1074592 doesn't affect MM 2, but I included the test case.
* Added 'dir=rtl' to several HTML templates.Mark Sapiro2013-05-2110-10/+10
|
* Here are the 'forgot to add' templates/fa and messages/fa files.Mark Sapiro2013-05-2032-0/+10467
|
* - added Persian (Farsi - fa) language.Mark Sapiro2013-05-2044-10627/+11717
| | | | | - Updated messages/mailman.pot - msgmerged all mailman.po files.
* Defended against buggy web servers that don't include an emptyMark Sapiro2013-04-062-1/+9
| | | | QUERY_STRING in the CGI environment. (LP: 1160647)
* The Switchboard.finish() method now logs the text of the exception whenMark Sapiro2013-04-062-3/+6
| | | | it fails to unlink/preserve a .bak file. (LP: 1165589)
* The pending (un)subscriptions waiting approval are now sorted by emailMark Sapiro2013-04-032-5/+8
| | | | address in the admindb interface as intended. (LP: 1164160)
* The subscribe log entry for a bin/add_members subscribe now identifiesMark Sapiro2013-03-282-2/+9
| | | | bin/add_members as the source. (LP: 1161642)