You are here

CHANGELOG.txt in Job Scheduler 7.2

Same filename and directory in other branches
  1. 8.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7 CHANGELOG.txt
Job Scheduler 7.x xxxxxxxxxxxxxxxxxxxxxxx
-----------------------------------------

- Jose Reyero: Auto schedule jobs.
- Jose Reyero: Reschedule jobs from hook implementation.
- Jose Reyero: Provide crontab style scheduling.
- Jose Reyero: Provide triggers.

Job Scheduler 7.x 2.0 Alpha 1, 2010-09-29
-----------------------------------------

- #922702: Fix Drupal Queue integration.
  Note: JobScheduler API has changed significantly, API users must declare
  callbacks with hook_cron_job_scheduler_info() and the call signature for
  managing jobs has changed. Please review README.txt.
- Upgrade to Drupal 7.

Job Scheduler 6.x 1.0 Beta 3, 2010-09-14
----------------------------------------

- Fix notice.

Job Scheduler 6.x 1.0 Beta 2, 2010-09-12
----------------------------------------

- Replace FEEDS_REQUEST_TIME with JOB_SCHEDULER_REQUEST_TIME.
- Fix indexes.

Job Scheduler 6.x 1.0 Beta 1, 2010-09-11
----------------------------------------

- Initial commit: schedule execution at predetermined time, periodic scheduling.

File

CHANGELOG.txt
View source
  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.