Searched refs:minor (Results 1 – 12 of 12) sorted by relevance
| /dokuwiki/bin/ |
| H A D | dwpage.php | 248 * @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 D | PageFile.php | 76 * @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 D | rector.php | 72 [$major, $minor] = explode('.', $_SERVER['RECTOR_MIN_PHP'] ?? '' ?: '7.4'); 73 $phpset = LevelSetList::class . '::UP_TO_PHP_' . $major . $minor;
|
| /dokuwiki/inc/ |
| H A D | common.php | 1260 * @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.css | 27 .dokuwiki form.changes ul li.minor {
|
| H A D | _edit.css | 93 /* summary input and minor changes checkbox */
|
| H A D | _diff.css | 36 .dokuwiki table.diff th.minor {
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | README.md | 23 Be aware that minor highlighting errors may well just be incorrect
|
| H A D | CHANGELOG | 22 - 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 D | README.md | 129 minor improvements
|
| /dokuwiki/inc/lang/la/ |
| H A D | lang.php | 238 $lang['i_phpver'] = 'Forma tua PHP <code>%s</code> minor quam illa necessaria <code>%s…
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 96 The main development for the next minor release happens in `master` branch.
|