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/templates/user
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
..
activity.hbs FEATURE: Promote bookmarks with reminders to core functionality (#9369) 2020-04-22 13:44:19 +10:00
badges.hbs FIX: Badge filtering was always to the currentUser 2017-05-04 11:58:56 -04:00
bookmarks.hbs FEATURE: Allow editing bookmark reminders (#9437) 2020-04-17 11:08:07 +10:00
messages.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
notifications-index.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
notifications.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
posts.hbs REFACTOR: Merge different templates from rendering user stream items 2017-06-20 15:45:41 -04:00
profile-hidden.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
stream.hbs DEV: enforces double quotes ember-template-lint (#9416) 2020-04-14 08:18:49 +02:00
summary.hbs FEATURE: Promote bookmarks with reminders to core functionality (#9369) 2020-04-22 13:44:19 +10:00