Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/bin/
H A Ddwpage.php94 'minor change',
244 * @param bool $minor
246 protected function commandCommit($localfile, $wiki_id, $message, $minor)
265 saveWikiText($wiki_id, file_get_contents($localfile), $message, $minor);
242 commandCommit($localfile, $wiki_id, $message, $minor) global() argument
/dokuwiki/inc/File/
H A DPageFile.php76 * @param bool $minor mark this saved version as minor update
79 public function saveWikiText($text, $summary, $minor = false) argument
128 // minor edits allowable only for logged in users
129 $is_minor_change = ($minor && $conf['useacl'] && $INPUT->server->str('REMOTE_USER'));
321 } elseif (!$wasMinorEdit) { // non-minor modification
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css27 .dokuwiki form.changes ul li.minor {
H A D_edit.css93 /* summary input and minor changes checkbox */
H A D_diff.css36 .dokuwiki table.diff th.minor {
/dokuwiki/inc/
H A Dcommon.php291 // Use $INFO['meta']['last_change']['type']===DOKU_CHANGE_TYPE_MINOR_EDIT in place of $info['minor'].
1294 * @param bool $minor mark this saved version as minor update
1296 function saveWikiText($id, $text, $summary, $minor = false)
1300 $data = (new PageFile($id))->saveWikiText($text, $summary, $minor);
1305 notify($id, 'admin', $rev, $summary, $minor, $new_rev);
1306 notify($id, 'subscribers', $rev, $summary, $minor, $new_rev);
1340 * @param boolean $minor Is this a minor edit?
1347 function notify($id, $who, $rev = '', $summary = '', $minor
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...]
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md23 Be aware that minor highlighting errors may well just be incorrect
H A DCHANGELOG20 - Some minor tweaks for RFC822 email support (BenBE)
99 * Fix a minor issue with comments in Visual Basic (Plançon, BenBE)
101 * Fix a minor issue with keywords in SQL (Gerrit, BenBE)
223 * Additional Keywords and minor tweaks to Logtalk (Paulo Moura)
624 - Lots of other minor optimizations based on coding style improvements (Milian Wolff)
633 - Fixed minor problem in Haskell cuasing accidential start of comment (SF#1987221, BenBE)
634 - Fixed minor issue causing loads of warnings if a language files defines no symbols (BenBE)
869 - Some minor language file fixes (C++, Lua) (Lua fixes by chromix)
/dokuwiki/inc/Remote/
H A DApiCore.php654 * @param bool $isminor whether this is a minor edit
718 * @param bool $isminor whether this is a minor edit
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md129 minor improvements
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown80 The main development for the next minor release happens in `master` branch.
/dokuwiki/inc/lang/la/
H A Dlang.php62 $lang['minoredit'] = 'Recensio minor';
108 $lang['js']['mediasmall'] = 'Forma minor';
238 $lang['i_phpver'] = 'Forma tua PHP <code>%s</code> minor quam illa necessaria <code>%s</code>.';