Commit Graph

280 Commits

Author SHA1 Message Date
Taylor Otwell 0586bbe04e remove some comment bloat from the request class. 2011-10-29 23:20:07 -05:00
Taylor Otwell 75ce8796d7 got rid of URI class and brought URI determination back to into request class. 2011-10-29 23:17:47 -05:00
Taylor Otwell ef9e4dfd61 reverting di refactoring. 2011-10-29 22:31:50 -05:00
Taylor Otwell f5680e4537 reverting facade changes. 2011-10-29 22:27:51 -05:00
Taylor Otwell 932a70b6cf refactoring for better dependency injection on a few classes. 2011-10-29 22:24:32 -05:00
Taylor Otwell faaea17fd3 refactoring the validator. 2011-10-29 21:27:03 -05:00
Taylor Otwell bb2cd3e373 refactoring the auth class. 2011-10-29 21:21:36 -05:00
Taylor Otwell b3cdcb38a6 tweaking some comments. 2011-10-29 21:06:28 -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 0a2587d291 fixed bug in redis class. 2011-10-26 21:38:32 -05:00
Taylor Otwell 7bf84066bf refactoring. added redis drivers. 2011-10-26 21:21:31 -05:00
Taylor Otwell 8595253afe refactoring the uri class... again 2011-10-25 00:06:19 -05:00
Taylor Otwell 415cb0fe12 continuing to refactor the uri class. 2011-10-24 23:56:17 -05:00
Taylor Otwell e454227d32 refactoring the uri class more. 2011-10-24 23:43:57 -05:00
Taylor Otwell bce571bf26 refactoring the uri class more. 2011-10-24 23:41:08 -05:00
Taylor Otwell bf50b67475 refactoring the uri class. 2011-10-24 23:39:27 -05:00
Taylor Otwell bd6695844e refactoring. 2011-10-24 23:24:06 -05:00
Taylor Otwell a6d487ecd4 refactoring the uri class. 2011-10-24 23:15:29 -05:00
Taylor Otwell d4ddb05abb refactoring. added default controller. added uri class. 2011-10-24 21:00:51 -05:00
Phill Sparks ca1e5ac29c Fix Laravel Env Config path 2011-10-23 21:41:18 +01:00
Taylor Otwell 32989d39c8 some small refactorings and cleanup. 2011-10-22 23:25:07 -05:00
Taylor Otwell b71ecb4363 removed packages directory. refactoring. 2011-10-21 21:49:33 -05:00
Taylor Otwell 80f810de24 refactoring the crypter class. 2011-10-20 22:47:00 -05:00
Taylor Otwell 8d3151b134 refactoring the crypter class. 2011-10-20 22:30:31 -05:00
Taylor Otwell 0be75fc2d9 refactoring the crypter class. 2011-10-20 22:28:39 -05:00
Taylor Otwell 49b13e6960 refactoring lang and url classes. 2011-10-20 22:23:32 -05:00
Taylor Otwell 21dccae755 refactor sqlite connector to accept path in constructor. 2011-10-20 22:17:40 -05:00
Taylor Otwell 23c79a0317 only define environment constant if it hasnt already been defined. 2011-10-20 21:47:20 -05:00
Taylor Otwell af36cb3d5a various refactoring and tweaks. 2011-10-20 21:44:18 -05:00
Taylor Otwell df9130dafa refactoring and working on redis. 2011-10-19 22:44:02 -05:00
Taylor Otwell d5d9776298 continuing to refactor the bootstrap process. 2011-10-18 21:03:13 -05:00
Taylor Otwell 9fc9f88a41 refactoring various pieces of the framework. 2011-10-18 20:19:36 -05:00
Taylor Otwell e985057b4c fixed connector definition in container. 2011-10-16 21:43:08 -05:00
Taylor Otwell 6ed7c832d9 Merge pull request #119 from sparksp/fix/base_path
Fixed laravel path bug
2011-10-16 19:36:33 -07:00
Taylor Otwell 3a08b138b0 changed route __call exception. 2011-10-16 21:35:11 -05:00
Taylor Otwell 494bc0b4a7 Merge pull request #120 from sparksp/fix/route_before
Fixed route before filter
2011-10-16 19:33:26 -07:00
Taylor Otwell 95af020420 continued validation refactoring. 2011-10-16 21:31:44 -05:00
Taylor Otwell d849cda377 more validator refactoring. 2011-10-16 20:48:01 -05:00
Taylor Otwell 06765e9aa3 continuing to refactor the validator. 2011-10-16 14:27:23 -05:00
Taylor Otwell fc820e733b continuing to refactor the validator. 2011-10-16 14:23:52 -05:00
Taylor Otwell 4f560fdf5c continuing to refactor the validator. 2011-10-16 14:19:54 -05:00
Taylor Otwell 6f366d3010 continuing to refactor the validator. 2011-10-16 14:03:09 -05:00
Taylor Otwell ca784e9fc2 continuing to refactor the validator. 2011-10-16 13:48:36 -05:00
Taylor Otwell f8e63f313d adding validator tests. 2011-10-16 13:34:26 -05:00
Taylor Otwell 8bd6d34622 refactoring validator. 2011-10-16 13:25:37 -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
Phill Sparks 58807cc5a6 Fixed laravel path bug
Affects installations where laravel is in a submodule named laravel.
2011-10-16 11:14:11 +01:00
Taylor Otwell 48f1879b9f tweaking comments in sqlite connector. 2011-10-15 23:33:26 -05:00