Commit graph

16 commits

Author SHA1 Message Date
Universal Omega 9afe84380a
Cleanup (#64) 2021-12-15 13:22:38 -07:00
Universal Omega 2324ce206a
Revert helper classes (#63) 2021-10-06 12:44:11 -06:00
Universal Omega 8f996a6b25
add phan-var (#61) 2021-10-02 15:55:24 -06:00
Universal Omega 2fe609148c
Fix fatal "Class 'DynamicPageListHooks' not found" 2021-10-02 15:00:01 -06:00
Universal Omega 2c04dafb37
Major cleanup (#57) 2021-10-01 16:52:30 -06:00
Universal Omega 8c9ee66836
Fix setting query limit (#53) 2021-09-24 20:56:23 -06:00
Universal Omega c5a8702106
Fix "Trying to access array offset on value of type null" (#54) 2021-09-15 20:03:00 -06:00
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 b1100fef92
Fix "Trying to access array offset on value of type null" (#36) 2021-05-30 12:44:40 -06:00
Universal Omega eb6be85376
Replace removed wgContLang (#34) 2021-05-30 12:33:21 -06:00
Universal Omega 92976fef31
Fix default for cacheperiod (#30) 2021-04-30 20:49:24 -06:00
Universal Omega fbd18eac88
Issue #19: Fix "Trying to access array offset on value of type null" (#23) 2021-03-23 17:47:30 -06:00
Universal Omega f138659873
Move script to maintenance directory, rename, and re-namespace (#21)
* Move script to maintenance directory, rename, and re-namespace
2021-03-16 16:39:18 -06:00
Universal Omega e3985e57ef
cleanup 2021-02-22 17:06:29 -07: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