- 26 Jul, 2012 1 commit
-
-
Jakobud authored
In the call() method, the exception wasn't being thrown if only 1 or more than 2 arguments were passed to the method. Fixed conditional statement to only accept exactly 2 arguments. In the route() method, URI::current() was evaluating as '/' in all situations. It was never evaluating as the route that you specified when executing the command. This could be part of a larger underlying bug with Symfony's HttpFoundation\Request class. It might be a band-aid fix, but replacing URI::current() with $_SERVER['REQUEST_URI'] allows the method to run the correct route. These fixes uncovered what I believe is potentially another bug. When var_dump($route->response()) is run, "NULL" and a newline is appended to the output. It's something to do with var_dump(), as echo $route->response() echo's the correct output without the extra "NULL". Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
-
- 24 Jul, 2012 3 commits
-
-
Taylor Otwell authored
Fix eager loading constraints
-
Taylor Otwell authored
Fixed Memcached get connection instance typo in __callStatic method.
-
Taylor Otwell authored
Fix pivot table name in Many-to-Many section in Eloquent documentation.
-
- 23 Jul, 2012 1 commit
-
-
Dayle Rees authored
Missing semicolon breaking test runner
-
- 21 Jul, 2012 1 commit
-
-
Rob Meijer authored
-
- 20 Jul, 2012 1 commit
-
-
Rack Lin authored
Signed-off-by: Rack Lin <racklin@gmail.com>
-
- 19 Jul, 2012 7 commits
-
-
Taylor Otwell authored
Schema::rename('oldtable','newtable') support
-
Taylor Otwell authored
Extend Auth::Attempt()
-
Taylor Otwell authored
-
Taylor Otwell authored
[Schema] Allow boolean default values
-
Taylor Otwell authored
Fixed some bugs with the docs bundle
-
Taylor Otwell authored
Added support PostgreSQL schema.
-
Rack Lin authored
Signed-off-by: Rack Lin <racklin@gmail.com>
-
- 18 Jul, 2012 6 commits
-
-
Jakobud authored
Signed-off-by: Jakobud <jakobud@gmail.com>
-
Taylor Otwell authored
Added quick notes on Pivot tables
-
Taylor Otwell authored
[Docs] Deleting files
-
Taylor Otwell authored
Fixed IoC::resolve forces singleton issue.
-
Taylor Otwell authored
[Docs] Schema default helper
-
Taylor Otwell authored
[Docs] Fix bundle routing link
-
- 17 Jul, 2012 4 commits
-
-
Franz Liedke authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Rack Lin authored
Signed-off-by: Rack Lin <racklin@gmail.com>
-
- 16 Jul, 2012 6 commits
-
-
Franz Liedke authored
-
Shawn McCool authored
-
Shawn McCool authored
-
Shawn McCool authored
-
Shawn McCool authored
-
Shawn McCool authored
-
- 13 Jul, 2012 1 commit
-
-
Jason Lewis authored
Added a missing parenthesis and semicolon.
-
- 12 Jul, 2012 6 commits
-
-
Loic Sharma authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Shawn McCool authored
-
- 11 Jul, 2012 3 commits
-
-
Shawn McCool authored
-
Shawn McCool authored
-
Shawn McCool authored
-