summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterRequire jasny/php-functions v2 or v3Arnold Daniels8 years
origin/HEADRequire jasny/php-functions v2 or v3Arnold Daniels8 years
origin/cancel-actionBreak up `output()` methodArnold Daniels8 years
origin/masterRequire jasny/php-functions v2 or v3Arnold Daniels8 years
origin/refactorTests and minor fixes for Twig viewArnold Daniels8 years
origin/view-libraryScrutinizeArnold Daniels8 years
 
TagDownloadAuthorAge
v1.2.1controller-1.2.1.zip  controller-1.2.1.tar.gz  controller-1.2.1.tar.bz2  Arnold Daniels8 years
v1.2.0controller-1.2.0.zip  controller-1.2.0.tar.gz  controller-1.2.0.tar.bz2  Arnold Daniels8 years
v1.1.0controller-1.1.0.zip  controller-1.1.0.tar.gz  controller-1.1.0.tar.bz2  Arnold Daniels8 years
v1.0.2controller-1.0.2.zip  controller-1.0.2.tar.gz  controller-1.0.2.tar.bz2  Arnold Daniels8 years
v1.0.1controller-1.0.1.zip  controller-1.0.1.tar.gz  controller-1.0.1.tar.bz2  Arnold Daniels8 years
v1.0.0controller-1.0.0.zip  controller-1.0.0.tar.gz  controller-1.0.0.tar.bz2  Arnold Daniels8 years
 
AgeCommit messageAuthorFilesLines
2017-02-28Require jasny/php-functions v2 or v3HEADv1.2.1origin/masterorigin/HEADmasterArnold Daniels1-1/+1
2017-02-10Update README.mdArnold Daniels1-0/+3
2017-02-10Update README.mdArnold Daniels1-4/+4
2017-02-10Update README.mdArnold Daniels1-3/+4
2017-02-10Update README.mdArnold Daniels1-5/+3
2017-02-10Added some documentation to README (WIP)Arnold Daniels1-0/+252
2017-02-10Make `cancel()` as fluent interfaceArnold Daniels1-0/+4
2017-02-09ScrutinizeArnold Daniels4-2/+4
2017-02-09Merge pull request #13 from jasny/view-libraryv1.2.0Arnold Daniels15-524/+425
2017-02-09Added test for ContentNegotiation::getNegotiator()Arnold Daniels1-39/+69
2017-02-09Fixup after rebaseArnold Daniels2-3/+3
2017-02-09Reworked views using Jasny ViewArnold Daniels6-289/+246
2017-02-09Fixed issues with controllerinterface and testsArnold Daniels5-50/+13
2017-02-09Fix issues marked by sensiolabs insightsArnold Daniels4-6/+10
2017-02-09Moved view logic to own libraryArnold Daniels5-157/+104
2017-02-09Typo fix composer.jsonArnold Daniels1-2/+2
2017-02-09Typo fix composer.jsonArnold Daniels1-1/+1
2017-01-26Merge pull request #12 from Minstel/11-Add_content_negotiationv1.1.0Arnold Daniels4-7/+273
2017-01-17Add content negotiation (fixes #11)minstel4-7/+273
2016-12-02Merge pull request #8 from jasny/cancel-actionv1.0.2Arnold Daniels5-35/+88
2016-12-02Break up `output()` methodorigin/cancel-actionArnold Daniels1-5/+18
2016-12-02Fixed Scrutinizer issuesArnold Daniels4-5/+6
2016-12-02Ignore before()/after() for coverageArnold Daniels1-0/+2
2016-12-02Fixed RouteAction test to use cancel()Arnold Daniels2-23/+25
2016-11-30Rather than checking the status, cancel an action with `cancel()`Arnold Daniels1-4/+39
[...]