summaryrefslogtreecommitdiff
path: root/classes/Pref_Users.php
AgeCommit message (Collapse)Author
2025-05-18Use ORM in remaining parts of 'Pref_Users'.wn_
2025-05-18Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.wn_
With MySQL support removed (b154bc7a10e46dc9fa0406996507c4fd410366da) this constant is unnecessary.
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'.
2024-06-15fix untranslated stringsAndrew Dolgov
2024-03-23Support doing a prefs page search via Enter.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov