summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make `cancel()` as fluent interfaceArnold Daniels2017-02-101-0/+4
|
* ScrutinizeArnold Daniels2017-02-094-2/+4
|
* Reworked views using Jasny ViewArnold Daniels2017-02-093-13/+87
| | | | | Added View/PHP trait Ability to set a viewer
* Fixed issues with controllerinterface and testsArnold Daniels2017-02-092-1/+1
|
* Fix issues marked by sensiolabs insightsArnold Daniels2017-02-093-2/+5
| | | | | | Missing use statements in ControllerInterface Other minor things jasny/view @ beta
* Moved view logic to own libraryArnold Daniels2017-02-094-157/+103
|
* Add content negotiation (fixes #11)minstel2017-01-171-0/+108
|
* Break up `output()` methodorigin/cancel-actionArnold Daniels2016-12-021-5/+18
|
* Fixed Scrutinizer issuesArnold Daniels2016-12-024-5/+6
|
* Ignore before()/after() for coverageArnold Daniels2016-12-021-0/+2
|
* Fixed RouteAction test to use cancel()Arnold Daniels2016-12-021-8/+1
|
* Rather than checking the status, cancel an action with `cancel()`Arnold Daniels2016-11-301-4/+39
| | | | | | | | | Added `isCancelled()` Renamed `beforeActionRun()` to `before()` Added `after()` Tests still need to be changed
* Tests and fixes for setResponseHeaderv1.0.1Arnold Daniels2016-11-221-1/+1
|
* Renamed `beforeAction` to `beforeActionRun`.Arnold Daniels2016-11-211-2/+2
| | | | Method names should not end in `Action`.
* Tests and minor fixes for Twig viewv1.0.0origin/refactorArnold Daniels2016-11-211-20/+41
|
* Fixed tests for Session\FlashArnold Daniels2016-11-201-4/+0
|
* Session trait tests and fixesArnold Daniels2016-11-202-2/+2
|
* Tests and fixes for RouteActionArnold Daniels2016-11-202-26/+47
|
* Implemented Input traitArnold Daniels2016-11-191-0/+105
|
* Make all tests runArnold Daniels2016-11-197-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 traitArnold Daniels2016-11-191-37/+55
|
* Refactored CheckRequest and CheckResponse traitsArnold Daniels2016-11-184-27/+137
| | | | | WIP Controller\Output Restructuring the tests (one test per trait)
* Simplify Twig traitArnold Daniels2016-11-181-87/+60
|
* Make using sessions opt-inArnold Daniels2016-11-181-3/+4
|
* Refactor controller. Move stuff to traits.Arnold Daniels2016-11-179-620/+744
|
* Merge branch 'Flash' of https://github.com/Minstel/controller into Minstel-FlashArnold Daniels2016-11-173-1/+308
|\
| * Flashminstel2016-10-253-4/+137
| |
| * Twig traitminstel2016-10-251-0/+175
| |
* | Merge branch 'Controller_request_method_methods' of ↵Arnold Daniels2016-11-171-0/+64
|\ \ | | | | | | | | | https://github.com/Minstel/controller into Minstel-Controller_request_method_methods
| * | Controller request method methodsminstel2016-10-211-17/+81
| |/
* | Merge branch 'master' into Controller-encodeData_methodArnold Daniels2016-11-031-0/+117
|\ \
| * | Fixesminstel2016-10-211-11/+43
| | |
| * | RouteAction traitminstel2016-10-181-0/+85
| |/
* | Controller response methodsminstel2016-10-231-33/+289
| |
* | Controller::encodeData methodminstel2016-10-201-1/+65
|/
* Controller check response status methodsminstel2016-10-181-0/+68
|
* Controller classminstel2016-10-171-0/+67