discourse/plugins/discourse-local-dates
Robin Ward fa5a158683 REFACTOR: Move `queue_jobs` out of `SiteSetting`
It is not a setting, and only relevant in specs. The new API is:

```
Jobs.run_later!        # jobs will be thrown on the queue
Jobs.run_immediately!  # jobs will run right away, avoid the queue
```
2019-03-14 10:47:38 -04:00
..
assets FEATURE: Add localized timezone names (#7004) 2019-02-25 14:40:02 -05:00
config Update translations 2019-03-11 13:55:45 -04:00
lib/discourse_local_dates DEV: Add local_dates post custom field 2018-09-06 23:43:24 +05:30
spec REFACTOR: Move `queue_jobs` out of `SiteSetting` 2019-03-14 10:47:38 -04:00
test/javascripts/acceptance FIX: always prepend watching user timezone to previews (#6695) 2018-11-29 12:02:27 +01:00
plugin.rb FIX: dates should also store recurring (#6814) 2018-12-26 23:35:10 +01:00