CHANGELOG.txt |
CHANGELOG.txt |
|
bbddf56 Issue #2030137 by flocondetoile: Changed "Until" field to standard ISO format. Added more options to dropdown interface
ebd8f36 Issue #2189705 by RayCascella: Update permission check for both admin and ownership permissions
55fe1a7… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
node_recur.api.php |
node_recur.api.php |
|
|
node_recur.css |
node_recur.css |
|
/**
* Node Recur styles
*/
#node-recur-node-recur-form #repeat-settings-fieldset{
display:inherit !important;
}
#node-recur-node-recur-form #node-recur-date-list ul,
#node-recur-node-recur-form #node-recur-date-list li{
list-style-type:none… |
node_recur.info |
node_recur.info |
|
name = "Node recur"
description = "Recur nodes based on time criteria"
core = "7.x"
dependencies[] = "date"
dependencies[] = "date_api"
dependencies[] = "date_repeat"
dependencies[] =… |
node_recur.install |
node_recur.install |
|
|
node_recur.module |
node_recur.module |
|
|
node_recur.pages.inc |
node_recur.pages.inc |
|
|
node_recur.test |
tests/node_recur.test |
|
|
README.txt |
README.txt |
|
NODE RECUR
========================
This module allows you to recur nodes based on repeating criteria. Only
nodes that contain date fields can be recurred. The recurring process
will automatically generate copies of the node, changing the date to… |