Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing the template_context_prerender hook | Christopher Allan Webber | 2013-05-15 | 4 | -3/+13 |
| | | | | | | | | | | | This allows for modifying any context *right before render*, including access to the variables that are passed in. This test takes advantage of that and takes one of the variables, "doubleme", and modifies it (doubles it!) In our case it turns "happy" and "joy" into "happyhappy" and "joyjoy". This commit sponsored by Mark Holmquist. Thank you! | ||||
* | 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! |