/dokuwiki/inc/Subscriptions/ |
H A D | SubscriberManager.php | 12 * Check if subscription system is enabled 22 * Adds a new subscription for the given page or namespace 24 * This will automatically overwrite any existent subscription for the given user on this 25 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces. 43 // delete any existing subscription 51 throw new Exception('no subscription user given'); 54 throw new Exception('no subscription style given'); 67 * Removes a subscription for the given page or namespace 100 * $INFO['subscribed'] is either false if no subscription for the current page 153 * This function searches all relevant subscription file [all...] |
H A D | BulkSubscriptionSender.php | 15 * This sends mails to all subscribers that have a subscription for namespaces above 71 // subscription target is a namespace, get all changes within 74 // single page subscription, check ACL ourselves 131 * Lock subscription info 164 * Unlock subscription info
|
H A D | SubscriberRegexBuilder.php | 10 * Construct a regular expression for parsing a subscription definition line
|
/dokuwiki/inc/Action/ |
H A D | Subscribe.php | 15 * E-Mail subscription handling 75 // any action given? if not just return and show the subscription page 133 throw new Exception('no subscription target given'); 145 'invalid subscription style given' 151 'invalid subscription action given' 175 // subscription_set deletes a subscription if style = null.
|
/dokuwiki/inc/lang/en/ |
H A D | subscr_form.txt | 1 ====== Subscription Management ======
|
H A D | lang.php | 298 $lang['subscr_subscribe_success'] = 'Added %s to subscription list for %s'; 299 $lang['subscr_subscribe_error'] = 'Error adding %s to subscription list for %s'; 300 $lang['subscr_subscribe_noaddress'] = 'There is no address associated with your login, you cannot be added to the subscription list'; 301 $lang['subscr_unsubscribe_success'] = 'Removed %s from subscription list for %s'; 302 $lang['subscr_unsubscribe_error'] = 'Error removing %s from subscription list for %s'; 307 $lang['subscr_m_new_header'] = 'Add subscription';
|
/dokuwiki/inc/Menu/Item/ |
H A D | Subscribe.php | 8 * Access the subscription management view
|
/dokuwiki/vendor/phpseclib/phpseclib/ |
H A D | BACKERS.md | 3 phpseclib ongoing development is made possible by [Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme) and by contributions by users like you. Thank you.
|
H A D | README.md | 9 - [Subscribe to Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme)
|
/dokuwiki/inc/lang/ia/ |
H A D | subscr_digest.txt | 16 e cancella tu subscription al modificationes in paginas e/o spatios de nomines.
|
H A D | subscr_list.txt | 13 e cancella tu subscription al modificationes in paginas e/o spatios de nomines.
|
H A D | subscr_single.txt | 19 e cancella tu subscription al modificationes in paginas e/o spatios de nomines.
|
H A D | lang.php | 213 $lang['subscr_subscribe_success'] = '%s addite al lista de subscription de %s'; 214 $lang['subscr_subscribe_error'] = 'Error durante le addition de %s al lista de subscription de %s'; 215 $lang['subscr_subscribe_noaddress'] = 'Il non ha un adresse associate con tu conto. Tu non pote esser addite al lista de subscription.'; 216 $lang['subscr_unsubscribe_success'] = '%s removite del lista de subscription de %s'; 217 $lang['subscr_unsubscribe_error'] = 'Error durante le remotion de %s del lista de subscription de %s'; 221 $lang['subscr_m_new_header'] = 'Adder subscription'; 223 $lang['subscr_m_unsubscribe'] = 'Cancellar subscription';
|
/dokuwiki/inc/ |
H A D | deprecated.php | 369 class Subscription { 372 * Check if subscription system is enabled 387 * This function searches all relevant subscription files for a page or 407 * Adds a new subscription for the given page or namespace 409 * This will automatically overwrite any existent subscription for the given user on this 410 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces. 429 * Removes a subscription for the given page or namespace 452 * $INFO['subscribed'] is either false if no subscription for the current page 472 * This sends mails to all subscribers that have a subscription for namespaces above 367 class Subscription { global() class
|
H A D | auth.php | 1025 $subscription = new RegistrationSubscriptionSender(); 1026 $subscription->sendRegister($login, $fullname, $email);
|
H A D | common.php | 1377 $subscription = new PageSubscriptionSender(); 1378 return $subscription->sendPageDiff($to, $tpl, $id, $rev, $summary, $current_rev);
|
H A D | media.php | 696 $subscription = new MediaSubscriptionSender(); 697 $subscription->sendMediaDiff($conf['notify'], 'uploadmail', $id, $old_rev, $current_rev);
|
/dokuwiki/lib/scripts/ |
H A D | behaviour.js | 57 dw_behaviour.subscription(); 150 * Hide list subscription style if target is a page 155 subscription: function(){ method in dw_behaviour
|
/dokuwiki/lib/plugins/authad/lang/en/ |
H A D | settings.php | 6 $lang['admin_username'] = 'A privileged Active Directory user with access to all other user\'s data. Optional, but needed for certain actions like sending subscription mails.';
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _forms.css | 86 * Styles for the subscription page
|
/dokuwiki/inc/Ui/ |
H A D | Subscribe.php | 68 // Add new subscription form
|
/dokuwiki/lib/plugins/config/lang/ia/ |
H A D | lang.php | 75 $lang['disableactions_subscription'] = 'Subscriber/Cancellar subscription'; 100 $lang['subscribe_time'] = 'Tempore post le qual le listas de subscription e le digestos es inviate (in secundas); isto debe esser minor que le tempore specificate in recent_days.';
|
/dokuwiki/lib/plugins/config/settings/ |
H A D | config.metadata.php | 160 'subscription', 171 'subscription' => ['subscribe', 'unsubscribe'],
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | 105 $conf['subscribers'] = 0; //enable change notice subscription support
|
/dokuwiki/lib/plugins/config/lang/en/ |
H A D | lang.php | 143 $lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be smaller than the time specified in recent_days.';
|