summaryrefslogtreecommitdiff
path: root/src/mailman/config
Commit message (Expand)AuthorAgeFilesLines
...
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-032-10/+5
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-0/+3
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-7/+8
* copybumpBarry Warsaw2012-01-014-4/+4
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-12/+0
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-242-3/+7
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-221-1/+1
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-2/+2
* Refactor MTA alias creation.Barry Warsaw2011-06-101-0/+5
* Major terminology shift:Barry Warsaw2011-06-013-38/+41
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-293-18/+18
* Add bounce registration and bounce events.Barry Warsaw2011-05-131-9/+14
* Merge bounces branch (still incomplete, but tests pass).Barry Warsaw2011-05-071-1/+1
|\
| * checkpointingBarry Warsaw2011-05-061-1/+1
* | Move the test timeout values into a configuration variable. Set devmode.waitBarry Warsaw2011-05-031-0/+5
|/
* Fix refactor-o.Barry Warsaw2011-05-011-1/+1
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-1/+9
* Merge passwords into restBarry Warsaw2011-04-083-8/+5
|\
| * add_member()Barry Warsaw2011-04-083-8/+5
* | Merge passwords into restBarry Warsaw2011-04-071-2/+2
|\|
| * make_user_friendly_password(): Ported from Mailman 2.1.Barry Warsaw2011-04-071-2/+2
* | More fleshing out of the users REST API.Barry Warsaw2011-04-041-0/+4
|/
* Basic tests for Utils.py findtext(). This will go away, but for now it'sBarry Warsaw2011-03-152-0/+12
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-0/+5
* Implement the email address validator as a utility for easier pluggability.Barry Warsaw2011-01-061-3/+8
* LP: #490044 - Support SMTP AUTH.Barry Warsaw2011-01-021-1/+4
* Happy New Year.Barry Warsaw2011-01-014-4/+4
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-111-1/+7
|\
| * Add HTTP authentication to the REST APIroot2010-09-281-0/+5
* | Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-3/+0
|/
* List-Post header should be retained in MIME digest messages (LP: 526143)Barry Warsaw2010-03-281-1/+1
* * bin/info -p/--paths -> -v/--verboseBarry Warsaw2010-03-281-5/+5
* More fixes to the start up procedure. The root cause of the fix is that whenBarry Warsaw2010-03-281-2/+9
* * Use IP address for localhost instead of name because Postfix only uses DNSBarry Warsaw2010-03-272-3/+5
* More refactoring:Barry Warsaw2010-02-251-3/+3
* Remove some files that are not needed for restish implementation.Barry Warsaw2010-02-251-2/+0
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-0/+5
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-1/+3
* The qrunner section's path variable should use $QUEUE_DIR to pick up theBarry Warsaw2010-01-281-1/+1
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-273-28/+157
* Happy New Year.Barry Warsaw2010-01-014-4/+4
* * Refactor devmode settings, so that they live in one section.Barry Warsaw2009-12-121-11/+12
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-6/+5
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-102-5/+13
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-6/+2
* When no arguments are given to 'bin/members', print a list of all the mailingBarry Warsaw2009-11-281-1/+1
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-241-1/+14
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-0/+3
* Branch mergeBarry Warsaw2009-11-032-10/+10
|\
| * database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-102-10/+10