r65416 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65415‎ | r65416 | r65417 >
Date:00:40, 22 April 2010
Author:dale
Status:deferred
Tags:
Comment:
* refactor to make javascript modules more self-contained ( not yet fully tested )
** moved all localizations into each module, only load localizations for enabled javascript modules
** better support for extension based js2Modules in arbitrary paths
** all class loaders paths defined with relative named locations
** Stubs for UploadWizard extension ( does not need to be hosted in JS2Support directory )
** Basic AddMediaWizard Extension ( also could be in /extensions/AddMediaWizard )
Modified paths:
  • /branches/js2-work/phase3/includes/AutoLoader.php (modified) (history)
  • /branches/js2-work/phase3/includes/DefaultSettings.php (modified) (history)
  • /branches/js2-work/phase3/includes/OutputPage.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/jsClassLoader.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/maintenance/clearMwEmbedVars.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/maintenance/mergeJavascriptMsg.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/maintenance/moveMsgToModule.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/includes/noMediaWikiConfig.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/jsScriptLoader.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/languages/mwEmbed.i18n.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/AddMedia.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AjaxCategories/AjaxCategories.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AjaxCategories/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AjaxCategories/mw.AjaxCategories.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ApiProxy/ApiProxy.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ApiProxy/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ClipEdit/ClipEdit.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ClipEdit/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/EmbedPlayer.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/Sequencer.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/TimedText.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/UploadWizard.i18n.php (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/mw.UploadWizard.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/mwEmbed.js (modified) (history)

Diff [purge]

The diff is too large to display.

Follow-up revisions

RevisionCommit summaryAuthorDate
r65502extension side of r65416dale02:21, 24 April 2010

Status & tagging log