Go to file
Rob Moen 5e27d6a7a2 Revised inspector iframe construction to allow multiple inspectors
to be added.  Create inspector elements in the propper document
scope.  Restore inspector css classnames to camel case for proof
that inspectors are being created in the correct document scope.
Previously, inspector elements created in the wrong document scope
would have css rules applied only if class names were lowercase.
Issue only surfaced in Webkit browsers.  Though, this implementation
is more future proof and will help prevent future inspector bugs.
Patch 3) Fixed global variable definition and mistake with
inspectorDoc

Change-Id: I36c0d078aea10d919689768878004a19f7f89b55
2012-07-19 17:29:15 -07:00
api Merge "Add localhost prefix pointing to http://localhost/w by default" 2012-07-19 04:33:55 +00:00
demos/ve Removed some whitespace 2012-07-19 14:25:16 -07:00
modules Revised inspector iframe construction to allow multiple inspectors 2012-07-19 17:29:15 -07:00
tests Removed some whitespace 2012-07-19 14:25:16 -07:00
.gitignore Added support for localsettings.js and improved logging of instance status 2012-06-21 15:29:40 -07:00
.gitreview Set defaultrebase=0 2012-06-20 16:27:40 -07:00
.jshintignore JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
.jshintrc JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
ApiVisualEditor.php Removed some whitespace 2012-07-19 14:25:16 -07:00
AUTHORS.txt Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00
LICENSE.txt Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00
README Updated Readme to have sane content 2012-06-28 03:12:49 -07:00
VisualEditor.hooks.php Removed some whitespace 2012-07-19 14:25:16 -07:00
VisualEditor.i18n.php Merge "Removed Special:VisualEditorSandbox and refactored demo" 2012-07-19 00:58:43 +00:00
VisualEditor.php Removed some whitespace 2012-07-19 14:25:16 -07:00
VisualEditorMessagesModule.php Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00

VisualEditor and Parsoid work together to provide a visual editor for wiki pages.

Parsoid is used 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.

Both projects are written in JavaScript. Parsoid runs on Node.js while VisualEditor runs in a web
browser.

For more information about these projects, check out the wiki:

	* http://www.mediawiki.org/wiki/VisualEditor
	* http://www.mediawiki.org/wiki/Parsoid