jquery.tablesorter: Move files to their own directory
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 9 May 2018 17:12:15 +0000 (18:12 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 9 May 2018 17:15:54 +0000 (18:15 +0100)
commit9d969334c73c19e276a8de2c664bcf3702a1a418
tree8d9ca2a65041895f4be6085d80f489a8ffbe26a8
parente52b056322ec74b41484401f37501014bbfe1dcb
jquery.tablesorter: Move files to their own directory

* Reduce clutter in src/jquery/.
* Make it easier to see which files belong to which module, especially
  src/jquery/images/ which was confusingly shared between multiple modules.
  This also helps emphasize that while jquery.tablesorter.less is included,
  jquery.tablesorter.styles.less is not.

Also follows-up 8cdfcc5fd, which placed its style-module definition among
the 'mediawiki.*' modules instead of near the 'jquery.*' modules.

Change-Id: Ib639de5df323a36982ecdd89158a939beaaa2dd3
17 files changed:
resources/Resources.php
resources/src/jquery.tablesorter/images/sort_both.png [new file with mode: 0644]
resources/src/jquery.tablesorter/images/sort_both.svg [new file with mode: 0644]
resources/src/jquery.tablesorter/images/sort_down.png [new file with mode: 0644]
resources/src/jquery.tablesorter/images/sort_down.svg [new file with mode: 0644]
resources/src/jquery.tablesorter/images/sort_up.png [new file with mode: 0644]
resources/src/jquery.tablesorter/images/sort_up.svg [new file with mode: 0644]
resources/src/jquery.tablesorter/jquery.tablesorter.js [new file with mode: 0644]
resources/src/jquery.tablesorter/jquery.tablesorter.less [new file with mode: 0644]
resources/src/jquery/images/sort_both.png [deleted file]
resources/src/jquery/images/sort_both.svg [deleted file]
resources/src/jquery/images/sort_down.png [deleted file]
resources/src/jquery/images/sort_down.svg [deleted file]
resources/src/jquery/images/sort_up.png [deleted file]
resources/src/jquery/images/sort_up.svg [deleted file]
resources/src/jquery/jquery.tablesorter.js [deleted file]
resources/src/jquery/jquery.tablesorter.less [deleted file]