discourse/app/controllers
Régis Hanol bddffa7f9a FEATURE: flag dispositions normalization
All flags should end up in one of the three dispositions
  - Agree
  - Disagree
  - Defer

In the administration area, the *active* flags section displays 4 buttons
  - Agree (hide post + send PM)
  - Disagree
  - Defer
  - Delete

Clicking "Delete" will open a modal that offer to
  - Delete Post & Defer Flags
  - Delete Post & Agree with Flags
  - Delete Spammer (if available)

When the flag has a list associated, the list will now display 1
response and 1 reply and a "show more..." link if there are more in the
conversation. Replying to the conversation will NOT give a disposition.
Moderators must click the buttons that does that.

If someone clicks one buttons, this will add a default moderator message
from that moderator saying what happened.

The *old* flags section now displays the proper dispositions and is
super duper fast (no more N+9999 queries).

FIX: the old list includes deleted topics
FIX: the lists now properly display the topic states (deleted, closed,
archived, hidden, PM)
FIX: flagging a topic that you've already flagged the first post
2014-07-28 19:28:07 +02:00
..
admin FEATURE: flag dispositions normalization 2014-07-28 19:28:07 +02:00
users
application_controller.rb CHANGE: Mini Profiler only enabled for developers in prd 2014-07-17 08:34:41 +10:00
badges_controller.rb FEATURE: badge grouping UI 2014-07-18 15:46:36 +10:00
categories_controller.rb BUGFIX: incorrect ordering in category permissions 2014-07-10 12:02:16 +10:00
clicks_controller.rb
composer_messages_controller.rb
draft_controller.rb
email_controller.rb Improve the unsubscribe to digest experience. Give a link in case it 2014-07-15 17:20:59 -04:00
embed_controller.rb FIX: build broke, also escaping issue on poster name 2014-06-18 17:47:31 -04:00
exceptions_controller.rb
forums_controller.rb FEATURE: Nice error handling page 2014-07-03 07:52:14 -07:00
groups_controller.rb
invites_controller.rb FEATURE: topic support in disposable invites 2014-07-15 23:11:06 +05:30
list_controller.rb FEATURE: query param for topic state 2014-07-17 09:29:09 +10:00
notifications_controller.rb
onebox_controller.rb
post_actions_controller.rb FEATURE: flag dispositions normalization 2014-07-28 19:28:07 +02:00
posts_controller.rb FIX: We should use `category_id` instead of `category_name` to perform 2014-07-16 15:40:35 -04:00
robots_txt_controller.rb
search_controller.rb
session_controller.rb
site_controller.rb
static_controller.rb BUGFIX: login was broken when login was required 2014-07-26 23:16:08 +02:00
topics_controller.rb Merge pull request #2532 from riking/sidekiq 2014-07-18 10:24:51 +10:00
uploads_controller.rb FIX: do not store incoming links on avatars or uploads 2014-07-25 15:10:06 +10:00
user_actions_controller.rb
user_avatars_controller.rb FIX: corrupt avatar record causing 404 2014-07-25 15:26:43 +10:00
user_badges_controller.rb FEATURE: badge grouping UI 2014-07-18 15:46:36 +10:00
users_controller.rb Remove hub username integration 2014-07-16 12:25:24 -04:00