- 26 Jul, 2012 1 commit
- 
- 
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> Jakobud committed
 
- 
- 24 Jul, 2012 3 commits
- 
- 
Fix eager loading constraints Taylor Otwell committed
- 
Fixed Memcached get connection instance typo in __callStatic method. Taylor Otwell committed
- 
Fix pivot table name in Many-to-Many section in Eloquent documentation. Taylor Otwell committed
 
- 
- 23 Jul, 2012 1 commit
- 
- 
Missing semicolon breaking test runner Dayle Rees committed
 
- 
- 21 Jul, 2012 1 commit
- 
- 
Rob Meijer committed
 
- 
- 20 Jul, 2012 1 commit
- 
- 
Signed-off-by: Rack Lin <racklin@gmail.com> Rack Lin committed
 
- 
- 19 Jul, 2012 7 commits
- 
- 
Schema::rename('oldtable','newtable') supportTaylor Otwell committed
- 
Extend Auth::Attempt() Taylor Otwell committed
- 
Taylor Otwell committed
- 
[Schema] Allow boolean default values Taylor Otwell committed
- 
Fixed some bugs with the docs bundle Taylor Otwell committed
- 
Added support PostgreSQL schema. Taylor Otwell committed
- 
Signed-off-by: Rack Lin <racklin@gmail.com> Rack Lin committed
 
- 
- 18 Jul, 2012 6 commits
- 
- 
Signed-off-by: Jakobud <jakobud@gmail.com> Jakobud committed
- 
Added quick notes on Pivot tables Taylor Otwell committed
- 
[Docs] Deleting files Taylor Otwell committed
- 
Fixed IoC::resolve forces singleton issue. Taylor Otwell committed
- 
[Docs] Schema default helper Taylor Otwell committed
- 
[Docs] Fix bundle routing link Taylor Otwell committed
 
- 
- 17 Jul, 2012 4 commits
- 
- 
Franz Liedke committed
- 
Franz Liedke committed
- 
Franz Liedke committed
- 
Signed-off-by: Rack Lin <racklin@gmail.com> Rack Lin committed
 
- 
- 16 Jul, 2012 6 commits
- 
- 
Franz Liedke committed
- 
Shawn McCool committed
- 
Shawn McCool committed
- 
Shawn McCool committed
- 
Shawn McCool committed
- 
Shawn McCool committed
 
- 
- 13 Jul, 2012 1 commit
- 
- 
Added a missing parenthesis and semicolon. Jason Lewis committed
 
- 
- 12 Jul, 2012 6 commits
- 
- 
Loic Sharma committed
- 
Franz Liedke committed
- 
Franz Liedke committed
- 
Franz Liedke committed
- 
Franz Liedke committed
- 
Shawn McCool committed
 
- 
- 11 Jul, 2012 3 commits
- 
- 
Shawn McCool committed
- 
Shawn McCool committed
- 
Shawn McCool committed
 
-