Commit Graph

  • 0bec524606 [OPTIMISATION] Optimisations + bugfixes. Simon Sessingø 2015-12-11 18:06:52 +01:00
  • d4e9ef7744 Merge pull request #47 from skipperbent/development 1.3.6 Simon Sessingø 2015-12-10 21:23:05 +01:00
  • cede827a45 [BUGFIX] Fixed error with RouterGroup. Simon Sessingø 2015-12-10 21:22:14 +01:00
  • 9da90d1435 Merge pull request #46 from skipperbent/development 1.3.5 Simon Sessingø 2015-12-10 20:05:49 +01:00
  • 4d70efcc4d Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development Simon Sessingø 2015-12-10 19:56:12 +01:00
  • e1c549bfdb [OPTIMISATION] Added missing return statement Simon Sessingø 2015-12-10 19:55:48 +01:00
  • b9f426989b Merge pull request #45 from skipperbent/development 1.3.4 Simon Sessingø 2015-12-10 04:44:03 +01:00
  • f1f5faa81e Merge pull request #44 from skipperbent/master Simon Sessingø 2015-12-10 04:43:48 +01:00
  • 6c56947792 [FEATURE] Added support for domains array on group. Simon Sessingø 2015-12-10 04:42:50 +01:00
  • 925b9761f4 Merge pull request #43 from skipperbent/development 1.3.3 Simon Sessingø 2015-12-10 04:14:58 +01:00
  • 59956d5fca [BUGFIX] Optimisations + bugfixes. Simon Sessingø 2015-12-10 04:12:44 +01:00
  • 3ba2cec8af [OPTIMISATION] Optimised more foreach loops to improve performance. Simon Sessingø 2015-12-10 03:41:10 +01:00
  • d36880e9a0 [OPTIMISATION] Optimised routes loop. Simon Sessingø 2015-12-10 03:36:50 +01:00
  • c74d83796f [FEATURE] Added sub-domain routing. Simon Sessingø 2015-12-10 03:31:57 +01:00
  • 2128a24f1c [FEATURE] Added support for domain regex matching. Simon Sessingø 2015-12-10 01:34:35 +01:00
  • 6ee3153f8f Merge pull request #42 from skipperbent/development 1.3.2 Simon Sessingø 2015-12-08 16:54:15 +01:00
  • b1768d86f7 [TASK] Removed baseCfsrVerifier from constructor to make it completely optional (to increase speed on project which doesn't need it). Simon Sessingø 2015-12-08 16:29:12 +01:00
  • 03f90a160b Merge pull request #41 from skipperbent/development 1.3.1 Simon Sessingø 2015-12-05 03:55:11 +01:00
  • 1d8e7c2caf [TASK] Optimised cache method in Response class. Simon Sessingø 2015-12-05 03:53:50 +01:00
  • 4447a88894 Merge pull request #40 from skipperbent/development 1.3.0.7 Simon Sessingø 2015-11-22 20:30:49 +01:00
  • 8efec07a8b [FEATURE] Simon Sessingø 2015-11-22 20:24:43 +01:00
  • 4d45e34541 Merge pull request #39 from skipperbent/development 1.3.0.6 Simon Sessingø 2015-11-22 19:47:42 +01:00
  • a9e7a33ff8 [...] Stuff from previous commit Simon Sessingø 2015-11-22 19:47:11 +01:00
  • 6805a79d50 Merge pull request #38 from skipperbent/development 1.3.0.5 Simon Sessingø 2015-11-22 19:45:51 +01:00
  • 5393aa3200 [TASK] RouterRoute now throws exception is required parameter is not filled. Simon Sessingø 2015-11-22 19:44:09 +01:00
  • f2ffd83376 [TASK] If parameter is empty set RouterRoute not set the value to null. Simon Sessingø 2015-11-22 19:39:11 +01:00
  • 5a398f03a6 Merge pull request #37 from skipperbent/development 1.3.0.4 Simon Sessingø 2015-11-21 21:02:04 +01:00
  • 866832faa6 Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development Simon Sessingø 2015-11-21 21:01:14 +01:00
  • c4bff83ac4 [BUGFIX] Fixed route not matching when two params added next to each other. Simon Sessingø 2015-11-21 21:00:15 +01:00
  • 5ca8294015 Merge pull request #36 from skipperbent/master Simon Sessingø 2015-11-21 20:49:09 +01:00
  • 6e98f8e20b Merge pull request #35 from skipperbent/development 1.3.0.3 Simon Sessingø 2015-11-21 20:48:36 +01:00
  • 3533ff8906 [TASK] Added support for letters (before it was only numbers) in default parameter regex. Simon Sessingø 2015-11-21 20:47:46 +01:00
  • f2fd5261c1 Merge pull request #34 from skipperbent/development 1.3.0.2 Simon Sessingø 2015-11-21 20:34:45 +01:00
  • 02de9572fa [BUGFIX] Fixed parameters on custom regex match. Simon Sessingø 2015-11-21 20:31:44 +01:00
  • e2a618fadd Merge pull request #33 from skipperbent/development 1.3.0.1 Simon Sessingø 2015-11-21 19:44:19 +01:00
  • e5700477e0 [BUGFIX] Fixed optinal parameters not availible when getting route. [BUGFIX] Fixed optinal parameters not availible in url. Simon Sessingø 2015-11-21 19:43:23 +01:00
  • 750817e451 Merge pull request #32 from skipperbent/development 1.3.0.0 Simon Sessingø 2015-11-21 19:36:09 +01:00
  • 3b4954821a [FEATURE] Optimised route matching, added optional parameters. Simon Sessingø 2015-11-21 19:31:06 +01:00
  • 5c36e9c652 Merge pull request #31 from skipperbent/development 1.2.8.6 Simon Sessingø 2015-11-20 07:18:31 +01:00
  • b930c06683 [BUGFIX] Fixed support for urls like /path/{param}/path Simon Sessingø 2015-11-20 07:17:49 +01:00
  • 0f8bba7c32 Merge pull request #30 from skipperbent/development 1.2.8.5 Simon Sessingø 2015-11-18 19:20:11 +01:00
  • 19dc295199 [FEATURE] Added getIsSecure method to Request class. Simon Sessingø 2015-11-18 19:19:15 +01:00
  • c93e0f2ce6 Merge pull request #29 from skipperbent/development 1.2.8.4 Simon Sessingø 2015-11-17 00:56:28 +01:00
  • 388c027d04 [BUGFIX] Group will now always be rendered no matter of what prefix is. Simon Sessingø 2015-11-17 00:55:59 +01:00
  • 2c8e65f25b Merge pull request #28 from skipperbent/development 1.2.8.3 Simon Sessingø 2015-11-14 22:22:00 +01:00
  • eb93584d85 [BUGFIX] Fixed routeMatch in RouterEntry not matching routes with multiple arguments. Simon Sessingø 2015-11-14 22:21:11 +01:00
  • bd5d17b6fb Merge pull request #27 from skipperbent/development Simon Sessingø 2015-11-02 08:09:43 +01:00
  • 7c0ac390fd [TASK] Undid changes to composer.json Simon Sessingø 2015-11-02 08:09:13 +01:00
  • 3fc81b6492 [TASK] Readded Pecee folder. Simon Sessingø 2015-11-02 08:08:49 +01:00
  • b400b86322 [TASK] Removed Pecee folder. Simon Sessingø 2015-11-02 08:06:49 +01:00
  • 1d338e9aa9 Merge pull request #26 from skipperbent/development 1.2.8.2 Simon Sessingø 2015-11-01 10:24:51 +01:00
  • 889ceaa37f [OPTIMISATION] Fixed Group only loading middleware when initialised. Simon Sessingø 2015-11-01 10:24:05 +01:00
  • 363338c92f Merge pull request #25 from skipperbent/development 1.2.8.1 Simon Sessingø 2015-11-01 10:14:57 +01:00
  • 3dd9dba029 [FEATURE] All headers in Request class now has lowercased keys. Simon Sessingø 2015-11-01 10:13:00 +01:00
  • be277f276f [FEATURE] Added support for patch. Simon Sessingø 2015-11-01 09:21:47 +01:00
  • f215eaa9cf [BUGFIX] Bugfixes and optimisations Simon Sessingø 2015-11-01 09:11:17 +01:00
  • 933f2370fe Merge pull request #24 from skipperbent/development 1.2.8 Simon Sessingø 2015-11-01 08:29:19 +01:00
  • b3f8910cab [TASK] Removed Middleware class. Simon Sessingø 2015-11-01 08:28:28 +01:00
  • 8557741083 [FEATURE] Bugfixes and optimisations Simon Sessingø 2015-11-01 08:23:46 +01:00
  • c60d7d81c1 Merge pull request #23 from skipperbent/development 1.2.7.7 Simon Sessingø 2015-11-01 07:49:21 +01:00
  • 637b998f02 [TASK] Made RouterBase use singleton HttpRequest class. Simon Sessingø 2015-11-01 07:48:29 +01:00
  • aca7d3d503 [FEATURE] Added magic method getters and setters, and made request a singleton applied configuration can be availible from everywhere. Simon Sessingø 2015-11-01 07:44:13 +01:00
  • 846c9e6584 [BUGFIX] Optimised getRoute for custom urls. Simon Sessingø 2015-11-01 07:36:13 +01:00
  • 0df469184c Merge pull request #22 from skipperbent/development 1.2.7.6 Simon Sessingø 2015-10-30 02:28:40 +01:00
  • 649ed28a91 [BUGFIX] Fixed Exceptions due to route null value. Simon Sessingø 2015-10-30 02:27:44 +01:00
  • 5cb7086e96 Merge pull request #21 from skipperbent/development 1.2.7.5 Simon Sessingø 2015-10-28 05:04:45 +01:00
  • a2edc1504c [BUGFIX] Fixed regular expression matching after last release. Simon Sessingø 2015-10-28 05:04:11 +01:00
  • d31cda8e70 Merge pull request #20 from skipperbent/master Simon Sessingø 2015-10-27 17:49:08 +01:00
  • 921f050a31 Update README.md Simon Sessingø 2015-10-27 17:48:35 +01:00
  • dcbf59b305 Merge pull request #19 from skipperbent/development 1.2.7.4 Simon Sessingø 2015-10-27 17:46:10 +01:00
  • bc16388613 [OPTIMISATION] Optimised middleware loading and routes. Simon Sessingø 2015-10-27 17:35:56 +01:00
  • d3ed3a61b5 [BUGFIX] Middlewares are no longer loaded on invalid routes Simon Sessingø 2015-10-27 16:42:39 +01:00
  • 969b64650e Merge pull request #18 from skipperbent/development 1.2.7.3 Simon Sessingø 2015-10-27 14:02:57 +01:00
  • c2cf2334e7 [OPTIMISATION] Optimised router handling - router will now use the order provided when loading routes. Simon Sessingø 2015-10-27 14:01:19 +01:00
  • af730e6e15 Merge pull request #17 from skipperbent/development 1.2.7.2 Simon Sessingø 2015-10-27 11:06:36 +01:00
  • f5a32cf520 [BUGFIX] Fixed router paths. Simon Sessingø 2015-10-27 10:35:57 +01:00
  • 1843ea0594 [BUGFIX] Fixed routes always matching /show/{id} when other routes are added. Simon Sessingø 2015-10-27 10:29:40 +01:00
  • fd28f4549f Merge pull request #16 from skipperbent/development 1.2.7.1 Simon Sessingø 2015-10-25 15:31:15 +01:00
  • 5e5a424ee8 [BUGFIX] Bugfixes Simon Sessingø 2015-10-25 15:29:14 +01:00
  • 099f04fc10 Merge pull request #15 from skipperbent/development 1.2.7 Simon Sessingø 2015-10-25 02:35:49 +02:00
  • ac2993f804 [BUGFIX] Bugfixes and optimisations Simon Sessingø 2015-10-25 02:34:25 +02:00
  • 99da70874e Merge pull request #14 from skipperbent/development 1.2.6.2 Simon Sessingø 2015-10-24 23:24:52 +02:00
  • 2a66350883 [BUGFIX] Fixed missing "/" in getRoute on some rare occasions. Simon Sessingø 2015-10-24 23:24:06 +02:00
  • c95a5291d3 Merge pull request #13 from skipperbent/development 1.2.6.1 Simon Sessingø 2015-10-24 23:21:23 +02:00
  • 20fc067765 [FEATURE] If no parameters are specified in the route, getRoute will now add the parameters provided to the method instead. Simon Sessingø 2015-10-24 23:18:16 +02:00
  • cbb4294f58 Merge pull request #12 from skipperbent/development 1.2.6 1.2.5 Simon Sessingø 2015-10-23 19:48:08 +02:00
  • d6bdcbe70c [BUGFIX] Fixed getRoute method in SimpleRouter not being static. Simon Sessingø 2015-10-23 19:34:27 +02:00
  • 25f569384f Merge pull request #11 from skipperbent/development 1.2.4 Simon Sessingø 2015-10-22 22:01:25 +02:00
  • b37c73d5dd [FEATURE] Added more features to Response class. Simon Sessingø 2015-10-22 21:42:33 +02:00
  • f5597c24ce [FEATURE] Added getInput method to return request items. Simon Sessingø 2015-10-22 21:13:54 +02:00
  • b8061f2aa7 [TASK] Added getUserAgent and getReferer methods to Request class. Simon Sessingø 2015-10-22 21:04:52 +02:00
  • 6c7ac2b250 [TASK] Added ip method to Response class. Simon Sessingø 2015-10-22 21:01:26 +02:00
  • d2de22e5e0 Merge pull request #10 from skipperbent/development 1.2.3 Simon Sessingø 2015-10-22 19:34:57 +02:00
  • 252fb16326 Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development Simon Sessingø 2015-10-22 19:34:32 +02:00
  • 63dfbb24af [BUGFIX] Bugfix Simon Sessingø 2015-10-22 19:33:20 +02:00
  • 3ccfac9422 Update README.md Simon Sessingø 2015-10-22 09:57:31 +02:00
  • 8f2d49fb73 Merge pull request #9 from skipperbent/development 1.2.2 Simon Sessingø 2015-10-22 00:18:28 +02:00
  • bdb5b2dead [BUGFIX] Fixed missing / in beginning of url in getRoute when route does not exist. Simon Sessingø 2015-10-22 00:17:49 +02:00
  • 5d643d842a Merge pull request #8 from skipperbent/feature-csrf 1.2.1 Simon Sessingø 2015-10-21 19:15:22 +02:00
  • d6cf5c9b68 [TASK] Updated documentation Simon Sessingø 2015-10-21 19:14:37 +02:00