Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Ddwpage.php248 * @param bool $minor
250 protected function commandCommit($localfile, $wiki_id, $message, $minor) argument
269 saveWikiText($wiki_id, file_get_contents($localfile), $message, $minor);
/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
129 $is_minor_change = ($minor && $conf['useacl'] && $INPUT->server->str('REMOTE_USER'));
/dokuwiki/_test/
H A Drector.php72 [$major, $minor] = explode('.', $_SERVER['RECTOR_MIN_PHP'] ?? '' ?: '7.4');
73 $phpset = LevelSetList::class . '::UP_TO_PHP_' . $major . $minor;
/dokuwiki/inc/
H A Dcommon.php1260 * @param bool $minor mark this saved version as minor update
1265 function saveWikiText($id, $text, $summary, $minor = false) argument
1269 $data = (new PageFile($id))->saveWikiText($text, $summary, $minor);
1274 notify($id, 'admin', $rev, $summary, $minor, $new_rev);
1275 notify($id, 'subscribers', $rev, $summary, $minor, $new_rev);
1309 * @param boolean $minor Is this a minor edit?
1316 function notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = [], $current_rev = … argument
1329 … if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER') && $minor) return false; //skip minors
/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/vendor/geshi/geshi/
H A DREADME.md23 Be aware that minor highlighting errors may well just be incorrect
H A DCHANGELOG22 - Some minor tweaks for RFC822 email support (BenBE)
101 * Fix a minor issue with comments in Visual Basic (Plançon, BenBE)
103 * Fix a minor issue with keywords in SQL (Gerrit, BenBE)
225 * Additional Keywords and minor tweaks to Logtalk (Paulo Moura)
626 - Lots of other minor optimizations based on coding style improvements (Milian Wolff)
635 - Fixed minor problem in Haskell cuasing accidential start of comment (SF#1987221, BenBE)
636 - Fixed minor issue causing loads of warnings if a language files defines no symbols (BenBE)
871 - Some minor language file fixes (C++, Lua) (Lua fixes by chromix)
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md129 minor improvements
/dokuwiki/inc/lang/la/
H A Dlang.php238 $lang['i_phpver'] = 'Forma tua PHP <code>%s</code> minor quam illa necessaria <code>%s…
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown96 The main development for the next minor release happens in `master` branch.