Home
last modified time | relevance | path

Searched full:subscription (Results 1 – 25 of 276) sorted by last modified time

12345678910>>...12

/dokuwiki/inc/
H A Dtemplate.php652 if ($type == 'subscription') $type = 'subscribe';
H A Dcommon.php1375 $subscription = new PageSubscriptionSender();
1376 return $subscription->sendPageDiff($to, $tpl, $id, $rev, $summary, $current_rev);
H A Dauth.php1013 $subscription = new RegistrationSubscriptionSender();
1014 $subscription->sendRegister($login, $fullname, $email);
H A Ddeprecated.php369 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 Dmedia.php696 $subscription = new MediaSubscriptionSender();
697 $subscription->sendMediaDiff($conf['notify'], 'uploadmail', $id, $old_rev, $current_rev);
/dokuwiki/inc/lang/en/
H A Dlang.php298 $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';
H A Dsubscr_form.txt1 ====== Subscription Management ======
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css86 * Styles for the subscription page
/dokuwiki/inc/lang/ia/
H A Dsubscr_digest.txt16 e cancella tu subscription al modificationes in paginas e/o spatios de nomines.
H A Dsubscr_single.txt19 e cancella tu subscription al modificationes in paginas e/o spatios de nomines.
H A Dsubscr_list.txt13 e cancella tu subscription al modificationes in paginas e/o spatios de nomines.
H A Dlang.php213 $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/Subscriptions/
H A DBulkSubscriptionSender.php15 * 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 DSubscriberManager.php12 * 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 DSubscriberRegexBuilder.php10 * Construct a regular expression for parsing a subscription definition line
/dokuwiki/inc/Ui/
H A DSubscribe.php68 // Add new subscription form
/dokuwiki/lib/plugins/config/lang/ia/
H A Dlang.php75 $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/authad/lang/en/
H A Dsettings.php6 $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/inc/Action/
H A DSubscribe.php15 * 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/vendor/phpseclib/phpseclib/
H A DBACKERS.md3 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 DREADME.md9 - [Subscribe to Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme)
/dokuwiki/inc/Menu/Item/
H A DSubscribe.php8 * Access the subscription management view
/dokuwiki/lib/scripts/
H A Dbehaviour.js57 dw_behaviour.subscription();
150 * Hide list subscription style if target is a page
155 subscription: function(){ method in dw_behaviour
/dokuwiki/conf/
H A Ddokuwiki.php105 $conf['subscribers'] = 0; //enable change notice subscription support
/dokuwiki/lib/plugins/config/lang/en/
H A Dlang.php143 $lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be smaller than the time specified in recent_days.';

12345678910>>...12