r61482 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61481‎ | r61482 | r61483 >
Date:07:15, 25 January 2010
Author:dale
Status:deferred
Tags:
Comment:
* initial reorganized css / skin (moved common rules to /skins/common )
* bug 22189 fixed position of the audio player so volume is displayed.
* updated some config values per moved skin
Modified paths:
  • /branches/js2-work/phase3/js/editPage.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/jsScriptLoader.php (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/css (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/mw.RemoteSearchDriver.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/AddMedia/searchLibs/baseRemoteSearch.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/ClipEdit/mw.ClipEdit.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/loader.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/EmbedPlayer/mw.EmbedPlayer.js (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/css (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/css/mv_sequence.css (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/modules/TimedText/mw.TimedText.js (modified) (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/skins/common/common.css (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/Button_add_media.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/archive_org_color.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/box_layout_icon.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/box_layout_icon_dark.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/image_layout_left.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/image_layout_right.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/list_layout_icon.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/list_layout_icon_dark.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/loading_ani.gif (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/loading_bar_ani.gif (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/sound_music_icon-60.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/sound_music_icon-80.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/sound_music_icon.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/stock-text-layer-24.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/stock-text-layer-24_over.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/stock-tool-button-crop.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/stock-tool-button-crop_over.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/stock-tool-button-scale.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/stock-tool-button-scale_over.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/stock_icon_over.xcf (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/transparent_bg.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/ui-bg_diagonals-thick_20_666666_40x40.png (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/common/images/vid_default_thumb.jpg (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/kskin/EmbedPlayer.css (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/kskin/playerSkin.css (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/EmbedPlayer.css (added) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/Button_add_media.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/archive_org_color.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/box_layout_icon.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/box_layout_icon_dark.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/image_layout_left.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/image_layout_right.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/list_layout_icon.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/list_layout_icon_dark.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/loading_ani.gif (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/loading_bar_ani.gif (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/pelosi.jpg (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/person1.jpg (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/sound_music_icon-60.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/sound_music_icon-80.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/sound_music_icon.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/stock-text-layer-24.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/stock-text-layer-24_over.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/stock-tool-button-crop.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/stock-tool-button-crop_over.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/stock-tool-button-scale.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/stock-tool-button-scale_over.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/stock_icon_over.xcf (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/transparent_bg.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/ui-bg_diagonals-thick_20_666666_40x40.png (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/images/vid_default_thumb.jpg (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/mv_sequence.css (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/playerSkin.css (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/skins/mvpcf/styles.css (deleted) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Add_Media_Wizard.html (modified) (history)
  • /branches/js2-work/phase3/js/mwEmbed/tests/Player_Themable.html (modified) (history)

Status & tagging log