r71991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71990‎ | r71991 | r71992 >
Date:23:03, 30 August 2010
Author:tparscal
Status:ok (Comments)
Tags:
Comment:
Reorganized modules into more shallow structures. Using existing files for legacy, rather than porting them manually. Still need to force global scope for exported symbols for legacy code so it can cope with being wrapped. Removed test modules.
Modified paths:
  • /branches/resourceloader/phase3/resources/Resources.php (modified) (history)
  • /branches/resourceloader/phase3/resources/jquery.effects (added) (history)
  • /branches/resourceloader/phase3/resources/jquery.ui (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/effects (deleted) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.async.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.autoEllipsis.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.browser.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.collapsibleTabs.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.color.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.delayedBind.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.expandableField.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.highlightText.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.suggestions.css (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.suggestions.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/jquery.textSelection.js (added) (history)
  • /branches/resourceloader/phase3/resources/jquery/ui (deleted) (history)
  • /branches/resourceloader/phase3/resources/mediawiki.util (added) (history)
  • /branches/resourceloader/phase3/resources/mediawiki.util/mediawiki.util.client.js (added) (history)
  • /branches/resourceloader/phase3/resources/mediawiki.util/mediawiki.utilities.client.js (deleted) (history)
  • /branches/resourceloader/phase3/resources/mediawiki.views (added) (history)
  • /branches/resourceloader/phase3/resources/mediawiki/legacy (deleted) (history)
  • /branches/resourceloader/phase3/resources/mediawiki/mediawiki.js (modified) (history)
  • /branches/resourceloader/phase3/resources/mediawiki/utilities (deleted) (history)
  • /branches/resourceloader/phase3/resources/mediawiki/views (deleted) (history)
  • /branches/resourceloader/phase3/resources/test (deleted) (history)

Diff [purge]

The diff is too large to display.

Follow-up revisions

RevisionCommit summaryAuthorDate
r93817Fix noglobals exceptions from QUnit...krinkle11:59, 3 August 2011

Comments

#Comment by Krinkle (talk | contribs)   12:01, 3 August 2011

There was a global leakage in jquery.textSelection.js, fixed in r93817.

Status & tagging log