Rob Garrison
1a733a78b7
version bump
2016-07-31 20:48:27 -05:00
Rob Garrison
a7abfa4e11
version bump
2016-04-29 21:32:47 -05:00
Rob Garrison
a26a5e79ea
Parser: Fix indeterminate checkbox checked state in IE. See #1199
2016-04-26 14:45:39 -05:00
Rob Garrison
6baf0ac0ff
Parser: fix indeterminate checkbox issue in IE. See #1199
2016-04-26 14:20:04 -05:00
Rob Garrison
e03d4b24dc
Parser: header checkbox properly updates row classnames. See #1199
2016-04-26 12:11:13 -05:00
Rob Garrison
d089be2734
version bump
2016-03-01 23:00:22 -06:00
Rob Garrison
b0b912ae35
Parser: Add huge number parser. See #1161
2016-02-23 11:51:31 -06:00
Rob Garrison
01b531ee8e
version bump
2016-01-15 07:52:22 -06:00
Rob Garrison
c9db44504e
Parser: checkbox value should no longer change. Fixes #1125
2016-01-13 20:50:17 -06:00
Rob Garrison
03db8eec0e
version bump
2015-12-13 16:24:42 -06:00
Rob Garrison
b84b38e6fa
Parser: return true for header checkbox to work in IE8
2015-12-02 07:38:22 -06:00
Rob Garrison
3dfed568de
Parsers: checkbox row class & header work with sorter-false. See #1090
2015-11-30 12:07:58 -06:00
Rob Garrison
fe23f7c0c1
version bump
2015-11-22 22:05:06 -06:00
Rob Garrison
a85a2a5a66
Parsers: don't use $.extend for simple additions
2015-11-22 21:21:50 -06:00
Rob Garrison
c10d4a334f
Parser: Add alternate date range parser & update filter insideRange
2015-11-20 23:14:02 -06:00
Rob Garrison
8f810ef4d9
Parser: date month - other added language data no longer removed
2015-11-20 23:09:47 -06:00
Rob Garrison
8a9e52827e
Parser: input-select updates. See #971
...
- Prevent javascript error.
- Include thead checkbox code to update tbody column checkboxes.
- Add thead checkbox updating with indeterminate state.
2015-11-14 22:05:44 -06:00
Rob Garrison
a203ac5f52
version bump
2015-11-10 15:27:30 -06:00
Rob Garrison
bf98c96265
Parser: Add file-extension parser
2015-11-09 15:09:12 -06:00
Rob Garrison
9607fed175
Build: fix uglify comment removal & update dist folder
2015-11-06 13:41:19 -06:00
Rob Garrison
4fc923ec78
Parsers: globalization tweaks & new parser
...
Make month & weekday Globalize ready.
globalization parser now caches the Globalize object in a "Globalize" option
Add "weekday-index" parser
Update demos
2015-11-02 01:19:44 -06:00
Rob Garrison
1d813bd766
version bump
2015-10-31 11:06:09 -05:00
Rob Garrison
6905b9bb3e
Grunt: update build files
2015-10-31 10:20:22 -05:00
Rob Garrison
85997765d7
Grunt: update build files
2015-10-27 17:01:07 -05:00
Rob Garrison
5d4529c37d
Global: call internal functions directly; stop using trigger
2015-10-22 16:41:34 -05:00
Mottie
805be29302
version bump
2015-08-17 21:08:41 -05:00
Mottie
b908633d50
Parser: fix js error when no rows returned
2015-08-14 17:07:56 -05:00
Mottie
10bc23fa24
Overall: set jsHint "undef" & "unused" options. Fixed issues
...
The math widget had a javascript error which jsHint was not catching
2015-07-28 15:57:01 -05:00
Mottie
b3dd4b7c75
version bump
2015-07-28 15:01:32 -05:00
Mottie
bb1139bc63
Parser: checkbox in multiple columns toggles row class correctly
2015-07-26 12:01:21 -05:00
Mottie
75de112ef6
Build: Add jscs checking & fix style issues
...
Thanks @Herst!
2015-07-22 23:29:51 -05:00
Mottie
73f5467c1f
Parser: support metric base unit case insensitivity
2015-06-17 16:38:27 -05:00
Mottie
13a035cad0
Parser: add checkbox parser class name ("checkboxClass") option
2015-06-05 13:16:36 -05:00
Mottie
261808d2ac
Grunt: update modules & dist files
2015-05-30 15:07:37 -05:00
Mottie
13e3d0593d
version bump
2015-05-17 15:32:53 -05:00
Mottie
6f4277a225
Parser: MAC address parser no longer auto-detected as ipv6. See #895
2015-05-04 07:46:39 -05:00
Mottie
ba9f6ae58e
Parser: MAC address parser returns original string if grossly invalid. Fixes #895
...
The MAC parser does not validate the address!
2015-05-04 07:42:00 -05:00
Mottie
79ea44ad07
Parser: input-select cleanup & add event namespaces
2015-05-03 23:00:10 -05:00
Mottie
de9421bda8
Parsers: Add jQuery Globalize parser
...
Fix input-numeric parser to allow parsing a zero value
2015-05-02 15:15:56 -05:00
Mottie
9ccd51451f
Parser: named numbers parser ignores adjacent puncutation. Fixes #890
2015-04-30 11:56:54 -05:00
Mottie
46e7efb64a
Parser: add inputs-numeric parser. Fixes #888
2015-04-28 17:07:36 -05:00
Mottie
263aa97e66
Build: add combined file with selected widgets & parsers. See #855
...
NOTE: the core js/jquery.tablesorter.js file is no longer UMD wrapped!; this is done by the build process now
Updated various parser & widget comments
2015-03-28 15:03:50 -05:00
Mottie
6f524ccef6
version bump
2015-03-26 10:48:43 -05:00
Mottie
1eec5e86f8
Dist: update distribution folder & doc version #s
2015-03-24 15:16:30 -05:00
Mottie
403d831fc0
version bump
2015-03-05 10:10:57 -06:00
Mottie
a69a746fdf
Core: merge in modified addInstanceMethods. Closes #826
...
Removed `$columnHeader` & replaced it with new `$headerIndexed` variable
2015-02-27 14:33:27 -06:00
Mottie
c99a716fe5
Dist: update build
2015-02-24 01:23:01 -06:00
Mottie
9eacf2f664
Build: temp folder is no longer necessary
2015-02-12 22:13:45 -06:00