Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `TwigCachingFormulaLoader` if available. | Arnold Daniels | 2017-06-02 | 1 | -3/+7 |
| | | | | Suggest assetic and assetic-extensions in composer | ||||
* | Fix for TwigAssetic plugin to load current template and not just parents | Arnold Daniels | 2017-06-01 | 1 | -3/+4 |
| | |||||
* | Fix test for TwigView | Arnold Daniels | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Load parent templates in TwigAssetic plugin | Arnold Daniels | 2017-05-31 | 1 | -3/+7 |
| | |||||
* | Asset plugin needs to add the extension | Arnold Daniels | 2017-05-31 | 1 | -6/+20 |
| | |||||
* | Added plugin for using Assetic with Twig | Arnold Daniels | 2017-05-31 | 1 | -0/+126 |
| | |||||
* | Added plugin support | Arnold Daniels | 2017-05-31 | 3 | -21/+141 |
| | | | | Moved addDefaultTwigExtensions to plugin | ||||
* | Allow multiple Twig paths using namespacesv1.0.0-beta2v1.0.0 | Arnold Daniels | 2017-03-14 | 1 | -1/+21 |
| | |||||
* | Added README | Arnold Daniels | 2017-02-06 | 3 | -3/+3 |
| | | | | Renamed `output` to `render` to be similar to Slim's wrapper | ||||
* | Added View/PHP. | Arnold Daniels | 2017-02-06 | 1 | -0/+164 |
| | |||||
* | Rename View::view() to View::output() | Arnold Daniels | 2017-02-06 | 2 | -13/+13 |
| | | | | Minor fixes for View/Twig | ||||
* | More tests for Twig view | Arnold Daniels | 2017-02-05 | 1 | -1/+1 |
| | |||||
* | Tests for Twig view | Arnold Daniels | 2017-02-04 | 1 | -13/+20 |
| | |||||
* | Moved view logic from controller library to this lib | Arnold Daniels | 2017-01-12 | 2 | -0/+197 |