Ken Stanley
|
6b18fc2b24
Added documentation for validating arrays.
|
12 years ago |
Darkimmortal
|
c63ed36c73
fixed white-on-white profiler text
|
12 years ago |
Bryan Wood
|
117a4cb843
added wincache cache driver
|
12 years ago |
William Notowidagdo
|
3411d97417
Update application/language/id/pagination.php
|
12 years ago |
Jason Walton
|
19cd539586
added validation message to language file for required_with
|
12 years ago |
JoostK
|
fd1b76a296
Added ability to call Eloquent::with on a Relationship instance
|
12 years ago |
Jason Lewis
|
a422e06989
Find no longer needs to be defined on the model since the query catches it correctly.
|
12 years ago |
Jason Lewis
|
a68d2242d3
Add the find method to the Eloquent Query class.
|
12 years ago |
James Spibey
|
dcc5649318
validate_required_with fix
|
12 years ago |
theshiftexchange
|
8fe6158058
Automatically apply entitiesto output using blade
|
12 years ago |
Jorge Murta
|
49456bbce6
Small Changes to the Language File (PT)
|
12 years ago |
lollypopgr
|
07eafa2051
Deleted GR folder.
|
12 years ago |
Oliver Vogel
|
3e4eb5fc3d
added lists() method to the fluent documentation
|
12 years ago |
Jesse O'Brien
|
4f5cc0cd97
Add semi-colon onto padding to be safe.
|
12 years ago |
Jesse O'Brien
|
404b59730a
Added callback wrapper for JSONP auto wrapping.
|
12 years ago |
Jesse O'Brien
|
cf6e2a768b
Add documentation for JSONP Response
|
12 years ago |
Jesse O'Brien
|
1beea5d594
Add JSONP as a default response.
|
12 years ago |
Ben Corlett
|
438caf2631
Allow forward slash separators in Str::classify()
|
12 years ago |
Taylor Otwell
|
f25d09dd07
Merge pull request #1492 from adamjacobbecker/patch-1
|
12 years ago |
Adam Becker
|
742eb4ea8d
fix link to #route-groups
|
12 years ago |
Taylor Otwell
|
8ff052cbdb
Merge pull request #1180 from unikent/master
|
12 years ago |
crynobone
|
590872d3c6
Update auth test case
|
12 years ago |
crynobone
|
ba661e5768
Add 'laravel.auth: login' and 'laravel.auth: logout' events.
|
12 years ago |
José M
|
a9760ecdbe
Added the possibility to pass the parameter of JSON options like JSON_PRETTY_PRINT or JSON_UNESCAPED_UNICODE to the Response::json method.
|
12 years ago |
Dayle Rees
|
ca9c3b72b2
Merge pull request #1481 from maxdmyers/patch-1
|
12 years ago |
Max Myers
|
4f32cf4e65
Dragons not present after warning
|
12 years ago |
Dayle Rees
|
6140089eb3
Merge pull request #1480 from flakerimi/develop
|
12 years ago |
Dayle Rees
|
f7d82412fa
Merge pull request #1451 from Chrty/master
|
12 years ago |
Dayle Rees
|
6ae889e5b8
Merge pull request #1472 from franzliedke/patch-61
|
12 years ago |
Dayle Rees
|
cac58db390
Merge pull request #1438 from dejangeci/fix/dns-speedup
|
12 years ago |
Flakerimi
|
78ac77bdf0
Added Albanian Language
|
12 years ago |
Phill Sparks
|
8296f30c82
Update laravel/database/eloquent/model.php
|
12 years ago |
Ore Landau
|
a9f97961ef
Update laravel/documentation/views/templating.md
|
12 years ago |
Sony?
|
62f25c718c
Added a pretty_print option to the log class
|
12 years ago |
Franz Liedke
|
f0cd43a20d
Fix unit test - relationships are now properly hidden, too.
|
12 years ago |
Taylor Otwell
|
d1efd44c7c
Merge pull request #1467 from franzliedke/patch-60
|
12 years ago |
Franz Liedke
|
ff4b43c72f
Ignore hidden relationships in to_array().
|
12 years ago |
Nimit Suwannagate
|
6a8a3bca2b
Update laravel/validator.php
|
12 years ago |
anaxamaxan
|
0bea2fb0b6
Fix typo and update 2nd example comment for filter
|
12 years ago |
Josh Betz
|
113dcc9b37
Reset the profiler bar
|
12 years ago |
NetPuter
|
b48621901f
Use `mb_substr` instead of `sub_str` in order to resolve multi-language problem.
|
12 years ago |
Edward Mann
|
c6290d11fa
Fixed connector options merge bug.
|
12 years ago |
Dejan Geci
|
cf1ed5ba44
Changed DB config hosts to IP addresses
|
12 years ago |
Franz Liedke
|
172ebcb00d
Fix Pivot table losing its connection.
|
12 years ago |
Dejan Geci
|
de5658f5a7
Added return value from PDO::commit
|
12 years ago |
Taylor Otwell
|
d2fefa65aa
Work on section handling.
|
12 years ago |
Dayle Rees
|
49b2d4ab1a
Merge pull request #1423 from laravie/feature/html-testcase
|
12 years ago |
crynobone
|
56eca662cc
Session unit test giving a weird output
|
12 years ago |
crynobone
|
0d8a4ffbdd
Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test
|
12 years ago |
crynobone
|
6dc6b2b5ae
Rename TestForm class to FormTest, to make it consistent with all other
|
12 years ago |
Dayle Rees
|
d20add8f75
Merge pull request #1422 from laravie/feature/form-testcase
|
12 years ago |
crynobone
|
72dbf5ddeb
Add full code coverage for Laravel\Form
|
12 years ago |
Taylor Otwell
|
1ddb4bb6cd
Merge pull request #1419 from laravie/feature/blade-testcase
|
12 years ago |
crynobone
|
dace3d5091
Add additional tests
|
12 years ago |
crynobone
|
915becdb69
Improve Blade unit-test code coverage
|
12 years ago |
Shawn McCool
|
e714c0b487
Update laravel/helpers.php
|
12 years ago |
Jason Lewis
|
436672c33c
Merge branch 'master' into develop
|
12 years ago |
Jason Lewis
|
1559a6bbc8
Use the public facing URL for fetching bundles stored on GitHub.
|
12 years ago |
j20
|
39320dc847
Update laravel/documentation/localization.md
|
12 years ago |
Taylor Otwell
|
5059ced2e1
Merge pull request #1413 from machuga/develop
|
12 years ago |
Matthew Machuga
|
24ba947d10
Add 500 response code to exception handler. -- machuga, JesseOBrien, sdeinum
|
12 years ago |
Franz Liedke
|
b88c9144ec
Make insert_get_id() work with non-auto-incrementing columns.
|
12 years ago |
Austin White
|
4cbc363e2d
Merge branch 'master' of github.com:AustinW/laravel
|
12 years ago |
Austin White
|
aa37c82650
fixed issue #1206
|
12 years ago |
Austin White
|
6f30ed7a79
fixed issue #1206
|
12 years ago |
Taylor Otwell
|
d693a82615
Merge pull request #1408 from cartalyst/develop
|
12 years ago |
Ben Corlett
|
79ff05bcd4
Merge branch 'develop' of github.com:cartalyst/laravel into develop
|
12 years ago |
Ben Corlett
|
9f138aa979
Allowing use of third party Routers to handle Routing.
|
12 years ago |
Ben Corlett
|
41e8384d7b
Allowing use of third party Routers to handle Routing.
|
12 years ago |
Taylor Otwell
|
4c53b9d94d
remove artisan change.
|
12 years ago |
Taylor Otwell
|
c69c7cac1a
Merge branch 'master' of github.com:laravel/laravel
|
12 years ago |
Taylor Otwell
|
b386eeec8a
update change log.
|
12 years ago |
Taylor Otwell
|
355cbe35a5
use hostname in environment detection.
|
12 years ago |
Taylor Otwell
|
4d0bc9e251
Merge pull request #1389 from Anahkiasen/feature/migrate_rebuild
|
12 years ago |
sdbondi
|
fab42949dc
Added documentation for where_between suite of methods
|
12 years ago |
Hirohisa Kawase
|
6bef39b0f1
Correct document page of HTML page.
|
12 years ago |
Taylor Otwell
|
115f59b4ff
Merge pull request #1392 from mynameiszanders/patch-1
|
12 years ago |
Zander Baldwin
|
a7ea27d0a0
Update "docs/views/html.md", parse error in example code.
|
12 years ago |
Austin White
|
921e232d9d
Typo corrections
|
12 years ago |
Anahkiasen
|
89e3bf1fbd
Add URL::to_language and HTML::link_to_language localization helpers
|
12 years ago |
Anahkiasen
|
e2b7d65c18
Added migrate:rebuild command to clean and reconstruct the database
|
12 years ago |
Tibo
|
5a082257b7
improve french translation for validation
|
12 years ago |
Taylor Otwell
|
37cd08faea
Merge pull request #1357 from aebersold/master
|
12 years ago |
Taylor Otwell
|
205cc4869d
Merge pull request #1356 from helmut/patch-1
|
12 years ago |
Taylor Otwell
|
0a0eb3779c
Merge pull request #1365 from sdbondi/develop
|
12 years ago |
Taylor Otwell
|
ca44c93ca4
Merge pull request #1375 from christianzt19/develop
|
12 years ago |
Taylor Otwell
|
2914471de1
Merge pull request #1381 from vFragosop/documentation/improvements
|
12 years ago |
Dayle Rees
|
5e3a8de1ba
Merge pull request #1384 from machuga/patch-1
|
12 years ago |
Matthew Machuga
|
1a6b7e3d73
Update laravel/vendor/Symfony/Component/HttpFoundation/LaravelRequest.php
|
12 years ago |
Vinícius Fragoso
|
e8f08ce1f4
Fixing smal typo
|
12 years ago |
Vinícius Fragoso
|
7c3d278283
Improving documentation on file uploads
|
12 years ago |
helmut
|
1d725b2788
Update laravel/file.php
|
12 years ago |
Maksim Surguy
|
e684aa3c00
Added file input form element docs
|
12 years ago |
Vincent Klaiber
|
8bcfd52233
add swedish language
|
12 years ago |
Jason Lewis
|
acbffcec50
Merge pull request #1321 from dejangeci/feature/serbian-translation
|
12 years ago |
serafino lillo
|
f549839b35
added italian language
|
12 years ago |
Jason Lewis
|
e5b7ef42a4
Added missing semi colon. Closes #1334.
|
12 years ago |
Jason Lewis
|
d164cca4aa
Merge pull request #1211 from franzliedke/patch-45
|
12 years ago |
Jason Lewis
|
e531cd6300
Merge pull request #1348 from matz3/master
|
12 years ago |
Christian Tamayo
|
a6db03d700
beautifies profiler tabs to cursor:pointer
|
12 years ago |