Commit graph

4 commits

Author SHA1 Message Date
DanB 7bc82c9a62
Improve DPL's sorting behavior for table columns that are nearly numeric (#47)
* Improve DPL's sorting behavior for table columns that are nearly numeric.
Introduce a new keyword, tablesortmethod, with values 'standard'
(the default, which preserves DPL's existing behavior) and 'natural'
(which uses natsort() instead of asort()).
Example: 103, 103-104, 100, 99, 105
Original sorting behavior: 100, 103, 103-104, 99, 105
New (natural) sort behavior: 99, 100, 103, 103-104, 105

* satisfy static analyzer
2021-09-15 19:06:51 -06:00
Universal Omega eb6be85376
Replace removed wgContLang (#34) 2021-05-30 12:33:21 -06:00
Universal Omega 12ae20b861
Fix phpcs issues (#18) 2021-02-22 16:48:01 -07:00
Universal Omega 56accee512
rename directory, 'classes' to 'includes' (#17)
* rename classes to includes

* Rename classes
2021-02-22 16:37:14 -07:00