Commit Graph

98 Commits

Author SHA1 Message Date
Taylor Otwell 3a92facc76 updated routing to fix several issues. 2012-02-12 14:48:36 -06:00
Taylor Otwell 3e398d1b49 added auto start bundle option. 2012-02-07 16:59:51 -06:00
Taylor Otwell 5b6b156b41 move timezone set into core bootstrap. 2012-02-06 09:35:28 -06:00
Taylor Otwell 3780da4ad1 add comment to boostrap. 2012-02-03 10:29:37 -06:00
Taylor Otwell d02f4deb8f tweaking bootstrap. 2012-02-03 09:39:10 -06:00
Taylor Otwell d681f49920 fix 404 route issue. 2012-02-03 09:37:22 -06:00
Taylor Otwell 96b43e90b3 show warning when key is not set. 2012-01-31 16:35:35 -06:00
Taylor Otwell d20deb2847 die out if application key is not set. 2012-01-31 16:16:39 -06:00
Taylor Otwell 2b12c0c140 modified cookie class. set application key on first request if not set. 2012-01-31 15:58:00 -06:00
Taylor Otwell 4cf7f0c627 added cookie jar that holds cookies until end of request. 2012-01-31 15:19:23 -06:00
Taylor Otwell 62856a15ce added config option for display_errors. fixed response::error to use dot syntax. 2012-01-31 13:29:38 -06:00
Taylor Otwell 224b9eadd2 added two new core events. 2012-01-30 13:22:08 -06:00
Taylor Otwell 97fcea1e51 cleaned up paths. 2012-01-28 14:55:08 -06:00
Taylor Otwell d76cf4ba23 bundle improvements. 2012-01-26 17:01:17 -06:00
Taylor Otwell 8dfb50c835 opened up bundles to live anywhere and respond to any URI.' 2012-01-26 14:37:43 -06:00
Taylor Otwell ec2fc6ddd0 fixed infinite loop when removing magic. 2012-01-24 11:29:05 -06:00
Taylor Otwell 18b6cc44af cleaning up bootstrap file. 2012-01-24 10:10:28 -06:00
Taylor Otwell 27483835f4 always disable magic quotes at runtime. 2012-01-24 10:06:48 -06:00
Taylor Otwell 02397c6732 use array_map to stripslashes. 2012-01-24 09:12:56 -06:00
Taylor Otwell 4d87565f74 workaround magic quotes. 2012-01-24 09:09:14 -06:00
Taylor Otwell 9de8e0050c cleaning up the bootstrap file. 2012-01-18 13:18:35 -06:00
Taylor Otwell 8341797b45 cleaning up the bootstrap file. 2012-01-18 13:05:03 -06:00
Taylor Otwell fce005d0b9 register session in ioc. 2012-01-18 11:43:45 -06:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell 1867f28ad6 Move the timezone setting into the core file. 2011-11-23 08:30:40 -06:00
Taylor Otwell 5f348b2c6e refactoring various classes. 2011-11-22 18:00:17 -06:00
Taylor Otwell 246434f4c7 load the session. whoops!. 2011-11-22 07:47:21 -06:00
Taylor Otwell da016744d0 cleaning up code. 2011-11-21 21:57:11 -06:00
Taylor Otwell 994949c6ce refactoring various classes. 2011-11-21 19:09:48 -06:00
Taylor Otwell 10b9001e13 adjust how the response is rendered, as well as move input flashing to after filter. 2011-11-20 22:47:56 -06:00
Taylor Otwell fc8b30159e Refactor the ignored error logging. 2011-11-16 11:46:27 -06:00
Phill Sparks 1d5fbab515 Refactor error handling to log ignored errors 2011-11-16 12:21:42 +00:00
Taylor Otwell d3f9391981 fixing some bugs. 2011-11-15 23:15:58 -06:00
Taylor Otwell e226a463bf refactoring. 2011-11-15 19:15:31 -06:00
Taylor Otwell d1a969bd29 added uri class. refactored. 2011-11-14 21:18:18 -06:00
Taylor Otwell 2758b4c16d some small refactoring and bug fixing. 2011-11-13 15:23:48 -06:00
Taylor Otwell a5aaf33fe5 fix error detail view. 2011-11-12 00:07:13 -06:00
Taylor Otwell 32684fa12e fixed router ioc bug. 2011-11-11 23:36:31 -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
Phill Sparks b4fe148de5 Got rid of all IoC::container() calls 2011-11-11 09:52:30 +00:00
Taylor Otwell 9dbe7a29e2 put back ini_set for errors. 2011-11-10 23:38:58 -06:00
Taylor Otwell 35d807ca2b git rid of some ioc::container calls. 2011-11-10 23:13:11 -06:00
Taylor Otwell 0a2c61ec29 refactoring error handling. 2011-11-10 22:46:01 -06:00
Taylor Otwell 8718b582df cleaning up the autoloader and core bootstrapping. 2011-11-09 22:32:35 -06:00
Taylor Otwell 9e9ee931b5 moved session class. 2011-11-09 21:55:21 -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 9caf239f6b various refactorings. 2011-11-02 21:27:43 -05:00
Taylor Otwell 6048d20921 refactoring the session class. 2011-11-01 23:11:08 -05:00
Taylor Otwell ca2c988274 added cookie option to session configuration. 2011-11-01 20:53:48 -05:00
Taylor Otwell 997a90bcf5 major session refactoring. 2011-10-31 22:15:47 -05:00