Changes

Jump to navigation Jump to search
adds note about wgActionPaths
<li> Beautiful, responsive, mobile-first [[Private:QualityBox/look and feel]]
<li> Clean URLs for easier use, better SEO.
<li> REST-like action verbs extend "Clean URLs" to include all the regular user interactions like 'edit' and 'history'<ref>Code like <pre>$actions = array( 'edit', 'watch', 'unwatch', 'delete','revert', 'rollback', 'protect', 'unprotect', 'markpatrolled', 'render', 'submit', 'history', 'purge', 'info' ); foreach ( $actions as $action ) { $wgActionPaths[$action] = "/wiki/$1/$action";}$wgActionPaths['view'] = "/wiki/$1";$wgArticlePath = $wgActionPaths['view'];</pre> sets up [[mw:Manual:$wgActionPaths|$wgActionPaths]]</ref>
<li> Advanced "[[404|Document Not Found]]" handling
<li> Licensing selections in the "Upload" form. This is part of the pre-loaded content which makes QualityBox a turn-key system.
<ol>
<li> Make it so that your wiki can NOT be exported by a user -- even the admin (not recommended) <ref>[[mw:Manual:Parameters to SpecialParameters_to_Special:Export|]]</ref>
<li> Disable the API (not recommended)
<li> Delete archived files -- either due to sensitive content, or to reduce disk space requirements <ref>[[mw:Manual:DeleteArchivedFiles.php]]</ref>
4,558

edits

Navigation menu