Commit History

Author SHA1 Message Date
  Sergii Grebeniuk 690e8572aa phpdoc fixes 12 years ago
  Chris Berthe b325e954e3 Merge remote-tracking branch 'upstream/develop' into develop 12 years ago
  Franz Liedke 5e2373817d Allow for passing variables to views with more expressive method calls. 12 years ago
  Chris Berthe f3d756476b Merge remote-tracking branch 'upstream/develop' into develop 12 years ago
  Jason Lewis a5cc8616fc Fix bug where error is shown when named view isn't set. 12 years ago
  Jason Lewis 5d6258a7b4 Can now check for existance of named views. 12 years ago
  Chris Berthe fafaf724b0 Grammar/Vocabulary fixes 13 years ago
  Phill Sparks 0baf5ad9b1 Fix View's use of Events so you can actually implement your own things 13 years ago
  Taylor Otwell a150a7d457 allow multiple views to be registered for a single composer. 13 years ago
  Taylor Otwell ae2dc6a7e2 cleaning up view code. 13 years ago
  David Thorpe ee5386e3b2 Implemented View::exists function 13 years ago
  Taylor Otwell 6dd8063646 adding doc routes. 13 years ago
  Taylor Otwell d41b1db722 fixing bug in view class. 13 years ago
  Taylor Otwell cfce823095 improved view file loading performance. 13 years ago
  Taylor Otwell 973da34bc0 Pass directory into View:: file method. 13 years ago
  Taylor Otwell 991fc70275 Make view::with value optional. 13 years ago
  Taylor Otwell 93e21e9255 Added support for true tempting. 13 years ago
  Taylor Otwell 8e8b0b8cb3 More Blade improvements… adds template inheritance. 13 years ago
  Taylor Otwell 0e4a63606f Added render_each helper. 13 years ago
  Taylor Otwell 727b064bf7 Added View::render_each and Blade shortcut. 13 years ago
  Taylor Otwell 090bf9b3f8 Added "shares" method to view instance. 13 years ago
  Taylor Otwell 35e53b8cef Reintegrating Blade with Laravel using View engine event. 13 years ago
  Taylor Otwell 2331ae18cf Added lang and view loader events. 13 years ago
  Taylor Otwell 9954482194 added search and extension functions to view class for registering them. 13 years ago
  Taylor Otwell 64b61abcd5 added paths and extensions options to view class. 13 years ago
  Taylor Otwell 2a02b9f6ac cleaning up view code. 13 years ago
  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. 13 years ago
  Taylor Otwell 441a9e206f working on view engine event. 13 years ago
  Taylor Otwell 2b4ab94e6b trimming up comment bloat. 13 years ago
  Taylor Otwell ca40180b54 cleaning up code. 13 years ago
  Taylor Otwell 353c7c527f cleaning up code. 13 years ago
  Taylor Otwell 1098d50aff cleaning. 13 years ago
  Taylor Otwell dd6402c648 prefix built-in events with laravel. 13 years ago
  Taylor Otwell 0f2d311739 cleaning up some code. 13 years ago
  Taylor Otwell 3a92facc76 updated routing to fix several issues. 13 years ago
  Phill Sparks 62072e5281 PHPDoc fixes 13 years ago
  Taylor Otwell 97fcea1e51 cleaned up paths. 13 years ago
  Taylor Otwell f44c565ee4 converted path constants to $GLOBALS. 13 years ago
  Taylor Otwell 974ff302ef adding some view tests and fixing a few bugs. 13 years ago
  Kelly Banman a3cbe24b6e Fix inconsistent data referencing in View 13 years ago
  Taylor Otwell 86bbb5f187 added get and set magic methods. 13 years ago
  Taylor Otwell b5442c67fc merged skunkworks into develop. 13 years ago
  Taylor Otwell 5b7a462131 Composers should not be loaded every time a new view is created. 13 years ago
  Taylor Otwell 16a21422fb remove some comment bloat. 13 years ago
  Taylor Otwell 4283e7ec98 moved error pages to application directory. 13 years ago
  Taylor Otwell 060e1f64b8 Added BadMethodCallException to view's __callStatic method. 13 years ago
  Phill Sparks 58638216e8 Throw better Exceptions 13 years ago
  Taylor Otwell 0e8432e373 fixed messages namespace in view. 13 years ago
  Taylor Otwell b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 13 years ago
  Taylor Otwell 56daba42c5 remove composers from ioc container. remove comment bloat from autoloader. 13 years ago
  Taylor Otwell a1e82d2166 added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements. 13 years ago
  Taylor Otwell ef89dd3b31 Verify that the session is started before flashing errors. 13 years ago
  Taylor Otwell 9caf239f6b various refactorings. 13 years ago
  Taylor Otwell 2e1fed294f refactoring bootstrapping. 13 years ago
  Taylor Otwell 7bf84066bf refactoring. added redis drivers. 13 years ago
  Taylor Otwell 32989d39c8 some small refactorings and cleanup. 13 years ago
  Taylor Otwell af36cb3d5a various refactoring and tweaks. 13 years ago
  Taylor Otwell 9fc9f88a41 refactoring various pieces of the framework. 13 years ago
  Taylor Otwell 45538620da fixing bugs and refactoring. 13 years ago
  Taylor Otwell a6eaa06981 refactoring routing and comments. 13 years ago
  Taylor Otwell 9fa69e0844 refactoring routing and class comments. 13 years ago
  Taylor Otwell 7317b5857b refactored welcome pages. 13 years ago
  Taylor Otwell 48715bbb7d fixed bug in view composers. changed crypter alias. 13 years ago
  Taylor Otwell 71b0ab8b8d refactoring container for speed. 13 years ago
  Taylor Otwell 2eeb636198 changed $view->with to $view->nest. 13 years ago
  Taylor Otwell ed3e3e73cc tweaked view comment. 13 years ago
  Taylor Otwell d9201be431 refactoring view compilation. 13 years ago
  Taylor Otwell d57af216e6 removed some comment bloat from view class. 13 years ago
  Taylor Otwell bd4fe8838c refactoring the view class. 13 years ago
  Taylor Otwell 7a20240395 added some comments to the view class. 13 years ago
  Taylor Otwell 0c4018ec88 refactoring. 13 years ago
  Taylor Otwell 4525eae25a revert back to more sensible architecture. 13 years ago
  Taylor Otwell abc1fad6c1 more refactoring and changes. 13 years ago
  Taylor Otwell 70b6cc5994 refactoring. 13 years ago
  Taylor Otwell 7eef380d8a more refactoring and dependency injection. 13 years ago
  Taylor Otwell cb8e8194ce removed application and resolver classes. added phpunit tests. 13 years ago
  Taylor Otwell cd395c2638 tweaking facades. 13 years ago
  Taylor Otwell 31e2c1c49e added facades for core classes. 13 years ago
  Taylor Otwell 893bb83895 added application access to composers. 13 years ago
  Taylor Otwell 5e40e296bd refactoring routing and adding comments. 13 years ago
  Taylor Otwell 30514d9020 continued refactoring. 13 years ago
  Taylor Otwell 0ef96fb8d0 added facades and made other ioc improvements. 13 years ago
  Taylor Otwell f113b5c829 refactoring for dependency injection. 13 years ago
  Taylor Otwell 8229891d26 continued refactoring of view classes. 13 years ago
  Taylor Otwell 9be3d1a54b refactoring the view classes. 13 years ago
  Taylor Otwell 1e49001dfc continued ioc refactoring. 13 years ago
  Taylor Otwell fb3a0df0dd change is_callable checks to instanceof Closure. 13 years ago
  Taylor Otwell 1e7850d9ba refactoring for dependency injection and testability. 13 years ago
  Taylor Otwell 6a8aafc259 refactoring and adding more dependency injection through ioc container. 13 years ago
  Taylor Otwell d943f8b749 fix view namespace. 13 years ago
  Taylor Otwell 8e5fae5dc0 Merge branch 'master' into develop 13 years ago
  Taylor Otwell 1e90e42404 first commit of 2.0 13 years ago