Commit History

Author SHA1 Message Date
  Christian Tamayo a6db03d700 beautifies profiler tabs to cursor:pointer 12 years ago
  Jason Lewis e842095fa7 Merge pull request #1351 from everclear/patch-1 12 years ago
  Jason Lewis 1a7f2bf27f Merge pull request #1352 from laravie/patch/code-standard 12 years ago
  Jason Lewis 73d4b0b2a1 Merge pull request #1363 from franzliedke/patch-55 12 years ago
  Jason Lewis aa902def30 Merge pull request #1367 from vFragosop/language/pt/consistence 12 years ago
  Jason Lewis 301c61fb1a Merge pull request #1370 from gkunno/lang/fi 12 years ago
  gkunno 1d3201eb4a Added finnish langauge 12 years ago
  Vinícius Fragoso 043bd4ee04 Improving consistence of pt validations 12 years ago
  Stan Bondi 5f4838726e Ref #649 - Added query builder support for BETWEEN clauses 12 years ago
  Franz Liedke 2d052a3222 Get rid of duplicate function call. 12 years ago
  Franz Liedke a6c681db39 Make sure sync() always works with arrays. 12 years ago
  aebersold 7eb5be794c documentation error, wrong date format 12 years ago
  Blaine Schmeisser 81a2f5b919 Pass the response by reference so it can be overwritten in filters 12 years ago
  helmut ee18da9b73 Update laravel/file.php 12 years ago
  crynobone fd86aef25a Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket 12 years ago
  everclear 9b63f65408 link_to_route requires 3 parameters if wildcard values are required 12 years ago
  Vincent Talbot 6a14705a63 Merge pull request #8 from laravel/develop 12 years ago
  matz3 97013cd816 Spelling mistake correction in documentation 12 years ago
  Franz Liedke d7dfd4f915 Use DB::escape() shortcut in profiler. 12 years ago
  Shawn McCool 2e8364994f changed date format in validation documentation to match ISO8601 12 years ago
  Dejan Geci 9fc53588e3 Small tweaks to semantics 12 years ago
  Taylor Otwell d55328cc52 Merge pull request #1320 from dejangeci/feature/dbexception-inner 12 years ago
  Taylor Otwell 3416506194 increment version. refactor eloquent eager loading matching. 12 years ago
  Taylor Otwell 1df8fa91fc Merge pull request #1322 from vFragosop/eloquent/relationship_performance 12 years ago
  Vinícius Fragoso f6c7cf2dcd Fixing pivot on has_one aswell as properly indenting 12 years ago
  Dejan Geci 38bf290ca7 Added Serbian translation 12 years ago
  Dejan Geci 165da94aee Added a getInner method for retrieving the inner exception 12 years ago
  Taylor Otwell 790a540620 Merge pull request #1294 from danielboendergaard/phpdoc-fix 12 years ago
  Taylor Otwell 7555fda589 Merge pull request #1307 from tillsanders/develop 12 years ago
  Taylor Otwell 8faf38efe1 Merge pull request #1314 from vFragosop/eloquent/relationship_performance 12 years ago
  Vinícius Fragoso f36446bd10 Improving laravel relationship performance 12 years ago
  Franz Liedke 1081ac1b8a Implement DB::escape(). 12 years ago
  tillsanders 00d1baf69e Update laravel/helpers.php 12 years ago
  Shawn McCool f53f07df4a Update laravel/documentation/database/eloquent.md 12 years ago
  Shawn McCool 00edb1db8c clarified table naming conventions 12 years ago
  Taylor Otwell 4f8a6724b0 Merge pull request #1305 from nmalcolm/develop 12 years ago
  Nathan Malcolm 2d5cc12b7b Fixes XSS vulnerability in Profiler 12 years ago
  Daniel Bøndergaard 54397e1bf2 Fixed wrong return type in phpdoc 12 years ago
  Taylor Otwell 4d3c68129b Fix version in path file. 12 years ago
  Taylor Otwell d1c1fe4446 fix bug in eloquent model and update version. 12 years ago
  Taylor Otwell 02cb96a008 fix bug in eloquent model. 12 years ago
  Vincent Talbot c55a8f49dd Update laravel/cli/tasks/migrate/migrator.php 12 years ago
  Vincent Talbot a5c5d70bd6 Merge pull request #5 from laravel/develop 12 years ago
  Taylor Otwell ae5331b312 Merge branch 'staging' 12 years ago
  Taylor Otwell 4de8e2d717 Update change log. 12 years ago
  Taylor Otwell b043482905 Improve view errors. 12 years ago
  Taylor Otwell 633c2bde83 Pass the path to the filter event. 12 years ago
  Taylor Otwell a976c555e6 Added "view.filter" event so we can hook in final filters. 12 years ago
  Taylor Otwell 14c6ff1692 Increment version and change log. 12 years ago
  Taylor Otwell 3e3ee870ea Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell d64d6c9092 Fix logging issue when using the laravel.log event. 12 years ago
  Taylor Otwell 09500818e0 Merge pull request #1204 from bryantebeek/optimisation/str-class 12 years ago
  Taylor Otwell fc9b0e1636 Merge pull request #1201 from JoostK/fix-1 12 years ago
  Taylor Otwell 4b7dc2e824 Merge pull request #1226 from akuzemchak/bug/language-routes 12 years ago
  Taylor Otwell 439f9c8055 Merge pull request #1236 from kuroi/patch-1 12 years ago
  Taylor Otwell dad0bbc688 Merge pull request #1247 from dcelasun/patch-1 12 years ago
  Taylor Otwell 9acf541653 Merge pull request #1255 from joual/develop 12 years ago
  Taylor Otwell 5a1741e9d5 Merge pull request #1276 from rk/rk-issue-1261 12 years ago
  Taylor Otwell c2a255c788 Merge branch 'develop' into staging 12 years ago
  Taylor Otwell 9e0ff85b24 Merge branch 'master' of github.com:laravel/laravel into staging 12 years ago
  Taylor Otwell 4eac00a009 Use hash_hmac on cookie hashes. 12 years ago
  Taylor Otwell 064309c0ce Merge branch 'cookies' into develop 12 years ago
  Taylor Otwell 04f22f086d Update change log. 12 years ago
  Taylor Otwell ad313198df working on cookie fingerprinting. 12 years ago
  Taylor Otwell 110966bd6a working on cookie fingerprinting. 12 years ago
  Jakobud e67ddd86dd Added output from String documentation examples. 12 years ago
  RK f148f6211c Fixing the array_get misspelling. 12 years ago
  RK 258169ea00 [#1261] get_key now pulls from $original instead 12 years ago
  Mohammad Sadeghi 9d28938d55 . 12 years ago
  Mohammad Sadeghi 7647c3fcba added 'u' flag for preg_match to match UTF-8 URIs. 12 years ago
  Mohammad Sadeghi 9df9a5df04 segment pattern to match a single segment, also matches UTF-8 segments. 12 years ago
  Jason Lewis 9fae4dc8d7 Merge branch 'master' into develop 12 years ago
  Jason Lewis 8c580d17fb You can only pass the ID of a user, not an object. 12 years ago
  Franz Liedke de53feb07e Fix validation tests one more time. 12 years ago
  Franz Liedke f77041ced9 Add another test with quotes around the validation rule's parameter. 12 years ago
  vtalbot 8931369665 Add task bundle:uninstall, bundle:unpublish, migrate:rollback bundle, migrate:reset bundle. 12 years ago
  Vincent Talbot 6c55f9cf54 Merge pull request #2 from laravel/develop 12 years ago
  Joel Marcotte 3d51200a88 Auth token now nulled on logout 12 years ago
  Duru Can Celasun 2b787763aa Fix a tiny typo 12 years ago
  Shawn McCool 33b5f6377c Update laravel/documentation/routing.md 12 years ago
  Dayle Rees 0dc124d342 Merge pull request #1210 from franzliedke/patch-44 12 years ago
  Dayle Rees 99d710a820 Merge pull request #1242 from bstrahija/patch-1 12 years ago
  Boris Strahija 925e5bed73 Trimming whitespace before doctype tag 12 years ago
  Peter Coles 184b2989e2 Correct correction 12 years ago
  Peter Coles 14eebab94a Correct broken links in docs 12 years ago
  Patrick Romowicz 966e8462c9 Update laravel/database/connection.php 12 years ago
  Patrick Romowicz 5f9a26bae3 Undefined namespace Grammars 12 years ago
  Patrick Romowicz 034c63b39d add use Closure; 12 years ago
  Taylor Otwell 4f7dd1c8a4 Merge pull request #1233 from franzliedke/patch-51 12 years ago
  Franz Liedke 2d13b3d504 Add a CONTRIBUTING.md file for GitHub. 12 years ago
  Franz Liedke b1e4cf9d29 Use Request helper to determine whether we're in CLI mode. 12 years ago
  Dayle Rees b30ee488d0 Merge pull request #1225 from decola977/patch-2 12 years ago
  Aaron Kuzemchak 581fcc5c47 Cleaner regex 12 years ago
  Aaron Kuzemchak 03acf9ca50 Fixes language URI routing issue 12 years ago
  decola977 1474491d62 Update application/language/de/validation.php 12 years ago
  Franz Liedke 65d4b2448b Fix closing tag in definition list helper. 12 years ago
  Dayle Rees 8fea602969 Merge pull request #1222 from dcelasun/patch-1 12 years ago
  Duru Can Celasun 1ee55a3b38 Fix a tiny typo 12 years ago
  arisk 752161cae3 Setting the exception code in the constructor 12 years ago
  arisk e541cf9ebd Added PDO error code 12 years ago