Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fully working context hooks, both template/view and global level, with tests | Christopher Allan Webber | 2013-05-14 | 4 | -0/+89 |
| | | | | | | Needs documentation though... that's coming next :) This commit sponsored by Luca Tius. Thanks Luca! | ||||
* | Unit tests for plugins defining their own config_spec.ini! | Christopher Allan Webber | 2013-05-08 | 2 | -0/+26 |
| | | | | This commit sponsored by David Ahmed. Thank you! | ||||
* | Let's not use reserved keywords :) | Christopher Allan Webber | 2013-04-19 | 1 | -2/+2 |
| | |||||
* | Added new tests to test hook_transform() | Christopher Allan Webber | 2013-04-19 | 3 | -3/+11 |
| | |||||
* | callable hook convenience functions.. now work, and with tests! | Christopher Allan Webber | 2013-04-10 | 4 | -0/+132 |
- Added three "callables" test plugins. - updated callable_runone to check for unhandled_okay in the kwargs dict. All passing! |