mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
8a8a337ce5
Objective: * Make all text inputs have the ability to be "pending", not just ones with a special mixin Changes: * Delete pending input widget * Move pending input widget implementation to text input widget * Update all uses of pending input widget * Make pending image a reusable "texture" * Update styles of text input widget for pending state * Get rid of checking for mixin since all text inputs can be pending now Bonus: * Get rid of unused images, including .psd and .ai files * Add transparency texture * Fix input widget not using documented config value * Fix documentation in select widget (lies!) Change-Id: Ib46ab01dc39d706e5c25fd473dee0edce51b7e44 |
||
---|---|---|
.docs | ||
demos | ||
maintenance | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
AUTHORS.txt | ||
CODING.md | ||
Gruntfile.js | ||
LICENSE.txt | ||
package.json | ||
README.txt | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorMessagesModule.php |
VisualEditor provides a visual editor for wiki pages. It is written in JavaScript and runs in a web browser. It uses the Parsoid parser to convert wikitext documents to annotated HTML which the VisualEditor is able to load, modify and emit back to Parsoid at which point it is converted back into wikitext. For more information about these projects, check out the wiki: * http://www.mediawiki.org/wiki/VisualEditor * http://www.mediawiki.org/wiki/Parsoid