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
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