Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
21.01 KB
MD5: 8773f0ab903d82c7eea5e5635fe9c5b6
SHA-1: 8d7e6fb5d7ab0d5a13924e92416418811ebadcf3
SHA-256: 5d72c1cdb0581f4c6bd055fb3df1eed0681809a8e85b7ed77f46cb5148e2933f
Download zip
24.21 KB
MD5: a0c1f2fc3fa4ceed1ef343e94c475fe8
SHA-1: f321850889bd0f2d8fa80b85da42a76753855368
SHA-256: 64ca4cdef6415d719ad81d190f2e2348e2727d3efb3ed94046becfb5b83c7b4d
Release notes
This was primarily a bug fix release aimed at clearing up the RBTC queue.
New Features
- Show the users own scheduled nodes when viewing 'my account'.
#1071976: Authenticated user to view list of own scheduled nodes - Config link added to module listing page.
#1352340: Add config link in info file for module listing page - Expand options in hook_scheduler_api().
#1660192: Expand options for integrating modules
Bug Fixes
- Better support for vertical tabs and fieldsets.
#1172040: Contrib solution for non-collapsible fieldsets and missing titles - Corrected 'settings' link in lightweight cron dblog message.
#1358656: Incorrect link to settings in cron dblog - Lightweight cron admin functionality removed for anon users.
#1463378: Lightweight cron functionality exposed to anon users? - Clean up whitespace in date format for easier use.
#1804508: Extra spaces in date format causes 'Publish on' not to match the expected format - Delete type specific configuration variables for deleted/uninstalled node types.
#1052628: Make sure node type specific configuration variables are removed for deleted/uninstalled node types - Added t() to fix some missing translations.
#1199908: Some missing translations - Corrected some failing automated tests.
#1472440: Automated tests failing - Fix Undefined offset: 0 in scheduler_list_access_callback().
#1124276: Undefined offset: 0 in scheduler_list_access_callback()
Usability improvements
- Simplify the form options and layout in fieldsets on content type vertical tabs.
#1333238: Improve the form options on content type vertical tab - Lightweight Cron help page improved.
#1526458: Lightweight Cron help page could use some improvements