Commit Graph

52 Commits

Author SHA1 Message Date
Taylor Otwell 5895f36bbb fixed view namespace bug. 2011-08-18 20:20:50 -05:00
Taylor Otwell 3b8d4aec66 Merge branch 'develop' of github.com:laravel/laravel into develop 2011-08-18 18:09:14 -05:00
Dave Rowe b5f7f6648c Edited system/view.php via GitHub 2011-08-18 17:11:23 -05:00
Taylor Otwell b3a2c3537a Fix white screen of death error when view doesn't exist. 2011-08-18 12:41:35 -05:00
Taylor Otwell 09feb52db9 changed auth and view variables to protected. 2011-08-08 22:20:59 -05:00
Taylor Otwell 512342c0db Refactor the view class to use protected instead of private. 2011-08-08 16:52:10 -05:00
Taylor Otwell 7ad1126cf1 Add sub-view evaluating back to view class. 2011-08-08 15:19:44 -05:00
Taylor Otwell 120d6a5da6 Refactor the view class. 2011-08-08 15:16:21 -05:00
Taylor Otwell 3bf85e03a5 Refactor the view class. 2011-08-08 14:55:27 -05:00
Taylor Otwell 6278daca9c Refactor the view class. 2011-08-08 14:54:54 -05:00
Taylor Otwell 6ac1634fb5 Refactor and comment the view class. 2011-08-08 14:44:30 -05:00
Taylor Otwell 1e3188479a Refactor the view class. 2011-08-08 14:33:53 -05:00
Taylor Otwell d5a11cdb71 Cleaning up the view class. 2011-08-08 13:41:29 -05:00
Taylor Otwell d1d4ac1056 Refactor the view class method order and comments. 2011-08-08 13:35:01 -05:00
Taylor Otwell 366f8dad39 refactoring the view class. 2011-08-08 11:19:01 -05:00
Taylor Otwell edae391593 Refactor the view class. 2011-08-08 10:49:15 -05:00
Taylor Otwell fa3ec4d796 Refactoring the view class. 2011-08-08 10:13:22 -05:00
Taylor Otwell 8130f2da25 refactoring view class. 2011-08-07 09:08:31 -05:00
Taylor Otwell ea3c59d6b9 trim view class comment bloat. 2011-08-06 20:52:48 -05:00
Taylor Otwell 541cb90356 Refactor view class. 2011-08-05 13:21:31 -05:00
Taylor Otwell 55e8f0e330 Refactoring view class. 2011-08-05 11:52:52 -05:00
Taylor Otwell 26bc2379c4 Fix named view data passing. 2011-08-05 11:31:12 -05:00
Taylor Otwell fa1fa876b5 Rearranged view methods. 2011-08-05 11:12:15 -05:00
Taylor Otwell c688eef3f2 Added back support for named views. 2011-08-05 11:11:26 -05:00
Taylor Otwell ec3e059836 fixed bug in view class module loading and made loader properties public. 2011-08-03 23:36:39 -05:00
Taylor Otwell f0f3dffc11 added module support! 2011-08-03 22:10:07 -05:00
Taylor Otwell 927c522e67 Move view composer loading back to application directory. 2011-08-03 08:47:09 -05:00
Taylor Otwell e40faa1945 changed application file structure and routing definitions. 2011-08-02 21:23:13 -05:00
Taylor Otwell b504089db7 moved exception view to application views and removed system view folder. 2011-07-31 12:54:22 -05:00
Taylor Otwell dbdd45d9fc tweaked cache and session namespacing. 2011-07-29 23:17:57 -05:00
Taylor Otwell 6b9b0ad5cd remove unnecessary else. 2011-07-26 15:31:56 -05:00
Taylor Otwell a4e8375feb Use view path constants in view->find() method. 2011-07-26 15:31:10 -05:00
Taylor Otwell 14c8878b67 Switch make call to static in partial method. 2011-07-26 14:36:47 -05:00
Taylor Otwell f4f82d1761 Added View::of method and $view->partial() method. 2011-07-26 14:35:44 -05:00
Taylor Otwell 2c18083572 make view->find method protected instead of private. 2011-07-25 23:20:19 -05:00
Taylor Otwell c1ca97d9fb added support for named views. 2011-07-21 23:30:52 -05:00
Taylor Otwell c54173bc40 Remove View::$last. 2011-07-18 11:32:27 -07:00
Taylor Otwell 9608a0dee7 Removed comment bloat from View class. 2011-07-08 12:57:32 -07:00
Taylor Otwell bbc8b8f954 Refactoring View class. 2011-07-08 06:37:50 -07:00
Taylor Otwell 42cff59a7d Remove comment bloat from View class. 2011-07-07 07:22:50 -07:00
Taylor Otwell b7b258a10b removed error collector bloat, switched to plain array. thanks mikelbring. 2011-06-25 20:05:20 -05:00
Taylor Otwell dbeb2f4ddb Improving view class comments. 2011-06-22 07:27:11 -07:00
Taylor Otwell 9f5367f32b Improving view class comments. 2011-06-22 07:26:35 -07:00
Taylor Otwell 0d10ab740b changes to view class to have error collector. 2011-06-21 22:34:53 -05:00
Taylor Otwell 3408bb8492 overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
Taylor Otwell 3038ed7a49 fix view handling to properly catch exceptions when rendering. 2011-06-16 21:55:02 -05:00
Taylor Otwell 30c83f265d overall code refactoring. 2011-06-14 17:27:11 -05:00
Taylor Otwell 2bcf7ed327 removed with method from view class. 2011-06-11 23:17:37 -05:00
Taylor Otwell edbf7f3b0f added with method to view class. 2011-06-11 23:13:35 -05:00
Taylor Otwell a77b6a9737 changed loading of view to fix bug when binding content view data. 2011-06-11 20:50:19 -05:00