Commit Graph

  • ec0128be8f fixed optgroup closing tag Noor Alhiraki 2012-06-20 16:18:16 +0300
  • ec4556321d Fixed typo SonicHedgehog 2012-06-20 13:01:52 +0300
  • c6ebf685bf Added important note about @layout on first line Tobias Orterer 2012-06-18 21:55:35 -0700
  • 17e75a9719 Merge remote-tracking branch 'upstream/develop' into develop Chris Berthe 2012-06-18 12:38:59 -0400
  • b6cc836bf4 Added an @break to blade to break out of loops. Jason Lewis 2012-06-19 01:58:14 +0930
  • 37321136e4 fixed missed umlauts Tobias Orterer 2012-06-18 02:08:12 -0700
  • ddee5b7199 Blade cleanup Tobias Orterer 2012-06-16 20:02:03 -0700
  • 139abb2e23 German Translation Tobias Orterer 2012-06-16 19:56:36 -0700
  • e0d491cb15 Added UNSIGNED to mysql grammar inrementer() Tobias Orterer 2012-06-16 19:46:50 -0700
  • c92578b217 Merge branch 'master' of github.com:laravel/laravel Taylor Otwell 2012-06-16 15:08:38 -0500
  • 681f80eafb update change log Taylor Otwell 2012-06-16 15:08:03 -0500
  • 527977337d Merge pull request #823 from Vespakoen/patch-3 Taylor Otwell 2012-06-16 13:06:11 -0700
  • aeeb010e0a Fixing reference issue in relationship matching Koen Schmeets 2012-06-16 17:52:07 +0200
  • 189f3813d0 Calling the finish method on the right object Koen Schmeets 2012-06-16 13:20:39 +0200
  • e3317324b0 added clear() method to the input class Dayle Rees 2012-06-16 11:42:25 +0100
  • a5cc8616fc Fix bug where error is shown when named view isn't set. Jason Lewis 2012-06-16 10:29:45 +0930
  • 5d6258a7b4 Can now check for existance of named views. Jason Lewis 2012-06-15 10:29:09 +0930
  • 19a3e9dc2b Allow Model instance an id for first argument in Has_Many_And_Belongs_To::attach() and same for ::detach(). Also a typo fix for the docblock on attach(). anaxamaxan 2012-06-13 16:23:28 -0700
  • ac2e7c6a2d Fixed namespace issue when registering a session driver with the extend closure Stefan Neubig 2012-06-14 01:33:56 +0300
  • 5a1c1bf82c Merge pull request #801 from dlabs88/patch-1 Dayle Rees 2012-06-13 13:27:43 -0700
  • e9e8a5b32e Adds limit_exact method which will limit a string and its custom ending to a specified length Jason Walton 2012-06-13 10:22:27 -0700
  • b27b132128 update change log Taylor Otwell 2012-06-13 10:26:42 -0500
  • 0a24189b0e added resolving event. Taylor Otwell 2012-06-13 10:25:14 -0500
  • 8e5f1dd6f7 Resolved autoloader conflict Chris Berthe 2012-06-13 11:23:07 -0400
  • fafaf724b0 Grammar/Vocabulary fixes Chris Berthe 2012-06-13 11:19:20 -0400
  • 06d7abc2d4 Route::get('admin', array('before' => 'auth', function() {})); dlabs88 2012-06-12 04:00:15 +0300
  • ac8bd0829e Fix for https://github.com/laravel/laravel/issues/789 Jelle Sebreghts 2012-06-11 20:00:46 +0200
  • 6881bdaf02 Added required_with validation rule to conditionally require an attribute based on the presence of another attribute Jason Walton 2012-06-11 09:18:42 -0700
  • 14868a5fd5 Merge pull request #792 from asdfgh746/develop Taylor Otwell 2012-06-10 18:00:17 -0700
  • 6c35bbade6 Fix typo. Lucas Cherkewski 2012-06-10 10:13:56 -0400
  • 67ac2f2f9a Default was never returned. If no IP was found it returns NULL. Jesse O'Brien 2012-06-06 15:10:06 -0400
  • 7ead1796d0 Apply prefix to foreign key's "on" attribute, too. Franz Liedke 2012-06-06 12:33:50 +0300
  • 605be704ff Avoid unnecessary end() in Table::column() function. Franz Liedke 2012-06-06 12:23:00 +0300
  • 8fc80c47d9 Avoid unnecessary end() in Table::command() function. Franz Liedke 2012-06-06 12:20:30 +0300
  • f2e915f13d Improved the way the quotes were added to the bindings. Loic Sharma 2012-06-05 22:57:56 -0500
  • ea3021f3dd Fixed bug where the profiler did not correctly put quotes around bindings Loic Sharma 2012-06-05 22:46:35 -0500
  • db351fedf0 added dblib option to sqlsrv connector class /sam fitz (abigwonderful) Samuel Fitz 2012-06-05 13:31:21 -0600
  • 75033f6287 Updating docs for Blade comments Aaron Kuzemchak 2012-06-04 14:51:42 -0400
  • 3d7dc61697 Fixing multiline Blade comments, making closing comment tag required Aaron Kuzemchak 2012-06-04 14:48:22 -0400
  • 3ccc37bd8f Documentation: Fix typo on routing page's TOC. Franz Liedke 2012-06-04 20:36:33 +0300
  • 161ea09861 Documentation: Add link to Controller Routing section to Routing submenu. Franz Liedke 2012-06-04 20:34:04 +0300
  • d9802fe656 flush output buffer in error class. Taylor Otwell 2012-06-04 09:04:20 -0500
  • ad14938cb2 Merge pull request #760 from cviebrock/develop Taylor Otwell 2012-06-04 06:56:14 -0700
  • 1cc33dea26 Clean-up whitespace issues Signed-off-by: Colin Viebrock <colin@viebrock.ca> Colin Viebrock 2012-06-03 21:32:03 -0500
  • ba088022bb updated version. Taylor Otwell 2012-06-03 19:54:02 -0500
  • f595deea1e updated change log. Taylor Otwell 2012-06-03 19:53:44 -0500
  • 9d99cfad7e added default to config call to get auth password for backwards compatibility. Taylor Otwell 2012-06-03 19:53:21 -0500
  • dda3a81c10 cleaning up comment. Taylor Otwell 2012-06-03 19:52:26 -0500
  • 8205a21965 Merge pull request #707 from cviebrock/auth-pass-field Taylor Otwell 2012-06-03 17:51:15 -0700
  • 8a1011c159 add bin path to artisan. Taylor Otwell 2012-06-03 19:49:43 -0500
  • 84e8892c29 updating change log. Taylor Otwell 2012-06-03 17:45:08 -0500
  • ba6590d7b1 cleaning up code. Taylor Otwell 2012-06-03 17:44:53 -0500
  • f608157ffc Merge pull request #732 from franzliedke/patch-4 Taylor Otwell 2012-06-03 15:43:44 -0700
  • c9a4f5ea2f cast values when comparing. Taylor Otwell 2012-06-03 17:42:16 -0500
  • 563568fbfe Merge branch 'staging', remote-tracking branch 'origin' into develop Taylor Otwell 2012-06-03 17:38:56 -0500
  • aae8b62d6a Merge pull request #735 from lukemartin/patch-1 Taylor Otwell 2012-06-03 15:38:27 -0700
  • e12b554cbb cleaning up. Taylor Otwell 2012-06-03 17:37:46 -0500
  • d9c0dc0c35 Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-06-03 17:37:05 -0500
  • 1ac911f05d Merge branch 'master' of github.com:laravel/laravel into develop Taylor Otwell 2012-06-03 17:36:16 -0500
  • 930a3e89e0 Merge pull request #736 from joecwallace/cli-env-management Taylor Otwell 2012-06-03 15:35:33 -0700
  • b1707f2bc1 Merge pull request #737 from ianlandsman/develop Taylor Otwell 2012-06-03 15:34:46 -0700
  • 1b71a0ed89 Merge pull request #743 from kbanman/response-fix Taylor Otwell 2012-06-03 15:34:31 -0700
  • 0bdfea32e7 Merge pull request #747 from kloy/master Taylor Otwell 2012-06-03 15:33:07 -0700
  • 3805b69aee Merge pull request #748 from hamuz/patch-1 Taylor Otwell 2012-06-03 15:32:45 -0700
  • 5cb8b9bfe9 Merge pull request #750 from robmeijer/develop Taylor Otwell 2012-06-03 15:32:04 -0700
  • cfc0577d50 Merge pull request #751 from jasonlewis/patch-9 Taylor Otwell 2012-06-03 15:30:51 -0700
  • 4dd82a0de3 update change log. Taylor Otwell 2012-06-03 17:29:59 -0500
  • ba4271c999 Merge pull request #752 from AndrewBNZ/master Taylor Otwell 2012-06-03 15:28:55 -0700
  • c8466f5766 Fixed typo from previous fix, should be $command->columns not $command->$columns. AndrewBNZ 2012-06-03 23:51:38 +1200
  • 6d5239bf30 Missed a semi-colon. Jason Lewis 2012-06-03 19:47:44 +0930
  • b4db0f1b36 Small change moving array to a variable. Jason Lewis 2012-06-03 19:45:49 +0930
  • ab2fcb84ef Possible fix for issue #378. Jason Lewis 2012-06-03 19:23:35 +0930
  • dc81e1b7ab Add a note about registering a named route that points to a controller action. Rob Meijer 2012-06-02 22:13:09 +0100
  • ea143fd9e1 Use the static "compiled" method hamuz 2012-06-02 17:16:59 +0300
  • d0afdf7bb2 fixing bug where parameters are not passed in IoC::resolve() Keith Loy 2012-06-01 23:29:43 -0500
  • 4b49ae422c Merge pull request #746 from delmot/develop Phill Sparks 2012-06-01 04:52:01 -0700
  • c583bd4abb Fixed wrong closing tag name Sergii Grebeniuk 2012-06-01 14:47:34 +0300
  • 338b74c142 Render Responses when cast as string Kelly Banman 2012-05-31 16:15:55 -0700
  • 5e83a58e00 fix spelling mistake pointed out by @andrey_butov Ian Landsman 2012-05-30 21:58:50 -0400
  • 52bce5596e Adding third parameter (filename) to upload method. lukemartin 2012-05-30 23:37:48 +0200
  • e35ec6b390 update change log. Taylor Otwell 2012-05-30 14:25:27 -0500
  • 691d68ba54 improve / fix postgres support. Taylor Otwell 2012-05-30 14:23:27 -0500
  • 56c6202d28 update change log. Taylor Otwell 2012-05-30 13:46:41 -0500
  • 544821bdeb fix eloquent auth driver bug. Taylor Otwell 2012-05-30 13:46:20 -0500
  • bb2afdf559 Fix for Fluent ... this should work, I'd think Colin Viebrock 2012-05-30 11:40:21 -0500
  • b4f07d43f5 Add last_query() helper method to Database class, too. Franz Liedke 2012-05-30 18:44:48 +0300
  • 98b9898003 Add a last_query() function to Database connection class. Franz Liedke 2012-05-30 18:37:55 +0300
  • 2dd8b242b9 update change log. Taylor Otwell 2012-05-30 09:02:48 -0500
  • bc67c667a9 Merge pull request #730 from sparksp/develop-default-https Taylor Otwell 2012-05-30 07:01:28 -0700
  • cf604d4e79 Merge pull request #689 from crlosmify/html Taylor Otwell 2012-05-30 06:58:48 -0700
  • 4bb2e5f63f Merge pull request #698 from bencorlett/html-lists Taylor Otwell 2012-05-30 06:58:19 -0700
  • 79b4279101 update change log. Taylor Otwell 2012-05-30 08:41:45 -0500
  • 5f97030ce8 refactored set_format to foromat. Taylor Otwell 2012-05-30 08:41:03 -0500
  • c2ad6a8126 Merge pull request #714 from daylerees/feature/error-format Taylor Otwell 2012-05-30 06:38:27 -0700
  • db6206218a Merge pull request #722 from syntaqx/readme-cleanup Taylor Otwell 2012-05-30 06:36:46 -0700
  • 67583790d4 Merge pull request #723 from syntaqx/htaccess Taylor Otwell 2012-05-30 06:35:13 -0700
  • d6bcc414b1 update change log. Taylor Otwell 2012-05-30 08:33:32 -0500
  • 9114d2a033 Merge branch 'master' into staging Taylor Otwell 2012-05-30 08:28:58 -0500
  • aa687d039d Merge pull request #725 from kapv89/patch-1 Taylor Otwell 2012-05-30 06:25:29 -0700
  • 36247267e8 update change log. Taylor Otwell 2012-05-30 08:23:19 -0500