| 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 | -3/+3 |
| | | | | | Given by Abhilash Raj. | ||||
| * | Clean up. | Barry Warsaw | 2016-05-13 | 1 | -8/+10 |
| | | |||||
| * | Fix Flake8 errors | Aurélien Bompard | 2016-05-04 | 1 | -1/+1 |
| | | |||||
| * | Implement suggestions from the review | Aurélien Bompard | 2016-05-04 | 1 | -4/+3 |
| | | |||||
| * | Add a method to merge a user into another user | Aurélien Bompard | 2016-05-04 | 1 | -0/+14 |
| | | |||||
| * | Clean up the model and languages directories. | Barry Warsaw | 2016-03-25 | 1 | -7/+3 |
| | | |||||
| * | 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 | -7/+3 |
| | | |||||
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -3/+3 |
| | | |||||
| * | * 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 | -9/+11 |
| | | |||||
| * | 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/+4 |
| | | | | | | | | | - 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. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Improved the way flufl.enum.Enums are stored in the database. Now, they | Barry Warsaw | 2011-09-23 | 1 | -2/+3 |
| | | | | | | | | | should always be stored as INTEGER columns, with the enum class explicitly described in the code. This should be more efficient, and besides EIBTI. Also, filled in a few additional IMailingList attributes which were not documented in the interface. | ||||
| * | 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 | -2/+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 |
| | | |||||
| * | * Refactor the language manager off of the config object and into a utility. | Barry Warsaw | 2009-12-10 | 1 | -1/+3 |
| | | | | | | | | | * Fix a few small typos in exception handlers. * Move the initialization of the Zope Component Architecture into the first initialization step. The only reason we couldn't do that previously was because the domain object referenced the config, causing a circularity problem. Refactor the Domain implementation to avoid that. | ||||
| * | database/model reorganization. Model classes go in mailman.model. Stock | Barry Warsaw | 2009-10-10 | 1 | -0/+67 |
| database support goes in mailman.database. Move stuff out of mailman/database/__init__.py. | |||||
