1. 09 Sep, 2012 2 commits
  2. 07 Sep, 2012 1 commit
  3. 03 Aug, 2012 1 commit
  4. 27 Jul, 2012 1 commit
  5. 26 Jul, 2012 1 commit
    • In the call() method, the exception wasn't being thrown if only 1 or more than 2… · 43331818
      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
  6. 22 Jul, 2012 1 commit
  7. 16 Jul, 2012 1 commit
  8. 14 Jul, 2012 1 commit
  9. 13 Jul, 2012 1 commit
  10. 12 Jul, 2012 3 commits
  11. 11 Jul, 2012 1 commit
  12. 27 Jun, 2012 2 commits
  13. 13 Jun, 2012 1 commit
  14. 19 Apr, 2012 1 commit
  15. 16 Apr, 2012 1 commit
  16. 09 Apr, 2012 1 commit
  17. 21 Mar, 2012 1 commit
  18. 06 Mar, 2012 1 commit
  19. 04 Mar, 2012 2 commits
  20. 02 Mar, 2012 1 commit
  21. 19 Feb, 2012 1 commit
  22. 17 Feb, 2012 2 commits
  23. 16 Feb, 2012 3 commits
  24. 14 Feb, 2012 1 commit
  25. 13 Feb, 2012 1 commit
  26. 12 Feb, 2012 1 commit
  27. 10 Feb, 2012 1 commit
  28. 08 Feb, 2012 5 commits