Downloads

Download views_tablesorter-6.x-1.0-beta1.tar.gztar.gz 20.84 KB
MD5: f940fb94f322ae3f918c52395451266d
SHA-1: 84d3cc3120c79ec1642a4e69dcae8910f23edfbf
SHA-256: 2c6b3811293d22a97a4f1c7f8e425b9d567477895ee821c70eecb0badf6cc8ca
Download views_tablesorter-6.x-1.0-beta1.zipzip 27.98 KB
MD5: 851e584646e3bc2c5923f84db6808163
SHA-1: 1048a84302d120288f070ad3e4c8ff718918d9a9
SHA-256: 08945fb470b1b94580ce350a12ce96023fbbcb16b762a3720e49162fa62540a0

Release notes

Changes since DRUPAL-6--1-0-ALPHA1:

Note: If you are updating from 6.x-1.0-alpha1 you will most likely have to re set up any sort options for your tablesorter views.
Also the libraries module is now a requirement and you will need to download the tablesorter jQuery plugin to the sites/all/libraries directory on your site. Instructions are in the readme.

  • #814568 reported by dereine, fix by rooby: Modify to extend views_plugin_style_table instead of views_plugin_style.
  • by rooby: Added the widthFixed columns tablesorter setting and an options in the admin settings to turn it off if desired.
  • Some changes and additions to the readme.
  • #814030 by rooby: Allow sorting on all fields.
  • #888348 by rooby - Added an option to set the pager behaviour when there is only one page of results
  • #916124 by rooby - Fix bug where items per page in the pager was not defaulting to the number of items per page set in the view
  • #910014 by rooby - Bugfix: Excluded fields break the sorting
  • by rooby - Fixed bug introduced with fix for #910014 by not showing excluded fields on the view style settings form. Excluded fields now show again.
  • #911330 by rooby - Changed to use the libraries module and store the tablesorter plugin at sites/all/libraries. The plugin now has to be downloaded by the user when installing the module and there is now a dependency on the libraries module.
  • #918178 by rooby - Added columnHightlight tablesorter widget. It was previously added to the tablesorter js, which broke now that we do not include the tablesorter plugin after updateing to use the libraries module.
  • #874738 by rooby - Added a sort message option to the view style settings. It allows users to enable a message that is presented to users while the table is sorting.
  • A few minor coding standards fixes.
  • #910014 by rooby - Fixed incorrect calculation of the $col_count template variable when fields are excluded.
  • Added some information to the readme regarding recently added options.
  • #919340 by rooby - Pager page numbers are not working. Added an option to select whether to use custom jQuery for the pager, which allows for a nicer looking pager.
  • #918090 by rooby - Add translations pot file.
Created by: rooby
Created on: 23 Sep 2010 at 15:03 UTC
Last updated: 23 Sep 2010 at 15:06 UTC
New features
Bug fixes

Other releases