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
Simon Sessingø
4efc72d013
Merge pull request #182 from skipperbent/v2-development
...
Development
2.5.0
2016-11-25 02:58:43 +02:00
Simon Sessingø
e360fb5438
Removed demo-project.
2016-11-25 01:57:39 +01:00
Simon Sessingø
c6bce8a420
Development
...
- Began work on new documentation.
- BaseCsrfVerifier now only matches `POST`, `PUT` and `DELETE`.
- Parameters are now parsed on custom regex-matches.
- Added `$type` option to `get` method in `Input` class.
2016-11-25 01:53:02 +01:00
Simon Sessingø
fb6da37963
Simplified parseInput method with new handleGetPost helper method.
2016-11-24 22:58:32 +01:00
Simon Sessingø
abe427ff59
Development
...
- Optimised Input and Input-related features.
- Removed InputCollection class.
- Changed more foreach to for.
- Updated documentation.
2016-11-24 22:44:58 +01:00
Simon Sessingø
a92a4cdf0d
Merge pull request #181 from skipperbent/v2
...
V2
2016-11-24 14:51:16 +02:00
Simon Sessingø
49fc991f9a
Merge pull request #180 from skipperbent/v2-development
...
Updated documentation
2016-11-24 14:51:07 +02:00
Simon Sessingø
b2f23c6c7d
Updated documentation
2016-11-24 13:50:45 +01:00
Simon Sessingø
0a4c78cf64
Merge pull request #179 from skipperbent/v2
...
V2
2016-11-24 14:45:06 +02:00
Simon Sessingø
20353c6e4d
Merge pull request #178 from skipperbent/v2-development
...
Updated documentation to use Demo instead of MyWebsite
2016-11-24 14:44:56 +02:00
Simon Sessingø
53ece9a7fd
Updated documentation to use Demo instead of MyWebsite
2016-11-24 13:44:20 +01:00
Simon Sessingø
6706d86784
Merge pull request #177 from skipperbent/v2
...
V2
2016-11-24 13:19:00 +02:00
Simon Sessingø
4c62f86a26
Merge pull request #176 from skipperbent/v2-development
...
Fixed HttpException not thrown as NotFoundHttpException
2.4.6
2016-11-24 13:18:52 +02:00
Simon Sessingø
132cf1a10d
Fixed HttpException not thrown as NotFoundHttpException
2016-11-24 12:17:47 +01:00
Simon Sessingø
20c1e0ef69
Merge pull request #175 from skipperbent/v2
...
V2
2016-11-24 11:06:10 +02:00
Simon Sessingø
6445746324
Merge pull request #174 from skipperbent/v2-development
...
Optimisations + bugfixes
2.4.5
2016-11-24 11:05:57 +02:00
Simon Sessingø
ff1f027bda
Make sure parameter-modifier is found before parsing parameters.
2016-11-24 10:04:47 +01:00
Simon Sessingø
9418d54c8e
No need to return getValue as it will be returned on render.
2016-11-24 09:56:21 +01:00
Simon Sessingø
e4ab14a2cb
Ensure that setError is always int.
2016-11-24 09:42:37 +01:00
Simon Sessingø
258e0e0f13
Optimisations + bugfixes
2016-11-24 09:36:10 +01:00
Simon Sessingø
1a2921acb4
Merge pull request #173 from skipperbent/v2-development
...
Development
2.4.4
2016-11-21 09:30:58 +02:00
Simon Sessingø
f1a9a50ee5
Development
...
- Only add $_GET param is every other parameter is null when calling getUrl.
2016-11-21 08:29:26 +01:00
Simon Sessingø
fe560a9ba5
Merge pull request #172 from skipperbent/v2
...
V2
2016-11-21 09:04:32 +02:00
Simon Sessingø
258d9d05c7
Merge pull request #171 from skipperbent/v2-development
...
Enhancements
2.4.3
2016-11-21 09:04:22 +02:00
Simon Sessingø
2cc97c120f
Enhancements
...
- Added example on how to get current url in documentation.
- Fixed so urls always ends with /.
2016-11-21 07:56:37 +01:00
Simon Sessingø
c522801c28
Merge pull request #170 from skipperbent/v2
...
V2
2016-11-21 05:28:00 +02:00
Simon Sessingø
7e7319de06
Merge pull request #169 from skipperbent/v2-development
...
Fixed // on currentRoute urls.
2.4.2
2016-11-21 05:27:53 +02:00
Simon Sessingø
5ad7dcf9fd
Fixed // on currentRoute urls.
2016-11-21 04:27:06 +01:00
Simon Sessingø
9d275d6d3b
Merge pull request #168 from skipperbent/v2-development
...
Bugfixes
2016-11-21 05:08:12 +02:00
Simon Sessingø
531b35532b
Merge pull request #167 from skipperbent/v2-development
...
Bugfixes
2.4.1
2016-11-21 05:07:59 +02:00
Simon Sessingø
dfd32c0904
Bugfixes
...
- Moved middleware stuff back to Route class.
- Fixed Tests not working due to invalid method.
- Updated depricated method-calls in demo-project.
2016-11-21 04:06:45 +01:00
Simon Sessingø
e6dd9f3f55
Merge pull request #166 from skipperbent/v2
...
V2
2016-11-21 04:09:35 +02:00
Simon Sessingø
c258f937e8
Merge pull request #165 from skipperbent/v2-development
...
V 2.4.0 development
2.4.0
2016-11-21 04:09:26 +02:00
Simon Sessingø
efe5767220
Development
...
- Removed yet another depricated method.
- Fixed $_GET parameters being merged on default when calling getUrl.
- Fixed double / that could appear on urls sometimes.
2016-11-21 03:05:43 +01:00
Simon Sessingø
5415d73f4d
Added phpDocs
2016-11-21 02:15:25 +01:00
Simon Sessingø
60c0bd6355
Removed getRoutes depricated class from Route class.
2016-11-21 01:53:53 +01:00
Simon Sessingø
8370d3d94e
Development
...
- Made easier to extend.
- Added IRoute class.
- Changed namespace for Route classes.
- Moved find-url related stuff to Route classes itself.
- Added more tests for finding urls.
- Added support for custom names on RouteController and RouteResource.
- Removed depricated methods.
- Updated documentation.
- Updated demo-project to reflect changes.
- Other small bugfixes and improvements.
2016-11-21 01:50:28 +01:00
Simon Sessingø
df3acb6605
Enchacements
...
- Added more doctype and descriptions on functionality.
- Renamed methods and properties to make better sense.
- Added IRoute interface for easier extendability.
2016-11-20 18:05:57 +01:00