| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | |||||
| * | Sort the ban list by email | Aurélien Bompard | 2016-10-26 | 1 | -1/+2 |
| | | |||||
| * | replaced `find` method with `bans` property | Amit Tripathi | 2016-10-25 | 1 | -2/+3 |
| | | |||||
| * | Added QuerySequence as return type of banned address list | Amit Tripathi | 2016-10-25 | 1 | -0/+7 |
| | | |||||
| * | MySQL is now an officially supported database. | Barry Warsaw | 2016-07-29 | 1 | -3/+4 |
| | | | | | Given by Abhilash Raj. | ||||
| * | Clean up the model and languages directories. | Barry Warsaw | 2016-03-25 | 1 | -7/+6 |
| | | |||||
| * | First massive round of cleanups. | Barry Warsaw | 2016-03-23 | 1 | -7/+4 |
| | | | | | | | | | * Get rid of explicit __all__ settings and use the @public decorator. * Get rid of ^L's * Use expected_count argument for get_queue_messages() * Various code modernizations. * Other minor changes to make flake8 happy. | ||||
| * | Super duper. | Barry Warsaw | 2016-01-26 | 1 | -1/+1 |
| | | | | | | * Python 3-ify super() calls. * Remove a bunch of obsolete exception classes. | ||||
| * | Delete bans when their associated list is deleted | Aurélien Bompard | 2016-01-14 | 1 | -2/+2 |
| | | | | | Also add indexes on the Ban fields that are filtered on. | ||||
| * | Expose the ban list on the REST API | Aurélien Bompard | 2016-01-13 | 1 | -0/+5 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -6/+2 |
| | | |||||
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -2/+2 |
| | | |||||
| * | * fix the circular dependecy problem between User and Adress | Abhilash Raj | 2014-09-19 | 1 | -1/+1 |
| | | | | | * fix almost all the errors relating to doctests | ||||
| * | fix all tests in mailman.model.tests | Abhilash Raj | 2014-09-13 | 1 | -1/+1 |
| | | |||||
| * | modify all storm queries to work with SA | Abhilash Raj | 2014-09-12 | 1 | -8/+9 |
| | | |||||
| * | replace all storm types and relationships with sqlalchemy | Abhilash Raj | 2014-09-05 | 1 | -2/+4 |
| | | |||||
| * | change models to use sqlalchemy models<WIP> | Abhilash Raj | 2014-09-04 | 1 | -4/+4 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Database | Barry Warsaw | 2012-10-16 | 1 | -29/+32 |
| | | | | | | | | | | | | | -------- * The `ban` table now uses list-ids to cross-reference the mailing list, since these cannot change even if the mailing list is moved or renamed. Interfaces ---------- * The `IBanManager` is no longer a global utility. Instead, you adapt an `IMailingList` to an `IBanManager` to manage the bans for a specific mailing list. To manage the global bans, adapt ``None``. | ||||
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -3/+5 |
| | | | | | | | | | - Add explicit dependency on zope.event in setup.py. - Use Python 3 compatible syntax for specifying that a class implements an interface, i.e. the @implementer class decorator. - print_function futures. - Whitespace normalization. | ||||
| * | - Module modernatizations (print function). | Barry Warsaw | 2012-04-22 | 1 | -19/+18 |
| | | | | | - Convert direct use of config.db global to use the @dbconnection decorator. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Eliminate Utils.get_pattern() and in the process, completely revamp | Barry Warsaw | 2011-02-25 | 1 | -0/+110 |
| subscription bans so as not to have to rely on BLOBS or pickles in the database. Also, be sure to include .rst files in both doctests and in the packaged tarballs. With the now awesome reST mode for Emacs, I plan to rename all .txt doctest files to .rst. | |||||
