| Download | Size | md5 hash |
|---|---|---|
| scheduler-6.x-1.8.tar.gz | 31.73 KB | f3bbbb982b32797bcd732d42008e71ac |
| scheduler-6.x-1.8.zip | 48.31 KB | 91e06f4ed3a309da003094aa4b5222f8 |
Release notes
- #747166 by slip: Add ability to disable calendar popup
- #740902 by ericschaefer: scheduler/timecheck is displaying UTC date in local time
- #772492 by ericschaefer: Status message to the user
- #772492 by ericschaefer: Fix to "Status message to the user" (format_date() instead of date())
- #840814 by NancyDru: Theme variables
- #893248 by ericschaefer: Long passed unpublish date
- #902790 by harijari: Feeds integration for scheduler module
- #660612 by rbarlow and ericschaefer: Split settings for publishing and unpublishing for node types
- #772532 by ericschaefer: Additional information on publish/unpublish
- #893272 by ericschaefer: Add revision when working a node
- #891852 by ericschaefer: Scheduling options as required field
- #745970 by ericschaefer: Link for running schedulers cron function manually
- #952856 by betz: Fatal error: 'modules/scheduler/node.admin.inc'
- #960030 by sirkitree and ericschaefer: Scheduler token support
- #982258 by ericschaefer: Text under field needs to be changed for when unpublish schedule is a required field.
- #988210 by plach and ericschaefer: Refactored the publishing and unpublishing code in hook_cron() out into separate functions
This refactoring is a preparation step for #988210:
- created _scheduler_publish() and _scheduler_unpublish()
- changed the code so that it would first gather an array of nids out of the query and then iterate over that array instead of iterating directly over the query result - #988210 by ericschaefer: Make scheduling code reusable
New hook: hook_scheduler_nid_list($action) - This hook gets called on scheduler cron run with an action (currently 'publish' and 'unpublish', not to be mistaken with action-modules actions) as parameter. scheduler expects modules to return a list of node IDs the module want published or unpublished respectively.
- #699262 by ericschaefer: Views fields with day/hour countdown until (un-) publishing
- Field for countdowns for publishing as well as unpublishing
- Field option for scale (seconds, minutes, hours, days, weeks and a smart mode that selects the scale depending on the value)
- Field option for display of units (long units like '3 days', short units like '3d' or no units at all) - #996164 by ericschaefer: Checking dates for empty values
-> configured the views filters to allow empty dates