mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 16:26:39 +00:00
a686b7f580
Use proper placeholder attribute instead of faking it with a value. This predated even jquery.placeholder and is no longer needed. Also fixes a bug where it was checking with the API for the existence of the placeholder value. Bug: T133716 Change-Id: I290ec48f6b1d250da28efffd7ebdb6b681c0227e |
||
---|---|---|
i18n | ||
includes | ||
modules | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
.stylelintrc.json | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
package.json | ||
README |
WikiEditor provides enhancements to the MediaWiki edit page # This extension requires MediaWiki 1.28 or higher. For installation, once the code is copied into your extensions directory, you can load it for your wiki by adding to LocalSettings.php the line: wfLoadExtensions( "WikiEditor" ); By default, when installed this extension will be available to all users, and logged-in users can disable it from their preferences. If you wish all users to have it, and be unable to disable it, add it to $wgHiddenPrefs in your LocalSettings.php: $wgHiddenPrefs[] = 'usebetatoolbar'; More can be found on the extension's page: https://www.mediawiki.org/wiki/Extension:WikiEditor