summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug LP: #601899; delete list function in rest server.Barry Warsaw2010-07-065-5/+65
* No longer touch the Sender or Errors-To headers. We can no longer justifyBarry Warsaw2010-06-299-107/+5
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-1810-43/+201
* Because we'll often need to turn functions into restish matchers, add aBarry Warsaw2010-06-182-6/+14
* Ensure that email addresses with slashes in them can be registered.Barry Warsaw2010-06-172-2/+20
* Subscribing an already subscribed member via REST now returns a 409 errorBarry Warsaw2010-06-152-2/+2
* trunk mergeBarry Warsaw2010-05-251-2/+0
|\
| * cleanupBarry Warsaw2010-05-251-2/+0
* | host_name and RFC 2369 tests.Barry Warsaw2010-05-061-0/+13
* | Basic importer test.Barry Warsaw2010-05-064-1/+78
* | CheckpointingBarry Warsaw2010-05-061-0/+0
* | CheckpointingBarry Warsaw2010-05-063-3/+2
* | Refactor the actual imports into a utility. This leaves the command toBarry Warsaw2010-05-063-54/+86
|/
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-0214-15/+15
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-057-13/+125
* Tests for import.Barry Warsaw2010-04-042-0/+93
* List-Post header should be retained in MIME digest messages (LP: 526143)Barry Warsaw2010-03-283-7/+9
* * bin/info -p/--paths -> -v/--verboseBarry Warsaw2010-03-282-7/+7
* More fixes to the start up procedure. The root cause of the fix is that whenBarry Warsaw2010-03-285-26/+38
* * Use IP address for localhost instead of name because Postfix only uses DNSBarry Warsaw2010-03-273-3/+13
* Merge the Pycon 2010 sprint branch replacing lazr.restful with restish as theBarry Warsaw2010-03-0339-1018/+1006
|\
| * * Fix two type specifications in argparse.Barry Warsaw2010-03-032-4/+7
| * Add POST validators.Barry Warsaw2010-03-018-49/+166
| * Refactoring for common collection code.Barry Warsaw2010-02-257-70/+87
| * Remove more files that are unnecessary.Barry Warsaw2010-02-253-283/+0
| * Refactor both the mailing lists and membership REST wrappers.Barry Warsaw2010-02-257-246/+293
| * Refactor domains into a separate file.Barry Warsaw2010-02-255-97/+122
| * More refactoring:Barry Warsaw2010-02-258-56/+224
| * Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-256-140/+96
| * Remove some files that are not needed for restish implementation.Barry Warsaw2010-02-255-255/+0
| * Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-2410-126/+230
| * * Make the lists.txt doctest pass with restish.Barry Warsaw2010-02-235-30/+138
| * Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-2314-220/+201
* | Merge Jon Dugan's better fix for OS X's /private symlink stuff.Barry Warsaw2010-02-241-5/+4
|\ \ | |/ |/|
| * generalize test_current_working_directory() to avoid symlink confusionsJon Dugan2010-02-221-5/+4
|/
* Fix the test on Mac OS X. I am not proud of this.Barry Warsaw2010-02-221-1/+5
* So long X-BeenThere, and thanks for all the fish.Barry Warsaw2010-02-165-46/+17
* Chains now fire Zope events in their _process() implementation.Barry Warsaw2010-02-167-62/+122
* Add a lot of comments about lazr.restful 0.9.18.Barry Warsaw2010-02-163-17/+31
* Oh FFS. lazr.restful 0.9.18 totally broke our shit by introducingBarry Warsaw2010-02-166-48/+100
* A bit of clean up.Barry Warsaw2010-02-133-1/+8
* More news.Barry Warsaw2010-01-281-0/+2
* NewsBarry Warsaw2010-01-281-0/+9
* 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-2712-39/+233
* The functionality of 'bin/list_members' has been moved to 'bin/mailmanBarry Warsaw2010-01-232-196/+5
* Support filtering by delivery status.Barry Warsaw2010-01-232-1/+109
* Add filtering by delivery mode.Barry Warsaw2010-01-232-0/+66
* -o/--outputBarry Warsaw2010-01-232-6/+45
* Refactoring and basic tests for membership display.Barry Warsaw2010-01-232-17/+87