Commit Graph

3077 Commits

Author SHA1 Message Date
Taylor Otwell 5862faf2c4 Refactoring the html class. 2011-08-08 09:07:32 -05:00
Taylor Otwell d1934b731e Add ability to specify iteration count in Hash class. 2011-08-08 09:01:53 -05:00
Taylor Otwell f28a2c5a4b Refactoring the form class. 2011-08-08 08:59:51 -05:00
Taylor Otwell a94c6bd752 Refactoring the error class. 2011-08-08 08:55:16 -05:00
Taylor Otwell 1916e27de1 Refactoring the crypt class. 2011-08-08 08:51:58 -05:00
Taylor Otwell bc51ec3d83 Refactoring the cookie class. 2011-08-08 08:49:29 -05:00
Taylor Otwell 5e28cd08b4 Refactoring the config class. 2011-08-08 08:48:44 -05:00
Taylor Otwell 1091bd8591 Removing comment bloat from Config class. 2011-08-08 08:47:33 -05:00
Taylor Otwell 9018d6cceb Refactoring the Config class. 2011-08-08 08:46:33 -05:00
Taylor Otwell fe39d50783 Refactoring the Cache class. 2011-08-08 08:41:35 -05:00
Taylor Otwell 89032f8a2a Refactoring the Benchmark class. 2011-08-08 08:37:55 -05:00
Taylor Otwell 24ba87f5de Refactoring Asset class. 2011-08-08 08:31:57 -05:00
Taylor Otwell ed52c19e05 Refactoring Arr class. 2011-08-08 08:27:12 -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 46199478d8 refactoring validation class. 2011-08-06 20:51:39 -05:00
Taylor Otwell 6c98f5faee refactoring session class. 2011-08-06 20:49:53 -05:00
Taylor Otwell af4403bac5 refactor messages class. 2011-08-06 20:47:20 -05:00
Taylor Otwell 8ddfdd9e7a trim comment bloat from lang class. 2011-08-06 20:46:35 -05:00
Taylor Otwell d53ae7457a refactoring input class. 2011-08-06 20:45:45 -05:00
Taylor Otwell 5664c9dc92 adjust comments in crypt class. 2011-08-06 20:44:13 -05:00
Taylor Otwell 68e3b468cf refactoring config class. 2011-08-06 20:42:53 -05:00
Taylor Otwell 16a1f89929 refactor cache driver method. 2011-08-06 20:27:18 -05:00
Taylor Otwell d59b3ad90a add check for session driver before using auth class. 2011-08-06 20:24:09 -05:00
Taylor Otwell 59123fdfb0 import file class for assets. 2011-08-06 20:21:15 -05:00
Taylor Otwell fe0f4a76f6 Pass request method and uri to before and after filters. 2011-08-05 15:49:59 -05:00
Taylor Otwell 1a96696046 break if before filter returns a response. 2011-08-05 15:28:14 -05:00
Taylor Otwell 6cf69d5406 Remove Request::segments method. 2011-08-05 15:24:24 -05:00
Taylor Otwell 9827ca2cde More factoring on bootstrap. 2011-08-05 15:23:20 -05:00
Taylor Otwell ebc736812b Refactor the laravel.php bootstrap. 2011-08-05 15:22:22 -05:00
Taylor Otwell 4326f95997 Don't throw an exception if a filter is not found. 2011-08-05 15:01:25 -05:00
Taylor Otwell 5a2dfd72d7 Added example of names to composer file. 2011-08-05 13:26:34 -05:00
Taylor Otwell 0d910cd59f Add comments about view names to composers file. 2011-08-05 13:25:41 -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 555299c353 Check package count before loading Package class. 2011-08-05 11:52:22 -05:00
Taylor Otwell cc9c45710b Remove auto-detection of modules to enhance performance. 2011-08-05 11:40:29 -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
Michael Hasselbring 6346c54a07 moved composers back to application 2011-08-05 10:02:38 -05:00
Taylor Otwell 07ca09e824 Add ACTIVE_MODULE constant. 2011-08-05 09:38:15 -05:00
Taylor Otwell 00af8c715f Added comments to $route->handler(). 2011-08-05 09:20:26 -05:00
Taylor Otwell 8affa31a02 Added shortcut syntax for route handlers on named routes. 2011-08-05 09:18:40 -05:00
Taylor Otwell 75a9591c65 Refactoring constant definition in laravel.php. 2011-08-05 09:06:55 -05:00
Taylor Otwell 668ecaedd9 Tweaking front controller. 2011-08-05 09:06:23 -05:00
Taylor Otwell ae1acfddda adjusted front controller. 2011-08-04 17:40:16 -05:00
Taylor Otwell 69ec79c987 moved laravel framework request cycle into laravel.php, minimalized front controller. 2011-08-04 17:36:23 -05:00
Taylor Otwell af5059a3d8 Return false when loader doesn't find class in application directory. 2011-08-04 13:22:18 -05:00
Taylor Otwell ed0f2361fd Refactoring Request URI determination. 2011-08-04 10:59:28 -05:00