### UI Changes If `SiteSetting.enable_bookmarks_with_reminders` is enabled: * Clicking "Bookmark" on a topic will create a new Bookmark record instead of a post + user action * Clicking "Clear Bookmarks" on a topic will delete all the new Bookmark records on a topic * The topic bookmark buttons control the post bookmark flags correctly and vice-versa Disabled selecting the "reminder type" for bookmarks in the UI because the backend functionality is not done yet (of sending users notifications etc.) ### Other Changes * Added delete bookmark route (but no UI yet) * Added a rake task to sync the old PostAction bookmarks to the new Bookmark table, which can be run as many times as we want for a site (it will not create duplicates). |
||
|---|---|---|
| .. | ||
| assertions.js | ||
| component-test.js.es6 | ||
| create-pretender.js.es6 | ||
| create-store.js.es6 | ||
| d-editor-helper.js.es6 | ||
| fixture-pretender.js.es6 | ||
| html-helper.js.es6 | ||
| init-ember-qunit.js | ||
| qunit-helpers.js.es6 | ||
| review-pretender.js.es6 | ||
| select-kit-helper.js.es6 | ||
| site-settings.js | ||
| site.js.es6 | ||
| store-pretender.js.es6 | ||
| textarea-selection-helper.js.es6 | ||
| widget-test.js.es6 | ||