Commit History

Author SHA1 Message Date
  Taylor Otwell ba6590d7b1 cleaning up code. 12 years ago
  Taylor Otwell f608157ffc Merge pull request #732 from franzliedke/patch-4 12 years ago
  Taylor Otwell c9a4f5ea2f cast values when comparing. 12 years ago
  Taylor Otwell 563568fbfe Merge branch 'staging', remote-tracking branch 'origin' into develop 12 years ago
  Taylor Otwell aae8b62d6a Merge pull request #735 from lukemartin/patch-1 12 years ago
  Taylor Otwell e12b554cbb cleaning up. 12 years ago
  Taylor Otwell d9c0dc0c35 Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 1ac911f05d Merge branch 'master' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 930a3e89e0 Merge pull request #736 from joecwallace/cli-env-management 12 years ago
  Taylor Otwell b1707f2bc1 Merge pull request #737 from ianlandsman/develop 12 years ago
  Taylor Otwell 1b71a0ed89 Merge pull request #743 from kbanman/response-fix 12 years ago
  Taylor Otwell 0bdfea32e7 Merge pull request #747 from kloy/master 12 years ago
  Taylor Otwell 3805b69aee Merge pull request #748 from hamuz/patch-1 12 years ago
  Taylor Otwell 5cb8b9bfe9 Merge pull request #750 from robmeijer/develop 12 years ago
  Taylor Otwell cfc0577d50 Merge pull request #751 from jasonlewis/patch-9 12 years ago
  Taylor Otwell 4dd82a0de3 update change log. 12 years ago
  Taylor Otwell ba4271c999 Merge pull request #752 from AndrewBNZ/master 12 years ago
  AndrewBNZ c8466f5766 Fixed typo from previous fix, should be $command->columns not $command->$columns. 12 years ago
  Jason Lewis 6d5239bf30 Missed a semi-colon. 12 years ago
  Jason Lewis b4db0f1b36 Small change moving array to a variable. 12 years ago
  Jason Lewis ab2fcb84ef Possible fix for issue #378. 12 years ago
  Rob Meijer dc81e1b7ab Add a note about registering a named route that points to a controller action. 12 years ago
  hamuz ea143fd9e1 Use the static "compiled" method 12 years ago
  Keith Loy d0afdf7bb2 fixing bug where parameters are not passed in IoC::resolve() 12 years ago
  Phill Sparks 4b49ae422c Merge pull request #746 from delmot/develop 12 years ago
  Sergii Grebeniuk c583bd4abb Fixed wrong closing tag name 12 years ago
  Kelly Banman 338b74c142 Render Responses when cast as string 12 years ago
  Ian Landsman 5e83a58e00 fix spelling mistake pointed out by @andrey_butov 12 years ago
  lukemartin 52bce5596e Adding third parameter (filename) to upload method. 12 years ago
  Taylor Otwell e35ec6b390 update change log. 12 years ago
  Taylor Otwell 691d68ba54 improve / fix postgres support. 12 years ago
  Taylor Otwell 56c6202d28 update change log. 12 years ago
  Taylor Otwell 544821bdeb fix eloquent auth driver bug. 12 years ago
  Colin Viebrock bb2afdf559 Fix for Fluent ... this should work, I'd think 12 years ago
  Franz Liedke b4f07d43f5 Add last_query() helper method to Database class, too. 12 years ago
  Franz Liedke 98b9898003 Add a last_query() function to Database connection class. 12 years ago
  Taylor Otwell 2dd8b242b9 update change log. 12 years ago
  Taylor Otwell bc67c667a9 Merge pull request #730 from sparksp/develop-default-https 12 years ago
  Taylor Otwell cf604d4e79 Merge pull request #689 from crlosmify/html 12 years ago
  Taylor Otwell 4bb2e5f63f Merge pull request #698 from bencorlett/html-lists 12 years ago
  Taylor Otwell 79b4279101 update change log. 12 years ago
  Taylor Otwell 5f97030ce8 refactored set_format to foromat. 12 years ago
  Taylor Otwell c2ad6a8126 Merge pull request #714 from daylerees/feature/error-format 12 years ago
  Taylor Otwell db6206218a Merge pull request #722 from syntaqx/readme-cleanup 12 years ago
  Taylor Otwell 67583790d4 Merge pull request #723 from syntaqx/htaccess 12 years ago
  Taylor Otwell d6bcc414b1 update change log. 12 years ago
  Taylor Otwell 9114d2a033 Merge branch 'master' into staging 12 years ago
  Taylor Otwell aa687d039d Merge pull request #725 from kapv89/patch-1 12 years ago
  Taylor Otwell 36247267e8 update change log. 12 years ago
  Taylor Otwell d1bb02ab64 fix conflicts. 12 years ago
  Taylor Otwell c1de1d61d8 Merge pull request #728 from AndrewBNZ/master 12 years ago
  Phill Sparks 6151886860 Generated URLs default to use the current protocol (http or https) 12 years ago
  AndrewBNZ b4b9c1f442 Fixes Laravel issue #727 - updated sqlserver grammar file to fix error in primary key function. 12 years ago
  Taylor Otwell d21713f35f increment version. 12 years ago
  Taylor Otwell 9c1272093b update change log. 12 years ago
  Taylor Otwell c062418ee1 fixing conflicts. 12 years ago
  Taylor Otwell 0f5ffdfb56 fix conflicts. 12 years ago
  Taylor Otwell 1a17e35461 messing with auth driver problem. 12 years ago
  Taylor Otwell 012663ddbb fix conflicts. 12 years ago
  Taylor Otwell 69d9257a50 Return value of cookie. 12 years ago
  kapv89 86a5fd0739 Changed a line which causes "illegal string offset" error to be thrown in php5.4 on trying to access $value['tmp_name'] 12 years ago
  Ben Corlett 7f0d709b3b Adding mb_output_handler as the default callback for output buffering, Thanks @syntaqx 12 years ago
  syntaqx 9ec4c866bd added htaccess documentation and symlinks 12 years ago
  syntaqx 5dc7d81654 readme cleanup and overall better'ness 12 years ago
  Shawn McCool 4389e5fa46 Merge branch 'feature/eloquent_model_detection' into staging 12 years ago
  Shawn McCool 11c67a56cc added eloquent model detection to eloquent auth driver 12 years ago
  Shawn McCool 22f99bce1f Merge branch 'hotfix/auth_login_eloquent_driver' into develop 12 years ago
  Shawn McCool 495ff1b197 eloquent model detection moved to eloquent driver 12 years ago
  Shawn McCool 278dbf7a1d Merge branch 'fix-auth' into develop 12 years ago
  Shawn McCool 988dae2488 Merge branch 'fix-auth' into staging 12 years ago
  Shawn McCool 3c43f5fac4 updated auth::login to use get_key() 12 years ago
  Phill Sparks 548e73ac94 Merge pull request #715 from daylerees/feature/overide-core-tasks 12 years ago
  Colin Viebrock ef5ab30ca2 Fix ... thanks Vespakoen! 12 years ago
  Shawn McCool 23f469ae53 Merge pull request #716 from daylerees/feature/forelse-fix 12 years ago
  Dayle Rees ffa9c7997a added ability to pass eloquent model to Auth::login() 12 years ago
  Shawn McCool ed16bebcb1 Merge branch 'staging' into develop 12 years ago
  Shawn McCool 1005051738 commit new-line 12 years ago
  Dayle Rees 992a5f74ca fix for forelse only matching $vars 12 years ago
  Dayle Rees f58b9dea7f allow for overriding core tasks 12 years ago
  Dayle Rees 3f0adcb5f3 allow global messages format 12 years ago
  Phill Sparks 639d64c584 Merge pull request #711 from benjam-es/patch-1 12 years ago
  Ben James ee4a1871b2 Changed .gitignore in session to ignore all contents 12 years ago
  Taylor Otwell 34919aff71 Merge pull request #709 from daylerees/patch-3 12 years ago
  Dayle Rees 4abd56e695 added alias Authenticator for Laravel\Auth\Drivers\Driver 12 years ago
  Koen Schmeets 52fded661d Extending Symfony's Response class and adding & calling the finish method 12 years ago
  Koen Schmeets 0f3e8eb62b Reverting Symfony's Response class to previous version 12 years ago
  Colin Viebrock 62afdf3f2c Allow password field to be configured. 12 years ago
  Koen Schmeets b02fd5232c Fixing a bug that would stop the script execution before the laravel.done event has been fired for php-fastcgi users 12 years ago
  Phill Sparks 80386977aa Merge pull request #699 from falzhobel/profiler-js-finetune 12 years ago
  Phill Sparks 8edd8fcbec Fixed line endings. 12 years ago
  Phill Sparks 3e92ee27db Merge pull request #701 from tkaw220/develop 12 years ago
  Edwin Aw 5bd64f4030 Typo in documentation 12 years ago
  Guillaume Lambert 5f0e70a2ef fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother 12 years ago
  Guillaume Lambert fa6d0e92a9 added prevent default to anbu events and linted/formatted profiler.js code, profiler config in application back to false 12 years ago
  Guillaume Lambert 7cc4df852b added prevent default to anbu events and linted/formatted profiler.js code 12 years ago
  Ben Corlett af2bf68a29 Adding support for values in nested lists generated in the HTML class. 12 years ago
  Taylor Otwell 63b1636d13 Merge pull request #695 from daylerees/profiler-upgrade 12 years ago
  Joe Wallace 1aabbc38bb Check against host name for CLI commands 12 years ago
  Dayle Rees cdcca78548 profiler upgrade additions 12 years ago
  Taylor Otwell 49944bab96 Increment version. 12 years ago