1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-10 03:16:28 +02:00

Commit Graph

  • b2b5242375 Add GA, slight CSS edits and use improved read me. Danny van Kooten 2014-10-07 13:16:01 +02:00
  • 4acd26880c Fix incorrect example Koen Punt 2014-10-07 10:22:05 +02:00
  • c0041d10e7 Merge pull request #79 from dannyvankooten/cleanup-readme Danny van Kooten 2014-10-07 09:24:30 +02:00
  • 1d0b24377b Use Jekyll Danny van Kooten 2014-10-06 16:59:04 +02:00
  • 9486db982a Add CNAME file Danny van Kooten 2014-10-06 16:13:02 +02:00
  • 6fdf4d2ac6 Create gh-pages branch via GitHub Danny van Kooten 2014-10-06 16:03:56 +02:00
  • f468fe9c02 Merge pull request #88 from Nyholm/patch-1 John Long 2014-09-25 06:41:42 -05:00
  • fdadb3119d Added PHP 5.6 and HHVM to travis.yml Tobias Nyholm 2014-09-25 08:21:10 +02:00
  • 768d3ea445 mention addRoutes Koen Punt 2014-05-10 17:52:49 +02:00
  • 4b1c205de4 Cleanup README Koen Punt 2014-05-10 15:42:33 +02:00
  • cd145f993e Merge pull request #78 from koenpunt/escape-dash Koen Punt 2014-05-10 14:58:06 +02:00
  • 99f75c28e6 escape dash to fix tests Koen Punt 2014-05-10 14:56:15 +02:00
  • aa0706284d Merge pull request #75 from dannyvankooten/add-patch-method-type Danny van Kooten 2014-05-08 11:16:37 +02:00
  • 55da8fcbda Add PATCH to comment as valid method. Koen Punt 2014-05-07 13:39:15 +02:00
  • 353596ec4f Merge pull request #66 from MathB/master Danny van Kooten 2014-04-17 13:25:07 +02:00
  • 09d9d946c5 Merge pull request #69 from koenpunt/unicode-regex v1.1.0 Danny van Kooten 2014-04-16 11:44:40 +02:00
  • b749633151 Merge pull request #68 from koenpunt/fix-coverage Danny van Kooten 2014-04-16 11:43:40 +02:00
  • b29440e117 Allow instance of iterator in addRoutes Koen Punt 2014-04-16 11:39:57 +02:00
  • dbe416b9b9 Add addRoutes method for bulk adding routes Koen Punt 2014-04-16 11:17:42 +02:00
  • fc6d743e0a Add support for unicode regular expressions Koen Punt 2014-04-16 11:09:59 +02:00
  • 5cf275f1b5 Add matching documentation MathB 2014-04-08 23:14:24 +02:00
  • fb41766c3d Merge pull request #61 from frosso/patch-1 Koen Punt 2014-03-11 19:30:45 +01:00
  • 1303c3a0af Typo in example Francesco 2014-03-11 14:36:05 +01:00
  • 4f8836e179 updated basic example to match new folder structure Danny van Kooten 2014-03-10 12:09:57 +01:00
  • c3c166bd76 Merge pull request #59 from koenpunt/examples niahoo osef 2014-03-08 16:34:47 +01:00
  • cace1a6f97 Moved example Koen Punt 2014-03-08 11:35:47 +01:00
  • 0290dc5073 Merge pull request #47 from koenpunt/match-type-fixup v1.0.1 Danny van Kooten 2014-01-08 05:47:24 -08:00
  • 00a216d1b8 Updated README to include addMatchTypes Koen Punt 2014-01-08 14:40:09 +01:00
  • 7c53090c1e Use instance methods to set basePath and matchTypes renamed addMatchType to addMatchTypes Koen Punt 2014-01-08 14:39:18 +01:00
  • 59c41a4990 Merge pull request #45 from osadi/master Danny van Kooten 2014-01-08 03:39:11 -08:00
  • 8a19056553 Added method for setting new and modifying existing named match types. It's also possible to set these from the constructor. Oskar Adin 2014-01-08 12:27:35 +01:00
  • d878579e02 Merge pull request #44 from sergey-nagaytsev/patch-1 Danny van Kooten 2014-01-07 03:14:36 -08:00
  • 93e4e4f07e CHG: no Hungarian notation, $arRoute -> $routes sergey-nagaytsev 2014-01-07 13:15:53 +03:00
  • 62e1d6fa75 ADD: AltoRouter::__construct sergey-nagaytsev 2014-01-05 16:08:34 +03:00
  • 8fe62d2883 Updated readme.md to include contributors and a custom regex example Danny van Kooten 2013-11-11 10:29:28 +01:00
  • 01258d15ef Stripping basePath from route url, only adding it when appropriate. Fixes #38 and #20. Danny van Kooten 2013-11-08 15:58:39 +01:00
  • 77e77de9fa Changes position of Travis build status Danny van Kooten 2013-10-09 16:16:50 +02:00
  • 6fd8d8f394 Added travis build status icon to readme Danny van Kooten 2013-10-09 16:14:56 +02:00
  • d01067bb28 Merge pull request #36 from koenpunt/php-5 Danny van Kooten 2013-10-08 13:43:32 -07:00
  • c10205b349 added php 5.5 Koen Punt 2013-10-08 10:18:00 +02:00
  • 78633c2f33 Remove duplicate license statement in composer.json John Long 2013-10-08 00:19:49 -05:00
  • 2121925965 Merge pull request #33 from Adduc/master John Long 2013-10-07 11:47:36 -07:00
  • 401aa2b311 Merge pull request #35 from koenpunt/fix-tests Koen Punt 2013-10-07 09:07:51 -07:00
  • 4d0f9afa24 fix tests by treating . as part separator (Thank you @joegreen88, closing #26) Koen Punt 2013-10-07 18:06:32 +02:00
  • 9b2a8c179f Change autoload from file- to classmap- based for efficiency John Long 2013-10-07 10:18:57 -05:00
  • 6342b5f9e5 Merge pull request #32 from koenpunt/add-license v1.0.0 Koen Punt 2013-10-07 08:06:25 -07:00
  • 550c7faff0 Updated composer.json to include license Danny van Kooten 2013-10-07 17:05:50 +02:00
  • aaf5f4b356 added license for packagist Koen Punt 2013-10-07 17:05:11 +02:00
  • 0772956fe1 Merge pull request #29 from fetch/update-composer Koen Punt 2013-10-07 04:53:59 -07:00
  • 5ce57a5b51 Updated package name and authors Koen Punt 2013-10-07 13:36:18 +02:00
  • f8a92a9695 Merge pull request #20 from Adduc/patch-7 Danny van Kooten 2013-09-12 12:04:58 -07:00
  • b8f9944c78 Merge pull request #14 from Adduc/patch-2 Danny van Kooten 2013-09-12 12:00:54 -07:00
  • 8d13b59ea7 Merge pull request #22 from fetch/added-test Danny van Kooten 2013-09-12 11:58:09 -07:00
  • 77dba7b120 Fixed issue with optional params added tests Koen Punt 2013-07-14 23:22:59 +02:00
  • 750864290f Don't add base path when route is '*' John Long 2013-05-23 00:07:59 -05:00
  • 7020ab1a19 Update Copyright in README.md John Long 2013-04-12 15:44:43 -05:00
  • a0ecc77b0c Merge pull request #8 from niahoo/master Danny van Kooten 2013-04-10 22:34:15 -07:00
  • 8724fc28cb bugifx stripping the query string niahoo 2013-03-26 19:38:53 +01:00
  • b2794396d2 fixes #4 Danny van Kooten 2013-03-19 11:35:50 +07:00
  • 533c426c6b Removal of strstr usage, for older PHP versions. Danny van Kooten 2013-03-19 11:31:26 +07:00
  • be3d35f937 Merge branch 'master' of https://github.com/dannyvankooten/AltoRouter Danny van Kooten 2013-03-19 11:29:26 +07:00
  • b9c79f1d0d fix for older PHP versions Danny van Kooten 2013-03-19 11:29:19 +07:00
  • 1fb2f87a57 Merge pull request #3 from koenpunt/fix-indentation Danny van Kooten 2013-03-18 21:26:35 -07:00
  • bf2e1643d8 Merge pull request #6 from niahoo/master Danny van Kooten 2013-03-18 06:57:52 -07:00
  • bf439f0c94 change composer package name to niahoo/altorouter niahoo 2013-03-17 20:34:37 +01:00
  • fe4d390f0c added composer.json and newlines in end of files niahoo 2013-03-06 11:09:46 +01:00
  • 5328b4d73f fixed indentation on comment blocks (they need 1 space to be nicely aligned) Koen Punt 2012-09-07 21:40:41 +02:00
  • ad87a4ae3a Merge pull request #2 from koenpunt/fix-indentation Danny van Kooten 2012-09-07 11:43:45 -07:00
  • 65933f5a4d Fixed indentation, all tabs now Koen Punt 2012-09-07 20:38:52 +02:00
  • 68d9d2a4af Merge pull request #1 from Deebster/master Danny van Kooten 2012-08-16 08:58:46 -07:00
  • 2125019ed3 Fixed generate() replacing leaving [s, made empty optional parameters blank dansmith 2012-08-16 11:56:13 +01:00
  • 4d8dedb9f5 Updated readme, added more inline documentation. Danny van Kooten 2012-08-01 11:05:42 +02:00
  • c22b42912a Changed the way routes are named (last parameter of map method is no longer an array). Also AltoRouter is now throwing an Exception when you're trying to map two routes with the same name. Danny van Kooten 2012-08-01 10:57:44 +02:00
  • 14be0eaad0 updated readme Danny van Kooten 2012-07-31 21:15:12 +02:00
  • 4e582f163c fixed readme Danny van Kooten 2012-07-31 20:54:02 +02:00
  • 26e5c7fd9a fixed readme Danny van Kooten 2012-07-31 20:53:13 +02:00
  • ebbfe7804a first commit Danny van Kooten 2012-07-31 20:50:36 +02:00