CHANGELOG.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. Job Scheduler 7.x xxxxxxxxxxxxxxxxxxxxxxx
  2. -----------------------------------------
  3. - Jose Reyero: Auto schedule jobs.
  4. - Jose Reyero: Reschedule jobs from hook implementation.
  5. - Jose Reyero: Provide crontab style scheduling.
  6. - Jose Reyero: Provide triggers.
  7. Job Scheduler 7.x 2.0 Alpha 1, 2010-09-29
  8. -----------------------------------------
  9. - #922702: Fix Drupal Queue integration.
  10. Note: JobScheduler API has changed significantly, API users must declare
  11. callbacks with hook_cron_job_scheduler_info() and the call signature for
  12. managing jobs has changed. Please review README.txt.
  13. - Upgrade to Drupal 7.
  14. Job Scheduler 6.x 1.0 Beta 3, 2010-09-14
  15. ----------------------------------------
  16. - Fix notice.
  17. Job Scheduler 6.x 1.0 Beta 2, 2010-09-12
  18. ----------------------------------------
  19. - Replace FEEDS_REQUEST_TIME with JOB_SCHEDULER_REQUEST_TIME.
  20. - Fix indexes.
  21. Job Scheduler 6.x 1.0 Beta 1, 2010-09-11
  22. ----------------------------------------
  23. - Initial commit: schedule execution at predetermined time, periodic scheduling.