This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/fixtures
Martin Brennan 0c42a1e5f3
FEATURE: Topic-level bookmarks (#14353)
Allows creating a bookmark with the `for_topic` flag introduced in d1d2298a4c set to true. This happens when clicking on the Bookmark button in the topic footer when no other posts are bookmarked. In a later PR, when clicking on these topic-level bookmarks the user will be taken to the last unread post in the topic, not the OP. Only the OP can have a topic level bookmark, and users can also make a post-level bookmark on the OP of the topic.

I had to do some pretty heavy refactors because most of the bookmark code in the JS topics controller was centred around instances of Post JS models, but the topic level bookmark is not centred around a post. Some refactors were just for readability as well.

Also removes some missed reminderType code from the purge in 41e19adb0d
2021-09-21 08:45:47 +10:00
..
concerns DEV: Add chat to notifications to test notification-types (#14372) 2021-09-17 11:56:21 -05:00
about.js FEATURE: Add English (UK) as locale (#11768) 2021-01-20 21:32:22 +01:00
badges-fixture.js DEV: prevents badges tests to log 404 (#13859) 2021-07-27 14:46:49 +02:00
category-fixtures.js SECURITY: Do not allow unauthorized access to category edit UI (#13252) 2021-06-02 13:18:45 -04:00
dashboard-general.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
dashboard-new-features.js FEATURE: Add new features section in admin dashboard (#11731) 2021-01-22 10:09:02 -05:00
dashboard.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
directory-fixtures.js FEATURE: Add user custom fields to user directory (#13238) 2021-06-07 12:34:01 -05:00
discovery-fixtures.js FEATURE: Add last visit indication to topic view page. (#13471) 2021-07-05 14:17:31 +08:00
drafts.js FEATURE: Cook drafts excerpt in user activity (#14315) 2021-09-14 15:18:01 +03:00
group-fixtures.js FIX: Wrong default notification level shown for group (#13952) 2021-08-05 13:17:36 +10:00
groups-fixtures.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
notification-fixtures.js FIX: Consistently show history modal when clicking edit notifications (#13912) 2021-08-03 19:06:23 +03:00
poll.js FEATURE: Topic-level bookmarks (#14353) 2021-09-21 08:45:47 +10:00
post.js FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
private-messages-fixtures.js FEATURE: Topic-level bookmarks (#14353) 2021-09-21 08:45:47 +10:00
problems.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
reports-bulk.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
reports.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
search-fixtures.js discourse/discourse change from 'master' to 'main': update fixture data 2021-07-19 11:46:15 -04:00
session-fixtures.js FIX: Only refresh the review count when the user can see the review queue. (#12453) 2021-03-19 16:20:41 -03:00
site-fixtures.js FIX: if the category slug is not present then search via ID (#14060) 2021-08-18 05:48:06 +05:30
site-settings.js FIX: do not include contact url & email in client site settings payload (#13004) 2021-05-19 16:15:24 +10:00
static-fixtures.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
top-fixtures.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
topic.js FEATURE: Topic-level bookmarks (#14353) 2021-09-21 08:45:47 +10:00
user-badges.js REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
user-fixtures.js FEATURE: New and Unread messages for user personal messages. (#13603) 2021-08-02 12:41:41 +08:00
watched-words-fixtures.js FIX: Add word boundaries to replace and tag watched words (#13405) 2021-06-18 18:54:06 +03:00