Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 11 of 11) sorted by path

/dokuwiki/inc/File/
H A DPageFile.php75 * @param string $summary summary of text update
79 public function saveWikiText($text, $summary, $minor = false) argument
111 'summary' => $summary,
164 // autoset summary on deletion
165 if (blank($data['summary'])) {
166 $data['summary'] = $lang['deleted'];
205 'sum' => $data['summary'],
/dokuwiki/inc/Subscriptions/
H A DPageSubscriptionSender.php18 * @param string $summary Change summary if any
23 public function sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null)
31 'SUMMARY' => $summary,
26 sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null) global() argument
/dokuwiki/inc/Ui/
H A DPageConflict.php15 protected $summary; variable in dokuwiki\\Ui\\PageConflict
21 * @param string $summary edit summary
23 public function __construct($text = '', $summary = '') argument
26 $this->summary = $summary;
49 $form->setHiddenField('summary', $this->summary);
/dokuwiki/inc/
H A Dchangelog.php40 * @param String $summary Summary of the change
56 $summary = '',
86 'sum' => $summary,
106 * @param String $summary Summary of the change
117 $summary = '',
143 'sum' => $summary,
49 addLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
110 addMediaLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
H A Dcommon.php1293 * @param string $summary summary of text update
1296 function saveWikiText($id, $text, $summary, $minor = false)
1300 $data = (new PageFile($id))->saveWikiText($text, $summary, $minor);
1304 ['oldRevision' => $rev, 'newRevision' => $new_rev, 'summary' => $summary] = $data;
1305 notify($id, 'admin', $rev, $summary, $minor, $new_rev);
1306 notify($id, 'subscribers', $rev, $summary, $minor, $new_rev);
1339 * @param string $summary What changed
1347 function notify($id, $who, $rev = '', $summary
1286 saveWikiText($id, $text, $summary, $minor = false) global() argument
1335 notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = array(), $current_rev = false) global() argument
[all...]
H A Ddeprecated.php495 * @param string $summary Change summary if any
500 public function send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') {
503 return $subscriptionSender->sendPageDiff($subscriber_mail, $template, $id, $rev, $summary);
498 send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') global() argument
H A Dhtml.php159 ['do' => 'edit', 'rev' => $INFO['lastmod'], 'summary' => '[' . $name . '] '],
621 * @param string $summary
624 function html_conflict($text, $summary)
627 (new PageConflict($text, $summary))->show();
592 html_conflict($text, $summary) global() argument
/dokuwiki/lib/styles/
H A Dfeed.css59 item description, entry summary {
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_edit.css93 /* summary input and minor changes checkbox */
94 .dokuwiki .editBar .summary {
97 .dokuwiki .editBar .summary label {
101 .dokuwiki .editBar .summary label span {
104 .dokuwiki .editBar .summary input {
106 /* change background colour if summary is missing */
107 .dokuwiki .editBar .summary input.missing {
H A D_media_fullscreen.css17 /* min-width must be summary of all 3 panels' min-widths */
H A Dbasic.less33 summary,