- 09 Nov, 2012 1 commit
- 
- 
This hopefully fixes #1198 and while it doesn't solve the underlying problem mentioned in #1429, it does the tackle the resulting mess. :) Franz Liedke committed
 
- 
- 06 Nov, 2012 7 commits
- 
- 
Taylor Otwell committed
- 
Add unit testing coverage for Laravel\HTML Dayle Rees committed
- 
Signed-off-by: crynobone <crynobone@gmail.com> crynobone committed
- 
Signed-off-by: crynobone <crynobone@gmail.com> crynobone committed
- 
testcases. Also remove tearDown method, as it doesn't do anything at this moment. Signed-off-by: crynobone <crynobone@gmail.com> crynobone committed
- 
Add full code coverage for Laravel\Form Dayle Rees committed
- 
Signed-off-by: crynobone <crynobone@gmail.com> crynobone committed
 
- 
- 05 Nov, 2012 4 commits
- 
- 
Improve Blade unit-test code coverage Taylor Otwell committed
- 
Signed-off-by: crynobone <crynobone@gmail.com> crynobone committed
- 
Signed-off-by: crynobone <crynobone@gmail.com> crynobone committed
- 
fixed example code in docblock for url() Shawn McCool committed
 
- 
- 04 Nov, 2012 2 commits
- 
- 
Jason Lewis committed
- 
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> Jason Lewis committed
 
- 
- 03 Nov, 2012 2 commits
- 
- 
Add 500 response code to exception handler. -- machuga, JesseOBrien, sde... Taylor Otwell committed
- 
Matthew Machuga committed
 
- 
- 31 Oct, 2012 8 commits
- 
- 
Allowing use of third party Routers to handle Routing. Taylor Otwell committed
- 
Ben Corlett committed
- 
A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class. Signed-off-by: Ben Corlett <bencorlett@me.com> Ben Corlett committed
- 
A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class. Signed-off-by: Ben Corlett <ben@bens-macbook-pro.lan> Ben Corlett committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
 
- 
- 30 Oct, 2012 1 commit
- 
- 
Added migrate:rebuild command to clean and reconstruct the database Taylor Otwell committed
 
- 
- 27 Oct, 2012 2 commits
- 
- 
Update "docs/views/html.md", parse error in example code. Taylor Otwell committed
- 
The example code for the `HTML::entities()` method in the documentation had unescaped apostrophes (single quotes) in the string passed as the first parameter. A parse error would have resulted should someone try to use that code. Zander Baldwin committed
 
- 
- 26 Oct, 2012 1 commit
- 
- 
Signed-off-by: Anahkiasen <ehtnam6@gmail.com> Anahkiasen committed
 
- 
- 25 Oct, 2012 5 commits
- 
- 
documentation fix on validators Taylor Otwell committed
- 
Update laravel/file.php Taylor Otwell committed
- 
Ref #649 - Added query builder support for BETWEEN clauses Taylor Otwell committed
- 
beautifies profiler tabs to cursor:pointer Taylor Otwell committed
- 
Improving documentation about Input::file() Taylor Otwell committed
 
- 
- 24 Oct, 2012 2 commits
- 
- 
Update LaravelRequest.php to alllow PUT/DELETE/PATCH on PHP5.4 built-in server Dayle Rees committed
- 
This will allow the built in PHP 5.4 server to interpret PUT, DELETE, and PATCH content. It uses the HTTP_CONTENT_TYPE variable instead of CONTENT_TYPE; Symfony hasn't adapted for this yet. Matthew Machuga committed
 
- 
- 22 Oct, 2012 2 commits
- 
- 
Vinícius Fragoso committed
- 
Adding information about setting multipart/form-data on forms in order to use file uploads. Vinícius Fragoso committed
 
- 
- 21 Oct, 2012 3 commits
- 
- 
Yep... good pick up jason. helmut committed
- 
The file input is in the API but not in the documentation. Maksim Surguy committed
- 
fix misspelling add special html chars fix misspelling changed folder name from se to sv removed se folder Vincent Klaiber committed
 
-