Maintainers strive to actively monitor issues and respond in a timely manner.

Cardonfile Expiration

Use cron queue to load users and check their card's expiration status.

If a card will expire in one of user defined set of dates this module triggers a rules event called "Users card expiration", this event receives the user object and the amount of days until expiration, so its easy to add email action with necessary info.

Depends on reliable daily cron execution.

Cronjob only runs once a day via a cron last run variable, but cron itself should run often enough to clear the queue up.

Rules will look something like this

{ "rules_card_is_expired" : {
"LABEL" : "Card is expired",
"PLUGIN" : "reaction rule",
"REQUIRES" : [ "rules", "cardonfile_expiration" ],
"ON" : [ "cardonfile_expiration_card_expiring" ],
"IF" : [
{ "data_is" : { "data" : [ "expires" ], "op" : "\u003C", "value" : "0" } }
],
"DO" : [
{ "mail" : {
"to" : [ "user:mail" ],
"subject" : "Scanther: Your card has expired",
"message" : "Our records indicate your card has expired. Please update your card \u003Ca href=\u0022www.scanther.com\/user\/[user:uid]\/cards\u0022\u003Ehere\u003C\/a\u003E.",
"language" : [ "" ]
}
}
]
}
}

{ "rules_card_will_expire" : {
"LABEL" : "Card will expire",
"PLUGIN" : "reaction rule",

Views optional argument

This module provides views argument handlers which allow NULL values to pass the contextual filter.

Starfish

Starfish is a Drupal distribution that allows you to set the operating site in minimal time. All necessary modules are included in the installation and set up. Just when you install will be offered to the localization of the Russian language from the server drupalize.ru. Third-party libraries are automatically included in the distribution.

==================
Russian

Update Deploy

Update deployment system inspired by Rails migrations.

MultipleKO

This is a private project which takes XML files from a tennis tournament which is played in mode Double-KO or Triple-KO and turns that into a nice looking graphic in either SVG or PNG.

Image Styles Bulk Generate

Provides options to re-generate image styles for specific directories.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained