r100736 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100735‎ | r100736 | r100737 >
Date:20:11, 25 October 2011
Author:reedy
Status:ok
Tags:
Comment:
REL1_18 MFT r98665
Modified paths:
  • /branches/REL1_18/phase3 (modified) (history)
  • /branches/REL1_18/phase3/resources/Resources.php (modified) (history)
  • /branches/REL1_18/phase3/resources/jquery/images (added) (history)
  • /branches/REL1_18/phase3/resources/jquery/images/sort_both.gif (added) (history)
  • /branches/REL1_18/phase3/resources/jquery/images/sort_down.gif (added) (history)
  • /branches/REL1_18/phase3/resources/jquery/images/sort_none.gif (added) (history)
  • /branches/REL1_18/phase3/resources/jquery/images/sort_up.gif (added) (history)
  • /branches/REL1_18/phase3/resources/jquery/jquery.tablesorter.js (modified) (history)
  • /branches/REL1_18/phase3/skins/common/images/sort_both.gif (deleted) (history)
  • /branches/REL1_18/phase3/skins/common/images/sort_down.gif (deleted) (history)
  • /branches/REL1_18/phase3/skins/common/images/sort_none.gif (deleted) (history)
  • /branches/REL1_18/phase3/skins/common/images/sort_up.gif (deleted) (history)

Diff [purge]

Index: branches/REL1_18/phase3/skins/common/images/sort_up.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Index: branches/REL1_18/phase3/skins/common/images/sort_down.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Index: branches/REL1_18/phase3/skins/common/images/sort_none.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Index: branches/REL1_18/phase3/skins/common/images/sort_both.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Index: branches/REL1_18/phase3/resources/jquery/images/sort_up.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_up.gif
___________________________________________________________________
Added: svn:mime-type
11 + image/gif
Index: branches/REL1_18/phase3/resources/jquery/images/sort_down.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_down.gif
___________________________________________________________________
Added: svn:mime-type
22 + image/gif
Index: branches/REL1_18/phase3/resources/jquery/images/sort_both.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_both.gif
___________________________________________________________________
Added: svn:mime-type
33 + image/gif
Index: branches/REL1_18/phase3/resources/jquery/images/sort_none.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_none.gif
___________________________________________________________________
Added: svn:mime-type
44 + image/gif
Index: branches/REL1_18/phase3/resources/jquery/jquery.tablesorter.js
@@ -539,6 +539,7 @@
540540 return;
541541 }
542542 }
 543+ $table.addClass( "jquery-tablesorter" );
543544
544545 // New config object.
545546 table.config = {};
Index: branches/REL1_18/phase3/resources/Resources.php
@@ -161,6 +161,7 @@
162162 ),
163163 'jquery.tablesorter' => array(
164164 'scripts' => 'resources/jquery/jquery.tablesorter.js',
 165+ 'styles' => 'resources/jquery/jquery.tablesorter.css',
165166 'messages' => array( 'sort-descending', 'sort-ascending' ),
166167 ),
167168 'jquery.textSelection' => array(
Property changes on: branches/REL1_18/phase3
___________________________________________________________________
Modified: svn:mergeinfo
168169 Merged /trunk/phase3:r98665

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98665Add the class jquery-tablesorter to all tables that are made sortable....hartman11:08, 2 October 2011

Status & tagging log