Projet

Général

Profil

Paste
Télécharger (1,01 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / job_scheduler / CHANGELOG.txt @ 87dbc3bf

1

    
2
Job Scheduler 7.x xxxxxxxxxxxxxxxxxxxxxxx
3
-----------------------------------------
4

    
5
- Jose Reyero: Auto schedule jobs.
6
- Jose Reyero: Reschedule jobs from hook implementation.
7
- Jose Reyero: Provide crontab style scheduling.
8
- Jose Reyero: Provide triggers.
9

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

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

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

    
22
- Fix notice.
23

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

    
27
- Replace FEEDS_REQUEST_TIME with JOB_SCHEDULER_REQUEST_TIME.
28
- Fix indexes.
29

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

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