Commit Graph

3 Commits

Author SHA1 Message Date
Jarek Radosz e4d1e22a10
DEV: Update tests (#451)
Mostly qunit-dom usage.
2023-10-10 02:54:40 +02:00
Frank ae9f261ded
FIX: Disabling of header sorting now checks the correct site setting and defaults to false (#334)
* FIX: Disabling of header sorting now checks the correct site setting, and defaults to false

* Fixed qunit test to set the category's disable_topic_resorting custom_field
2022-10-22 00:58:33 +08:00
Frank 6820f7a433
Feature/sort by event start date (#320)
FEATURE:
 - Added custom fields `sort_topics_by_event_start_date` and `disable_topic_resorting`
 - Sort topics of event categories by event start date. Event categories have custom field `sort_topics_by_event_start_date` set to true.
 - Disable re-sorting of categories with custom field `disable_topic_resorting`
 - Event date displayed beside the Topic title can optionally be set to show the local date-time, instead of relative date-time.
 -
2022-09-23 06:02:48 +08:00