| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the user_manager attribute from config.db and expose it as an | Barry Warsaw | 2009-08-26 | 1 | -3/+4 |
| | | | | | IUserManager utility. | ||||
| * | Instead of using an adapter, use a utility to get the mailing list manager. | Barry Warsaw | 2009-08-26 | 1 | -2/+4 |
| | | |||||
| * | * Updated NEWS.txt for 3.0a3. | Barry Warsaw | 2009-08-21 | 1 | -2/+3 |
| | | | | | | * Use the IListManager() adapter instead of hanging the list manager off of config.db. This makes the code somewhat cleaner. | ||||
| * | Move BadDomainSpecificationError to domain.txt interface. Try to set this to | Barry Warsaw | 2009-07-26 | 1 | -3/+3 |
| | | | | | | | return an HTTP 400 error, though it does not seem to work. Expose list creation through the API. | ||||
| * | Wow. Put domains into the database. | Barry Warsaw | 2009-07-16 | 1 | -1/+2 |
| | | | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API. | ||||
| * | Many pylint cleanups. | Barry Warsaw | 2009-06-30 | 1 | -3/+2 |
| | | |||||
| * | When cleaning up the artifacts of a list being deleted, be more careful for | Barry Warsaw | 2009-05-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | artifacts that don't exist. In that case, just skimp them rather than complain. Docstring style cleanup. Allow for doctest layer specification in the package's __init__.py, defaulting to SMTPLayer if not given. This is probably too coarse for long term use, but it works for now. Make sure pipelines.txt properly cleans up its digest; it must be flushed after clearing. | ||||
| * | Refactor __import__'s into a separate utility module. | Barry Warsaw | 2009-05-16 | 1 | -6/+3 |
| | | |||||
| * | rsplit -> rpartition | Barry Warsaw | 2009-05-15 | 1 | -6/+6 |
| | | |||||
| * | Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the Utils | Barry Warsaw | 2009-02-12 | 1 | -2/+2 |
| | | | | | module. | ||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+114 |
| correctly regardless of how it's used. | |||||
