Home
last modified time | relevance | path

Searched +full:edit -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 97) sorted by path

1234

/dokuwiki/conf/
H A Dacl.auth.php.dist16 # edit 2
/dokuwiki/data/
H A Ddeleted.files607 lib/images/edit.gif
814 inc/lang/ko/edit.txt_bak
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
H A Dwelcome.txt14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
/dokuwiki/inc/Action/
H A DDraft.php35 if (!isset($INFO['draft']) || !file_exists($INFO['draft'])) throw new ActionException('edit');
H A DEdit.php10 * Class Edit
16 class Edit extends AbstractAction
37 // no edit permission? view source
79 // Use the date of the newest revision, not of the revision we edit
15 class Edit extends AbstractAction global() class
H A DLogout.php42 // when logging out during an edit session, unlock the page
H A DPreview.php17 class Preview extends Edit
H A DRecover.php22 throw new ActionAbort('edit');
H A DRedirect.php32 //get section name when coming from section edit
H A DRevert.php51 throw new ActionException('edit');
H A DSave.php11 * Save at the end of an edit session
46 throw new ActionException('edit');
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php141 * - sum: edit summary (or action reason)
422 $lastRev = array_pop($allRevs); //keep last entry that could be external edit
525 // add a possible revision of external edit, create or deletion
571 * Get the current revision information, considering external edit, create or deletion
591 * - sum: edit summary (or action reason)
594 * - timestamp: unix timestamp or false (key set only for external edit occurred)
616 } elseif ($fileRev === $lastRev) { // not external edit
H A DChangeLogTrait.php37 'sum' => $info[5], // edit summary (or action reason)
H A DRevisionInfo.php32 * - sum: edit summary (or action reason)
121 * edit date and time of the page or media file
139 * edit summary
270 // diff icon will not be shown when external edit occurred
/dokuwiki/inc/
H A DDifferenceEngine.php177 // Compute the edit operations.
551 foreach ($this->edits as $edit) {
552 $rev->edits[] = $edit->reverse();
563 foreach ($this->edits as $edit) {
564 if ($edit->type != 'copy')
579 foreach ($this->edits as $edit) {
580 if ($edit->type == 'copy')
581 $lcs += count($edit->orig);
597 foreach ($this->edits as $edit) {
598 if ($edit
[all...]
H A DDraft.php59 * Save a draft of a current edit session
/dokuwiki/inc/File/
H A DPageFile.php149 // add a potential external edit entry to changelog and store it into attic
220 * If so, we assume it has been an external edit and we create an attic copy and add a proper
/dokuwiki/inc/Menu/Item/
H A DEdit.php6 * Class Edit
8 * Most complex item. Shows the edit button but mutates to show, draft and create based on
11 class Edit extends AbstractItem class
52 * change the icon according to what type the edit button has
57 'edit' => '01-edit_pencil.svg',
/dokuwiki/inc/Menu/
H A DMobileMenu.php72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
H A DPageMenu.php14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top'];
/dokuwiki/inc/Remote/
H A DApiCore.php653 * @param string $summary edit summary
654 * @param bool $isminor whether this is a minor edit
693 // FIXME auto set a summary in other cases "API Edit" might be a good idea?
717 * @param string $summary edit summary
718 * @param bool $isminor whether this is a minor edit
/dokuwiki/inc/Ui/
H A DEditor.php17 * Display the Edit Window
18 * preprocess edit form data
53 // intro locale text (edit, rditrev, or read)
55 $intro = ($REV) ? 'editrev' : 'edit';
84 // Only emit event if page is writable, section edit data is valid and
85 // edit target is not section.
106 // add edit buttons: save, preview, cancel
118 // add a textbox for edit summary
122 ->id('edit__summary')->addClass('edit')
156 // print intro locale text (edit, rditre
[all...]
H A DLogin.php53 $input = $form->addTextInput('u', $lang['user'])->id('focus__this')->addClass('edit')
58 $input = $form->addPasswordInput('p', $lang['pass'])->addClass('block edit');
H A DMediaRevisions.php90 $RevInfo->showEditDate(), // edit date and time
94 $RevInfo->showEditSummary(), // edit summary

1234