apathetic012
|
5eef002374
add output of File::mime() example
|
12 years ago |
Tao Wu
|
0dd1af665f
changes binding data variable to an array
|
12 years ago |
Jason Lewis
|
7b1b76bb02
Merge pull request #1021 from benjaminreede/feature/language/nl
|
12 years ago |
BeQuery
|
65ccdef48d
Dutch language pack
|
12 years ago |
Jason Lewis
|
25a69cf9f3
Merge pull request #1018 from noherczeg/feature/language/hu
|
12 years ago |
Tao Wu
|
a497a3efcb
changed header to data
|
12 years ago |
Tao Wu
|
9268b1eb4e
Merge branch 'master' into develop
|
12 years ago |
Norbert Csaba Herczeg
|
ce7de95a1b
Added Hungarian language pack
|
12 years ago |
Jakobud
|
5622f6e35c
Added basic GitHub contribution docs.
|
12 years ago |
Dayle Rees
|
6d193c29e1
Merge pull request #1017 from Spir/develop
|
12 years ago |
Spir
|
3e699a1978
Added french translation.
|
12 years ago |
Purwandi
|
c667788be7
Add decimal schema on docs
|
12 years ago |
Dayle Rees
|
2c6ed23b45
fixing merge issues
|
12 years ago |
Dayle Rees
|
da35e257fd
Merge pull request #898 from franzliedke/patch-13
|
12 years ago |
Dayle Rees
|
0bc38ff2a8
Merge pull request #1009 from apit/lang-id
|
12 years ago |
Dayle Rees
|
7b5e37a316
fixing merge issues on blade pull
|
12 years ago |
Pascal Borreli
|
8a34aa5077
Fixed typos
|
12 years ago |
Dayle Rees
|
f969776312
Merge pull request #944 from dlabsnl/master
|
12 years ago |
Dayle Rees
|
483f5705a9
Merge pull request #990 from resurtm/html-indentation-fix
|
12 years ago |
Dayle Rees
|
c27614b217
Merge pull request #996 from Jakobud/feature/pagination-docs
|
12 years ago |
Dayle Rees
|
f7e7fa6299
Merge pull request #995 from cviebrock/eloquent-delete-doc
|
12 years ago |
Dayle Rees
|
3b09f99f9e
Merge pull request #989 from dprvig/develop
|
12 years ago |
Dayle Rees
|
5299e32aee
Merge pull request #1011 from Jakobud/feature/templating-docs
|
12 years ago |
Jakobud
|
7475bcd348
Added documentation for the @render() Blade method
|
12 years ago |
Tao Wu
|
2f48bbba12
Update laravel/documentation/views/home.md
|
12 years ago |
stupoh
|
a1914d65f0
Added Indonesian language files
|
12 years ago |
Tobsn
|
34c746b4f8
added @continue
|
12 years ago |
Tobsn
|
6cb2ddad64
multiline echo and comments
|
12 years ago |
Tobsn
|
1c92b907d5
fixed two typos
|
12 years ago |
Taylor Otwell
|
5c3ede74d9
Merge pull request #946 from franzliedke/patch-23
|
12 years ago |
Taylor Otwell
|
764e7bc630
Merge pull request #983 from racklin/bugfix/memcached
|
12 years ago |
Taylor Otwell
|
b194d8372d
Merge pull request #987 from robmeijer/develop
|
12 years ago |
Jakobud
|
289c02ab47
Added documentation for paginate's second optional argument.
|
12 years ago |
Colin Viebrock
|
c60a58ff26
Someone else can re-word this, but a easy-to-find paragraph on deleteing Eloquent models seemed missing.
|
12 years ago |
Dayle Rees
|
1db67d47a3
Merge pull request #947 from franzliedke/patch-24
|
12 years ago |
resurtm
|
0a85a54c2f
Indentation fixes in html.php.
|
12 years ago |
Josh Miller
|
0ea30993d4
Fixed various typos throughout laravel folder.
|
12 years ago |
Rob Meijer
|
84fcb60f8b
Fix pivot table name in Many-to-Many section in Eloquent documentation.
|
12 years ago |
Rack Lin
|
9944192af9
Fixed Memcached get connection instance typo in __callStatic method.
|
12 years ago |
Taylor Otwell
|
38234c61dd
Merge pull request #480 from cviebrock/schema-rename
|
12 years ago |
Taylor Otwell
|
c937f98b49
Merge pull request #932 from JeffreyWay/feature/auth_attempt_extend
|
12 years ago |
Taylor Otwell
|
19c64f1ea7
return false on empty string for active url.
|
12 years ago |
Taylor Otwell
|
cd9a745cb5
Merge pull request #972 from franzliedke/patch-28
|
12 years ago |
Taylor Otwell
|
527e291f14
Merge pull request #976 from Jakobud/bug/docs-bundle
|
12 years ago |
Taylor Otwell
|
03d22362ec
Merge pull request #978 from racklin/pgsql-schema
|
12 years ago |
Rack Lin
|
54f4cb2644
Added support PostgreSQL schema setting, if schema has been specified.
|
12 years ago |
Jakobud
|
d46b98199c
Fixed some bugs with the docs bundle
|
12 years ago |
Taylor Otwell
|
ec41836241
Merge pull request #938 from Anahkiasen/develop
|
12 years ago |
Taylor Otwell
|
680407f051
Merge pull request #959 from franzliedke/patch-25
|
12 years ago |
Taylor Otwell
|
c6e4a25ae9
Merge pull request #966 from racklin/develop
|
12 years ago |
Taylor Otwell
|
a73a6fb6c4
Merge pull request #970 from franzliedke/patch-26
|
12 years ago |
Taylor Otwell
|
a87615da45
Merge pull request #971 from franzliedke/patch-27
|
12 years ago |
Franz Liedke
|
61364c553d
Make sure default values in schema columns are always non-empty (especially booleans).
|
12 years ago |
Franz Liedke
|
02e84eb5eb
Documentation: fix menu link to "Bundle Routes" section.
|
12 years ago |
Franz Liedke
|
a03bcb521b
Mention default value helper function in database schema documentation.
|
12 years ago |
Rack Lin
|
096f9c2b78
Fixed IoC::resolve forces singleton issue.
|
12 years ago |
Franz Liedke
|
b973c25905
Add documentation about deleting files.
|
12 years ago |
Shawn McCool
|
25b8bd889b
add help:commands artisan task to documentation
|
12 years ago |
Shawn McCool
|
186b0f2e24
Merge branch 'feature/artisan-tasklist' into develop
|
12 years ago |
Shawn McCool
|
7dcbf33a80
cleaned up help task
|
12 years ago |
Shawn McCool
|
1a1e74a90a
Merge branch 'feature/eloquent-pagination' into develop
|
12 years ago |
Shawn McCool
|
dc6bcf0793
use global paginator alias in the query class
|
12 years ago |
Franz Liedke
|
08fce4fbf8
After running tests, exit with PHPUnit's exit status.
|
12 years ago |
Franz Liedke
|
e7f665b55d
Don't restrict Travis CI testing to one branch.
|
12 years ago |
Franz Liedke
|
9460e691d4
Update .travis.yml
|
12 years ago |
Franz Liedke
|
4fd1a4fe39
Add .travis.yml file for continuous integration with Travis CI.
|
12 years ago |
Jason Lewis
|
3e9161d6e5
Merge pull request #948 from loic-sharma/patch-5
|
12 years ago |
Franz Liedke
|
37241db646
Fix View test case still referring to the old bundle setup for tests.
|
12 years ago |
Franz Liedke
|
7351845ec3
Fix PHP errors in test cases related to changed cookie data storage.
|
12 years ago |
Franz Liedke
|
feefa8d9c4
Fix PHP errors in test cases related to now using Symfony's HttpFoundation component.
|
12 years ago |
Franz Liedke
|
86013f1b84
Fix old code in Auth test cases.
|
12 years ago |
Franz Liedke
|
59e7e4a2ca
Update authentication config file in testing application.
|
12 years ago |
Franz Liedke
|
41ff7af213
Change inner workings of test runner to use different bootstrap file when testing the core.
|
12 years ago |
Loic Sharma
|
eb76c34cd3
Added a missing parenthesis and semicolon.
|
12 years ago |
Franz Liedke
|
9bd8755167
Fix wrong API usage in Auth unit test.
|
12 years ago |
Franz Liedke
|
a7c211339a
Import testing bundle to laravel/tests directory.
|
12 years ago |
Franz Liedke
|
6d23c4f5c6
Fix missing semicolon in laravel/cli/test/runner.php.
|
12 years ago |
Franz Liedke
|
78920c5d27
Move automatic relationship parsing to Eloquent's query class.
|
12 years ago |
Franz Liedke
|
8c2a4fba14
The Eloquent model includes can now be taken directly from the model when assembling the query.
|
12 years ago |
Franz Liedke
|
71f8e4acc0
Fix a bug introduced in pull request #799 that caused eager loading constraints to stop working.
|
12 years ago |
Colin Viebrock
|
4d44df4885
Allow second param of HTML::link* methods to be null, in which case the title of the link is the URL itself, similar to HTML::email() method.
|
12 years ago |
Chris Berthe
|
b325e954e3
Merge remote-tracking branch 'upstream/develop' into develop
|
12 years ago |
Baycan Aydin
|
ce3721a7a1
Add dutch language
|
12 years ago |
Shawn McCool
|
644ecfcc25
adding basic help functions to artisan
|
12 years ago |
Shawn McCool
|
29b668b83d
added help:commands task to artisan
|
12 years ago |
Shawn McCool
|
1503aed7ce
Merge branch 'hotfix/docs-nav-update' into develop
|
12 years ago |
Shawn McCool
|
0fa3650ff7
Merge branch 'hotfix/docs-nav-update' into staging
|
12 years ago |
Shawn McCool
|
7140be474d
Merge branch 'hotfix/docs-nav-update'
|
12 years ago |
Shawn McCool
|
3acc64051f
simplify navigation copy
|
12 years ago |
Shawn McCool
|
05ada38d8f
style update
|
12 years ago |
Shawn McCool
|
95bb9dfee8
Merge branch 'hotfix/fix_markdown' into develop
|
12 years ago |
Shawn McCool
|
79edd529e8
Merge branch 'hotfix/fix_markdown' into staging
|
12 years ago |
Shawn McCool
|
88457b695e
Merge branch 'hotfix/fix_markdown'
|
12 years ago |
Shawn McCool
|
a6c28050e6
style updates
|
12 years ago |
Shawn McCool
|
85ec19367d
fix merge
|
12 years ago |
Shawn McCool
|
ee6adc26d9
fix merge
|
12 years ago |
Shawn McCool
|
bcdde02229
Merge branch 'feature/docs-install' into develop
|
12 years ago |
Shawn McCool
|
a66eb44809
fixed typo
|
12 years ago |
Shawn McCool
|
66f9ea8dba
Merge branch 'feature/docs-install' into staging
|
12 years ago |
Shawn McCool
|
ce1392aa82
Merge branch 'feature/docs-install'
|
12 years ago |