mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-14 19:30:15 +00:00
7bc82c9a62
* 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 |
||
---|---|---|
.. | ||
CategoryList.php | ||
DefinitionList.php | ||
GalleryList.php | ||
InlineList.php | ||
Lister.php | ||
OrderedList.php | ||
SubPageList.php | ||
UnorderedList.php | ||
UserFormatList.php |