Commit Graph

1218 Commits

Author SHA1 Message Date
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
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
Taylor Otwell 87e8dbeb32 refactoring database query class. 2011-10-15 23:25:18 -05:00
Taylor Otwell 454a5107c4 tweaking and refactoring the database connectors. 2011-10-15 23:20:44 -05:00
Taylor Otwell 893acd8743 tweaking and refactoring the database connectors. added connectors to the container. 2011-10-15 23:20:13 -05:00
Taylor Otwell 07f3f5d03c tweaking the error bootstrap file. 2011-10-15 22:59:17 -05:00
Taylor Otwell 543a487bc8 tweaking the error bootstrap file. 2011-10-15 22:58:31 -05:00
Taylor Otwell 048c917ea5 tweaking the error bootstrap file. 2011-10-15 22:57:49 -05:00
Taylor Otwell 736351911f tweaking the core bootstrapper. 2011-10-15 22:52:16 -05:00
Taylor Otwell 45538620da fixing bugs and refactoring. 2011-10-15 22:44:37 -05:00
Taylor Otwell a7e98e8e9a fixing bugs and refactoring. 2011-10-15 22:38:43 -05: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 2b93963f34 removed unnecessary namespace import from eloquent model. 2011-10-15 14:19:33 -05:00
Taylor Otwell 17ea09364d fixed str test cases and str::limit function. 2011-10-15 14:17:58 -05:00
Taylor Otwell a6eaa06981 refactoring routing and comments. 2011-10-15 14:04:11 -05:00