summaryrefslogtreecommitdiff
path: root/src/mailman/model (follow)
Commit message (Expand)AuthorAgeFilesLines
* More model test fixes and ports.Barry Warsaw2014-12-139-106/+125
* Port some of the commands.Barry Warsaw2014-12-131-2/+0
* CheckpointingBarry Warsaw2014-12-122-1/+3
* languages.rst passesBarry Warsaw2014-12-011-2/+2
* model/addresses.rst passes, with some bad-path cases moved to unittests.Barry Warsaw2014-12-012-17/+25
* registrar.rst is ported; some bad path tests moved to a unittest.Barry Warsaw2014-12-012-29/+68
* test_requests succeeds now, after changing some LargeBinary columns intoBarry Warsaw2014-12-014-13/+12
* Checkpointing.Barry Warsaw2014-11-304-26/+24
* DatabaseBarry Warsaw2014-11-0127-533/+571
|\
| * Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw2014-10-311-1/+2
| * Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-303-9/+13
| * Use print() to smooth over the SA return of Python longs in PostgreSQL.Barry Warsaw2014-10-132-21/+21
| * Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-139-20/+28
| |\
| | * * remove migrate commandAbhilash Raj2014-10-109-18/+22
| | * fix database reset error due to foreign key constraint between user and addre...Abhilash Raj2014-10-091-1/+4
| |/
| * PostgreSQL support by Abhilash, cleaned by Barry.Barry Warsaw2014-09-273-7/+10
| |\
| | * Add support for postgresqlAbhilash Raj2014-09-254-9/+12
| |/
| * Update some comments.Barry Warsaw2014-09-231-1/+4
| * Use a simpler UUID implementation.Barry Warsaw2014-09-231-1/+1
| * Migrations will be replaced with Alchemy.Barry Warsaw2014-09-221-48/+0
| * Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-224-24/+21
| * Clean up pass.Barry Warsaw2014-09-2220-143/+163
| * Another test repair.Barry Warsaw2014-09-211-0/+2
| * Test repair:Barry Warsaw2014-09-213-2/+12
| * * remove some unused codeAbhilash Raj2014-09-197-7/+0
| * * fix the circular dependecy problem between User and AdressAbhilash Raj2014-09-193-5/+9
| * call roster methods on mailinglist object after load from databaseAbhilash Raj2014-09-182-11/+15
| * all tests except for importer working(ignoring test_migrations.py)Abhilash Raj2014-09-182-2/+3
| * fix all tests in mailman.model.testsAbhilash Raj2014-09-1314-119/+113
| * change leftover queriesAbhilash Raj2014-09-134-6/+5
| * modify all storm queries to work with SAAbhilash Raj2014-09-129-61/+55
| * * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-0617-51/+61
| * replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-0517-107/+142
| * change models to use sqlalchemy models<WIP>Abhilash Raj2014-09-048-140/+147
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2818-159/+159
* * Fix test isolation bug in ``languages.rst``.Barry Warsaw2014-04-171-5/+5
|\
| * Make a copy before first usage of mgr.clear()Piotr Kasprzyk2014-04-161-4/+4
|/
* Add an email address to an existing user via the REST API.Barry Warsaw2014-04-142-1/+47
|\
| * Instantiating an Address model now validates the email stringFlorian Fuchs2014-04-142-1/+49
* | Trunk mergeBarry Warsaw2014-04-1431-40/+233
|\|
| * * Fix IntegrityError (against PostgreSQL) when deleting a list with contentBarry Warsaw2014-03-152-0/+17
| * * Module coding style consistency.Barry Warsaw2014-03-022-5/+21
| * Several internal improvements:Barry Warsaw2014-01-061-1/+1
| * Bump copyright years.Barry Warsaw2014-01-0130-30/+30
| * More fixes.Barry Warsaw2013-11-261-1/+5
| * Checkpointing.Barry Warsaw2013-11-254-47/+169
| * Joanna's branchBarry Warsaw2013-10-271-4/+55
| |\
| | * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-4/+55
* | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-143-0/+18
|\ \ \ | |/ / |/| |
| * | Content filter must be removed on list deletionAurélien Bompard2013-10-032-0/+17
| |/