| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 2 | -2/+2 |
| | | |||||
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 2 | -2/+2 |
| | | |||||
| * | Clean up the utilities directory. | Barry Warsaw | 2016-03-25 | 1 | -1/+1 |
| | | |||||
| * | Clean up the model and languages directories. | Barry Warsaw | 2016-03-25 | 2 | -13/+5 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 2 | -2/+2 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 2 | -2/+2 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 2 | -11/+3 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 2 | -2/+2 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 2 | -2/+2 |
| | | |||||
| * | More consistency in the way post-configuration changes are processed. Less | Barry Warsaw | 2012-07-02 | 1 | -0/+18 |
| | | | | | | | | | | | magic in the _post_process() method, more ConfigurationUpdatedEvents. More centralization of event initialization. Added property Configuration.language_configs. Instead of initializing events in initialize_2(), initialize them in initialize_1() and do it before the configuration is loaded. | ||||
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 2 | -8/+7 |
| | | | | | | | | | - Add explicit dependency on zope.event in setup.py. - Use Python 3 compatible syntax for specifying that a class implements an interface, i.e. the @implementer class decorator. - print_function futures. - Whitespace normalization. | ||||
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 1 | -0/+1 |
| | | | | | | | | | IMailingList documentation. Also: * `ILanguageManager.add()` returns the `ILanguage` object just created. | ||||
| * | copybump | Barry Warsaw | 2012-01-01 | 2 | -2/+2 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 2 | -2/+2 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 2 | -2/+2 |
| | | |||||
| * | * Refactor the language manager off of the config object and into a utility. | Barry Warsaw | 2009-12-10 | 1 | -0/+4 |
| | | | | | | | | | * Fix a few small typos in exception handlers. * Move the initialization of the Zope Component Architecture into the first initialization step. The only reason we couldn't do that previously was because the domain object referenced the config, causing a circularity problem. Refactor the Domain implementation to avoid that. | ||||
| * | Much clean up of the language code, though more can be done. Factor out the | Barry Warsaw | 2009-02-12 | 2 | -1/+48 |
| | | | | | | | | language manager stuff into a separate Language class, and be clearer in the APIs about whether we want a language code or a Language instance. The impetus to this was to get rid of Utils.GetCharSet(), which is done. | ||||
| * | Clean up and reorganization languages and the language manager. | Barry Warsaw | 2009-02-10 | 2 | -0/+70 |
