Commit History

Author SHA1 Message Date
  Kelly Banman e46d9c5b6d Fix capitalization regression in Request::server() 12 years ago
  Taylor Otwell 62aa4f4681 Merge branch 'develop' into staging 12 years ago
  Taylor Otwell d29c5bfdab Merge pull request #687 from syntaqx/git-files 12 years ago
  Taylor Otwell 5adc2256d7 Merge pull request #688 from syntaqx/readme 12 years ago
  Taylor Otwell 98535868ac Merge branch 'develop' into staging 12 years ago
  Taylor Otwell 5ba802d473 Update environment documentation. 12 years ago
  Taylor Otwell e7a40c0caf Updating event docs. 12 years ago
  Taylor Otwell a7959ebc3d Updating docs. 12 years ago
  Taylor Otwell e7ee6865b1 Updating docs. 12 years ago
  Taylor Otwell 0f0c291ffb updating docs for merge and replace input methods. 12 years ago
  Taylor Otwell 7d1102dd6e Updated authentication offline docs. 12 years ago
  Taylor Otwell 5c03938e3b Merge branch 'develop' into staging 12 years ago
  Carlos e057193de0 Added function for converting html special characters. 12 years ago
  Carlos 23a25b9abb Revert "Added a function for handling HTML special characters" 12 years ago
  syntaqx 2c8bad7e68 added syntax highlighting to the readme 12 years ago
  Carlos b47fc6476a Added a function for handling HTML special characters 12 years ago
  syntaqx 948ce87cd9 added gitattributes file and updated gitignore 12 years ago
  Taylor Otwell dbb4c169da Merge pull request #685 from loic-sharma/patch-1 12 years ago
  Loic Sharma 4ea27c9daf Fixed minor spelling mistakes 12 years ago
  Ben Corlett 33fdcb4ae7 Fixing type-o with the spelling of "Symfony". 12 years ago
  Ben Corlett 056e547855 Adding output buffering to allow redirects to work after content has been outputted. 12 years ago
  Taylor Otwell a6ad5c6dee Merge pull request #671 from ErikDubbelboer/docfix 12 years ago
  Taylor Otwell 21d8a266e6 Merge pull request #673 from daylerees/patch-2 12 years ago
  Dayle Rees 70b64f1928 forgot to add blade::extend() to this 12 years ago
  Erik Dubbelboer 11b9f52239 fix error in comment 12 years ago
  Kelly Banman 1b2ab309c4 Add support for non-string parameters in controller routes 12 years ago
  Taylor Otwell a303d66ae0 Fix bug in events. 12 years ago
  Taylor Otwell d417eb5664 Merge pull request #658 from jkudish/develop 12 years ago
  Taylor Otwell 135b6d5132 Merge pull request #664 from franzliedke/patch-3 12 years ago
  Taylor Otwell 4cff0907a0 Merge pull request #669 from awellis13/feature/where_nested-closure-fix 12 years ago
  Andrew Ellis 8e12e7a819 where_nested no longer breaks on closures that don't actually set anything 12 years ago
  Taylor Otwell b097b6c682 Fix to_array() in eloquent model. 12 years ago
  Taylor Otwell f8fe7843ab tweak event queue. 12 years ago
  Taylor Otwell 314f25bd28 fixing conflicts. 12 years ago
  Taylor Otwell ef6076b2ce added event queues. 12 years ago
  Franz Liedke df9c223ed6 Remove obsolete class import in request.php. 12 years ago
  Franz Liedke 6a58e98316 Remove obsolete class import in file.php. 12 years ago
  Franz Liedke 5097e9053b Remove obsolete class import in cookie.php. 12 years ago
  Franz Liedke b40e13a892 Remove obsolete namespace import in config.php. 12 years ago
  Franz Liedke 83f7847ccd Remove obsolete namespace import in session/payload.php. 12 years ago
  Franz Liedke 09cb38fc67 Fix PHPDoc referring to Closure class. 12 years ago
  Franz Liedke f6bad1e809 Remove obsolete namespace import in driver.php. 12 years ago
  Franz Liedke bf172272da Remove obsolete code. 12 years ago
  Taylor Otwell 94f49c3627 Merge pull request #663 from cviebrock/develop 12 years ago
  Colin Viebrock 97de6ef1d7 Order of elements for Cookie::put() was wrong 12 years ago
  Taylor Otwell 492b49a04b Merge pull request #661 from cviebrock/develop 12 years ago
  Colin Viebrock 5637a29fa3 Add Cookie::forever constant, fixes #660 12 years ago
  Joachim Kudish 88908ade02 moose are uncountable 12 years ago
  Taylor Otwell df79b47cc9 Merge pull request #656 from cviebrock/array-helpers 12 years ago
  Colin Viebrock a1cca24e8a Doc change for issue #648 12 years ago
  Taylor Otwell af9f875ee3 Remote unneeded properties. 12 years ago
  Taylor Otwell 5fcf57a27d Updated change log. 12 years ago
  Taylor Otwell 21a51b7cf9 Add controller and controller_action to route. 12 years ago
  Taylor Otwell 641f1d4c14 Merge pull request #615 from awellis13/feature/route-cleanup 12 years ago
  Taylor Otwell 01894ae4ee Merge pull request #651 from dlpetrie/patch-4 12 years ago
  Taylor Otwell d0edf92e31 Merge pull request #640 from crynobone/feature/remove-prettyprint 12 years ago
  Taylor Otwell 0ad9c67fa0 Merge pull request #631 from loic-sharma/patch-2 12 years ago
  Taylor Otwell 287f2a299f Merge pull request #641 from crynobone/feature/form-select-optgroup 12 years ago
  Taylor Otwell cded744ac9 Merge pull request #648 from cviebrock/array-helpers 12 years ago
  Daniel Petrie 8a8d331981 Update laravel/routing/controller.php 12 years ago
  Daniel Petrie b6cbac56c8 bundle property wasn't being used, so I made use of it as well as adding the controllers name and action being called. 12 years ago
  Colin Viebrock 4d98eaa8d3 Merge remote-tracking branch 'laravel/develop' into array-helpers 12 years ago
  Taylor Otwell c0b9de27eb Merge pull request #645 from cviebrock/develop 12 years ago
  Colin Viebrock 319c450f6f Make Input::only() and Input::except() into array_only() and array_except() helpers. 12 years ago
  Colin Viebrock be5eaf946c Driver uses Laravel\Crypter 12 years ago
  crynobone c50646dfe8 Missing </head> close tag 12 years ago
  crynobone ec9f5f1995 Add support for Form::select with optgroup, solved #526 12 years ago
  crynobone 2f2b0416aa Google Pretty Print never loaded, there's no need to include it. 12 years ago
  Pavel 524375781e Added Bundle::expand() method. 12 years ago
  Taylor Otwell 1f706bd2d1 Merge pull request #633 from crynobone/feature/validator-replace-attr 12 years ago
  crynobone 57f94a7829 Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null() 12 years ago
  Taylor Otwell 47b6492a7e updated lang::has method. 12 years ago
  Loic Sharma d866244225 Moved the extensions compiler to first. 12 years ago
  Taylor Otwell 515f5f4009 change matcher function to public. 12 years ago
  Taylor Otwell 16719ed455 Merge pull request #630 from dlpetrie/patch-3 12 years ago
  Daniel Petrie 3d284d2b8a Adding use Closure; to fix namespacing issue. 12 years ago
  Taylor Otwell d3811af333 Merge pull request #625 from daylerees/docs-style-fix 12 years ago
  Taylor Otwell 70d4746159 cleaning up. 12 years ago
  Taylor Otwell a697781390 Merge pull request #628 from daylerees/custom-blade 12 years ago
  Dayle Rees b870807e1a renamed blade::register to blade::extend 12 years ago
  Dayle Rees d2de301ede added custom compilers to blade 12 years ago
  Dayle Rees d5c01b6e74 added ubuntu webfont and fixed taylors naughty naughty inline styles 12 years ago
  Taylor Otwell 0824c871fd tweaking wording. 12 years ago
  Taylor Otwell 84f2209e3c Merge pull request #624 from CoolGoose/patch-1 12 years ago
  Alexandru Bucur 7f7a0cf035 Added a small example on how to call a function in blade :P 12 years ago
  Taylor Otwell c764f76e5b remove extra method call. 12 years ago
  Taylor Otwell a59cdd937a updated version. 12 years ago
  Taylor Otwell 6923b7c95d Merge pull request #623 from sparksp/develop-patch-view 12 years ago
  Phill Sparks 0baf5ad9b1 Fix View's use of Events so you can actually implement your own things 12 years ago
  Taylor Otwell e85ca96e38 Merge pull request #614 from awellis13/feature/trim-sql-for-query 12 years ago
  Taylor Otwell caf0bb7cb2 Fully qualify eloquent class. 12 years ago
  Taylor Otwell 50dc9f8663 Use regular array_merge on Input::all(). 12 years ago
  Andrew Ellis 100a59c9c4 added trim() for the sql statement 12 years ago
  Andrew Ellis fdad58383b cleaned up phpdoc and removed as it is not used 12 years ago
  Taylor Otwell e256a66b18 Merge pull request #562 from ProgerXP/patch-lang 12 years ago
  Taylor Otwell c2ed9e3429 return key instead of null when language line isn't found. 12 years ago
  Taylor Otwell 74022cfa5a fix typo. 12 years ago
  Taylor Otwell 280bc99ed8 add u PCRE modifier to str::words. 12 years ago
  Taylor Otwell 4f036cf7dd add spacing to router. 12 years ago
  Taylor Otwell 9ca81296d8 Merge pull request #589 from whitman/numeric-routes 12 years ago