Taylor Otwell
926cdaa7f5
reimplement locale uri slugs.
2012-08-20 10:46:23 -05:00
Taylor Otwell
64605f2223
Merge pull request #706 from Vespakoen/patch-1
...
(profiler doesn't show up) laravel.done event doesn't get fired for php-fcgi users
2012-08-13 12:16:08 -07:00
Taylor Otwell
79f92e57df
defer language support in URIs to version 4.
2012-08-09 22:42:03 -05:00
Chris Berthe
b325e954e3
Merge remote-tracking branch 'upstream/develop' into develop
2012-07-12 11:15:43 -04:00
Taylor Otwell
c8718a32ec
added option for URI languages.
2012-07-11 10:18:48 -05:00
Koen Schmeets
276f96aec3
Adding comment to finish call
2012-06-20 19:27:24 +02:00
Koen Schmeets
189f3813d0
Calling the finish method on the right object
2012-06-16 13:20:39 +02:00
Chris Berthe
fafaf724b0
Grammar/Vocabulary fixes
...
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
Koen Schmeets
52fded661d
Extending Symfony's Response class and adding & calling the finish method
...
Signed-off-by: Koen Schmeets <k.schmeets@gmail.com>
2012-05-24 11:50:48 +02:00
Koen Schmeets
b02fd5232c
Fixing a bug that would stop the script execution before the laravel.done event has been fired for php-fastcgi users
...
Signed-off-by: Koen Schmeets <k.schmeets@gmail.com>
2012-05-24 02:01:24 +02:00
Taylor Otwell
9dea22c3eb
require_once on error class.
2012-04-30 10:09:38 -05:00
Taylor Otwell
4d2ecdbff2
Tweaking response->render() location.
2012-04-28 14:01:10 -05:00
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