scheduler 5.x-1.17
| Download | Size | md5 hash |
|---|---|---|
| scheduler-5.x-1.17.tar.gz | 19.04 KB | 1fa31b4bc5683dfbc6083f5f98ef7408 |
Notable changes:
- special permission for administering scheduler
- new tab in admin/content/node for viewing all scheduled nodes without views module
The dirty details:
#328688 by ericschaefer: Using format_date() instead of date() for formating of $node->scheduler['published'] and $node->scheduler['unpublished'].
#344138 by syscrusher and jonathan1055: Displaying list of scheduled nodes (contrib)
#344138 by jonathan1055: Adjust column headers of list of scheduled nodes to the usual values
#344138 by jonathan1055: Adjust default ordering of list of scheduled nodes to the usual values
#442554 by ericschaefer: Set permission to change format string to 'administer scheduler'
#442554 by jonathan1055: "access admin pages" is too permissive for allowing user to change scheduler settings (forgot hook_perm)
#442554 by laken: "access admin pages" is too permissive for allowing user to change scheduler settings (forgot a ; this time)...
