summaryrefslogtreecommitdiff
path: root/src/mailman/config/configure.zcml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify the implementation.Barry Warsaw2016-10-171-8/+0
* A few more changes.Barry Warsaw2016-09-081-2/+2
* Remove workflowmanager.pyBarry Warsaw2016-09-021-2/+2
* IWorkflowManager -> ISubscriptionManagerBarry Warsaw2016-09-011-2/+2
* CheckpointingBarry Warsaw2016-09-011-5/+5
* Intermediate CommitAbhilash Raj2016-09-011-2/+10
* New template system. Closes #249Barry Warsaw2016-07-161-2/+12
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-291-2/+2
* Complete the layer violation fixes by moving the SubscriptionService class toBarry Warsaw2016-01-061-1/+1
* Use and interface for the set of header_matchesAurélien Bompard2015-10-201-0/+6
* Checkpointing.Barry Warsaw2015-04-141-5/+6
* Refactorings and tests.Barry Warsaw2015-03-291-2/+2
* Save the workflow state in the databaseAurélien Bompard2015-03-251-2/+2
* Add a table to store workflow statesAurélien Bompard2015-03-251-0/+5
* Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-20/+0
* Checkpointing.Barry Warsaw2013-11-251-0/+6
* DatabaseBarry Warsaw2012-10-161-5/+12
* The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-0/+14
* Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-251-0/+6
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-0/+12
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-13/+18
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-7/+8
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-241-0/+5
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-2/+2
* Refactor MTA alias creation.Barry Warsaw2011-06-101-0/+5
* Add bounce registration and bounce events.Barry Warsaw2011-05-131-9/+14
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-0/+5
* Implement the email address validator as a utility for easier pluggability.Barry Warsaw2011-01-061-3/+8
* Remove some files that are not needed for restish implementation.Barry Warsaw2010-02-251-2/+0
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-0/+5
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-1/+3
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-6/+5
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-0/+5
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-6/+2
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-8/+8
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-0/+10
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-0/+5
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-0/+5
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-6/+6
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-211-0/+6
* Wow. Put domains into the database.Barry Warsaw2009-07-161-0/+6
* More REST server updates.Barry Warsaw2009-06-291-0/+27