discourse/test/javascripts/helpers
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
..
assertions.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
component-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
create-pretender.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
create-store.js FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
d-editor-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixture-pretender.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
html-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
qunit-helpers.js DEV: allows to decorate topic list item (#9294) 2020-03-27 16:50:31 +01:00
review-pretender.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
select-kit-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
site-settings.js FEATURE: Promote bookmarks with reminders to core functionality (#9369) 2020-04-22 13:44:19 +10:00
site.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
store-pretender.js FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
textarea-selection-helper.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widget-test.js DEV: Allows moduleForWidget to use before/afterEach options (#9296) 2020-03-30 18:12:32 +02:00