Commit Graph

3139 Commits

Author SHA1 Message Date
Jason Walton 6881bdaf02 Added required_with validation rule to conditionally require an attribute based on the presence of another attribute
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-06-11 09:18:42 -07:00
Taylor Otwell 14868a5fd5 Merge pull request #792 from asdfgh746/develop
Fix typo.
2012-06-10 18:00:17 -07:00
Lucas Cherkewski 6c35bbade6 Fix typo. 2012-06-10 10:13:56 -04:00
Jesse O'Brien 67ac2f2f9a Default was never returned. If no IP was found it returns NULL.
While unit testing I found that providing a default IP address to
Request::ip() returns NULL in a CLI environment.
2012-06-06 15:10:06 -04:00
Franz Liedke 7ead1796d0 Apply prefix to foreign key's "on" attribute, too. 2012-06-06 12:33:50 +03:00
Franz Liedke 605be704ff Avoid unnecessary end() in Table::column() function. 2012-06-06 12:23:00 +03:00
Franz Liedke 8fc80c47d9 Avoid unnecessary end() in Table::command() function. 2012-06-06 12:20:30 +03:00
Loic Sharma f2e915f13d Improved the way the quotes were added to the bindings. 2012-06-05 22:57:56 -05:00
Loic Sharma ea3021f3dd Fixed bug where the profiler did not correctly put quotes around bindings 2012-06-05 22:46:35 -05:00
Samuel Fitz db351fedf0 added dblib option to sqlsrv connector class /sam fitz (abigwonderful)
simple conditional added to look for dsn type. if set and is dblib,
syntax for PDO connection adjusted slightly to allow for mac connection
to mssql server (utilizing freetds)
2012-06-05 13:31:21 -06:00
Aaron Kuzemchak 75033f6287 Updating docs for Blade comments 2012-06-04 14:51:42 -04:00
Aaron Kuzemchak 3d7dc61697 Fixing multiline Blade comments, making closing comment tag required 2012-06-04 14:48:22 -04:00
Franz Liedke 3ccc37bd8f Documentation: Fix typo on routing page's TOC. 2012-06-04 20:36:33 +03:00
Franz Liedke 161ea09861 Documentation: Add link to Controller Routing section to Routing submenu. 2012-06-04 20:34:04 +03:00
Taylor Otwell d9802fe656 flush output buffer in error class. 2012-06-04 09:04:20 -05:00
Taylor Otwell ad14938cb2 Merge pull request #760 from cviebrock/develop
Fix whitespace issues in laravel/form.php
2012-06-04 06:56:14 -07:00
Colin Viebrock 1cc33dea26 Clean-up whitespace issues
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-06-03 21:32:03 -05:00
Taylor Otwell ba088022bb updated version. 2012-06-03 19:54:02 -05:00
Taylor Otwell f595deea1e updated change log. 2012-06-03 19:53:44 -05:00
Taylor Otwell 9d99cfad7e added default to config call to get auth password for backwards compatibility. 2012-06-03 19:53:21 -05:00
Taylor Otwell dda3a81c10 cleaning up comment. 2012-06-03 19:52:26 -05:00
Taylor Otwell 8205a21965 Merge pull request #707 from cviebrock/auth-pass-field
Allow password field to be configured for Authentication drivers
2012-06-03 17:51:15 -07:00
Taylor Otwell 8a1011c159 add bin path to artisan. 2012-06-03 19:49:43 -05:00
Taylor Otwell 84e8892c29 updating change log. 2012-06-03 17:45:08 -05:00
Taylor Otwell ba6590d7b1 cleaning up code. 2012-06-03 17:44:53 -05:00
Taylor Otwell f608157ffc Merge pull request #732 from franzliedke/patch-4
Add a last_query() function to Database connection class.
2012-06-03 15:43:44 -07:00
Taylor Otwell c9a4f5ea2f cast values when comparing. 2012-06-03 17:42:16 -05:00
Taylor Otwell 563568fbfe Merge branch 'staging', remote-tracking branch 'origin' into develop 2012-06-03 17:38:56 -05:00
Taylor Otwell aae8b62d6a Merge pull request #735 from lukemartin/patch-1
Adding third parameter (filename) to upload method.
2012-06-03 15:38:27 -07:00
Taylor Otwell e12b554cbb cleaning up. 2012-06-03 17:37:46 -05:00
Taylor Otwell d9c0dc0c35 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-06-03 17:37:05 -05:00
Taylor Otwell 1ac911f05d Merge branch 'master' of github.com:laravel/laravel into develop 2012-06-03 17:36:16 -05:00
Taylor Otwell 930a3e89e0 Merge pull request #736 from joecwallace/cli-env-management
Check  against host name for CLI commands
2012-06-03 15:35:33 -07:00
Taylor Otwell b1707f2bc1 Merge pull request #737 from ianlandsman/develop
fix spelling mistake pointed out by @andrey_butov
2012-06-03 15:34:46 -07:00
Taylor Otwell 1b71a0ed89 Merge pull request #743 from kbanman/response-fix
Render Response objects when casting as string
2012-06-03 15:34:31 -07:00
Taylor Otwell 0bdfea32e7 Merge pull request #747 from kloy/master
Fixing bug in IoC::resolve
2012-06-03 15:33:07 -07:00
Taylor Otwell 3805b69aee Merge pull request #748 from hamuz/patch-1
Use the static "compiled" method
2012-06-03 15:32:45 -07:00
Taylor Otwell 5cb8b9bfe9 Merge pull request #750 from robmeijer/develop
Add a note about registering a named route for a controller action.
2012-06-03 15:32:04 -07:00
Taylor Otwell cfc0577d50 Merge pull request #751 from jasonlewis/patch-9
Allow find to be called non-statically on Eloquent models
2012-06-03 15:30:51 -07:00
Taylor Otwell 4dd82a0de3 update change log. 2012-06-03 17:29:59 -05:00
Taylor Otwell ba4271c999 Merge pull request #752 from AndrewBNZ/master
Fixed typo from previous fix in sqlserver grammar, primary key function.
2012-06-03 15:28:55 -07:00
AndrewBNZ c8466f5766 Fixed typo from previous fix, should be $command->columns not $command->$columns. 2012-06-03 23:51:38 +12:00
Jason Lewis 6d5239bf30 Missed a semi-colon.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-03 19:47:44 +09:30
Jason Lewis b4db0f1b36 Small change moving array to a variable.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-03 19:45:49 +09:30
Jason Lewis ab2fcb84ef Possible fix for issue #378.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-03 19:23:35 +09:30
Rob Meijer dc81e1b7ab Add a note about registering a named route that points to a controller action. 2012-06-02 22:13:09 +01:00
hamuz ea143fd9e1 Use the static "compiled" method 2012-06-02 17:16:59 +03:00
Keith Loy d0afdf7bb2 fixing bug where parameters are not passed in IoC::resolve() 2012-06-01 23:29:43 -05:00
Phill Sparks 4b49ae422c Merge pull request #746 from delmot/develop
Fixed wrong closing tag name
2012-06-01 04:52:01 -07:00
Sergii Grebeniuk c583bd4abb Fixed wrong closing tag name 2012-06-01 14:47:34 +03:00