Commit graph

7 commits

Author SHA1 Message Date
Erik Moeller
e56ab3154a bugfix: if the upload path is absolute, don't prepend the server URL 2005-06-28 05:02:09 +00:00
Erik Moeller
90586917b2 handle Special: namespaces in multiple languages 2005-04-13 06:57:31 +00:00
Erik Moeller
e7b1a9e8e3 1) add new preference: use external diffs (uses same framework as external
editors)
2) support for external diffs
3) shuffle some user preferences around
2005-04-12 03:36:20 +00:00
Erik Moeller
f9d54adab1 1) we need an absolute path for the image, since it needs to be retrieved
by the external editor helper application (NB: that fatal error was probably
a PHP 4/5 thing, I'm using PHP 5 here).

2) adding some extra information for the helper, this should all be made
a little more logical (only pass on as much information as needed to
construct the proper URLs)
2005-04-07 06:29:08 +00:00
Erik Moeller
a5b7daf1d7 change MIME type to x-external-edit 2005-04-04 16:00:10 +00:00
Ævar Arnfjörð Bjarmason
94e06f20a5 This is probably what eloquenc meant to do ( at least it fixes that fatal error) 2005-03-26 17:19:39 +00:00
Erik Moeller
1b562068b6 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
2005-03-24 13:30:09 +00:00