Commit Graph

60 Commits

Author SHA1 Message Date
Simon Sessingø
d5e7a13d89 Development + bugfixes 2016-11-15 03:43:26 +01:00
Simon Sessingø
6de0700e17 Bugfixes
- Removed debugging constructor.
- Updated documentation.
2016-11-15 00:11:57 +01:00
Simon Sessingø
540ebb31ac Updated documentation 2016-11-07 05:48:02 +01:00
Simon Sessingø
48317ded7a Updated documentation 2016-11-07 05:40:32 +01:00
Simon Sessingø
7ee42c98a7 Updated documentaiton 2016-11-07 04:45:18 +01:00
Simon Sessingø
8740db9582 Development
- Isolated Http classes from router.
- Removed getInstance from Request object - current router request should now be obtained through SimpleRouter::request().
- Fixed broken test cases.
- Added test for regular expression match.
- Updated documentation to reflect changes.
- Added more helper examples to documentation.
- Added helpers to demo-project.
- Optimisations.
2016-11-07 04:40:28 +01:00
Simon Sessingø
3b5e2aee9d Added credits 2016-10-20 08:37:39 +02:00
Simon Sessingø
27ba532b2d Updated documentation 2016-10-20 08:36:50 +02:00
Simon Sessingø
a8620cbc70 Updates
- Simplified exception-handling (see demo project for examples).
- Optimised sample-project.
- Optimised and added further unit-tests.
- Optimised and bugfixes.
2016-10-20 08:31:21 +02:00
Simon Sessingø
4e054dccf5 Updated documentation 2016-10-04 02:51:37 +02:00
Simon Sessingø
e7dfbb159c Updated documentation 2016-10-04 02:50:36 +02:00
Simon Sessingø
980a4e9b6a Updated documentation and added demo-project. 2016-09-26 14:37:54 +02:00
Simon Sessingø
b540c01650 Update README.md 2016-06-03 00:02:45 +02:00
Simon Sessingø
ba736b47a3 - Removed support from middlewares on each load - this should be implemented in custom Router instead.
- Updated documentation to reflect how to implement Middlewares loaded on each route.
2016-04-22 15:37:27 +02:00
Simon Sessingø
1420203149 - Added custom ExceptionHandler example to documentation.
- Fixed reference to request() helper in Input class.
- Changed RouterBase handleException method to support 404-exceptions.
2016-04-21 07:16:29 +02:00
Simon Sessingø
94e98ad5f0 Update README.md 2016-04-16 00:01:12 +02:00
Simon Sessingø
7fdeef74d6 InputFile now inherits from InputItem 2016-04-15 23:10:49 +02:00
Simon Sessingø
17adfb8aa4 [FEATURE] Added Input classes from pecee-framework.
- Updated documentation to reflect new changes.
2016-04-15 23:07:51 +02:00
Simon Sessingø
6cef099110 [TASK] Updated documentation with list of sites that uses project in production 2016-04-09 09:49:59 +02:00
Simon Sessingø
7234415e24 [TASK] Made abstract ExceptionHandler class an interface.
- Updated documentation to reflect new changes.
2016-04-09 09:42:57 +02:00
Simon Sessingø
9b743e6e57 [FEATURE] Added requirements (issue: #80) 2016-04-09 08:05:18 +02:00
Simon Sessingø
fc4fd0edf1 [FEATURE] Added ExceptionHandling functionality + tests.
- Somehow the ExceptionHandling functionality never really get implemented and/or got lost in translation, it's back whup!
- Added some basic tests for Middleware + routing.
2016-04-09 07:05:49 +02:00
Simon Sessingø
2f2c3ca3ca [OPTIMISATIONS] Optimised code and removed unused references 2016-04-09 05:58:18 +02:00
Simon Sessingø
060479f1fe Update README.md 2016-03-19 16:18:33 +01:00
Simon Sessingø
6395801a06 [OPTIMISATIONS] Documentation 2016-03-19 16:19:04 +01:00
Simon Sessingø
b29f2ce37d [FEATURE] Added custom boot managers 2016-03-19 16:14:36 +01:00
Simon Sessingø
aeacda1812 [FEATURE] Added option to change route and get information about current
route through the Request object.

- Updated documentation to relfect new changes.
2016-01-15 11:06:13 +01:00
Simon Sessingø
98b1759967 [TASK] Updated documentation. 2015-12-19 07:19:49 +01:00
Simon Sessingø
c74d83796f [FEATURE] Added sub-domain routing.
- Updated documentation.
2015-12-10 03:31:57 +01:00
Simon Sessingø
8efec07a8b [FEATURE]
- Added support for custom ExceptionHandlers on group level.
- Routes now contain parent group, if any.
- Fixed wrong usage of required parameter.
2015-11-22 20:24:43 +01:00
Simon Sessingø
3b4954821a [FEATURE] Optimised route matching, added optional parameters.
- Optimised route matching. This should be way more officient and also
  seems to fix issues with getting the current route using the getRoute class.

- Added support for optional routes, for example: {id?}.

- Updated documentation to reflect new changes.
2015-11-21 19:31:06 +01:00
Simon Sessingø
921f050a31 Update README.md 2015-10-27 17:48:35 +01:00
Simon Sessingø
3ccfac9422 Update README.md 2015-10-22 09:57:31 +02:00
Simon Sessingø
d6cf5c9b68 [TASK] Updated documentation 2015-10-21 19:14:37 +02:00
Simon Sessingø
03cac14e8e [FEATURE] Support for custom csrf verifier
- Added support for custom csrf verifier.
- Updated documentation.
2015-10-21 19:07:45 +02:00
Simon Sessingø
9d6a3c328f [TASK] Updated documentation. 2015-10-21 18:30:03 +02:00
Simon Sessingø
58e4eb85bb [BUGFIX] Fixed method not allowed exception.
- Method request type are now checked on all classes in the RouterBase class.
2015-10-21 10:14:21 +02:00
Simon Sessingø
a497c36ea4 Merge branch 'master' of https://github.com/skipperbent/simple-php-router into development
Conflicts:
	README.md
2015-10-21 00:34:19 +02:00
Simon Sessingø
8db60f85a1 [TASK] Updated documentation. 2015-10-21 00:30:00 +02:00
Simon Sessingø
7863df6325 [TASK] Updated readme 2015-10-20 23:59:35 +02:00
Simon Sessingø
06202612d4 Update README.md 2015-10-19 00:44:28 +02:00
Simon Sessingø
ed66bc919b Update README.md 2015-10-19 00:43:54 +02:00
Simon Sessingø
3e175d234d Update README.md 2015-10-19 00:41:09 +02:00
Simon Sessingø
0650e5ba93 Update README.md 2015-10-17 21:59:53 +02:00
Simon Sessingø
4edf6aaa6e Update README.md 2015-10-17 21:53:20 +02:00
Simon Sessingø
8d4e765556 Update README.md 2015-10-11 10:45:46 +02:00
Simon Sessingø
624df047e7 Update README.md 2015-10-11 10:44:46 +02:00
Simon Sessingø
2a97e01390 Update README.md 2015-10-11 10:42:13 +02:00
Simon Sessingø
a3c21d8995 Update README.md 2015-09-22 11:30:56 +02:00
Simon Sessingø
46af0947e8 Update README.md 2015-09-21 19:40:58 +02:00