Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `cancel()` as fluent interface | Arnold Daniels | 2017-02-10 | 1 | -0/+4 |
| | |||||
* | Scrutinize | Arnold Daniels | 2017-02-09 | 4 | -2/+4 |
| | |||||
* | Reworked views using Jasny View | Arnold Daniels | 2017-02-09 | 3 | -13/+87 |
| | | | | | Added View/PHP trait Ability to set a viewer | ||||
* | Fixed issues with controllerinterface and tests | Arnold Daniels | 2017-02-09 | 2 | -1/+1 |
| | |||||
* | Fix issues marked by sensiolabs insights | Arnold Daniels | 2017-02-09 | 3 | -2/+5 |
| | | | | | | Missing use statements in ControllerInterface Other minor things jasny/view @ beta | ||||
* | Moved view logic to own library | Arnold Daniels | 2017-02-09 | 4 | -157/+103 |
| | |||||
* | Add content negotiation (fixes #11) | minstel | 2017-01-17 | 1 | -0/+108 |
| | |||||
* | Break up `output()` methodorigin/cancel-action | Arnold Daniels | 2016-12-02 | 1 | -5/+18 |
| | |||||
* | Fixed Scrutinizer issues | Arnold Daniels | 2016-12-02 | 4 | -5/+6 |
| | |||||
* | Ignore before()/after() for coverage | Arnold Daniels | 2016-12-02 | 1 | -0/+2 |
| | |||||
* | Fixed RouteAction test to use cancel() | Arnold Daniels | 2016-12-02 | 1 | -8/+1 |
| | |||||
* | Rather than checking the status, cancel an action with `cancel()` | Arnold Daniels | 2016-11-30 | 1 | -4/+39 |
| | | | | | | | | | Added `isCancelled()` Renamed `beforeActionRun()` to `before()` Added `after()` Tests still need to be changed | ||||
* | Tests and fixes for setResponseHeaderv1.0.1 | Arnold Daniels | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Renamed `beforeAction` to `beforeActionRun`. | Arnold Daniels | 2016-11-21 | 1 | -2/+2 |
| | | | | Method names should not end in `Action`. | ||||
* | Tests and minor fixes for Twig viewv1.0.0origin/refactor | Arnold Daniels | 2016-11-21 | 1 | -20/+41 |
| | |||||
* | Fixed tests for Session\Flash | Arnold Daniels | 2016-11-20 | 1 | -4/+0 |
| | |||||
* | Session trait tests and fixes | Arnold Daniels | 2016-11-20 | 2 | -2/+2 |
| | |||||
* | Tests and fixes for RouteAction | Arnold Daniels | 2016-11-20 | 2 | -26/+47 |
| | |||||
* | Implemented Input trait | Arnold Daniels | 2016-11-19 | 1 | -0/+105 |
| | |||||
* | Make all tests run | Arnold Daniels | 2016-11-19 | 7 | -13/+13 |
| | | | | | | Mark some tests incomplete, rather than have them fail or error Completed tests for Controller Made getRequest and get/setResponse public | ||||
* | Tested and fixed Output trait | Arnold Daniels | 2016-11-19 | 1 | -37/+55 |
| | |||||
* | Refactored CheckRequest and CheckResponse traits | Arnold Daniels | 2016-11-18 | 4 | -27/+137 |
| | | | | | WIP Controller\Output Restructuring the tests (one test per trait) | ||||
* | Simplify Twig trait | Arnold Daniels | 2016-11-18 | 1 | -87/+60 |
| | |||||
* | Make using sessions opt-in | Arnold Daniels | 2016-11-18 | 1 | -3/+4 |
| | |||||
* | Refactor controller. Move stuff to traits. | Arnold Daniels | 2016-11-17 | 9 | -620/+744 |
| | |||||
* | Merge branch 'Flash' of https://github.com/Minstel/controller into Minstel-Flash | Arnold Daniels | 2016-11-17 | 3 | -1/+308 |
|\ | |||||
| * | Flash | minstel | 2016-10-25 | 3 | -4/+137 |
| | | |||||
| * | Twig trait | minstel | 2016-10-25 | 1 | -0/+175 |
| | | |||||
* | | Merge branch 'Controller_request_method_methods' of ↵ | Arnold Daniels | 2016-11-17 | 1 | -0/+64 |
|\ \ | | | | | | | | | | https://github.com/Minstel/controller into Minstel-Controller_request_method_methods | ||||
| * | | Controller request method methods | minstel | 2016-10-21 | 1 | -17/+81 |
| |/ | |||||
* | | Merge branch 'master' into Controller-encodeData_method | Arnold Daniels | 2016-11-03 | 1 | -0/+117 |
|\ \ | |||||
| * | | Fixes | minstel | 2016-10-21 | 1 | -11/+43 |
| | | | |||||
| * | | RouteAction trait | minstel | 2016-10-18 | 1 | -0/+85 |
| |/ | |||||
* | | Controller response methods | minstel | 2016-10-23 | 1 | -33/+289 |
| | | |||||
* | | Controller::encodeData method | minstel | 2016-10-20 | 1 | -1/+65 |
|/ | |||||
* | Controller check response status methods | minstel | 2016-10-18 | 1 | -0/+68 |
| | |||||
* | Controller class | minstel | 2016-10-17 | 1 | -0/+67 |