1. 12 Mar, 2014 1 commit
  2. 02 Dec, 2013 1 commit
  3. 14 Nov, 2013 1 commit
  4. 13 Nov, 2013 1 commit
  5. 04 Nov, 2013 2 commits
  6. 31 Oct, 2013 2 commits
  7. 30 Sep, 2013 1 commit
  8. 25 Aug, 2013 1 commit
  9. 29 Jul, 2013 1 commit
  10. 21 Jul, 2013 1 commit
  11. 09 Jul, 2013 1 commit
    • Bug fixes and enhancements. · 8f14ffe5
      Bugs:
      (1) no longer allow empty jobs
      (2) strip the header added by crontab package used in openSuSE and SuSE
      (3) try not to leak temp files when things go wrong
      (4) issue returning job names under certain conditions
      
      Enhancements:
      (1) Allow all special times not just reboot.
      (2) Fail earlier by performing more input validation
      (3) Add feature to allow removing cron file under /etc/cron.d
      
      ToDo:
      (1) Validate times (minute, hour, ...)
      (2) Strip white space from fields such as name and job such that name=foo equals name=' foo'.
      (3) More testing
      Patrick Callahan committed
  12. 15 Jun, 2013 1 commit
  13. 28 Apr, 2013 1 commit
  14. 27 Apr, 2013 1 commit
  15. 16 Apr, 2013 1 commit
  16. 30 Mar, 2013 1 commit
  17. 12 Mar, 2013 1 commit
  18. 23 Feb, 2013 2 commits
  19. 21 Feb, 2013 1 commit
  20. 19 Feb, 2013 1 commit
  21. 09 Feb, 2013 2 commits
    • Cron module upgrades · 171a01de
        - added cron_file attribute: if specified, the file with appropriate
      job is created in /etc/cron.d directory. Also, you can store multiple
      jobs in one file. state='absent' attribute is handled in the following
      way in this case: if after the deletion of the job from the file specified
      by cron_file variable the file is empty, the file is deleted, otherwise
      not.
        - fixed the behaviour, when the backupfile is saved forever in /tmp
      folder, even if the backup= atribute is not set (os.unlink() is called if
      backup is not True).
        - added some comments to the unobvious places
      Mike Grozak committed
  22. 13 Jan, 2013 1 commit
  23. 23 Dec, 2012 1 commit
  24. 19 Dec, 2012 3 commits
  25. 18 Dec, 2012 1 commit
  26. 21 Nov, 2012 1 commit
  27. 31 Oct, 2012 1 commit
  28. 23 Oct, 2012 1 commit
  29. 18 Oct, 2012 1 commit
  30. 12 Oct, 2012 1 commit
  31. 09 Oct, 2012 1 commit
  32. 08 Oct, 2012 1 commit
  33. 06 Oct, 2012 1 commit