job_scheduler 7.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-7.x-2.0-alpha3.tar.gz | 18.05 KB | 943b5f0cc919e54f6e1f122315c7d161 |
| job_scheduler-7.x-2.0-alpha3.zip | 23.01 KB | 4c78e021587db37388acb20f95bbaaf6 |
Release notes
Merged job_scheduler_trigger from https://github.com/developmentseed/job_scheduler_trigger
#1373350: Cannot install as missing job_scheduler_trigger
#1137378: JobSchedulerCronTab->nextHour() doesn't work properly for specified minutes
job_scheduler 7.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-7.x-2.0-alpha2.tar.gz | 13.85 KB | df92ed861717d32cbfbcb77123f50331 |
| job_scheduler-7.x-2.0-alpha2.zip | 16.99 KB | cea2c0a8425e4eddaee54d248ab9dbcc |
Release notes
#931568: A few features to work on for D7 by Jose Reyero:
1. Auto schedule jobs
2. Re-schedule jobs
3. More ellaborated schedules (day, hour, minute)
job_scheduler 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-7.x-2.x-dev.tar.gz | 18.06 KB | f46d2b1fc4613486f18d4f93e215887c |
| job_scheduler-7.x-2.x-dev.zip | 23.02 KB | 53250a3a23209ded08b7b7f0cfb4619b |
Release notes
Snapshot release of Drupal 7.x 2.x branch.
Please do not use this release but rather check out from CVS directly.
job_scheduler 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-7.x-2.0-alpha1.tar.gz | 9.84 KB | 59e8843f2b31ec09d163e6459e560af3 |
| job_scheduler-7.x-2.0-alpha1.zip | 12.07 KB | e9da65483025e20a48543b9daf6941b6 |
Release notes
Note: Compared to 6.x 1.x, Job Scheduler's 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. Expect further minor changes in the API until we reach beta phase.
- #922702 Fix Drupal Queue integration.
- Upgrade to Drupal 7.
job_scheduler 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-6.x-1.x-dev.tar.gz | 8.76 KB | 5f8e665d15e3011470e7d7d2915c1be3 |
| job_scheduler-6.x-1.x-dev.zip | 10.28 KB | 5e460b4942007b14c4d811a5edde21fd |
Release notes
Drupal 6 branch.
job_scheduler 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-7.x-1.x-dev.tar.gz | 9.78 KB | f630921f9832b9a8796d3794e0378d6f |
| job_scheduler-7.x-1.x-dev.zip | 11.73 KB | 14bc40d4bd4ba67bd6f1a0907878e446 |
Release notes
Drupal 7 branch.
job_scheduler 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-6.x-1.0-beta3.tar.gz | 8.84 KB | 6ab6012d0ce0d2956a62d836e9b6e272 |
| job_scheduler-6.x-1.0-beta3.zip | 10.52 KB | fac24b08ca6c88f2b537ea89245b2e25 |
Release notes
Fix a notice.
job_scheduler 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-6.x-1.0-beta2.tar.gz | 8.81 KB | e4d325a21c68699a3870e7e2b8234c0f |
| job_scheduler-6.x-1.0-beta2.zip | 10.5 KB | 86586ec9305f842b020f3cb7ffa7075e |
Release notes
- Replace FEEDS_REQUEST_TIME with JOB_SCHEDULER_REQUEST_TIME.
- Fix indexes.
job_scheduler 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| job_scheduler-6.x-1.0-beta1.tar.gz | 8.69 KB | a805599ef1cc69e47713d8d443b22526 |
| job_scheduler-6.x-1.0-beta1.zip | 10.37 KB | 86a941595f1a11a1b6d0d7d979f84c2e |
Release notes
- Initial commit: schedule execution at predetermined time, periodic scheduling.