| 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 |
| | | |||||
| * | MySQL is now an officially supported database. | Barry Warsaw | 2016-07-29 | 1 | -4/+5 |
| | | | | | Given by Abhilash Raj. | ||||
| * | Clean up the model and languages directories. | Barry Warsaw | 2016-03-25 | 1 | -6/+2 |
| | | |||||
| * | Super duper. | Barry Warsaw | 2016-01-26 | 1 | -1/+1 |
| | | | | | | * Python 3-ify super() calls. * Remove a bunch of obsolete exception classes. | ||||
| * | 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 | -5/+2 |
| | | |||||
| * | test_requests succeeds now, after changing some LargeBinary columns into | Barry Warsaw | 2014-12-01 | 1 | -3/+3 |
| | | | | | Unicode columns. | ||||
| * | PostgreSQL support by Abhilash, cleaned by Barry. | Barry Warsaw | 2014-09-27 | 1 | -3/+3 |
| |\ | |||||
| | * | Add support for postgresql | Abhilash Raj | 2014-09-25 | 1 | -2/+2 |
| |/ | | | | | | | | | * revert changes in message_id_has encoding by barry * Change message_id_hash column to LargeBinary (from previously mistaken one i.e.unicode) * add missing import in database/types.py * fix a bug in database/Model.py, transaction has no method abort(), instead it is rollback() | ||||
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -1/+2 |
| | | |||||
| * | * remove some unused code | Abhilash Raj | 2014-09-19 | 1 | -1/+0 |
| | | | | | | | | * add left out documentation * remov super(<class>).__init__() calls in models as it was useless now. * remove schema_migrate func in mailman/database/base.py | ||||
| * | fix all tests in mailman.model.tests | Abhilash Raj | 2014-09-13 | 1 | -2/+2 |
| | | |||||
| * | * change declarative_base class to use ModelMeta class | Abhilash Raj | 2014-09-06 | 1 | -1/+1 |
| | | | | | * update some queries to match SA style | ||||
| * | replace all storm types and relationships with sqlalchemy | Abhilash Raj | 2014-09-05 | 1 | -5/+7 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -3/+2 |
| | | | | | | | | | - 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 | -5/+5 |
| | | | | | - Convert direct use of config.db global to use the @dbconnection decorator. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -1/+1 |
| | | | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes. | ||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | database/model reorganization. Model classes go in mailman.model. Stock | Barry Warsaw | 2009-10-10 | 1 | -0/+53 |
| database support goes in mailman.database. Move stuff out of mailman/database/__init__.py. | |||||
