1. 04 Nov, 2012 1 commit
  2. 26 Oct, 2012 1 commit
  3. 09 Sep, 2012 2 commits
  4. 07 Sep, 2012 1 commit
  5. 03 Aug, 2012 1 commit
  6. 27 Jul, 2012 1 commit
  7. 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
  8. 22 Jul, 2012 1 commit
  9. 16 Jul, 2012 1 commit
  10. 14 Jul, 2012 1 commit
  11. 13 Jul, 2012 1 commit
  12. 12 Jul, 2012 3 commits
  13. 11 Jul, 2012 1 commit
  14. 27 Jun, 2012 2 commits
  15. 13 Jun, 2012 1 commit
  16. 19 Apr, 2012 1 commit
  17. 16 Apr, 2012 1 commit
  18. 09 Apr, 2012 1 commit
  19. 21 Mar, 2012 1 commit
  20. 06 Mar, 2012 1 commit
  21. 04 Mar, 2012 2 commits
  22. 02 Mar, 2012 1 commit
  23. 19 Feb, 2012 1 commit
  24. 17 Feb, 2012 2 commits
  25. 16 Feb, 2012 3 commits
  26. 14 Feb, 2012 1 commit
  27. 13 Feb, 2012 1 commit
  28. 12 Feb, 2012 1 commit
  29. 10 Feb, 2012 1 commit
  30. 08 Feb, 2012 3 commits