Preliminary support for application/external-editor
authorErik Moeller <erik@users.mediawiki.org>
Thu, 24 Mar 2005 13:30:09 +0000 (13:30 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Thu, 24 Mar 2005 13:30:09 +0000 (13:30 +0000)
commit1b562068b62d4082eeec681e881a9e354d34398d
treef162e08539209027970fae58993f1c78df93e0e9
parent22216ed802a899fbc50074dce3b6dcb725fc2cf7
Preliminary support for application/external-editor
allows editing wiki pages or files with an external application, by using
an intermediate helper application (such as the reference one in
extensions/ee) which fetches the data and transmits the changes back to the
server.

This version adds external editor support for uploaded files, as well as for
pages. More operations, such as diffs and merges, should support
application/external-editor in the future.

See extensions/ee/README for some more info on the concept. Documentation
will also be placed on http://meta.wikimedia.org/wiki/Help:External_editors
includes/DefaultSettings.php
includes/ExternalEdit.php [new file with mode: 0644]
includes/ImagePage.php
includes/SpecialPreferences.php
index.php
skins/common/common.css
skins/monobook/main.css