here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge...
authorMichael Dale <dale@users.mediawiki.org>
Tue, 14 Jul 2009 23:52:14 +0000 (23:52 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Tue, 14 Jul 2009 23:52:14 +0000 (23:52 +0000)
commitaefc40d749407714181548f401abde50009c3d0f
tree713ba8f0a4df676d9ce720057234c30926cc1ddc
parentb9f092072b7722f067900acb0ddb84c4a07f3749
here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge 1st attempt.

Here is a short overview of changes and associated default configuration variables (most everything is off by default) also see ~soon to be updated~: http://www.mediawiki.org/wiki/Media_Projects_Overview

= Upload Improvements =
==Upload API ==
* Based on the early work of Bryan Tong and others it adds the upload option to the api.
* We rewrite Special:Upload page to include use the new refactoring
* Added in token checks in both the SpecialUpload.php page so avoids DOS / xss copy-by-url JavaScript based cross site POST file submissions

== Copy by URL==
$wgAllowCopyUploads = false;
* http class rewrite includes a new http background download see: includes/HttpFunctions.php

* spins off a php process that calls: maintenance/http_session_download.php
* pushes updates to the session and gives the user a progress bar on http copy uploads from other server progress (using js2 upload interface) (if not using the js2 upload interface it does the request in-place but the download is limited to the php ini timeout time)

== Firefogg ==
* Firefogg enables resumable upload by chunks
* progress indicators and conditional invokation (js2 system)
* and of-course client side transcoding.

= Script Server =
$wgEnableScriptLoader = false;
* off by default if $wgEnableScriptLoader is turned on script files are grouped, gziped, cached etc.
for more info see: http://www.mediawiki.org/wiki/Extension:ScriptLoader

* Includes some early skin js include fixes (skin/script system still lots of love)
* Includes a "javascript class autoloader" this is packaged into mwEmbed so that the mwEmbed library can work in stand alone mode (while retaining localization and script serving) (one such application is the make page for firefogg.org : http://www.firefogg.org/make/index.html  )
* The file that contains the autojavascript loading classes is: js2/php/jsAutoloadLocalClasses.php
* One can use this auto class loading dependency system with extensions and add-ons but I need to better document that.

= js2 system  / mwEmbed=
$wgEnableJS2system = false

* includes initial rewrite towards more jquery based javascript code
* especially for the Special:Upload page.
* Also the edit page include support for the "add-media-wizard"
* includes dependency loader for javascript that optionally takes advantage of the script-loader
* remote embedding of javascript interfaces (like embedding video, or commons media searching)

* $wgDebugJavaScript = false; .. .this variable lets you always get "always fresh javascript". When used with the script-loader it does not minify the script-loader output.

= mwEmbed =
* Will commit a separate patch to oggHandler that conditionally outputs  <video tag> to use the new javascript video player.
** mv_embed player includes: play-head, volume control, remote embedding, oggz-chop support across plugins.
* add-media-wizard adds easy inserts of media to pages (with import)

== jQuery==
* we include a base install of jQuery, jQuery ui and some plugins.
* all the javascript classes are in the scriptloader so its easy to load any set of jquery ui components that you may need using the script-server. You get a callback so you can then execute js with dependencies loaded.

== other stuff ==
there is a bit more code in js2 that pertains to sequence editing, timed text display and basic image editing. We include a base import of pixastic-lib & pixastic-editor... will work with the pixastic developer to try and ensure upstream compatibility on our usage of the library for in-browser photo and sequence manipulation.
533 files changed:
RELEASE-NOTES
config/index.php
docs/upload.txt
includes/AutoLoader.php
includes/DefaultSettings.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/HttpFunctions.php
includes/OutputPage.php
includes/QueryPage.php
includes/Skin.php
includes/SkinTemplate.php
includes/StreamFile.php
includes/api/ApiBase.php
includes/api/ApiFormatJson.php
includes/api/ApiMain.php
includes/api/ApiUpload.php [new file with mode: 0644]
includes/filerepo/FSRepo.php
includes/specials/SpecialUpload.php
includes/upload/UploadBase.php [new file with mode: 0644]
includes/upload/UploadFromChunks.php [new file with mode: 0644]
includes/upload/UploadFromFile.php [new file with mode: 0644]
includes/upload/UploadFromStash.php [new file with mode: 0644]
includes/upload/UploadFromUrl.php [new file with mode: 0644]
js2/README [new file with mode: 0644]
js2/editPage.js [new file with mode: 0644]
js2/mwEmbed/README [new file with mode: 0644]
js2/mwEmbed/binPlayers/cortado/README [new file with mode: 0644]
js2/mwEmbed/binPlayers/cortado/cortado.jar [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/LICENSE.txt [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/README.txt [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer-3.0.0-rc2.js [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer-3.0.0-rc2.min.js [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer-3.0.0-rc2.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer-3.0.0-rc4.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer-3.0.1.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer.controls-3.0.0-beta5.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer.controls-3.0.0-beta7.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer.controls-3.0.1.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/flowplayer/flowplayer.pseudostreaming-3.0.0-beta3.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/LICENSE.txt [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/README.txt [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/hxmdct.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/omtkp.swf [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/Player.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/ogg/EndOfOggStreamError.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/ogg/LogicalOggStream.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/ogg/OggPacket.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/ogg/OggPage.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/ogg/UncachedUrlStream.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/util/BitByteArray.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/util/HuffmanNode.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/AudioPacket.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/CodeBook.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/CommentHeader.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Floor.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Floor0.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Floor1.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/IdentificationHeader.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Look.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Mapping.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Mapping0.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Mdct.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Mode.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Residue.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Residue2.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/SetupHeader.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/Util.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/VorbisSound.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/as/org/omtk/vorbis/VorbisStream.as [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/haXe/build.hxml [new file with mode: 0644]
js2/mwEmbed/binPlayers/omtk-fx/src/haXe/org/omtk/vorbis/MdctHX.hx [new file with mode: 0644]
js2/mwEmbed/example_usage/Add_Media_Wizard.html [new file with mode: 0644]
js2/mwEmbed/example_usage/Firefogg_Make_Advanced.html [new file with mode: 0644]
js2/mwEmbed/example_usage/Firefogg_Make_Simple.html [new file with mode: 0644]
js2/mwEmbed/example_usage/Firefogg_ReWriteForm.php [new file with mode: 0644]
js2/mwEmbed/example_usage/Player_Remote_Content_ogg_flv.html [new file with mode: 0644]
js2/mwEmbed/example_usage/Player_Simple_Video_Tag.html [new file with mode: 0644]
js2/mwEmbed/example_usage/Player_Themable.html [new file with mode: 0644]
js2/mwEmbed/example_usage/Player_Timed_Text.html [new file with mode: 0644]
js2/mwEmbed/example_usage/README [new file with mode: 0644]
js2/mwEmbed/example_usage/Sequence_Editor.html [new file with mode: 0644]
js2/mwEmbed/example_usage/SequencerPlayer_Seeking.html [new file with mode: 0644]
js2/mwEmbed/example_usage/SequencerPlayer_Simple.html [new file with mode: 0644]
js2/mwEmbed/example_usage/media/princess_archive_org/princess_iron_fan-cs.srt [new file with mode: 0644]
js2/mwEmbed/example_usage/media/princess_archive_org/princess_iron_fan-ru.srt [new file with mode: 0644]
js2/mwEmbed/example_usage/media/princess_archive_org/princess_iron_fan-zh-hant.srt [new file with mode: 0644]
js2/mwEmbed/example_usage/media/princess_archive_org/princess_iron_fan.srt [new file with mode: 0644]
js2/mwEmbed/example_usage/media/princess_iron_fan-cs.srt [new file with mode: 0644]
js2/mwEmbed/example_usage/media/sample_eclipse.jpg [new file with mode: 0644]
js2/mwEmbed/example_usage/media/sample_fish.jpg [new file with mode: 0644]
js2/mwEmbed/example_usage/media/sample_fish_text_en.srt [new file with mode: 0644]
js2/mwEmbed/example_usage/media/sample_fish_text_es.srt [new file with mode: 0644]
js2/mwEmbed/example_usage/media/sample_jellyfish.jpg [new file with mode: 0644]
js2/mwEmbed/example_usage/media/sample_smil.xml [new file with mode: 0644]
js2/mwEmbed/example_usage/media/simple_smil_example_script_loader.html [new file with mode: 0644]
js2/mwEmbed/jquery/jquery-1.3.2.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery-1.3.2.min.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/AUTHORS.txt [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/GPL-LICENSE.txt [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/MIT-LICENSE.txt [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/bgiframe/ChangeLog.txt [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/bgiframe/META.json [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/bgiframe/docs/index.html [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/bgiframe/jquery.bgiframe.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/bgiframe/jquery.bgiframe.min.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/bgiframe/jquery.bgiframe.pack.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/bgiframe/test/index.html [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/cookie/jquery.cookie.min.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/cookie/jquery.cookie.pack.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/cookie/jquery.cookie.zip [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/jsdiff/jsdiff.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/qunit/testrunner.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/qunit/testsuite.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/external/simulate/jquery.simulate.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_glass_75_ffffff_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-bg_inset-soft_95_fef1ec_1x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-icons_222222_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-icons_454545_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-icons_888888_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.accordion.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.all.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.base.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.core.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.datepicker.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.dialog.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.progressbar.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.resizable.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.slider.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.tabs.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/base/ui.theme.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-icons_217bc0_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-icons_469bdd_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-icons_6da8d5_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-icons_d8e7f3_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/images/ui-icons_f9bd01_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/redmond/jquery-ui-1.7.1.custom.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-icons_454545_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-icons_888888_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/jquery-ui-1.7.1.custom.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.accordion.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.all.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.base.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.core.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.datepicker.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.dialog.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.progressbar.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.resizable.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.slider.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.tabs.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/themes/smoothness/ui.theme.css [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.blind.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.bounce.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.clip.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.core.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.drop.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.explode.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.fold.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.highlight.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.pulsate.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.scale.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.shake.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.slide.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/effects.transfer.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/jquery-ui-i18n.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-ar.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-bg.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-ca.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-cs.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-da.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-de.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-el.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-eo.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-es.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-fa.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-fi.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-fr.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-he.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-hr.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-hu.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-hy.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-id.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-is.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-it.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-ja.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-ko.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-lt.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-lv.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-ms.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-nl.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-no.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-pl.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-pt-BR.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-ro.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-ru.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-sk.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-sl.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-sq.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-sr-SR.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-sr.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-sv.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-th.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-tr.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-uk.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-zh-CN.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/i18n/ui.datepicker-zh-TW.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/jquery-ui-1.7.1.custom.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.accordion.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.core.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.datepicker.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.dialog.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.draggable.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.droppable.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.progressbar.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.resizable.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.selectable.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.slider.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.sortable.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/ui/ui.tabs.js [new file with mode: 0644]
js2/mwEmbed/jquery/jquery.ui-1.7.1/version.txt [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/date.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/images/cut.png [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/images/door.png [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/images/page_white_copy.png [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/images/page_white_delete.png [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/images/page_white_edit.png [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/images/page_white_paste.png [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/indicator.gif [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.autocomplete.css [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.autocomplete.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.bgiframe.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.contextMenu.css [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.contextMenu.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.cookie.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.datePicker.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.dimensions.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.highlight.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.hoverIntent.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.json-1.3.js [new file with mode: 0755]
js2/mwEmbed/jquery/plugins/jquery.pngFix.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.secureEvalJSON.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jquery.timers.js [new file with mode: 0644]
js2/mwEmbed/jquery/plugins/jqueryContextMenu.html [new file with mode: 0644]
js2/mwEmbed/jsScriptLoader.php [new file with mode: 0644]
js2/mwEmbed/libAddMedia/mediaWikiUploadHelper.OFF.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/mvAdvFirefogg.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/mvBaseUploadInterface.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/mvFirefogg.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/remoteSearchDriver.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/searchLibs/archiveOrgSearch.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/searchLibs/baseRemoteSearch.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/searchLibs/flickrSearch.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/searchLibs/mediaWikiSearch.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/searchLibs/metavidSearch.js [new file with mode: 0644]
js2/mwEmbed/libAddMedia/seqRemoteSearchDriver.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/css/Jcrop.gif [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/css/jquery.Jcrop.css [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/crop.php [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/demo_files/demos.css [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/demo_files/flowers.jpg [new file with mode: 0755]
js2/mwEmbed/libClipEdit/Jcrop/demos/demo_files/sago.jpg [new file with mode: 0755]
js2/mwEmbed/libClipEdit/Jcrop/demos/demo_files/sagomod.jpg [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/demo_files/sagomod.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/tutorial1.html [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/tutorial2.html [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/tutorial3.html [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/tutorial4.html [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/demos/tutorial5.html [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/index.html [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/js/jquery.Jcrop.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/Jcrop/js/jquery.Jcrop.min.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/css/colorpicker.css [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/css/layout.css [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/Thumbs.db [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/blank.gif [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_background.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_hex.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_hsb_b.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_hsb_h.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_hsb_s.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_indic.gif [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_overlay.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_rgb_b.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_rgb_g.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_rgb_r.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_select.gif [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/colorpicker_submit.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_background.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_hex.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_hsb_b.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_hsb_h.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_hsb_s.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_indic.gif [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_rgb_b.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_rgb_g.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_rgb_r.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/custom_submit.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/select.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/select2.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/images/slider.png [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/index.html [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/js/colorpicker.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/js/eye.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/js/layout.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/colorpicker/js/utils.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/mvClipEdit.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-editor/editor.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-editor/pixastic.all.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-editor/pixastic.css [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-editor/ui.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-editor/uidata.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/blend.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/blur.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/blurfast.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/brightness.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/coloradjust.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/crop.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/desaturate.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/edges.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/edges2.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/emboss.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/fliph.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/flipv.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/glow.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/histogram.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/hsl.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/invert.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/laplace.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/lighten.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/mosaic.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/noise.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/pointillize.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/posterize.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/removenoise.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/sepia.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/sharpen.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/solarize.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/actions/unsharpmask.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/pixastic-editor/editor.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/pixastic-editor/pixastic.all.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/pixastic-editor/pixastic.css [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/pixastic-editor/ui.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/pixastic-editor/uidata.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/pixastic.core.js [new file with mode: 0644]
js2/mwEmbed/libClipEdit/pixastic-lib/pixastic.jquery.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/embedVideo.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/flashEmbed.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/genericEmbed.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/htmlEmbed.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/javaEmbed.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/nativeEmbed.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/omtkEmbed.js [new file with mode: 0644]
js2/mwEmbed/libEmbedVideo/vlcEmbed.js [new file with mode: 0644]
js2/mwEmbed/libSequencer/mvPlayList.js [new file with mode: 0644]
js2/mwEmbed/libSequencer/mvSequencer.js [new file with mode: 0644]
js2/mwEmbed/libSequencer/mvTimedEffectsEdit.js [new file with mode: 0644]
js2/mwEmbed/libTimedText/mvTextInterface.js [new file with mode: 0644]
js2/mwEmbed/mv_embed.js [new file with mode: 0644]
js2/mwEmbed/php/cortado_iframe.php [new file with mode: 0644]
js2/mwEmbed/php/jsAutoloadLocalClasses.php [new file with mode: 0644]
js2/mwEmbed/php/languages/mwEmbed.i18n.php [new file with mode: 0644]
js2/mwEmbed/php/maintenance/mergeJavascriptMsg.php [new file with mode: 0644]
js2/mwEmbed/php/minify/JSMin.php [new file with mode: 0644]
js2/mwEmbed/php/mv_embed_iframe.php [new file with mode: 0644]
js2/mwEmbed/php/noMediaWikiConfig.php [new file with mode: 0644]
js2/mwEmbed/php/script-cache/README [new file with mode: 0755]
js2/mwEmbed/skins/mvpcf/ie_styles.css [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/Button_add_media.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/Jcrop.gif [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/archive_org_bw.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/archive_org_color.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/box_layout_icon.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/box_layout_icon_dark.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/button_grey_left.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/button_grey_right.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/button_play.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/button_subscribe.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/button_to_clipboard.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/carousel_left.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/carousel_right.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/carousel_top_left.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/carousel_top_right.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/clip_thumb_overlay.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/embed_arrow.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/fish_xiph_org_bw.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/fish_xiph_org_color.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/flash_carousel.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/flash_icon_bw.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/flash_icon_color.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/flash_player.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/font_truetype.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/html_page_icon.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/ico_mail.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/ico_rss.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/image_layout_left.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/image_layout_right.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/image_thumb_overlay.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/img1.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/img2.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/kaltura_logo_sm.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/list_layout_icon.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/list_layout_icon_dark.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/loading_ani.gif [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/loading_bar_ani.gif [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/logo.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/logo2.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/metavid_logo_100.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/opened.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/other_results_bg.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/other_results_top.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/other_results_top2.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/pbar-ani.gif [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/pelosi.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/person1.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_big_play_button.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_bottom_left.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_bottom_right.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_button_cc.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_button_fullscreen.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_button_options.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_button_pause.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_button_play.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_options_bg.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_options_bottom.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_options_top.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_seek_bg_loaded.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_seek_bg_normal.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_seek_left.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_seek_right.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_slider.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_video.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_video_options_bg.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_volume_seek.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_volume_tag.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/player_volume_tag_off.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/plugin.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/plugin_disabled.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/plugin_edit.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/archive_org_logo_17.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/archive_org_logo_80.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/archive_org_tab.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/cc-flickr.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/combined_tab.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/metavid_logo_17.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/metavid_tab.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/this_wiki_logo_17.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/this_wiki_tab.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/wiki_commons_logo_17.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/wiki_commons_logo_80.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/remote_cp/wiki_commons_tab.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/search_suggest_bg.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/search_suggest_bottom.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/search_suggest_top.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/selector.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/slider_handle.gif [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/slider_handle_green.gif [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/slider_handle_red.gif [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/sound_music_icon-60.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/sound_music_icon-80.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/sound_music_icon.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/stock-text-layer-24.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/stock-text-layer-24_over.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/stock-tool-button-crop.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/stock-tool-button-crop_over.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/stock-tool-button-scale.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/stock-tool-button-scale_over.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/stock_icon_over.xcf [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/tab-bg.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/thumb1.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/thumb2.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/thumb3.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/thumb4.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/tracker.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/transition_icon.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/transparent_bg.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/uni_edit_bw.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/uni_edit_color.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/vid_default_thumb.jpg [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/vid_next_sm.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/vid_prev_sm.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/images/wiki_commons_logo_80.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/mv_sequence.css [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/styles.css [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/transition_images/fade_crossfade.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/transition_images/fade_fadeFromColor.png [new file with mode: 0644]
js2/mwEmbed/skins/mvpcf/transition_images/transition_wipe.png [new file with mode: 0644]
js2/remoteMwEmbed.js [new file with mode: 0644]
js2/uploadPage.js [new file with mode: 0644]
languages/messages/MessagesEn.php
languages/messages/MessagesLzh.php
languages/messages/MessagesTk.php
languages/messages/MessagesYue.php
languages/messages/MessagesZh_hans.php
languages/messages/MessagesZh_hant.php
maintenance/http_session_download.php [new file with mode: 0644]
mwScriptLoader.php [new file with mode: 0644]
skins/MonoBook.php
skins/Standard.php
skins/common/upload.js
skins/common/wikibits.js
skins/monobook/KHTMLFixes.css [new file with mode: 0644]