discourse/app
Martin Brennan e2ce12d414
FIX: Broken computing of userHasTimezone in bookmark modal and missing tap-tile templates for regular users (#9229)
Based on reports here https://meta.discourse.org/t/improved-bookmarks-with-reminders/144542

* Because the `userHasTimezone` property was computed and we were checking on an (essentially) global object, ember was not aware that the user timezone had changed because it changed in a different place. instead set the timezone as internal state for the modal on show and base the computed property off of that so it mutates correctly
* The tap-tile components were in the admin folder completely unnecessarily, move them out into the main discourse folder otherwise noone else can use the new bookmarks (icon + text is missing)
2020-03-18 11:12:23 +10:00
..
assets FIX: Broken computing of userHasTimezone in bookmark modal and missing tap-tile templates for regular users (#9229) 2020-03-18 11:12:23 +10:00
controllers FIX: Don't display webhooks for inactive plugins (#9206) 2020-03-17 10:39:24 -06:00
helpers FIX: blank popular posts in summary emails due to lightbox images 2020-02-21 16:18:38 -05:00
jobs FIX: Ignore suspect users that were migrated or users who were created more than six months ago (#9205) 2020-03-14 08:47:53 -03:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models FEATURE: Demote muted categories on category list (#9226) 2020-03-17 15:33:15 -05:00
serializers FIX: Remote themes Github link should go to custom branch #9184 2020-03-18 03:57:54 +05:30
services FIX: check for existence of post before creating notification 2020-03-16 14:11:36 +05:30
views DEV: Introduce plugin api for conditionally rendering assets (#9200) 2020-03-13 15:30:31 +00:00