Commit Graph

69 Commits

Author SHA1 Message Date
e4dadf447d Improve codestyle 2018-02-03 10:30:13 +01:00
f1288ebc03 More codestyle fixes 2018-01-31 22:05:15 +01:00
58e6b89768 Finalize new tests 2018-01-15 18:51:11 +01:00
9a6746ea3a Return earlier 2018-01-15 17:38:11 +01:00
d3b85fd09c Fix tests 2018-01-15 17:20:46 +01:00
60921028e7 Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
b4e50880d9 Improve docs further 2017-11-16 21:07:37 +01:00
ce80ffadc6 General fixes 2017-11-05 13:09:39 +01:00
ba1b82f559 Fix if for foreach while spacing 2017-10-27 17:55:35 +02:00
f652a900d0 Fix strict_type spacing 2017-10-27 16:41:49 +02:00
1b8481ad06 Test adjustments 2017-10-14 18:03:25 +02:00
464c2e339c Change request string from hash to url 2017-10-07 17:14:50 +02:00
417a42b455 Optimize code order 2017-09-18 18:46:23 +02:00
34c465766e Code inspection fixes 2017-09-14 19:52:53 +02:00
49133a58f6 visual fixes and alignments 2017-09-14 15:21:58 +02:00
61d1353023 Bug fix changes 2017-09-05 18:47:01 +02:00
fc8ed2166d Remove path, it is part of the uri 2017-09-05 12:58:35 +02:00
40d52330f8 Pull out getProtocolVersion 2017-09-05 11:49:53 +02:00
9dedf9303e Test fixes 2017-08-22 12:46:56 +02:00
94ff6b57e1 Minor inspection bug fixes 2017-08-12 20:48:13 +02:00
c3686e3db0 Fixes from test 2017-08-12 16:50:21 +02:00
463df4dfd9 Add simplified create 2017-08-03 23:05:46 +02:00
c328c8fcef Fix file author and copyright 2017-07-26 17:50:41 +02:00
ff3d253588 Remove @author docblock 2017-07-20 18:10:26 +02:00
ff4a6864c3 Fix init and global cleanup 2017-07-09 10:10:15 +02:00
082a493cc7 Test fixes (working) 2017-03-13 15:16:17 +01:00
20a48cc1fe PhpUnit fixes 2017-03-12 22:40:40 +01:00
aa483c2eb8 Fixing test bugs 2017-03-11 23:57:37 +01:00
fdd5d85a6a Minor fixes after testing
still broken however
2017-03-11 18:55:55 +01:00
fdfdbb2146 Minor fixes 2017-02-27 20:42:02 +01:00
b8561385f5 Add docblocks 2017-02-22 20:29:24 +01:00
a2566d3e3c Fix uri factory init 2017-02-17 21:47:31 +01:00
caa5bf5740 Fix custom uri 2017-02-14 23:27:12 +01:00
58b9fd5171 Enable strict_types 2017-01-25 11:51:36 +01:00
6fd1ebe9b1 Removing copyright date 2017-01-25 11:18:25 +01:00
c15928bcc9 Parsing request language header 2017-01-01 15:49:21 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
cbc6205bf7 Type hint fixes/prep for null return type 2016-12-03 23:00:05 +01:00
ab5e11a242 Preparing for void return type 2016-12-03 21:59:21 +01:00
9bbdbcaf38 Fix docblocks 2016-11-06 22:22:58 +01:00
0deb040847 Reduce redundant assignments 2016-10-30 17:29:31 +01:00
d6126b1ffc Add query parameters to uriFactory 2016-09-15 17:47:50 +02:00
14d4061beb Fixes during secondary app dev
While working on another app some bugs came up that are related to the
way the framework is included and working in combination with the app.
These changes make it more general purpose friendly.
2016-09-07 20:54:28 +02:00
2ead4010b3 fixes #64 2016-08-19 13:25:53 +02:00
3ec9c8c1bb Started to implement more default parameters 2016-08-09 15:48:10 +02:00
38350e9c77 Test fixes 2016-07-23 18:17:25 +02:00
ef5dfe0aa1 Uniform isset check 2016-07-20 18:06:55 +02:00
d2de70d356 Auto-format 2016-07-15 21:33:05 +02:00
0376d85ace Optimize imports and order 2016-07-15 21:30:16 +02:00
ebafbe059a Added automatic lock after init
If someone wants to create a custom request. Init should not be called?!
2016-07-03 15:32:44 +02:00