Commit Graph

140 Commits

Author SHA1 Message Date
Taylor Otwell 09e456d2bf fix docblock. 2012-04-19 08:41:23 -05:00
Taylor Otwell 51f5fdd0c9 fix conflicts. 2012-04-18 20:38:36 -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 34cb9a00f4 move 'is' method to the str class where it belongs. 2012-04-12 22:54:50 -05:00
Taylor Otwell 3c3e913689 Renamed Route::load to Route::forward. 2012-03-21 11:19:29 -05:00
Taylor Otwell 6e82a4ac8d Merge pull request #359 from akuzemchak/feature/load-route
Load designated route's response
2012-03-21 09:15:42 -07:00
Taylor Otwell b65380d6ff Added automatic controller detection.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-12 17:03:09 -05:00
Taylor Otwell 8da1c16c8b Tweak controller layout resolution.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-05 13:31:30 -06:00
Taylor Otwell 425192a05d fix bug in route. 2012-02-28 09:30:43 -06: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 01ddff5cdc adding support for filter patterns.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-27 22:36:28 -06:00
Aaron Kuzemchak 115eb8d085 Added shortcut method to load a designated route's response 2012-02-23 20:08:12 -05: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 e70261e962 added support for controller factories. 2012-02-22 15:09:04 -06:00
Taylor Otwell 2f66c97806 changes 2012-02-18 13:37:02 -06:00
Taylor Otwell 14c9d38270 add facade for filter::register. 2012-02-14 08:22:10 -06:00
Taylor Otwell 6ced385d20 use 'as' instead of 'name'. 2012-02-13 16:50:41 -06:00
Taylor Otwell 86e109b7bc simplify route parameter parsing and fix default value bug. 2012-02-13 14:42:38 -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 775b97ee76 load controller file before checking in ioc container. 2012-02-12 19:15:13 -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 31cf44c374 working on routing. 2012-02-09 23:43:02 -06:00
Taylor Otwell 4330124d79 added route:destination method. 2012-02-09 23:36:08 -06:00
Taylor Otwell 8737dde682 making changes to routing. 2012-02-09 23:35:08 -06:00
Taylor Otwell 007863a6fa cleaning up various codes. 2012-02-06 19:59:07 -06:00
Taylor Otwell 3dab550681 fixing route bundle determination. 2012-02-06 09:21:35 -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 d462a72981 adjusting route class. 2012-02-03 10:43:09 -06:00
Taylor Otwell 17213fe073 urldecode all route parameters. 2012-02-03 10:35:15 -06:00
Taylor Otwell 6ed4adf6c4 added parens to router wildcard character list. 2012-02-03 08:45:51 -06:00
Taylor Otwell 8bd740d183 added support for named layouts. 2012-02-01 08:38:12 -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 6d6fc1b13e fix bug in backreference. 2012-01-25 16:19:56 -06:00
Taylor Otwell d4c5114792 code quality and backreference support in controllers. 2012-01-25 16:07:16 -06:00
Eric Barnes ea8c6e1825 Fixed route handles for uri's that partially match 2012-01-19 08:47:17 -05:00
Taylor Otwell 9bcbe6a357 fix bug in route handles method. 2012-01-18 15:28:16 -06:00