Commit Graph

121 Commits

Author SHA1 Message Date
Taylor Otwell 47b60135bb fix possible error loading error class. 2012-04-24 08:57:31 -05:00
Taylor Otwell 51f5fdd0c9 fix conflicts. 2012-04-18 20:38:36 -05:00
Taylor Otwell 24e382848c add response to done event. 2012-04-18 20:36:38 -05:00
Taylor Otwell 01a7991bd5 fix artisan. 2012-04-04 16:57:18 -05:00
Taylor Otwell a85945561c fixing conflicts. 2012-04-04 10:09:27 -05:00
Taylor Otwell 17bd505ff6 pass response in laravel done event. 2012-04-04 08:36:43 -05:00
Taylor Otwell e0e0b51b9b tweaking profiler. 2012-04-03 16:57:55 -05:00
Taylor Otwell 1ca7d799af changes 2012-04-03 16:53:15 -05:00
Taylor Otwell 8d16916630 fix magic quotes. 2012-03-29 22:50:14 -05:00
Taylor Otwell 77fe8b6706 moved input over to httpfoundation. 2012-03-28 23:46:16 -05:00
Taylor Otwell 730808fb02 converting cookies to use http foundation. 2012-03-28 22:43:58 -05:00
Taylor Otwell 35e53b8cef Reintegrating Blade with Laravel using View engine event. 2012-03-22 11:48:07 -05:00
Taylor Otwell 028703d9d5 Clean up the life-cycle file.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 13:30:02 -06:00
Taylor Otwell be95496158 Allowing for config.load event.
Moved more basic logic into application start to make it easier to hook into early life cycle events such as configuration loading while not introducing extra files into the framework.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 10:55:37 -06:00
Taylor Otwell 5325acac64 adding support for attaching filters based on URI routing.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-28 09:28:23 -06:00
Taylor Otwell 86fa595317 set application key by default. 2012-02-22 11:00:02 -06:00
Taylor Otwell bf6313e50b cleaning up code. 2012-02-17 14:02:53 -06:00
Taylor Otwell ba3f62f79a added auto_key config option. 2012-02-17 09:00:53 -06:00
Taylor Otwell dd6402c648 prefix built-in events with laravel. 2012-02-16 16:26:39 -06:00
Taylor Otwell 7aa78e1a3c change done event name. 2012-02-16 16:24:52 -06:00
Taylor Otwell 851db1703e dont register session in ioc. 2012-02-16 15:14:31 -06:00
Taylor Otwell 6e83add76f tweaking key setting. 2012-02-15 13:17:45 -06:00
Taylor Otwell 82315f31d5 added configurable automatic key generation. 2012-02-15 13:02:38 -06:00
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