Commit Graph

75 Commits

Author SHA1 Message Date
Sergii Grebeniuk
690e8572aa phpdoc fixes 2012-08-03 18:17:48 +03:00
Chris Berthe
3b6191ec16 Merge remote-tracking branch 'upstream/develop' into develop 2012-07-01 12:33:03 -04:00
Taylor Otwell
1f93039ba7 Merge pull request #873 from dlpetrie/master
Adding support for '=', in (:any) and (:any?) route patterns
2012-06-27 20:39:59 -07:00
Daniel Petrie
f640cd42ad adding in '=' to regex for (:any) / (:any?) calls. 2012-06-27 11:15:34 -07:00
Chris Berthe
fafaf724b0 Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
Phill Sparks
6151886860 Generated URLs default to use the current protocol (http or https)
Signed-off-by: Phill Sparks <phill@bulbstudios.com>
2012-05-30 13:14:16 +01:00
Taylor Otwell
4f036cf7dd add spacing to router. 2012-05-03 08:36:32 -05:00
Taylor Otwell
9ca81296d8 Merge pull request #589 from whitman/numeric-routes
Automatically wrap numeric routes in parentheses
2012-05-03 06:36:08 -07:00
Alex Whitman
14961350d0 Automatically wrap numeric routes in parentheses 2012-04-26 16:32:02 +01:00
Taylor Otwell
09e456d2bf fix docblock. 2012-04-19 08:41:23 -05:00
Pavel
482aed9379 Corrected typos in the comments.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-16 18:44:11 +04:00
Taylor Otwell
5325acac64 adding support for attaching filters based on URI routing.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-28 09:28:23 -06:00
Taylor Otwell
e69f988fe5 improving some comments. 2012-02-23 09:09:56 -06:00
Taylor Otwell
d29a127948 allow multiple request methods for uri. 2012-02-23 09:09:00 -06:00
Taylor Otwell
f624a6849f fix handling of HEAD http requests. 2012-02-23 08:43:55 -06:00
Taylor Otwell
6ced385d20 use 'as' instead of 'name'. 2012-02-13 16:50:41 -06:00
Taylor Otwell
b353afdc79 fixing router bugs. 2012-02-12 20:09:27 -06:00
Taylor Otwell
74887986a7 fixing bugs in router. 2012-02-12 19:26:16 -06:00
Taylor Otwell
3d1a44028a added route::share method. 2012-02-12 16:41:03 -06:00
Taylor Otwell
ae544b85da fix bug in router::route method. 2012-02-12 15:39:53 -06:00
Taylor Otwell
597feed4a7 fix bug with root routing. 2012-02-12 15:23:20 -06:00
Taylor Otwell
3a92facc76 updated routing to fix several issues. 2012-02-12 14:48:36 -06:00
Taylor Otwell
8737dde682 making changes to routing. 2012-02-09 23:35:08 -06:00
Taylor Otwell
395236d643 support universal routes. 2012-02-05 19:57:34 -06:00
Phill Sparks
62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Taylor Otwell
6ed4adf6c4 added parens to router wildcard character list. 2012-02-03 08:45:51 -06:00
Taylor Otwell
884b707c6b cleaning up comments. 2012-01-27 09:45:16 -06:00
Taylor Otwell
549d8cc370 cleaned up the router. 2012-01-27 09:31:16 -06:00
Taylor Otwell
7aecd7857f refactoring the router. 2012-01-27 08:47:12 -06:00
Taylor Otwell
54e0bef6b5 simplified the controller_key method in the router. 2012-01-27 08:18:30 -06:00
Taylor Otwell
d76cf4ba23 bundle improvements. 2012-01-26 17:01:17 -06:00
Taylor Otwell
8dfb50c835 opened up bundles to live anywhere and respond to any URI.' 2012-01-26 14:37:43 -06:00
Taylor Otwell
d3d3ffc168 refactoring. 2012-01-26 13:35:29 -06:00
Taylor Otwell
f9856988bb cleaning up router comments. 2012-01-26 10:21:00 -06:00
Taylor Otwell
eb193c1d12 working on the route class. 2012-01-18 12:44:00 -06:00
Taylor Otwell
73c09f2f29 fixed bug in router. 2012-01-18 11:41:13 -06:00
Taylor Otwell
b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell
c47a30fca6 fix bug in router parameter parsing. 2012-01-12 11:04:02 -06:00
Taylor Otwell
09d1c85e98 limited number of uri segments that a request can have. 2011-12-30 11:24:15 -06:00
Taylor Otwell
64501dd097 remove unnecessary variable initialization in router method. 2011-11-21 22:03:35 -06:00
Taylor Otwell
994949c6ce refactoring various classes. 2011-11-21 19:09:48 -06:00
Taylor Otwell
d1a969bd29 added uri class. refactored. 2011-11-14 21:18:18 -06:00
Taylor Otwell
895d876463 fixed bugs found when unit testing. 2011-11-02 23:02:23 -05:00
Taylor Otwell
83d927c4f1 refactoring. 2011-11-01 19:41:35 -05:00
Taylor Otwell
ef9e4dfd61 reverting di refactoring. 2011-10-29 22:31:50 -05:00
Taylor Otwell
932a70b6cf refactoring for better dependency injection on a few classes. 2011-10-29 22:24:32 -05:00
Taylor Otwell
866f5d8fc3 removed provides functionality. need to explore doing this in a way that is more friendly to http, such as using the accept header. 2011-10-29 21:02:01 -05:00
Taylor Otwell
a2aebdb03f fix routing provides bug. 2011-10-27 10:48:54 -05:00
Taylor Otwell
6e916ea69d fix bug in routing that prevented comma delimited routes. 2011-10-27 08:03:08 -05:00
Taylor Otwell
7bf84066bf refactoring. added redis drivers. 2011-10-26 21:21:31 -05:00