Commit Graph

54 Commits

Author SHA1 Message Date
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 3d1a44028a added route::share method. 2012-02-12 16:41:03 -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 3dab550681 fixing route bundle determination. 2012-02-06 09:21:35 -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
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
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 aa427bbd39 added route test for handles method. fixed bug in route class. 2012-01-18 11:25:11 -06:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell ad9b49a23e Extract callback validation into method. 2011-11-23 08:49:09 -06:00
Taylor Otwell 937441d31b cleaning up more code. 2011-11-21 22:22:41 -06:00
Taylor Otwell 5e95f05d9b added more to comment. 2011-11-20 22:51:31 -06:00
Taylor Otwell 10b9001e13 adjust how the response is rendered, as well as move input flashing to after filter. 2011-11-20 22:47:56 -06:00
Taylor Otwell 7a9631975f dont return 404 error on null return from existing route. 2011-11-20 22:28:51 -06:00
Phill Sparks 58638216e8 Throw better Exceptions 2011-11-15 12:35:04 +00:00
Taylor Otwell d1a969bd29 added uri class. refactored. 2011-11-14 21:18:18 -06:00
Taylor Otwell a38ba2a6ab clean up controller and session. 2011-11-08 20:35:24 -06:00
Taylor Otwell a1e82d2166 added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements. 2011-11-08 20:08:20 -06:00
Taylor Otwell 895d876463 fixed bugs found when unit testing. 2011-11-02 23:02:23 -05:00
Taylor Otwell 7bf84066bf refactoring. added redis drivers. 2011-10-26 21:21:31 -05:00
Taylor Otwell 32989d39c8 some small refactorings and cleanup. 2011-10-22 23:25:07 -05:00
Taylor Otwell af36cb3d5a various refactoring and tweaks. 2011-10-20 21:44:18 -05:00
Taylor Otwell 3a08b138b0 changed route __call exception. 2011-10-16 21:35:11 -05:00
Phill Sparks 7f2fd60e9f Fixed route before filter
and throw an Exception for anything falling through __call
2011-10-16 11:46:38 +01:00
Taylor Otwell 4a5e7c6f61 fixed controller routing bug. 2011-10-15 21:43:07 -05:00
Taylor Otwell a6eaa06981 refactoring routing and comments. 2011-10-15 14:04:11 -05:00
Taylor Otwell 9fa69e0844 refactoring routing and class comments. 2011-10-13 21:32:11 -05:00
Taylor Otwell 6cb79e6676 refactoring 2011-10-10 21:34:15 -05:00
Taylor Otwell 4edcc321aa fixed bug in route to controller delegation. 2011-10-07 12:26:47 -05:00
Taylor Otwell 52b68c060b refactoring. adding back pagination. 2011-10-04 21:43:39 -05:00
Taylor Otwell 34452f5f08 minor refactoring. 2011-10-02 23:39:26 -05:00
Taylor Otwell eb956cc89d some routing enhancements - still a work in progress. 2011-10-02 23:28:30 -05:00
Taylor Otwell dfe3a04651 added support for route filter parameters. 2011-09-30 22:23:47 -05:00
Taylor Otwell 47db2ff19b refactoring, added uri class. 2011-09-20 21:28:19 -05:00
Taylor Otwell a8dbe777df more refactoring for 2.0 2011-09-19 21:33:25 -05:00
Taylor Otwell 277729ed3e continued refactoring routing. 2011-09-13 22:35:27 -05:00
Taylor Otwell 2fae372c59 refactoring routing classes. 2011-09-13 22:12:27 -05:00
Taylor Otwell bae9553aac refactoring router route delegation. 2011-09-13 21:47:25 -05:00
Taylor Otwell fb811af5fc more refactoring for dependency injection. 2011-09-09 20:55:24 -05:00
Taylor Otwell ed9e04db6f refactoring. 2011-09-06 23:29:19 -05:00
Taylor Otwell 70b6cc5994 refactoring. 2011-09-06 22:26:14 -05:00
Taylor Otwell 7eef380d8a more refactoring and dependency injection. 2011-09-06 22:04:52 -05:00
Taylor Otwell d35e2abd77 refactoring the routing engine. 2011-09-04 22:40:33 -05:00