Shawn McCool
|
a66eb44809
|
fixed typo
|
2012-07-11 22:28:44 +02:00 |
Shawn McCool
|
ce1392aa82
|
Merge branch 'feature/docs-install'
Conflicts:
laravel/documentation/install.md
|
2012-07-11 22:25:28 +02:00 |
Shawn McCool
|
49928b397a
|
added server configuration to the documentation
|
2012-07-11 22:22:57 +02:00 |
Taylor Otwell
|
82ababb4cb
|
Add note about making view directory writable.
|
2012-07-09 09:54:56 -05:00 |
Taylor Otwell
|
6e9efb464d
|
Merge pull request #903 from Lapayo/master
Fixed a little bug with the Input::has_file function
|
2012-07-06 17:06:33 -07:00 |
Taylor Otwell
|
0171cf8e91
|
Merge pull request #905 from franzliedke/patch-19
[Docs] Localization page: Fix anchor name
|
2012-07-06 17:05:59 -07:00 |
Franz Liedke
|
d7bbdd9735
|
Fix anchor name for "Retrieving a language line" section on localization page.
|
2012-07-05 01:52:30 +03:00 |
Simon
|
f05148503e
|
Input::has_file was not working properly.
This one should work perfect :)
|
2012-07-04 22:56:58 +03:00 |
Shawn McCool
|
97ceecd1ef
|
Merge branch 'feature/installation'
|
2012-06-25 13:45:50 +02:00 |
Shawn McCool
|
d08db5c26b
|
added server configuration to install docs
|
2012-06-25 13:45:29 +02:00 |
Dayle Rees
|
b8c4af1cd8
|
Merge pull request #852 from JeffreyWay/patch-1
Fix small typo in validation docs.
|
2012-06-23 10:35:26 -07:00 |
Jeffrey Way
|
5a4d622bb7
|
Fix small typo in validation docs.
|
2012-06-23 14:32:27 -03:00 |
Taylor Otwell
|
6e28d0bf2c
|
Merge pull request #812 from stefanneubig/patch-2
Fixed namespace issue when registering a session driver with the extend ...
|
2012-06-20 09:52:09 -07:00 |
Taylor Otwell
|
24bbd66273
|
Merge pull request #838 from SonicHedgehog/master
Fixed typo
|
2012-06-20 09:38:55 -07:00 |
SonicHedgehog
|
ec4556321d
|
Fixed typo
|
2012-06-20 13:01:52 +03:00 |
Taylor Otwell
|
c92578b217
|
Merge branch 'master' of github.com:laravel/laravel
|
2012-06-16 15:08:38 -05:00 |
Taylor Otwell
|
681f80eafb
|
update change log
|
2012-06-16 15:08:03 -05:00 |
Taylor Otwell
|
527977337d
|
Merge pull request #823 from Vespakoen/patch-3
ATTENTION! Fixing reference issue in relationship matching (Causing MAMP, and other installs, to crash when eager-loading)
|
2012-06-16 13:06:11 -07:00 |
Koen Schmeets
|
aeeb010e0a
|
Fixing reference issue in relationship matching
|
2012-06-16 17:52:07 +02:00 |
Stefan Neubig
|
ac2e7c6a2d
|
Fixed namespace issue when registering a session driver with the extend closure
|
2012-06-14 01:33:56 +03:00 |
Dayle Rees
|
5a1c1bf82c
|
Merge pull request #801 from dlabs88/patch-1
Typo in the docs Auth:usage
|
2012-06-13 13:27:43 -07:00 |
Taylor Otwell
|
b27b132128
|
update change log
|
2012-06-13 10:26:42 -05:00 |
Taylor Otwell
|
0a24189b0e
|
added resolving event.
|
2012-06-13 10:25:14 -05:00 |
dlabs88
|
06d7abc2d4
|
Route::get('admin', array('before' => 'auth', function() {}));
forgot the last )
|
2012-06-12 04:00:15 +03: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 |
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 |