* Adds a hidden site setting: `max_participant_names` * Replaces duplicate code in `GroupSmtpMailer` and `UserNotifications` * Groups are sorted by the number of users (decreasing) * Replaces the query to count users of each group with `Group#user_count`) * Users are sorted by their last reply in the topic (most recent first) * Adds lots of tests |
||
|---|---|---|
| .. | ||
| group_smtp_mailer_spec.rb | ||
| invite_mailer_spec.rb | ||
| rejection_mailer_spec.rb | ||
| subscription_mailer_spec.rb | ||
| test_mailer_spec.rb | ||
| user_notifications_spec.rb | ||
| version_mailer_spec.rb | ||