Commit Graph

  • ec355c90b5 Removed old input method from Request class. Simon Sessingø 2016-04-15 23:20:16 +02:00
  • cd6e800984 Merge pull request #91 from skipperbent/development 1.7.3 Simon Sessingø 2016-04-15 23:14:55 +02:00
  • a8633b5c51 Merge pull request #90 from skipperbent/feature-input Simon Sessingø 2016-04-15 23:12:40 +02:00
  • 7fdeef74d6 InputFile now inherits from InputItem Simon Sessingø 2016-04-15 23:10:49 +02:00
  • 17adfb8aa4 [FEATURE] Added Input classes from pecee-framework. Simon Sessingø 2016-04-15 23:07:51 +02:00
  • 7a429cec1d [BUGFIX] Fixed get-parameters as array (param[id]=value) causing array-to-string notice. Simon Sessingø 2016-04-14 23:52:08 +02:00
  • 3da7c4b446 - Fixed getIp in HttpRequest class not picking up local-ip. - Made setdefaultNamespace method chainable. - Simplified SimpleRouter class. Simon Sessingø 2016-04-11 22:37:15 +02:00
  • 11bd5a7d11 Merge pull request #89 from skipperbent/development 1.7.2.1 Simon Sessingø 2016-04-09 15:39:12 +02:00
  • f3ac9dc47c [BUGFIX] Fixed notice Simon Sessingø 2016-04-09 15:38:45 +02:00
  • be32796b01 Merge pull request #88 from skipperbent/development Simon Sessingø 2016-04-09 15:32:45 +02:00
  • 22563671c5 [TASK] Moved group-middleware rendering to routeRequest to ensure all route-urls has been initialised. Simon Sessingø 2016-04-09 15:26:18 +02:00
  • 8b3d71a328 Merge pull request #87 from skipperbent/development 1.7.1 Simon Sessingø 2016-04-09 10:02:22 +02:00
  • 491e920cfc [BUGFIX] Fixed only match group route if prefix is set Simon Sessingø 2016-04-09 10:01:02 +02:00
  • 1fae638aaf Merge pull request #86 from skipperbent/development Simon Sessingø 2016-04-09 09:50:56 +02:00
  • 6cef099110 [TASK] Updated documentation with list of sites that uses project in production Simon Sessingø 2016-04-09 09:49:59 +02:00
  • 5f95290e4b [OPTIMISATION] Optimised exception-message thrown when not using IExceptionHandler interface. Simon Sessingø 2016-04-09 09:45:39 +02:00
  • 7234415e24 [TASK] Made abstract ExceptionHandler class an interface. Simon Sessingø 2016-04-09 09:42:57 +02:00
  • 257875c6f9 [TASK] Load group middleware if prefix matches Simon Sessingø 2016-04-09 09:25:41 +02:00
  • 9b743e6e57 [FEATURE] Added requirements (issue: #80) Simon Sessingø 2016-04-09 08:05:18 +02:00
  • 457dbc5710 [BUGFIX] Fixed issue #83 Simon Sessingø 2016-04-09 07:51:03 +02:00
  • fc4fd0edf1 [FEATURE] Added ExceptionHandling functionality + tests. Simon Sessingø 2016-04-09 07:05:49 +02:00
  • 2f2c3ca3ca [OPTIMISATIONS] Optimised code and removed unused references Simon Sessingø 2016-04-09 05:58:18 +02:00
  • b34738a51a [OPTIMISATION] Optimised CSRF-token management. Simon Sessingø 2016-04-09 05:51:27 +02:00
  • 37c8bc9f32 Merge pull request #79 from skipperbent/development 1.6.5 Simon Sessingø 2016-04-07 23:21:13 +02:00
  • 975c27659c [BUGFIX] Bugfixes and optimisations Simon Sessingø 2016-04-07 23:16:50 +02:00
  • 75029b330a Merge pull request #78 from skipperbent/development 1.6.4 Simon Sessingø 2016-04-07 19:34:02 +02:00
  • 27371dfa11 [FEATURE] Added support for multiple aliases Simon Sessingø 2016-04-07 19:33:04 +02:00
  • 6e102711a8 [BUGFIX] Fixed nested groups not merging settings to routes Simon Sessingø 2016-04-07 01:38:03 +02:00
  • fd5d893040 Merge pull request #77 from skipperbent/development 1.6.3 Simon Sessingø 2016-03-19 19:12:42 +01:00
  • 4d58fbf7b5 [TASK] Added rewrite_uri parameter to Request class Simon Sessingø 2016-03-19 19:14:07 +01:00
  • c1512740af Merge pull request #76 from skipperbent/development 1.6.2 Simon Sessingø 2016-03-19 18:59:01 +01:00
  • 35bb58818e [BUGFIX] Readded rendering of groups Simon Sessingø 2016-03-19 19:00:23 +01:00
  • 212ae133de Merge pull request #75 from skipperbent/development 1.6.1 Simon Sessingø 2016-03-19 17:40:26 +01:00
  • 438d3c258b [TASK] Readded merging Simon Sessingø 2016-03-19 17:11:54 +01:00
  • ae58231fa1 Merge pull request #74 from skipperbent/development 1.6.0 Simon Sessingø 2016-03-19 16:29:03 +01:00
  • a58ec1544d Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development Simon Sessingø 2016-03-19 16:27:54 +01:00
  • 1bafbab56b [TASK] Moved RouterException. Readded lost stuff from Request. Simon Sessingø 2016-03-19 16:27:25 +01:00
  • 060479f1fe Update README.md Simon Sessingø 2016-03-19 16:18:33 +01:00
  • 6395801a06 [OPTIMISATIONS] Documentation Simon Sessingø 2016-03-19 16:19:04 +01:00
  • b29f2ce37d [FEATURE] Added custom boot managers Simon Sessingø 2016-03-19 16:14:36 +01:00
  • 358b25d4f1 Merge pull request #73 from skipperbent/development 1.5.8 Simon Sessingø 2016-03-18 17:55:31 +01:00
  • 5483ffe458 [TASK] Readded group match inheritence . Simon Sessingø 2016-03-18 17:43:57 +01:00
  • 6d8e95fcaa [TASK] Match on group are no longer merged to child routes. Simon Sessingø 2016-03-18 15:21:45 +01:00
  • 3d45851d9b Merge pull request #72 from skipperbent/development 1.5.7 Simon Sessingø 2016-03-16 19:58:03 +01:00
  • db78135d19 [BUGFIX] Only render group if prefix matches. Simon Sessingø 2016-03-16 19:57:54 +01:00
  • ee5c2207f8 Merge pull request #71 from skipperbent/development 1.5.6 Simon Sessingø 2016-03-14 01:08:25 +01:00
  • c4fcf750d4 Added support for x-forwarded-proto http header Simon Sessingø 2016-03-14 01:09:35 +01:00
  • b1ca3fc9ef Merge pull request #70 from skipperbent/development 1.5.5 Simon Sessingø 2016-03-14 00:59:09 +01:00
  • a92b6008fa [TASK] Added http code to redirect method. Simon Sessingø 2016-03-14 01:00:19 +01:00
  • 253c0c70d4 Merge pull request #69 from skipperbent/development 1.5.4 Simon Sessingø 2016-03-01 22:52:38 +01:00
  • 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). Simon Sessingø 2016-03-01 22:50:26 +01:00
  • 53ba2d7ac5 Merge pull request #68 from skipperbent/development 1.5.3 Simon Sessingø 2016-01-23 16:12:27 +01:00
  • 35ee79d02c [TASK] Fixed regex causing optional parameters to sometimes catch required parameters value. Simon Sessingø 2016-01-23 16:10:44 +01:00
  • 315fe05769 Merge pull request #67 from skipperbent/development 1.5.2 Simon Sessingø 2016-01-17 04:57:39 +01:00
  • 6306b604e8 Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development Simon Sessingø 2016-01-17 04:56:56 +01:00
  • 4dd0739df9 [BUGFIX] Fixed minor errors with optional parameter when using getRoute(). Simon Sessingø 2016-01-17 04:56:29 +01:00
  • a57113309a Merge pull request #66 from skipperbent/development 1.5.1 Simon Sessingø 2016-01-15 11:56:04 +01:00
  • 0bd234d996 Merge pull request #65 from skipperbent/master Simon Sessingø 2016-01-15 11:55:47 +01:00
  • 27d24758b1 [OPTIMISATION] Ensured action parameter was set before using it. Simon Sessingø 2016-01-15 11:55:01 +01:00
  • 4d08f08c68 Merge pull request #64 from skipperbent/development 1.5.0 Simon Sessingø 2016-01-15 11:09:00 +01:00
  • aeacda1812 [FEATURE] Added option to change route and get information about current route through the Request object. Simon Sessingø 2016-01-15 11:06:13 +01:00
  • 765204f552 [FEATURE] Moved loadedRoute to request so it can be easily overwritten from middleware. Simon Sessingø 2016-01-15 10:34:59 +01:00
  • 4267cb8751 Merge pull request #63 from skipperbent/development 1.4.9 Simon Sessingø 2016-01-15 10:22:14 +01:00
  • 714edf7902 [OPTIMISATION] Parameters matching optimisations. Simon Sessingø 2016-01-15 10:20:50 +01:00
  • c3b12ba053 Merge pull request #62 from skipperbent/development 1.4.8 Simon Sessingø 2016-01-15 10:07:51 +01:00
  • b096742d6b [BUGFIX] Enchanched regular expression for optinal parameters to completely ignore path seperators (/). Simon Sessingø 2016-01-15 10:06:13 +01:00
  • 3298970798 Merge pull request #61 from skipperbent/development 1.4.7 Simon Sessingø 2016-01-15 09:39:28 +01:00
  • bb6f56ef8c [BUGFIX] Fixed some ressources not working after latest update. Simon Sessingø 2016-01-15 09:37:23 +01:00
  • 6c675124fa Merge pull request #60 from skipperbent/development 1.4.6 Simon Sessingø 2016-01-14 16:41:37 +01:00
  • 14a030294e [BUGFIX] Minor bugfixes and optimisations Simon Sessingø 2016-01-14 16:37:36 +01:00
  • 8bc8124366 Merge pull request #59 from skipperbent/development 1.4.5 Simon Sessingø 2016-01-05 05:50:35 +01:00
  • 1332ef7139 [TASK] Optimised regex for matching parameters. Simon Sessingø 2016-01-05 04:52:12 +01:00
  • 12bbc98a82 Merge pull request #58 from skipperbent/development 1.4.4 Simon Sessingø 2015-12-24 00:48:27 +01:00
  • 69b0f4320e [BUGFIX] Fixed show not always called if using nested ressources. Simon Sessingø 2015-12-24 00:39:21 +01:00
  • 4c60055c7e [BUGFIX] Custom parameters regex is now working again. Simon Sessingø 2015-12-23 20:25:26 +01:00
  • 89aeeeb593 Merge pull request #57 from skipperbent/development 1.4.3 Simon Sessingø 2015-12-19 20:25:36 +01:00
  • 849749969d [OPTIMISATION] Made getAllHeaders protected. Simon Sessingø 2015-12-19 20:20:42 +01:00
  • c37a7159d2 [OPTIMISATION] No reason to str_replace twice. Simon Sessingø 2015-12-19 20:18:35 +01:00
  • df2545dd37 [TASK] Simon Sessingø 2015-12-19 20:15:10 +01:00
  • bd0a6af41f Merge pull request #56 from skipperbent/development 1.4.2 Simon Sessingø 2015-12-19 18:25:56 +01:00
  • 3510c4c5a4 [BUGFIX] Wrong validation on domain Simon Sessingø 2015-12-19 18:25:18 +01:00
  • 7ff88bc658 Merge pull request #55 from skipperbent/development 1.4.1 Simon Sessingø 2015-12-19 18:09:08 +01:00
  • ce27196083 [BUGFIX] Bugfixes. Simon Sessingø 2015-12-19 18:07:18 +01:00
  • 9304b9f866 Merge pull request #54 from skipperbent/development 1.4.0 Simon Sessingø 2015-12-19 16:28:17 +01:00
  • ed886cb7b3 Merge pull request #53 from skipperbent/feature-resource Simon Sessingø 2015-12-19 16:28:06 +01:00
  • cbaa0bcaac [FEATURE] getRoute now support domains. Simon Sessingø 2015-12-19 09:21:12 +01:00
  • 98b1759967 [TASK] Updated documentation. Simon Sessingø 2015-12-19 07:19:49 +01:00
  • b9be7695a7 [TASK] Fixed parameter matching regex when using multiple optional parameters. Simon Sessingø 2015-12-19 07:15:32 +01:00
  • 97e2edd207 [FEATURE] ResourceControllers now support nested ressources Simon Sessingø 2015-12-17 14:39:47 +01:00
  • 87fbbcbba2 Merge pull request #52 from skipperbent/development 1.3.10 Simon Sessingø 2015-12-14 13:40:19 +01:00
  • 5a501db767 [TASK] Csrf-token fixes + readded BaseCsrfVerifier. Simon Sessingø 2015-12-14 13:36:38 +01:00
  • 669bfa0a86 Merge pull request #51 from skipperbent/development 1.3.9 Simon Sessingø 2015-12-13 03:07:20 +01:00
  • 4f07f38cf5 [BUGFIX] Fixed getting current route not always returning current url. Simon Sessingø 2015-12-12 23:38:48 +01:00
  • c67ab20ddd [BUGFIX] Merge current parameters with new provided ones. Simon Sessingø 2015-12-12 22:53:25 +01:00
  • ad1ce21c66 [BUGFIX] Fixed getParams not being passed when using getRoute on current route. Simon Sessingø 2015-12-12 20:42:06 +01:00
  • 5a19d6339c Merge pull request #50 from skipperbent/development 1.3.8 Simon Sessingø 2015-12-11 18:23:53 +01:00
  • 23ee53060e Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development Simon Sessingø 2015-12-11 18:23:19 +01:00
  • 77ba9f165e [BUGFIX] Fixed get params warning. Simon Sessingø 2015-12-11 18:21:00 +01:00
  • 4dd6417f71 Merge pull request #49 from skipperbent/development 1.3.7 Simon Sessingø 2015-12-11 18:11:03 +01:00
  • 3012435caa Merge pull request #48 from skipperbent/feature-optimisations Simon Sessingø 2015-12-11 18:10:53 +01:00