* stubs for api iFrame Proxy system. Early summary in /js2/mwEmbed/apiProxy/
authorMichael Dale <dale@users.mediawiki.org>
Sat, 17 Oct 2009 10:35:46 +0000 (10:35 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Sat, 17 Oct 2009 10:35:46 +0000 (10:35 +0000)
commit0df1f91e53210faba80ee669bc1800f5d4742fd0
treed3672eaf26a753cb83d930d9d8a4b30e07580ea8
parent25f9a38bfeb953ea4dd6968f8a633b8fa3edaba6
* stubs for api iFrame Proxy system. Early summary in /js2/mwEmbed/apiProxy/
** testing page for proxy setup (hard coded to localhost)
** added basic support to skin.php for enabling of apiproxy (off by default)

* added flickrSearch as another remote repository
* other refactoring, cleanup of remoteSearchDriver (add-media-wizard)

* removed query.json.1-3.js
* removed jquery.secureEvalJSON.js
* replaced with official http://www.JSON.org/json2.js script which is only included if JSON is undefined
24 files changed:
includes/AutoLoader.php
includes/DefaultSettings.php
includes/Skin.php
js2/apiProxyPage.js [new file with mode: 0644]
js2/editPage.js
js2/mwEmbed/jquery/plugins/jquery.json-1.3.js [deleted file]
js2/mwEmbed/jquery/plugins/jquery.secureEvalJSON.js [deleted file]
js2/mwEmbed/libAddMedia/mvBaseUploadInterface.js
js2/mwEmbed/libAddMedia/remoteSearchDriver.js
js2/mwEmbed/libAddMedia/searchLibs/archiveOrgSearch.js
js2/mwEmbed/libAddMedia/searchLibs/baseRemoteSearch.js
js2/mwEmbed/libAddMedia/searchLibs/flickrSearch.js
js2/mwEmbed/libAddMedia/searchLibs/mediaWikiSearch.js
js2/mwEmbed/libAddMedia/searchLibs/metavidSearch.js
js2/mwEmbed/libAddMedia/seqRemoteSearchDriver.js [deleted file]
js2/mwEmbed/libEmbedVideo/nativeEmbed.js
js2/mwEmbed/libMwApi/NestedCallbackIframe.html [new file with mode: 0644]
js2/mwEmbed/libMwApi/json2.js [new file with mode: 0644]
js2/mwEmbed/libMwApi/mw.proxy.js [new file with mode: 0644]
js2/mwEmbed/libMwApi/mwProxy.js [new file with mode: 0644]
js2/mwEmbed/mv_embed.js
js2/mwEmbed/php/languages/mwEmbed.i18n.php
js2/mwEmbed/tests/testApiProxy.html [new file with mode: 0644]
js2/remoteMwEmbed.js