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