discourse/test/javascripts/fixtures
Martin Brennan 628ba9d1e2
FEATURE: Promote bookmarks with reminders to core functionality (#9369)
The main thrust of this PR is to take all the conditional checks based on the `enable_bookmarks_with_reminders` away and only keep the code from the `true` path, making bookmarks with reminders the core bookmarks feature. There is also a migration to create `Bookmark` records out of `PostAction` bookmarks for a site.

### Summary

* Remove logic based on whether enable_bookmarks_with_reminders is true. This site setting is now obsolete, the old bookmark functionality is being removed. Retain the setting and set the value to `true` in a migration.
* Use the code from the rake task to create a database migration that creates bookmarks from post actions.
* Change the bookmark report to read from the new table.
* Get rid of old endpoints for bookmarks
* Link to the new bookmarks list from the user summary page
2020-04-22 13:44:19 +10:00
..
concerns Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
about.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
badges_fixture.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
category-fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
dashboard-general.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
dashboard.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
directory-fixtures.js FIX: move total rows count & load more URL inside meta. 2020-04-03 07:32:50 +05:30
discovery_fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
draft.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
drafts.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
group-fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
groups-fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
notification_fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
poll.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
post.js DEV: post fixture mismatching topic fixture 2020-04-01 17:44:18 +11:00
private_messages_fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
problems.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
reports_bulk.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
reports.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
search-fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
session-fixtures.js FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
site_settings.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
site-fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
static_fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
top_fixture.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
topic.js FEATURE: Support for publishing topics as pages (#9364) 2020-04-08 12:52:36 -04:00
user_fixtures.js FEATURE: Promote bookmarks with reminders to core functionality (#9369) 2020-04-22 13:44:19 +10:00
user-badges.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
watched-words-fixtures.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00