Commit Graph

1542 Commits

Author SHA1 Message Date
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 e44eec106d fixed old input persistence bug. 2011-10-27 08:08:21 -05:00
Taylor Otwell b6d7df4510 fix cache manager alias. 2011-10-27 08:03:44 -05:00
Taylor Otwell 6e916ea69d fix bug in routing that prevented comma delimited routes. 2011-10-27 08:03:08 -05:00
Taylor Otwell 4c2209e331 added url tests. 2011-10-26 23:36:30 -05:00
Taylor Otwell 4d7457acc3 added language tests. 2011-10-26 23:16:11 -05:00
Taylor Otwell 1264a7dd8d added after filter tests. 2011-10-26 22:57:34 -05:00
Taylor Otwell 33e1bd4f11 added another route filter parameter test. 2011-10-26 22:55:40 -05:00
Taylor Otwell 212bbad1a6 changed route filter test. 2011-10-26 22:54:42 -05:00
Taylor Otwell 98d351b91e added route filter tests. 2011-10-26 22:53:50 -05:00
Taylor Otwell e05b05a33b added route loader tests. 2011-10-26 22:27:19 -05:00
Taylor Otwell 0a2587d291 fixed bug in redis class. 2011-10-26 21:38:32 -05:00
Taylor Otwell cb027980ae fix array tests. 2011-10-26 21:22:30 -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 560b1362a1 added request format test. 2011-10-25 00:04:51 -05:00
Taylor Otwell c0c103a6d6 added uri class tests. 2011-10-25 00:02:45 -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 8443cef301 added some notes to the home controller. 2011-10-24 22:50:36 -05:00
Taylor Otwell d4ddb05abb refactoring. added default controller. added uri class. 2011-10-24 21:00:51 -05:00
Taylor Otwell 320653e832 Merge pull request #122 from sparksp/fix/env_config
LARAVEL_ENV is not correctly translated into a config path
2011-10-23 14:39:02 -07: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 ba29a0bd38 fix request tests. 2011-10-18 21:05:21 -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