Commit Graph

86 Commits

Author SHA1 Message Date
Taylor Otwell f9bc3cc2df added before and after methods to the base controller. 2012-01-16 14:21:06 -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 1c97dccaef fix filter parameter merging bug and update changelog. 2011-12-03 23:09:47 -06:00
Taylor Otwell 958efea5bd Fix a docblock in the controller class. 2011-11-30 08:52:40 -06:00
Taylor Otwell bf01e932c3 fixed variable typo in routing filter class. 2011-11-25 07:43:12 -06:00
Taylor Otwell ad9b49a23e Extract callback validation into method. 2011-11-23 08:49:09 -06:00
Taylor Otwell 05e365d0d5 Clean up route loader. 2011-11-23 08:45:35 -06:00
Taylor Otwell 5f348b2c6e refactoring various classes. 2011-11-22 18:00:17 -06:00
Taylor Otwell 937441d31b cleaning up more code. 2011-11-21 22:22:41 -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 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 32684fa12e fixed router ioc bug. 2011-11-11 23:36:31 -06:00
Phill Sparks b4fe148de5 Got rid of all IoC::container() calls 2011-11-11 09:52:30 +00:00
Taylor Otwell fe218f9b0b restore controller section of autoloader. 2011-11-09 22:38:29 -06:00
Taylor Otwell 8718b582df cleaning up the autoloader and core bootstrapping. 2011-11-09 22:32:35 -06:00
Taylor Otwell dcc334b617 fixed bug in controller filter method. 2011-11-09 21:57:26 -06:00
Taylor Otwell 9e9ee931b5 moved session class. 2011-11-09 21:55:21 -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 8d3327da3c ditched filter shortcuts 2011-11-07 22:53:59 -06:00
Taylor Otwell 3833e12c72 added before and after filter methods to controller. 2011-11-07 22:48:17 -06:00
Taylor Otwell cd310efd25 revised method of declaring filters on controllers. 2011-11-07 21:46:55 -06:00
Taylor Otwell 88e6143338 made controllers restful by default. 2011-11-04 21:57:40 -05:00
Taylor Otwell 895d876463 fixed bugs found when unit testing. 2011-11-02 23:02:23 -05:00
Taylor Otwell c4eb6c9416 change controller->filters to protected. 2011-11-01 23:19:06 -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
Taylor Otwell d4ddb05abb refactoring. added default controller. added uri class. 2011-10-24 21:00:51 -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 9fc9f88a41 refactoring various pieces of the framework. 2011-10-18 20:19:36 -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 b40e69c47a fixed controller routing bug. 2011-10-15 21:44:39 -05:00
Taylor Otwell 4a5e7c6f61 fixed controller routing bug. 2011-10-15 21:43:07 -05:00
Taylor Otwell 76a5bc483a refactoring various classes. 2011-10-15 14:39:52 -05:00
Taylor Otwell a6eaa06981 refactoring routing and comments. 2011-10-15 14:04:11 -05:00
Taylor Otwell a44ca9d53b working on comments. 2011-10-13 21:49:40 -05:00