| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Fix the Flake8 ignore tags | Aurélien Bompard | 2016-11-21 | 1 | -5/+5 |
| | | |||||
| * | Rebase mailman/mailman!180 and cleanup # noqa | Barry Warsaw | 2016-07-28 | 1 | -5/+5 |
| | | |||||
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 1 | -63/+1 |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | ||||
| * | Use flake8-respect-noqa plugin and fix more complaints. | Barry Warsaw | 2016-04-01 | 1 | -1/+1 |
| | | |||||
| * | Don't use `flake8: noqa`. | Barry Warsaw | 2016-04-01 | 1 | -4/+4 |
| | | | | | | | | This suppresses all errors in the file. Use `noqa`, although pep8 doesn't honor this for all errors. There may be a plugin which helps. | ||||
| * | Clean up the utilities directory. | Barry Warsaw | 2016-03-25 | 1 | -24/+12 |
| | | |||||
| * | Allow List-ID in decoration template URIs. | Barry Warsaw | 2016-02-27 | 1 | -0/+7 |
| | | | | | | | | | Closes #196 In mailman: URIs (e.g. IMailingList.header_uri and .footer_uri), you used to be able to only use fqdn-listnames. But since List-IDs are more stable, let's allow those too. Silently deprecate using the fqdn-listname. | ||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | * The default languages from Mailman 2.1 have been ported over. Given by | Barry Warsaw | 2015-05-07 | 1 | -7/+2 |
| | | | | | Aurélien Bompard. | ||||
| * | 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 | -10/+9 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -6/+2 |
| | | | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506 | ||||
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 1 | -112/+133 |
| | | | | | | | is now used when search for all template overrides, site, domain, or mailing list. The in-tree English templates are used only as a last fallback. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 1 | -10/+0 |
| | | | | | | | | | | automatically do the right thing in most cases. Keep test_suite() in test_documentation.py since these dynamically set up docs tests properly. Refactor test_passwords.py so that base class tests aren't bogusly run. Also, remove test_membership.py which was essentially disabled because it was testing the MM2 membership API. | ||||
| * | Reimplement wrap() using modern techniques, and finally get rid of Utils.py! | Barry Warsaw | 2011-03-17 | 1 | -6/+4 |
| | | |||||
| * | Utils.maketext() and Utils.findtext() are gone. | Barry Warsaw | 2011-03-16 | 1 | -3/+0 |
| | | |||||
| * | make() and some tests. | Barry Warsaw | 2011-03-16 | 1 | -2/+72 |
| | | |||||
| * | Checkpointing migration of findtext() and maketext() out of Utils.py. Tests | Barry Warsaw | 2011-03-16 | 1 | -13/+128 |
| | | | | | added. TODO: flesh out make(). | ||||
| * | Basic tests for Utils.py findtext(). This will go away, but for now it's | Barry Warsaw | 2011-03-15 | 1 | -0/+107 |
| useful for ensuring current functionality. | |||||
