discourse/spec
Lucas Nicodemus 1907338834 FIX: No longer educate users who are editing
A user editing a post will no longer get composer messages that are
meant for new users posting replies and threads. These messages don't
make sense in an edit context at all -- they're usually discussing
making salient replies or topics, or adding avatars. They make even less
sense when a user is an admin attempting to change the default topics
for the first time.

Since these messages actually do make sense for a user when they have a
low post count, though, they're still going to occur. They just occur
when a user is creating new content (and thus, more likely to read the
notice), not during edits.

This is in response to this issue:
https://meta.discourse.org/t/education-message-for-editing-wiki-topic/66682
2018-10-04 13:20:13 +08:00
..
components FIX: No longer educate users who are editing 2018-10-04 13:20:13 +08:00
fabricators DEV: Test against real Upload#url format. 2018-09-14 13:43:33 +08:00
fixtures FIX: Force enable user PM emails option when user posts to a group by email. 2018-10-02 12:38:10 +08:00
helpers extract inline JS that's used to store preloaded data (#6370) 2018-09-17 16:31:46 +08:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration FEATURE: Automatically expire keys if not used for a configurable amount of time. (#6264) 2018-08-20 17:36:14 +02:00
integrity Use a more helpful failure message in spec 2018-09-13 21:31:44 +02:00
jobs FIX: Onceoff job to fix missing user profile backgrounds. 2018-10-01 16:26:40 +08:00
lib FIX: Don't update user_profile URLs unless upload is persisted. 2018-10-01 14:21:39 +08:00
mailers FIX: Notifications shouldn't use user locale unless allow_user_locale is enabled 2018-09-05 11:44:28 +02:00
models FIX: corrects typo and adds a spec for likes report (#6439) 2018-10-02 02:27:43 -07:00
multisite DEV: Clear connections after multisite specs. 2018-09-11 10:15:06 +08:00
requests move large blobs out of <head> (#6428) 2018-09-28 17:28:33 +08:00
serializers FIX: Display errors in single theme pages (#6449) 2018-10-04 02:33:06 +05:30
services UX: when admin is deleted, make it clear in staff action logs when records belong to a deleted user and show their username in the details 2018-10-02 13:46:54 -04:00
support DEV: Assert for 200 response code to avoid changing magic helper in the future. 2018-06-07 16:11:09 +08:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
rails_helper.rb DEV: Clear connections after multisite specs. 2018-09-11 10:15:06 +08:00