r60225 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60224‎ | r60225 | r60226 >
Date:03:01, 19 December 2009
Author:dale
Status:deferred
Tags:
Comment:
== More reorganization ==
* Moved loader code from mwEmbed.js core into module loaders
* added "enabledModules" config value that lists "enabled modules"
* modules moved to "modules folder" and given names that match their loaders
* remote CMS handlers moved to "remotes" folder
* Moved "example_usage" to "tests"

== TODO ==
* Player & add-media-wizard are still ~mostly~ still working ( more testing remains to be done )
* Script-loader has to be updated to load loader.js on mwEmbed requests
Modified paths:
  • /branches/js2-work/phase3/includes/AutoLoader.php (modified) (history)
  • /branches/js2-work/phase3/js/ajaxcategories.js (modified) (history)
  • /branches/js2-work/phase3/js/apiProxyPage.js (modified) (history)
  • /branches/js2-work/phase3/js/editPage.js (modified) (history)
  • /branches/js2-work/phase3/js/js2stopgap.js (modified) (history)
  • /branches/js2-work/phase3/js/js2stopgap.min.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/cache (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/library (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/minify (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/noMediaWikiConfig.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/script-cache (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/jsScriptLoader.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/dragDropFile.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/jquery.dragDropFile.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/jquery.simpleUploadForm.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/loader.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mvAdvFirefogg.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mvBaseUploadInterface.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mvFirefogg.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mw.BaseUploadInterface.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mw.Firefogg.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mw.FirefoggGUI.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mw.RemoteSearchDriver.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/remoteSearchDriver.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/simpleUploadForm.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ApiProxy (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ApiProxy/loader.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ApiProxy/mw.proxy.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ClipEdit (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ClipEdit/loader.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ClipEdit/mvClipEdit.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ClipEdit/mw.ClipEdit.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/embedPlayer.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/loader.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/mw.EmbedPlayer.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/loader.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mvFirefoggRender.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mvPlayList.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mvSequencer.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mvTimedEffectsEdit.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mw.FirefoggRender.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mw.PlayList.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mw.SeqRemoteSearchDriver.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mw.Sequencer.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mw.TimedEffectsEdit.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/seqRemoteSearchDriver.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/jQuery.menu.css (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/jQuery.menu.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/jquery.menu.css (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/jquery.menu.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/loader.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/mvTimeTextEdit.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/mw.TimedText.js (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/mw.timedText.js (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/libAddMedia (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/libClipEdit (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/libEmbedPlayer (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/libMwApi (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/libSequencer (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/libTimedText (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/mwEmbed.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/remotes/mediaWiki.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Add_Media_Wizard.html (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Firefogg_GUI.html (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Firefogg_Make_Advanced.html (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Multi_Upload.html (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Player_Themable.html (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Sequence_Editor.html (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Sequence_Render.html (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/testApiProxy.html (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/testLang.html (modified) (history)
  • /branches/js2-work/phase3/js/uploadPage.js (modified) (history)
  • /branches/js2-work/phase3/mwScriptLoader.php (modified) (history)
  • /branches/js2-work/phase3/skins/common/preview.js (modified) (history)
  • /branches/js2-work/phase3/skins/common/wikibits.js (modified) (history)

Status & tagging log