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ø
7a429cec1d
[BUGFIX] Fixed get-parameters as array (param[id]=value) causing array-to-string notice.
2016-04-14 23:52:08 +02:00
Simon Sessingø
3da7c4b446
- Fixed getIp in HttpRequest class not picking up local-ip.
...
- Made setdefaultNamespace method chainable.
- Simplified SimpleRouter class.
2016-04-11 22:37:15 +02:00
Simon Sessingø
f3ac9dc47c
[BUGFIX] Fixed notice
2016-04-09 15:38:45 +02:00
Simon Sessingø
22563671c5
[TASK] Moved group-middleware rendering to routeRequest to ensure all route-urls has been initialised.
...
- Optimisations.
2016-04-09 15:26:18 +02:00
Simon Sessingø
491e920cfc
[BUGFIX] Fixed only match group route if prefix is set
2016-04-09 10:01:02 +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ø
5f95290e4b
[OPTIMISATION] Optimised exception-message thrown when not using IExceptionHandler interface.
2016-04-09 09:45:39 +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ø
257875c6f9
[TASK] Load group middleware if prefix matches
...
- Middlewares from groups are now loaded if prefix matches.
- Optimisations.
2016-04-09 09:25:41 +02:00
Simon Sessingø
9b743e6e57
[FEATURE] Added requirements (issue: #80 )
2016-04-09 08:05:18 +02:00
Simon Sessingø
457dbc5710
[BUGFIX] Fixed issue #83
...
- Added more tests.
2016-04-09 07:51:03 +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ø
b34738a51a
[OPTIMISATION] Optimised CSRF-token management.
2016-04-09 05:51:27 +02:00
Simon Sessingø
975c27659c
[BUGFIX] Bugfixes and optimisations
...
- Fixed issue causing nested groups not merging namespace correctly.
- Fixed issue causing longer urls (for example: /route) to have higher priority than (/route/match) in some cases.
2016-04-07 23:16:50 +02:00
Simon Sessingø
27371dfa11
[FEATURE] Added support for multiple aliases
2016-04-07 19:33:04 +02:00
Simon Sessingø
6e102711a8
[BUGFIX] Fixed nested groups not merging settings to routes
2016-04-07 01:38:03 +02:00
Simon Sessingø
4d58fbf7b5
[TASK] Added rewrite_uri parameter to Request class
2016-03-19 19:14:07 +01:00
Simon Sessingø
35bb58818e
[BUGFIX] Readded rendering of groups
2016-03-19 19:00:23 +01:00
Simon Sessingø
438d3c258b
[TASK] Readded merging
2016-03-19 17:11:54 +01:00
Simon Sessingø
a58ec1544d
Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development
2016-03-19 16:27:54 +01:00
Simon Sessingø
1bafbab56b
[TASK] Moved RouterException. Readded lost stuff from Request.
2016-03-19 16:27:25 +01:00
Simon Sessingø
6395801a06
[OPTIMISATIONS] Documentation
2016-03-19 16:19:04 +01:00
Simon Sessingø
060479f1fe
Update README.md
2016-03-19 16:18:33 +01:00
Simon Sessingø
b29f2ce37d
[FEATURE] Added custom boot managers
2016-03-19 16:14:36 +01:00
Simon Sessingø
5483ffe458
[TASK] Readded group match inheritence .
...
- Settings on routes now have higher priority when merging settings from
group.
2016-03-18 17:43:57 +01:00
Simon Sessingø
6d8e95fcaa
[TASK] Match on group are no longer merged to child routes.
2016-03-18 15:21:45 +01:00
Simon Sessingø
db78135d19
[BUGFIX] Only render group if prefix matches.
2016-03-16 19:57:54 +01:00
Simon Sessingø
c4fcf750d4
Added support for x-forwarded-proto http header
2016-03-14 01:09:35 +01:00
Simon Sessingø
a92b6008fa
[TASK] Added http code to redirect method.
2016-03-14 01:00:19 +01:00
Simon Sessingø
115c8e510a
[BUGFIX] Added urldecode to RouterRessource, RouterRoute and
...
RouterController class to ensure that urls with special letters can be
picked up by a custom regular expression (read documentation: match).
2016-03-01 22:50:26 +01:00
Simon Sessingø
35ee79d02c
[TASK] Fixed regex causing optional parameters to sometimes catch required
...
parameters value.
2016-01-23 16:10:44 +01:00
Simon Sessingø
6306b604e8
Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development
2016-01-17 04:56:56 +01:00
Simon Sessingø
4dd0739df9
[BUGFIX] Fixed minor errors with optional parameter when using getRoute().
2016-01-17 04:56:29 +01:00
Simon Sessingø
0bd234d996
Merge pull request #65 from skipperbent/master
...
Latest development
2016-01-15 11:55:47 +01:00
Simon Sessingø
27d24758b1
[OPTIMISATION] Ensured action parameter was set before using it.
2016-01-15 11:55:01 +01:00
Simon Sessingø
4d08f08c68
Merge pull request #64 from skipperbent/development
...
Development
1.5.0
2016-01-15 11:09:00 +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ø
765204f552
[FEATURE] Moved loadedRoute to request so it can be easily overwritten
...
from middleware.
2016-01-15 10:34:59 +01:00
Simon Sessingø
4267cb8751
Merge pull request #63 from skipperbent/development
...
[OPTIMISATION] Parameters matching optimisations.
1.4.9
2016-01-15 10:22:14 +01:00
Simon Sessingø
714edf7902
[OPTIMISATION] Parameters matching optimisations.
2016-01-15 10:20:50 +01:00
Simon Sessingø
c3b12ba053
Merge pull request #62 from skipperbent/development
...
Development
1.4.8
2016-01-15 10:07:51 +01:00
Simon Sessingø
b096742d6b
[BUGFIX] Enchanched regular expression for optinal parameters to
...
completely ignore path seperators (/).
2016-01-15 10:06:13 +01:00
Simon Sessingø
3298970798
Merge pull request #61 from skipperbent/development
...
[BUGFIX] Fixed some ressources not working after latest update.
1.4.7
2016-01-15 09:39:28 +01:00
Simon Sessingø
bb6f56ef8c
[BUGFIX] Fixed some ressources not working after latest update.
...
- Optimisations + cleanup.
2016-01-15 09:37:23 +01:00
Simon Sessingø
6c675124fa
Merge pull request #60 from skipperbent/development
...
[BUGFIX] Minor bugfixes and optimisations
1.4.6
2016-01-14 16:41:37 +01:00
Simon Sessingø
14a030294e
[BUGFIX] Minor bugfixes and optimisations
...
- Fixed getRoute sometimes not passing current loaded route.
- Fixed optional parameters in some occasions not working properly.
2016-01-14 16:37:36 +01:00
Simon Sessingø
8bc8124366
Merge pull request #59 from skipperbent/development
...
[TASK] Simplified regex for matching parameters.
1.4.5
2016-01-05 05:50:35 +01:00
Simon Sessingø
1332ef7139
[TASK] Optimised regex for matching parameters.
2016-01-05 04:52:12 +01:00