Simon Sessingø
1c07311c5d
Merge pull request #212 from skipperbent/v3
...
Version 3
2017-02-09 13:24:44 +01:00
Simon Sessingø
ce276bd5b7
Version 3
...
- Easier rewrite management.
- Optimisations.
- Updated documentation.
2017-02-09 13:18:05 +01:00
Simon Sessingø
801c84eb05
Merge pull request #210 from skipperbent/v2
...
V2
2017-02-01 07:52:38 +01:00
Simon Sessingø
ed98519152
Merge pull request #209 from skipperbent/v2-development
...
Fixed getExtension method in InputFile retuning empty value.
2.6.5
2017-02-01 07:52:29 +01:00
Simon Sessingø
bf069c2d42
Fixed getExtension method in InputFile retuning empty value.
2017-02-01 07:51:35 +01:00
Simon Sessingø
55d031e152
Merge pull request #208 from skipperbent/v2
...
V2
2017-01-19 18:41:55 +01:00
Simon Sessingø
8509062e00
Merge pull request #207 from skipperbent/v2-development
...
Development
2.6.4
2017-01-19 18:41:43 +01:00
Simon Sessingø
523d49359b
Development
...
- Fixed where method calling itself instead of setWhere.
- Added unit-tests for regex.
2017-01-19 18:40:47 +01:00
Simon Sessingø
4b4ab906fb
Merge pull request #205 from skipperbent/v2
...
V2
2016-11-28 14:14:38 +01:00
Simon Sessingø
9617cacc31
Merge pull request #204 from skipperbent/v2-development
...
getRoute optimisations.
2.6.3
2016-11-28 14:14:29 +01:00
Simon Sessingø
7cc2652bcd
getRoute optimisations.
2016-11-28 14:13:58 +01:00
Simon Sessingø
54a824ce44
Merge pull request #203 from skipperbent/v2
...
V2
2016-11-28 14:01:10 +01:00
Simon Sessingø
99088719ed
Merge pull request #202 from skipperbent/v2-development
...
`getUrl` will now use default-parameter value if specifically set to null when using `url()`.
2016-11-28 14:00:59 +01:00
Simon Sessingø
e26d55a810
getUrl will now use default-parameter value if specificially set to null when using url().
2016-11-28 09:37:05 +01:00
Simon Sessingø
2062ff4189
Merge pull request #201 from skipperbent/v2
...
V2
2016-11-28 06:45:16 +01:00
Simon Sessingø
3e41ee28b6
Merge pull request #200 from skipperbent/v2-development
...
Optimised route-match behavior
2.6.2
2016-11-28 06:45:05 +01:00
Simon Sessingø
8f3ce68a5e
Optimised route-match behavior
2016-11-28 06:43:26 +01:00
Simon Sessingø
13a5f40cd0
Merge pull request #199 from skipperbent/v2
...
V2
2016-11-28 05:53:36 +01:00
Simon Sessingø
751b4444ae
Merge pull request #198 from skipperbent/v2-development
...
Fixed parameters not merged with default values
2.6.1
2016-11-28 05:53:26 +01:00
Simon Sessingø
d25351f4f9
Fixed parameters not merged with default values
2016-11-28 05:53:02 +01:00
Simon Sessingø
351f7a01e8
Merge pull request #197 from skipperbent/v2
...
V2
2016-11-28 05:26:19 +01:00
Simon Sessingø
8cd42a2c4b
Merge pull request #196 from skipperbent/v2-development
...
2.6.0
2.6.0
2016-11-28 05:26:04 +01:00
Simon Sessingø
e8f19fbeae
Simplified PARAMETERS_REGEX_MATCH in Route class.
2016-11-28 05:24:12 +01:00
Simon Sessingø
5c89ae2aaf
Moved regex/match functionality to LoadableRoute.
2016-11-28 04:45:46 +01:00
Simon Sessingø
b694a7c0c9
More cleanup
2016-11-28 04:39:34 +01:00
Simon Sessingø
7847b71bbc
Cleanup
2016-11-28 04:38:38 +01:00
Simon Sessingø
d9b97ccf42
Bugfixes
2016-11-28 04:20:34 +01:00
Simon Sessingø
74351e0330
Bugfixes
2016-11-27 01:07:11 +01:00
Simon Sessingø
f5b03e106c
Bugfixes
2016-11-27 00:55:47 +01:00
Simon Sessingø
2c5221051e
Development
2016-11-26 10:40:42 +01:00
Simon Sessingø
1496878ae9
Merge pull request #195 from skipperbent/v2
...
V2
2016-11-26 05:22:17 +01:00
Simon Sessingø
e8e1471bab
Merge pull request #194 from skipperbent/v2-development
...
Input optimisations
2.5.6
2016-11-26 05:22:02 +01:00
Simon Sessingø
aad11ac581
Input optimisations
2016-11-26 05:21:09 +01:00
Simon Sessingø
b3f2e5f812
Merge pull request #193 from skipperbent/v2
...
V2
2016-11-26 05:03:45 +01:00
Simon Sessingø
4de1498723
Merge pull request #192 from skipperbent/v2-development
...
V2 development
2.5.5
2016-11-26 05:03:36 +01:00
Simon Sessingø
c1835152b6
Removed PHP 7 specific functionality.
2016-11-26 04:53:05 +01:00
Simon Sessingø
6213f2fb75
Development
...
- Optimised Input-classes.
- `get` and `getObject` methods on `Input` now supports filtering on multiple method-types when using the `$method` parameter.
- Input classes now know how to parse that stupid nested $_FILES array.
- It's now possible to change method-names on ResourceControllers.
- Removed `getValue` and `setValue` from `InputFile` classes.
- Ensured that request-method are only parsed from $_POST or $_SERVER.
- Fixed minor parameter-issues with subdomain routing.
- Added PHPDocs.
- Added even more unit-tests.
- Many small optimisations tweaks.
2016-11-26 04:30:00 +01:00
Simon Sessingø
a60fa9f919
Merge pull request #191 from skipperbent/v2
...
V2
2016-11-25 18:28:37 +01:00
Simon Sessingø
ea243f2c89
Merge pull request #190 from skipperbent/v2-development
...
Development
2.5.4
2016-11-25 18:28:26 +01:00
Simon Sessingø
68fc6b76c0
Development
...
- It's now possible to adjust the load-order for parameters on routes.
- Replaced PHP 7.1 deprecated `mcrypt_create_iv` function with `random_bytes` if it is available (requires > PHP7)
- Added `setIndex`, `setName` and `setValue` methods to `IInputItem` to allow for extendability.
- Cleanup and bug fixes.
2016-11-25 18:26:50 +01:00
Simon Sessingø
ce6f34f4d4
Merge pull request #189 from skipperbent/v2
...
V2
2016-11-25 12:55:17 +01:00
Simon Sessingø
56653568e4
Merge pull request #188 from skipperbent/v2-development
...
Development
2.5.3
2016-11-25 12:55:08 +01:00
Simon Sessingø
1c515119b4
Development
...
- Ensure that request-method is always lowercase.
- Fixed spaces instead of tabs to comply with PSR-2.
2016-11-25 12:51:45 +01:00
Simon Sessingø
2868ffe023
Merge pull request #187 from skipperbent/v2
...
V2
2016-11-25 03:29:01 +02:00
Simon Sessingø
5d330643e7
Merge pull request #186 from skipperbent/v2-development
...
Development
2.5.2
2016-11-25 03:28:49 +02:00
Simon Sessingø
2dd2d95af5
Development
...
- Fixed BootManager not loading.
- Optimised for-loops.
2016-11-25 02:27:46 +01:00
Simon Sessingø
8ab52364da
Merge pull request #185 from skipperbent/v2
...
V2
2016-11-25 03:06:03 +02:00
Simon Sessingø
57aa8eac1e
Merge pull request #184 from skipperbent/v2-development
...
Fixed Exception when using Request
2.5.1
2016-11-25 03:05:17 +02:00
Simon Sessingø
7edee8e6d3
Fixed Exception when using Request
2016-11-25 02:04:42 +01:00
Simon Sessingø
110bc2afcf
Merge pull request #183 from skipperbent/v2
...
V2
2016-11-25 02:58:55 +02:00