discourse/app
Gerhard Schlager 3f6d1a583e Add helper for grouping by periods
The methods are still experimental and might change without notice!

You need to add `include DateGroupable` to your model before you can use it like this:
`User.smart_group_by_date("users.created_at", start_date, end_date)`.count
2018-04-24 23:31:26 +02:00
..
assets FIX: Don't allow a user to become TL3 if they've ever been penalized 2018-04-24 15:15:32 -04:00
controllers FEATURE: Add option to delete all replies of flagged post 2018-04-24 11:08:05 -04:00
helpers FIX: allow lists in summary email post excerpts 2018-04-11 14:16:08 -04:00
jobs FEATURE: include report title in PM subject and filename 2018-04-24 22:25:54 +05:30
mailers Make rubocop happy. 2018-03-12 09:48:41 +08:00
models Add helper for grouping by periods 2018-04-24 23:31:26 +02:00
serializers FIX: Don't allow a user to become TL3 if they've ever been penalized 2018-04-24 15:15:32 -04:00
services FIX: Merging users failed when PM was sent to source and target user 2018-04-24 11:08:29 -04:00
views FEATURE: Allow safe mode to be disabled 2018-04-24 11:03:33 -04:00