| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _recent.css | 2 * 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 D | autoFix.yml | 46 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 D | lang.php | 17 $lang['btn_preview'] = 'Preview changes'; 18 $lang['btn_save'] = 'Save changes'; 19 $lang['btn_reset'] = 'Reset current changes';
|
| H A D | intro.txt | 2 All changes are stored in a local configuration file and are upgrade safe.
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 6 ## 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 D | cli.php | 229 $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 D | subscr_digest.txt | 4 Here are the changes: 16 and unsubscribe page and/or namespace changes.
|
| H A D | subscr_single.txt | 4 Here are the changes: 19 and unsubscribe page and/or namespace changes.
|
| H A D | recent.txt | 1 ====== Recent Changes ======
|
| H A D | mailtext.txt | 12 There may be newer changes after this revision. If this
|
| H A D | subscr_list.txt | 13 and unsubscribe page and/or namespace changes.
|
| /dokuwiki/inc/ |
| H A D | changelog.php | 152 * 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 D | Recent.php | 10 * The recent changes view 16 /** @var string what type of changes to show */
|
| /dokuwiki/_test/tests/Subscriptions/ |
| H A D | BulkSubscriptionsSenderTest.php | 53 // 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 D | plugin.info.txt | 6 desc Changes existing page and foldernames for the change in the safe filename encoding
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | PageChangeLog.php | 17 return metaFN($this->id, '.changes'); 59 io_saveFile(metaFN($this->id, '.changes'), $logline, true);
|
| H A D | MediaChangeLog.php | 17 return mediaMetaFN($this->id, '.changes'); 59 io_saveFile(mediaMetaFN($this->id, '.changes'), $logline, $append = true);
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Recent.php | 8 * Show the site wide recent changes
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | style.ini | 4 ; 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 D | auth.php | 255 * @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 D | plugins.required.php | 4 * from changes by the extension manager. These settings will override any local settings.
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | 71 // 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 D | intro.txt | 7 Remember to press the **Save** button before leaving this page otherwise your changes will be lost.
|
| /dokuwiki/lib/plugins/authad/lang/en/ |
| H A D | lang.php | 12 … 'Failed to change user attributes. Maybe your account does not have permissions to make changes?';
|
| /dokuwiki/_test/tests/inc/ |
| H A D | changelog_hasrevisions.test.php | 9 * - data/meta/mailinglist.changes
|