a9760ecdbeAdded the possibility to pass the parameter of JSON options like JSON_PRETTY_PRINT or JSON_UNESCAPED_UNICODE to the Response::json method.
José M
2012-11-28 20:48:14 +0100
56eca662ccSession unit test giving a weird output
crynobone
2012-11-06 22:56:04 +0800
0d8a4ffbddAdd unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test
crynobone
2012-11-06 22:33:29 +0800
6dc6b2b5aeRename TestForm class to FormTest, to make it consistent with all other testcases. Also remove tearDown method, as it doesn't do anything at this moment.
crynobone
2012-11-06 19:40:08 +0800
5059ced2e1Merge pull request #1413 from machuga/develop
Taylor Otwell
2012-11-02 19:09:11 -0700
24ba947d10Add 500 response code to exception handler. -- machuga, JesseOBrien, sdeinum
Matthew Machuga
2012-11-02 21:57:41 -0400
b88c9144ecMake insert_get_id() work with non-auto-incrementing columns.
Franz Liedke
2012-11-01 18:16:44 +0100
4cbc363e2dMerge branch 'master' of github.com:AustinW/laravel
Austin White
2012-10-31 15:01:00 -0700
aa37c82650fixed issue #1206
Austin White
2012-10-31 14:43:53 -0700
6f30ed7a79fixed issue #1206
Austin White
2012-10-31 14:43:53 -0700
d693a82615Merge pull request #1408 from cartalyst/develop
Taylor Otwell
2012-10-31 14:31:50 -0700
79ff05bcd4Merge branch 'develop' of github.com:cartalyst/laravel into develop
Ben Corlett
2012-11-01 08:20:50 +1100
9f138aa979Allowing use of third party Routers to handle Routing.
Ben Corlett
2012-11-01 08:18:08 +1100
41e8384d7bAllowing use of third party Routers to handle Routing.
Ben Corlett
2012-11-01 08:18:08 +1100
4c53b9d94dremove artisan change.
Taylor Otwell
2012-10-31 08:54:35 -0500
c69c7cac1aMerge branch 'master' of github.com:laravel/laravel
Taylor Otwell
2012-10-31 08:54:26 -0500
b386eeec8aupdate change log.
Taylor Otwell
2012-10-31 08:54:07 -0500
355cbe35a5use hostname in environment detection.
Taylor Otwell
2012-10-31 08:53:01 -0500
4d0bc9e251Merge pull request #1389 from Anahkiasen/feature/migrate_rebuild
Taylor Otwell
2012-10-30 06:06:57 -0700
fab42949dcAdded documentation for where_between suite of methods
sdbondi
2012-10-30 09:08:51 +0200
6bef39b0f1Correct document page of HTML page. No exist secure_link() function, so changed to link_to_secure(). The 2nd parameter of HTML::style() is array, but passed a string in sample code. Signed-off-by:Hirohisa Kawase <hiro.soft@gmail.com>
Hirohisa Kawase
2012-10-30 13:17:33 +0900
115f59b4ffMerge pull request #1392 from mynameiszanders/patch-1
Taylor Otwell
2012-10-26 18:48:43 -0700
a7ea27d0a0Update "docs/views/html.md", parse error in example code.
Zander Baldwin
2012-10-27 01:09:54 +0000
921e232d9dTypo corrections
Austin White
2012-10-26 16:59:33 -0700
89e3bf1fbdAdd URL::to_language and HTML::link_to_language localization helpers
Anahkiasen
2012-10-26 22:32:52 +0100
e2b7d65c18Added migrate:rebuild command to clean and reconstruct the database
Anahkiasen
2012-10-26 19:45:32 +0100
5a082257b7improve french translation for validation
Tibo
2012-10-26 15:12:29 +0200
37cd08faeaMerge pull request #1357 from aebersold/master
Taylor Otwell
2012-10-25 06:14:55 -0700
205cc4869dMerge pull request #1356 from helmut/patch-1
Taylor Otwell
2012-10-25 06:12:42 -0700
0a0eb3779cMerge pull request #1365 from sdbondi/develop
Taylor Otwell
2012-10-25 06:11:15 -0700
ca44c93ca4Merge pull request #1375 from christianzt19/develop
Taylor Otwell
2012-10-25 06:08:12 -0700
2914471de1Merge pull request #1381 from vFragosop/documentation/improvements
Taylor Otwell
2012-10-25 06:07:15 -0700
043bd4ee04Improving consistence of pt validations
Vinícius Fragoso
2012-10-18 18:25:17 -0300
5f4838726eRef #649 - Added query builder support for BETWEEN clauses
Stan Bondi
2012-10-17 23:36:18 +0200
2d052a3222Get rid of duplicate function call.
Franz Liedke
2012-10-17 18:28:42 +0300
a6c681db39Make sure sync() always works with arrays.
Franz Liedke
2012-10-17 18:27:35 +0300
7eb5be794cdocumentation error, wrong date format
aebersold
2012-10-16 17:55:50 +0200
81a2f5b919Pass the response by reference so it can be overwritten in filters
Blaine Schmeisser
2012-10-15 22:04:58 -0500
ee18da9b73Update laravel/file.php
helmut
2012-10-16 21:08:58 +1200
fd86aef25aTrivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket
crynobone
2012-10-15 23:35:53 +0800
9b63f65408link_to_route requires 3 parameters if wildcard values are required
everclear
2012-10-15 15:50:10 +0200
6a14705a63Merge pull request #8 from laravel/develop
Vincent Talbot
2012-10-15 05:09:22 -0700
97013cd816Spelling mistake correction in documentation
matz3
2012-10-14 18:29:13 +0200
d7dfd4f915Use DB::escape() shortcut in profiler.
Franz Liedke
2012-10-11 18:24:43 +0300
2e8364994fchanged date format in validation documentation to match ISO8601
Shawn McCool
2012-10-11 08:14:55 +0200