summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests/test_templates.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-5/+5
|
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-5/+5
|
* New template system. Closes #249Barry Warsaw2016-07-161-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 Warsaw2016-04-011-1/+1
|
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-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 Warsaw2016-03-251-24/+12
|
* Allow List-ID in decoration template URIs.Barry Warsaw2016-02-271-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 Warsaw2016-01-021-1/+1
|
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-7/+2
| | | | Aurélien Bompard.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-10/+9
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-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_dirBarry Warsaw2012-03-031-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.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-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 Warsaw2011-03-171-6/+4
|
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-3/+0
|
* make() and some tests.Barry Warsaw2011-03-161-2/+72
|
* Checkpointing migration of findtext() and maketext() out of Utils.py. TestsBarry Warsaw2011-03-161-13/+128
| | | | added. TODO: flesh out make().
* Basic tests for Utils.py findtext(). This will go away, but for now it'sBarry Warsaw2011-03-151-0/+107
useful for ensuring current functionality.