56eca662cc
Session unit test giving a weird output
crynobone
2012-11-06 22:56:04 +08:00
0d8a4ffbdd
Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test
crynobone
2012-11-06 22:33:29 +08:00
6dc6b2b5ae
Rename 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 +08:00
5059ced2e1
Merge pull request #1413 from machuga/develop
Taylor Otwell
2012-11-02 19:09:11 -07:00
24ba947d10
Add 500 response code to exception handler. -- machuga, JesseOBrien, sdeinum
Matthew Machuga
2012-11-02 21:57:41 -04:00
b88c9144ec
Make insert_get_id() work with non-auto-incrementing columns.
Franz Liedke
2012-11-01 18:16:44 +01:00
4cbc363e2d
Merge branch 'master' of github.com:AustinW/laravel
Austin White
2012-10-31 15:01:00 -07:00
aa37c82650
fixed issue #1206
Austin White
2012-10-31 14:43:53 -07:00
6f30ed7a79
fixed issue #1206
Austin White
2012-10-31 14:43:53 -07:00
d693a82615
Merge pull request #1408 from cartalyst/develop
Taylor Otwell
2012-10-31 14:31:50 -07:00
79ff05bcd4
Merge branch 'develop' of github.com:cartalyst/laravel into develop
Ben Corlett
2012-11-01 08:20:50 +11:00
9f138aa979
Allowing use of third party Routers to handle Routing.
Ben Corlett
2012-11-01 08:18:08 +11:00
41e8384d7b
Allowing use of third party Routers to handle Routing.
Ben Corlett
2012-11-01 08:18:08 +11:00
4c53b9d94d
remove artisan change.
Taylor Otwell
2012-10-31 08:54:35 -05:00
c69c7cac1a
Merge branch 'master' of github.com:laravel/laravel
Taylor Otwell
2012-10-31 08:54:26 -05:00
b386eeec8a
update change log.
Taylor Otwell
2012-10-31 08:54:07 -05:00
355cbe35a5
use hostname in environment detection.
Taylor Otwell
2012-10-31 08:53:01 -05:00
4d0bc9e251
Merge pull request #1389 from Anahkiasen/feature/migrate_rebuild
Taylor Otwell
2012-10-30 06:06:57 -07:00
fab42949dc
Added documentation for where_between suite of methods
sdbondi
2012-10-30 09:08:51 +02:00
6bef39b0f1
Correct 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 +09:00
115f59b4ff
Merge pull request #1392 from mynameiszanders/patch-1
Taylor Otwell
2012-10-26 18:48:43 -07:00
a7ea27d0a0
Update "docs/views/html.md", parse error in example code.
Zander Baldwin
2012-10-27 01:09:54 +00:00
921e232d9d
Typo corrections
Austin White
2012-10-26 16:59:33 -07:00
5f4838726e
Ref #649 - Added query builder support for BETWEEN clauses
Stan Bondi
2012-10-17 23:36:18 +02:00
2d052a3222
Get rid of duplicate function call.
Franz Liedke
2012-10-17 18:28:42 +03:00
a6c681db39
Make sure sync() always works with arrays.
Franz Liedke
2012-10-17 18:27:35 +03:00
7eb5be794c
documentation error, wrong date format
aebersold
2012-10-16 17:55:50 +02:00
81a2f5b919
Pass the response by reference so it can be overwritten in filters
Blaine Schmeisser
2012-10-15 22:04:58 -05:00
ee18da9b73
Update laravel/file.php
helmut
2012-10-16 21:08:58 +12:00
fd86aef25a
Trivial 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 +08:00
9b63f65408
link_to_route requires 3 parameters if wildcard values are required
everclear
2012-10-15 15:50:10 +02:00
6a14705a63
Merge pull request #8 from laravel/develop
Vincent Talbot
2012-10-15 05:09:22 -07:00
97013cd816
Spelling mistake correction in documentation
matz3
2012-10-14 18:29:13 +02:00
d7dfd4f915
Use DB::escape() shortcut in profiler.
Franz Liedke
2012-10-11 18:24:43 +03:00
2e8364994f
changed date format in validation documentation to match ISO8601
Shawn McCool
2012-10-11 08:14:55 +02:00
9fc53588e3
Small tweaks to semantics
Dejan Geci
2012-10-08 17:49:29 +02:00
d55328cc52
Merge pull request #1320 from dejangeci/feature/dbexception-inner
Taylor Otwell
2012-10-07 12:05:01 -07:00