summaryrefslogtreecommitdiff
path: root/src/mailman/model (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |/
* | trunk mergeBarry Warsaw2013-09-013-4/+3
|\|
| * Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-183-4/+3
* | Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-013-8/+8
|/
* * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-062-0/+15
* Bump copyright years.Barry Warsaw2013-01-0129-29/+29
* Remove mailinglist.admin_member_chunksize.Barry Warsaw2012-12-301-1/+0
* Remove mailinglist.private_roster.Barry Warsaw2012-12-301-1/+0
* Remove unused columns mailinglist.subscribe_policy,Barry Warsaw2012-12-301-3/+0
* Remove mailinglist.send_reminders column too.Barry Warsaw2012-12-301-1/+0
* * The column `mailinglist.new_member_options` was unused, and has beenBarry Warsaw2012-12-301-2/+0
* Remove some leftovers.Barry Warsaw2012-12-291-3/+0
* Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-291-4/+3