summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/i18n.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-1/+1
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* New template system. Closes #249Barry Warsaw2016-07-161-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 Warsaw2016-03-251-11/+5
|
* Clean up the core directory.Barry Warsaw2016-03-241-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 Warsaw2016-02-271-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 Warsaw2016-01-021-1/+1
|
* * A handful of unused legacy exceptions have been removed. The redundantBarry Warsaw2015-05-241-2/+2
| | | | `MailmanException` has been removed; use `MailmanError` everywhere.
* Open templates for reading in utf-8; given by abompard.Barry Warsaw2015-04-151-1/+1
|
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-3/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
|
* Checkpointing.Barry Warsaw2014-11-301-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 Warsaw2014-11-171-1/+1
| | | | | * Remove some unused code * pragma: no cover
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* - Test welcome message notifications.Barry Warsaw2012-03-041-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_dirBarry Warsaw2012-03-031-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.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-1/+1
| | | | | for consistency. This changes the REST API for mailing list resources. (LP: #787599)
* Add non-English tests of the probe message.Barry Warsaw2011-05-081-5/+24
|
* checkpointingBarry Warsaw2011-05-061-3/+2
|
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-5/+1
|
* Update comment.Barry Warsaw2011-03-161-1/+5
|
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-6/+4
|
* make() and some tests.Barry Warsaw2011-03-161-2/+41
|
* Checkpointing migration of findtext() and maketext() out of Utils.py. TestsBarry Warsaw2011-03-161-2/+126
| | | | added. TODO: flesh out make().
* Basic tests for Utils.py findtext(). This will go away, but for now it'sBarry Warsaw2011-03-151-0/+35
useful for ensuring current functionality.