1. 04 Dec, 2014 2 commits
  2. 25 Nov, 2014 1 commit
    • minor fixes to template function · 7d2937b1
      - make sure it calls itself correctly, now passes same params as it recieves
      - vars is reserved, changed for templatevars to avoid confustion
      - forcing mustaches again since the removal broke 'listification' as per #9622
      - fixes incorrectly successful tests using undefined var, now it is defined
      - now returns empty list if items is None to avoid errors
      Brian Coca committed
  3. 17 Nov, 2014 1 commit
  4. 12 Nov, 2014 1 commit
  5. 07 Nov, 2014 1 commit
  6. 09 Oct, 2014 1 commit
  7. 08 Oct, 2014 1 commit
  8. 30 Sep, 2014 2 commits
  9. 27 Sep, 2014 1 commit
  10. 11 Sep, 2014 2 commits
  11. 10 Sep, 2014 1 commit
  12. 05 Sep, 2014 1 commit
  13. 22 Aug, 2014 3 commits
  14. 21 Aug, 2014 5 commits
  15. 12 Aug, 2014 1 commit
  16. 11 Aug, 2014 2 commits
  17. 08 Aug, 2014 1 commit
  18. 04 Aug, 2014 2 commits
  19. 29 Jul, 2014 1 commit
  20. 28 Jul, 2014 1 commit
  21. 25 Jul, 2014 5 commits
  22. 04 Jun, 2014 1 commit
  23. 27 May, 2014 1 commit
  24. 23 May, 2014 1 commit
    • Fixes for su on freebsd · 1e672a0f
      Addresses multiple issues when using su on freebsd including
      * su prompt differs between platforms, so turned that check into a
        regex comparison instead of a simple string comparison
      * not using '-c' after su causes problems, so added that for all
        platforms
      * fixed quoting issues due to multiple uses of '-c' introduced by
        the above fix
      
      Fixes #7503
      Fixes #7507
      James Cammarata committed
  25. 16 Apr, 2014 1 commit