Commit History

Author SHA1 Message Date
  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
  Taylor Otwell 91c64b38a7 updated change log. 12 years ago
  Taylor Otwell 2ea35398c3 Merge branch 'develop' into staging 12 years ago
  Taylor Otwell c80a2e466a Merge pull request #693 from kbanman/request-fix 12 years ago
  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