summaryrefslogtreecommitdiff
path: root/src/mailman/app/finder.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LP: #975692 phase 1Barry Warsaw2012-12-281-78/+0
| | | | | | | | | | | | | | | | | * Rework list style management. No more style priorities or matching.. Now, you name a style explicitly to apply and that's it. * create_list() now takes a `style` argument. * config file now names both a default style to use, and a set of paths to scan for IStyle instances. (This could be a model for other plugins.) * added IMailingList.style_name to record the last style applied, but this is going to be removed in subsequent revisions. Also: * Move find_components() and scan_module() from app/finder.py to utilities/modules.py * Cleaned up lifecycle.rst for better documentation. Some tests moved to test_lifecycle.py. * Remove some unnecessary test tearDown() code.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Checkpointing for refactoring.Barry Warsaw2011-04-271-7/+22
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* checkpointingBarry Warsaw2010-08-071-1/+2
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* 'mailman info' command.Barry Warsaw2009-08-121-1/+4
|
* Many pylint cleanups.Barry Warsaw2009-06-301-1/+2
|
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-291-0/+58
Refactor the finding of components so that it's much easier to find and register the ones that come with Mailman by default. Move all the old cmd_*.py commands into the attic. These will eventually be ported to the new framework.