Home
last modified time | relevance | path

Searched full:changes (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css2 * This file provides styles for the recent changes (?do=recent) and
6 /*____________ list of revisions / recent changes ____________*/
13 .dokuwiki form.changes ul li {
17 [dir=rtl] .dokuwiki form.changes ul li {
20 .dokuwiki form.changes ul li span,
21 .dokuwiki form.changes ul li a {
24 .dokuwiki form.changes ul li span.user a {
27 .dokuwiki form.changes ul li.minor {
31 .dokuwiki form.changes li span.date {
33 .dokuwiki form.changes li a.diff_link {
[all …]
/dokuwiki/.github/workflows/
H A DautoFix.yml46 These changes were made automatically by running rector and phpcbf.
48 …Please carefully check the changes before merging. Please note that unit tests are not run for aut…
50 …sagree with the changes, simply clean the code yourself and create a new pull request. This PR aut…
/dokuwiki/lib/plugins/styling/lang/en/
H A Dlang.php17 $lang['btn_preview'] = 'Preview changes';
18 $lang['btn_save'] = 'Save changes';
19 $lang['btn_reset'] = 'Reset current changes';
H A Dintro.txt2 All changes are stored in a local configuration file and are upgrade safe.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md6 ## Changes ## section in Email-Address-Validator
7 Changes include:
28 …^1` as the version constraint (which will allow for backwards-compatible changes to be installed, …
34 …rementioned changes, the way of using this class has completely changed. However it has such a sma…
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php229 $changes = [];
232 $changes['grps'] = $oldinfo['grps'];
235 $changes['grps'][] = $group;
240 if (!empty(array_diff($changes['grps'], $oldinfo['grps']))) {
241 if ($auth->triggerUserMod('modify', [$name, $changes])) {
267 $changes = [];
270 $changes['grps'] = $oldinfo['grps'];
272 if (($pos = array_search($group, $changes['grps'])) == !false) {
273 unset($changes['grps'][$pos]);
278 if (!empty(array_diff($oldinfo['grps'], $changes['grps']))) {
[all …]
/dokuwiki/inc/lang/en/
H A Dsubscr_digest.txt4 Here are the changes:
16 and unsubscribe page and/or namespace changes.
H A Dsubscr_single.txt4 Here are the changes:
19 and unsubscribe page and/or namespace changes.
H A Drecent.txt1 ====== Recent Changes ======
H A Dmailtext.txt12 There may be newer changes after this revision. If this
H A Dsubscr_list.txt13 and unsubscribe page and/or namespace changes.
/dokuwiki/inc/
H A Dchangelog.php152 * The following constants can be used to control which changes are
156 * RECENTS_SKIP_MINORS - don't include minor changes
159 * RECENTS_MEDIA_CHANGES - return media changes instead of page changes
160 * RECENTS_MEDIA_PAGES_MIXED - return both media changes and page changes
181 // read all recent changes. (kept short)
255 * The following constants can be used to control which changes are
259 * RECENTS_SKIP_MINORS - don't include minor changes
262 * RECENTS_MEDIA_CHANGES - return media changes instead of page changes
282 // read all recent changes. (kept short)
324 * @param int $flags flags to control which changes are included
[all …]
/dokuwiki/inc/Action/
H A DRecent.php10 * The recent changes view
16 /** @var string what type of changes to show */
/dokuwiki/_test/tests/Subscriptions/
H A DBulkSubscriptionsSenderTest.php53 // now create more changes
65 // we now should get mails for three changes
95 // now create more changes
107 // we now should get a single mail for all three changes
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt6 desc Changes existing page and foldernames for the change in the safe filename encoding
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php17 return metaFN($this->id, '.changes');
59 io_saveFile(metaFN($this->id, '.changes'), $logline, true);
H A DMediaChangeLog.php17 return mediaMetaFN($this->id, '.changes');
59 io_saveFile(mediaMetaFN($this->id, '.changes'), $logline, $append = true);
/dokuwiki/inc/Menu/Item/
H A DRecent.php8 * Show the site wide recent changes
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini4 ; To extend this file or make changes to it, it is recommended to create
6 ; any changes after an upgrade.
7 ; Please don't forget to copy the section your changes should be under
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php255 * @param array $changes array of field/value pairs to be changed (password will be clear text)
258 public function modifyUser($user, $changes) argument
268 if (isset($changes['user'])) {
269 if ($this->getUserData($changes['user'], false)) goto FAIL;
271 $params['newlogin'] = $changes['user'];
278 if (isset($changes['pass'])) {
280 $params['clear'] = $changes['pass'];
281 $params['hash'] = auth_cryptPassword($changes['pass']);
288 if (isset($changes['mail']) || isset($changes['name'])) {
290 if (isset($changes['mail'])) $params['mail'] = $changes['mail'];
[all …]
/dokuwiki/conf/
H A Dplugins.required.php4 * from changes by the extension manager. These settings will override any local settings.
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php71 // subscription target is a namespace, get all changes within
72 $changes = getRecentsSince($lastupdate, null, getNS($target));
79 $changes = [$meta['last_change']];
84 foreach ($changes as $rev) {
182 …* Sends a digest mail showing a bunch of changes of a single page. Basically the same as sendPageD…
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt7 Remember to press the **Save** button before leaving this page otherwise your changes will be lost.
/dokuwiki/lib/plugins/authad/lang/en/
H A Dlang.php12 … 'Failed to change user attributes. Maybe your account does not have permissions to make changes?';
/dokuwiki/_test/tests/inc/
H A Dchangelog_hasrevisions.test.php9 * - data/meta/mailinglist.changes

12345678910>>...14