Commit Graph

52 Commits

Author SHA1 Message Date
Taylor Otwell 86bbb5f187 added get and set magic methods. 2012-01-17 13:32:04 -06:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell 5b7a462131 Composers should not be loaded every time a new view is created. 2011-11-30 10:54:51 -06:00
Taylor Otwell 16a21422fb remove some comment bloat. 2011-11-22 23:35:14 -06:00
Taylor Otwell 4283e7ec98 moved error pages to application directory. 2011-11-20 23:01:05 -06:00
Taylor Otwell 060e1f64b8 Added BadMethodCallException to view's __callStatic method. 2011-11-16 13:12:33 -06:00
Phill Sparks 58638216e8 Throw better Exceptions 2011-11-15 12:35:04 +00:00
Taylor Otwell 0e8432e373 fixed messages namespace in view. 2011-11-11 23:18:58 -06:00
Taylor Otwell b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 2011-11-11 21:27:30 -06:00
Taylor Otwell 56daba42c5 remove composers from ioc container. remove comment bloat from autoloader. 2011-11-09 22:10:37 -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 ef89dd3b31 Verify that the session is started before flashing errors. 2011-11-07 10:22:23 -06:00
Taylor Otwell 9caf239f6b various refactorings. 2011-11-02 21:27:43 -05:00
Taylor Otwell 2e1fed294f refactoring bootstrapping. 2011-11-01 22:55:43 -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 9fc9f88a41 refactoring various pieces of the framework. 2011-10-18 20:19:36 -05:00
Taylor Otwell 45538620da fixing bugs and refactoring. 2011-10-15 22:44:37 -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 7317b5857b refactored welcome pages. 2011-10-11 21:27:16 -05:00
Taylor Otwell 48715bbb7d fixed bug in view composers. changed crypter alias. 2011-10-05 23:22:25 -05:00
Taylor Otwell 71b0ab8b8d refactoring container for speed. 2011-10-05 18:32:48 -05:00
Taylor Otwell 2eeb636198 changed $view->with to $view->nest. 2011-09-28 23:30:11 -05:00
Taylor Otwell ed3e3e73cc tweaked view comment. 2011-09-25 23:31:54 -05:00
Taylor Otwell d9201be431 refactoring view compilation. 2011-09-25 23:00:29 -05:00
Taylor Otwell d57af216e6 removed some comment bloat from view class. 2011-09-25 22:14:05 -05:00
Taylor Otwell bd4fe8838c refactoring the view class. 2011-09-25 22:13:43 -05:00
Taylor Otwell 7a20240395 added some comments to the view class. 2011-09-22 00:42:44 -05:00
Taylor Otwell 0c4018ec88 refactoring. 2011-09-21 21:46:16 -05:00
Taylor Otwell 4525eae25a revert back to more sensible architecture. 2011-09-20 23:14:09 -05:00
Taylor Otwell abc1fad6c1 more refactoring and changes. 2011-09-08 17:49:16 -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 cb8e8194ce removed application and resolver classes. added phpunit tests. 2011-09-04 23:19:14 -05:00
Taylor Otwell cd395c2638 tweaking facades. 2011-09-03 23:46:52 -05:00
Taylor Otwell 31e2c1c49e added facades for core classes. 2011-09-03 22:36:27 -05:00
Taylor Otwell 893bb83895 added application access to composers. 2011-09-01 00:04:12 -05:00
Taylor Otwell 5e40e296bd refactoring routing and adding comments. 2011-08-31 23:51:52 -05:00
Taylor Otwell 30514d9020 continued refactoring. 2011-08-31 21:57:37 -05:00
Taylor Otwell 0ef96fb8d0 added facades and made other ioc improvements. 2011-08-30 22:09:47 -05:00
Taylor Otwell f113b5c829 refactoring for dependency injection. 2011-08-29 22:02:32 -05:00
Taylor Otwell 8229891d26 continued refactoring of view classes. 2011-08-29 19:27:02 -05:00
Taylor Otwell 9be3d1a54b refactoring the view classes. 2011-08-29 00:07:10 -05:00
Taylor Otwell 1e49001dfc continued ioc refactoring. 2011-08-26 21:42:04 -05:00
Taylor Otwell fb3a0df0dd change is_callable checks to instanceof Closure. 2011-08-26 00:31:18 -05:00
Taylor Otwell 1e7850d9ba refactoring for dependency injection and testability. 2011-08-25 22:53:05 -05:00
Taylor Otwell 6a8aafc259 refactoring and adding more dependency injection through ioc container. 2011-08-24 22:51:32 -05:00
Taylor Otwell d943f8b749 fix view namespace. 2011-08-18 20:21:37 -05:00