| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert to click for CLI options | Barry Warsaw | 2017-07-22 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| | | |||||
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 1 | -45/+0 |
| | | | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details. | ||||
| * | Clean up the utilities directory. | Barry Warsaw | 2016-03-25 | 1 | -11/+5 |
| | | |||||
| * | Clean up the core directory. | Barry Warsaw | 2016-03-24 | 1 | -1/+1 |
| | | | | | | | | mailman/core/errors.py is gone now. We had a duplicate base exception which now always comes from mailman/interfaces/errors.py. Obsolete/unused exceptions are remove. The other exceptions are moved to better locations. | ||||
| * | Allow List-ID in decoration template URIs. | Barry Warsaw | 2016-02-27 | 1 | -14/+18 |
| | | | | | | | | | 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 |
| | | |||||
| * | * A handful of unused legacy exceptions have been removed. The redundant | Barry Warsaw | 2015-05-24 | 1 | -2/+2 |
| | | | | | `MailmanException` has been removed; use `MailmanError` everywhere. | ||||
| * | Open templates for reading in utf-8; given by abompard. | Barry Warsaw | 2015-04-15 | 1 | -1/+1 |
| | | |||||
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -3/+1 |
| | | |||||
| * | 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 | -5/+1 |
| | | |||||
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -1/+3 |
| | | | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now. | ||||
| * | Improve coverage: | Barry Warsaw | 2014-11-17 | 1 | -1/+1 |
| | | | | | | * Remove some unused code * pragma: no cover | ||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Test welcome message notifications. | Barry Warsaw | 2012-03-04 | 1 | -20/+20 |
| | | | | | | - welcome.txt is no longer inserted into subscribeack.txt. This latter is renamed to welcome.txt as the default welcome message. | ||||
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 1 | -71/+67 |
| | | | | | | | 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 |
| | | |||||
| * | * The IMailingList attribute ``host_name`` has been renamed to ``mail_host`` | Barry Warsaw | 2011-06-16 | 1 | -1/+1 |
| | | | | | | for consistency. This changes the REST API for mailing list resources. (LP: #787599) | ||||
| * | Add non-English tests of the probe message. | Barry Warsaw | 2011-05-08 | 1 | -5/+24 |
| | | |||||
| * | checkpointing | Barry Warsaw | 2011-05-06 | 1 | -3/+2 |
| | | |||||
| * | Reimplement wrap() using modern techniques, and finally get rid of Utils.py! | Barry Warsaw | 2011-03-17 | 1 | -5/+1 |
| | | |||||
| * | Update comment. | Barry Warsaw | 2011-03-16 | 1 | -1/+5 |
| | | |||||
| * | Utils.maketext() and Utils.findtext() are gone. | Barry Warsaw | 2011-03-16 | 1 | -6/+4 |
| | | |||||
| * | make() and some tests. | Barry Warsaw | 2011-03-16 | 1 | -2/+41 |
| | | |||||
| * | Checkpointing migration of findtext() and maketext() out of Utils.py. Tests | Barry Warsaw | 2011-03-16 | 1 | -2/+126 |
| | | | | | 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/+35 |
| useful for ensuring current functionality. | |||||
