David Thorpe
|
ee5386e3b2
|
Implemented View::exists function
magical
Signed-off-by: David Thorpe <davzie@davzie.com>
|
2012-04-17 19:25:41 +01:00 |
Taylor Otwell
|
6dd8063646
|
adding doc routes.
|
2012-04-02 11:02:09 -05:00 |
Taylor Otwell
|
d41b1db722
|
fixing bug in view class.
|
2012-04-01 21:13:07 -05:00 |
Taylor Otwell
|
cfce823095
|
improved view file loading performance.
|
2012-04-01 21:11:45 -05:00 |
Taylor Otwell
|
973da34bc0
|
Pass directory into View:: file method.
|
2012-03-26 08:27:53 -05:00 |
Taylor Otwell
|
991fc70275
|
Make view::with value optional.
|
2012-03-24 22:39:23 -05:00 |
Taylor Otwell
|
93e21e9255
|
Added support for true tempting.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-03-23 17:03:27 -05:00 |
Taylor Otwell
|
8e8b0b8cb3
|
More Blade improvements… adds template inheritance.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-03-23 13:01:36 -05:00 |
Taylor Otwell
|
0e4a63606f
|
Added render_each helper.
|
2012-03-22 16:05:33 -05:00 |
Taylor Otwell
|
727b064bf7
|
Added View::render_each and Blade shortcut.
|
2012-03-22 15:45:26 -05:00 |
Taylor Otwell
|
090bf9b3f8
|
Added "shares" method to view instance.
|
2012-03-22 13:38:22 -05:00 |
Taylor Otwell
|
35e53b8cef
|
Reintegrating Blade with Laravel using View engine event.
|
2012-03-22 11:48:07 -05:00 |
Taylor Otwell
|
2331ae18cf
|
Added lang and view loader events.
Added lang and view loader events similar to the configuration loader.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-03-01 11:52:05 -06:00 |
Taylor Otwell
|
9954482194
|
added search and extension functions to view class for registering them.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-27 16:27:28 -06:00 |
Taylor Otwell
|
64b61abcd5
|
added paths and extensions options to view class.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-27 15:29:11 -06:00 |
Taylor Otwell
|
2a02b9f6ac
|
cleaning up view code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-02-25 22:30:35 -06:00 |
Taylor Otwell
|
49d3c5251b
|
removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core.
|
2012-02-23 22:34:42 -06:00 |
Taylor Otwell
|
441a9e206f
|
working on view engine event.
|
2012-02-23 17:00:36 -06:00 |
Taylor Otwell
|
2b4ab94e6b
|
trimming up comment bloat.
|
2012-02-23 16:29:30 -06:00 |
Taylor Otwell
|
ca40180b54
|
cleaning up code.
|
2012-02-21 10:51:31 -06:00 |
Taylor Otwell
|
353c7c527f
|
cleaning up code.
|
2012-02-21 10:50:25 -06:00 |
Taylor Otwell
|
1098d50aff
|
cleaning.
|
2012-02-20 09:07:56 -06:00 |
Taylor Otwell
|
dd6402c648
|
prefix built-in events with laravel.
|
2012-02-16 16:26:39 -06:00 |
Taylor Otwell
|
0f2d311739
|
cleaning up some code.
|
2012-02-12 16:34:11 -06:00 |
Taylor Otwell
|
3a92facc76
|
updated routing to fix several issues.
|
2012-02-12 14:48:36 -06:00 |
Phill Sparks
|
62072e5281
|
PHPDoc fixes
|
2012-02-04 21:30:52 +00:00 |
Taylor Otwell
|
97fcea1e51
|
cleaned up paths.
|
2012-01-28 14:55:08 -06:00 |
Taylor Otwell
|
f44c565ee4
|
converted path constants to $GLOBALS.
|
2012-01-27 16:17:43 -06:00 |
Taylor Otwell
|
974ff302ef
|
adding some view tests and fixing a few bugs.
|
2012-01-25 08:37:04 -06:00 |
Kelly Banman
|
a3cbe24b6e
|
Fix inconsistent data referencing in View
|
2012-01-22 17:34:08 -08:00 |
Taylor Otwell
|
86bbb5f187
|
added get and set magic methods.
|
2012-01-17 13:32:04 -06:00 |
Taylor Otwell
|
b5442c67fc
|
merged skunkworks into develop.
|
2012-01-16 13:59:24 -06:00 |
Taylor Otwell
|
5b7a462131
|
Composers should not be loaded every time a new view is created.
|
2011-11-30 10:54:51 -06:00 |
Taylor Otwell
|
16a21422fb
|
remove some comment bloat.
|
2011-11-22 23:35:14 -06:00 |
Taylor Otwell
|
4283e7ec98
|
moved error pages to application directory.
|
2011-11-20 23:01:05 -06:00 |
Taylor Otwell
|
060e1f64b8
|
Added BadMethodCallException to view's __callStatic method.
|
2011-11-16 13:12:33 -06:00 |
Phill Sparks
|
58638216e8
|
Throw better Exceptions
|
2011-11-15 12:35:04 +00:00 |
Taylor Otwell
|
0e8432e373
|
fixed messages namespace in view.
|
2011-11-11 23:18:58 -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 |
Taylor Otwell
|
56daba42c5
|
remove composers from ioc container. remove comment bloat from autoloader.
|
2011-11-09 22:10:37 -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
|
ef89dd3b31
|
Verify that the session is started before flashing errors.
|
2011-11-07 10:22:23 -06:00 |
Taylor Otwell
|
9caf239f6b
|
various refactorings.
|
2011-11-02 21:27:43 -05:00 |
Taylor Otwell
|
2e1fed294f
|
refactoring bootstrapping.
|
2011-11-01 22:55:43 -05:00 |
Taylor Otwell
|
7bf84066bf
|
refactoring. added redis drivers.
|
2011-10-26 21:21:31 -05:00 |
Taylor Otwell
|
32989d39c8
|
some small refactorings and cleanup.
|
2011-10-22 23:25:07 -05:00 |
Taylor Otwell
|
af36cb3d5a
|
various refactoring and tweaks.
|
2011-10-20 21:44:18 -05:00 |
Taylor Otwell
|
9fc9f88a41
|
refactoring various pieces of the framework.
|
2011-10-18 20:19:36 -05:00 |
Taylor Otwell
|
45538620da
|
fixing bugs and refactoring.
|
2011-10-15 22:44:37 -05:00 |
Taylor Otwell
|
a6eaa06981
|
refactoring routing and comments.
|
2011-10-15 14:04:11 -05:00 |