1. 26 Oct, 2015 4 commits
  2. 25 Oct, 2015 1 commit
  3. 24 Oct, 2015 3 commits
  4. 23 Oct, 2015 9 commits
  5. 22 Oct, 2015 16 commits
  6. 21 Oct, 2015 5 commits
  7. 20 Oct, 2015 1 commit
  8. 19 Oct, 2015 1 commit
    • fix appending query strings in linkSrv · 867ac5df
      When linkSrv appends parameters to a URL's query string, it would blindly
      add a ? to the URL even if the URL already contained a ? or the string
      to add was empty. This change fixes that behavior and some other edge cases.
      
      Includes a unit test to verify expected behavior.
      Tom Dyas committed