summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/string.py (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-23Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests.Barry Warsaw1-2/+3
2011-10-23Sort the address memberships, first by mailing list fqdn, then by emailBarry Warsaw1-2/+8
2011-10-23Add database specific pre- and post- reset callbacks. Use this to implementBarry Warsaw3-1/+42
2011-10-22digest_size_thresholds should be floats. This still doesn't work inBarry Warsaw2-2/+2
2011-10-22 - Be a little more careful about preparing the SQL statements for executionBarry Warsaw3-7/+16
2011-10-22- Ensure that class removal is deterministic.Barry Warsaw3-28/+53
2011-10-16 * Fixed Postfix alias file generation when more than one mailing listBarry Warsaw3-4/+41
2011-10-16 * `bin/mailman start --force` option is fixed. (LP: #869317)Barry Warsaw7-76/+217
2011-10-05* Build the Sphinx documentation with `python setup.py build_sphinx` insteadBarry Warsaw2-3/+2
2011-09-26LP: #860159 (experimental) PostgreSQL supportStephen A. Goss2-4/+344
2011-09-25Bump version numbersBarry Warsaw2-4/+9
2011-09-24Fix a shallow test failure.Barry Warsaw1-1/+1
2011-09-23This is the way to build the documentation now:Barry Warsaw7-52/+300
2011-09-23Finally, all doctests are named .rstBarry Warsaw85-0/+0
2011-09-23Version number bump for 3.0.0a8 release.Barry Warsaw2-2/+2
2011-09-23Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw12-46/+62
2011-09-23 * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw12-12/+541
2011-09-13 * Getting the memberships for a non-existent address did not give a 404 errorBarry Warsaw4-3/+66
2011-09-07 * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208)Barry Warsaw2-24/+16
2011-09-02 * Four new events are created, and notifications are sent during domainBarry Warsaw7-5/+216
2011-09-01* PATCHing an invalid attribute on a member did not give a 400 errorBarry Warsaw3-2/+22
2011-09-01* Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw3-0/+95
2011-08-25LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss6-21/+50
2011-08-24LP 833132: add delivery_mode to member info in REST API, and make PATCHable w...Stephen A. Goss3-10/+129
2011-08-23 * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404)Barry Warsaw3-5/+18
2011-08-23* Fix AttributeError triggered by i18n call in autorespond_to_sender()Barry Warsaw5-16/+120
2011-08-23email_host => mail_hostStephen A. Goss1-1/+1
2011-08-23some tweaks to fix for LP: 829765 based on feedbackStephen A. Goss9-18/+88
2011-08-22Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw9-64/+65
2011-08-22* Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw7-6/+130
2011-08-22In copybump, if the start year is this year, just write out the line. ThisBarry Warsaw1-0/+3
2011-08-19REST API: add listing of mailing lists per domainStephen A. Goss6-3/+61
2011-08-17Complete bug 827036 work.Barry Warsaw9-44/+110
2011-08-17Fix some typos, and improve the code.Barry Warsaw2-3/+3
2011-08-17Basic infrastructure for fixing bug 827036.Barry Warsaw8-39/+176
2011-08-16Send event notifications whenever a mailing list is created or deleted.Barry Warsaw4-3/+95
2011-08-15 * Handle SIGTERM in the REST server so that the test suite always shuts downBarry Warsaw2-2/+9
2011-08-14 * DELETE users via the REST API. (LP: #820660)Barry Warsaw4-4/+94
2011-08-14 * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given byBarry Warsaw3-0/+14
2011-08-14Remove role plurals from /lists/<fqdn_listname/rosters/<role>Barry Warsaw3-10/+20
2011-08-14Fixed broken API for getting a membership via role and email from a mailingBarry Warsaw3-4/+22
2011-08-13 * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw10-27/+385
2011-08-12Not really using filetemplates any more, since pylint was removed.Barry Warsaw1-1/+1
2011-08-03Remove all pylint vestiges.Barry Warsaw27-356/+0
2011-07-15Factor out bounce detection to flufl.bounce.Barry Warsaw127-13323/+20
2011-07-11Make this script more generally useful even outside of the Mailman source tree.Barry Warsaw1-15/+27
2011-06-16 * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw25-361/+62
2011-06-16The current contrib directory is not really compatible or appropriate forBarry Warsaw14-2535/+0
2011-06-15Plumb key=value arguments through to the `bin/mailman inject` command.Barry Warsaw2-6/+44
2011-06-15* Move inject.py to mailman.app package.Barry Warsaw5-16/+235