Jarek Radosz
fe588cc7f8
DEV: Fix function prototype deprecations ( #8681 )
...
* DEV: Fix the function prototype observers deprecation
DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.observes('foo') to observer('foo', function() {}). [deprecation id: function-prototype-extensions.observes] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-observes for more details.
* DEV: Fix the function prototype event listeners deprecation
DEPRECATION: Function prototype extensions have been deprecated, please migrate from function(){}.on('foo') to on('foo', function() {}). [deprecation id: function-prototype-extensions.on] See https://deprecations.emberjs.com/v3.x/#toc_function-prototype-extensions-on for more details.
* DEV: Simplify `default as` imports
Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2020-01-16 18:56:53 +01:00
Robin Ward
230541c975
REFACTOR: Use Ember modules for @ember/service
2019-10-29 13:29:08 -04:00
Robin Ward
a99c705c21
REFACTOR: Replace Ember.controller.inject with import
...
Puts it more in line with updated ember code
2019-10-29 13:17:38 -04:00
Robin Ward
6287eccb35
REFACTOR: Remove Ember.Controller in favor of import
2019-10-23 13:06:54 -04:00
Joffrey JAFFEUX
f9c7d5a4bd
DEV: removes application.currentPath deprecation ( #7905 )
...
See https://deprecations.emberjs.com/v3.x#toc_application-controller-router-properties for more context
2019-07-18 13:29:37 -04:00
Joffrey JAFFEUX
bfea922167
DEV: global s/this.get\("(\w+)"\)/this.$1 ( #7592 )
2019-05-27 10:15:39 +02:00
Joe
ec2123809f
FEATURE: user and group cards on mobile ( #7246 )
2019-03-25 13:37:17 +01:00
Joffrey JAFFEUX
03a7d532cf
DEV: introduces prettier for es6 files
2018-06-15 17:03:24 +02:00
Robin Ward
56642bbde3
Migrate user card to use components
2016-11-17 15:40:04 -05:00
Robin Ward
a9d7569dda
Replace computed properties for topic query params
2016-11-03 13:09:43 -04:00
Robin Ward
7953a53cc5
Replace findProperty and filterProperty with findBy and filterBy
2016-10-26 15:45:06 -04:00
Robin Ward
fab36e6cf7
Fix more deprecations:
...
- Remove all `needs:` code
2016-10-21 17:28:37 -04:00
Sam
4bf3fa5356
FEATURE: allow admins to prioritize full name vs username in the UI
...
Use the site setting prioritize_username_in_ux to switch between prioritizing
the full name vs username
2016-06-08 14:29:24 +10:00
Robin Ward
6451eb7637
.@each on leafs is deprecated in favor of .[]
2016-04-28 16:49:24 -04:00
David McClure
08298036e3
FIX: layout for location and website on user card when bio not displayed.
2016-04-18 20:59:54 -07:00
David McClure
c30784394f
Feature: Show location and website on user card. ( #4157 )
2016-04-12 12:59:49 -04:00
David McClure
24ae69ce8d
Fix: Custom user fields on user card could show for wrong user.
2016-04-09 04:10:58 -07:00
Thorben Egberts
cf8b3fbd56
FEATURE: add user custom fields to user card
...
The user's custom fields are now displayed on the user card. This has to be enabled for each custom field in the custom field settings. See https://meta.discourse.org/t/custom-user-fields-on-usercard/22662/
2016-04-08 14:35:41 +02:00
Robin Ward
849c99f83d
Remove Discourse.Mobile constants
2016-02-18 12:19:00 -05:00
Régis Hanol
bb79e6aff7
FEATURE: new hide_user_profiles_from_public site setting
2015-10-28 19:56:08 +01:00
Guo Xiang Tan
7acc93b2a0
FEATURE: Track user profile views.
2015-09-16 14:48:31 +08:00
Sam
7431c6ac3b
FIX: no user card for users with . or - in username
2015-09-10 17:14:34 +10:00
Robin Ward
e2e3e7c0e0
Add ES6 support to more files
2015-08-13 10:49:08 -04:00
Robin Ward
b7e6eaa961
ES6ify some of the remaining files
2015-08-10 10:21:05 -04:00
Robin Ward
72f7c26514
UX: Close user card right away when navigating to a user.
2015-06-01 12:40:53 -04:00
Erick Guan
54adf72582
FIX: rare user card exception
...
- trigger the shown logic in user card view
- some tweaks to user card show logic
2015-05-25 22:37:00 +08:00
Erick Guan
5ad878ca40
FIX: add missing username properties to usercard
2015-05-25 01:32:11 +08:00
Erick Guan
4ac40145d8
user card animation when there is an active user card
2015-05-19 00:19:06 +08:00
Robin Ward
32606f82f6
FIX: replaceWith on leaf routes changed behavior in latest ember
2015-05-14 13:44:57 -04:00
Robin Ward
098556c78d
Assorted Ember 1.11 fixes
2015-05-11 11:20:45 -04:00
Robin Ward
aee12fd6ef
Ember Deprecations for Topics
2015-05-11 11:18:37 -04:00
Robin Ward
690b579a96
Fixes some deprecations
2015-05-11 11:18:37 -04:00
Robin Ward
e3eaa7fa75
FIX: In long topics, filtering button was not always showing in card
2015-03-24 12:33:50 -04:00
Régis Hanol
9c59f77018
FIX: hand-crafted mention link creates invisible div
2015-03-09 17:33:12 +01:00
Sam
130dbf7358
PERF: don't run stats query in user card
2015-02-24 13:31:23 +11:00
Régis Hanol
206d3233c9
FEATURE: when PMing a user from the topic page, insert a link to the current post
2015-02-18 12:17:54 +01:00
Erick Guan
489feac121
FIX: user card can't expand when the username is number
2014-12-29 19:15:58 +08:00
Régis Hanol
b4363de280
FIX: reload current page when deleting a user
2014-12-03 16:03:42 +01:00
Régis Hanol
f9f54e2626
refactor fix in 67c4c90159
2014-12-03 13:00:02 +01:00
Robin Ward
67c4c90159
FIX: Clicking avatars broke for non-admins
2014-12-02 15:24:05 -05:00
Régis Hanol
461196f089
FEATURE: 'delete user' button in the user card in the admin section
2014-12-02 18:52:56 +01:00
Robin Ward
9f127d8183
UX: Focus on the user card when it's rendered
2014-11-10 11:31:28 -05:00
Sam
9c81f2c6af
remove duplicate code
...
fix issue where clicking on
the same user in 2 locations on the page would not work correctly
centralize logic
2014-11-06 12:13:46 +11:00
Sam
7b484937d0
minor debouncing fixes for user card
2014-11-06 10:30:38 +11:00
Robin Ward
b328d47628
FIX: fa- check was incorrect on user card
2014-11-05 15:19:08 -05:00
Robin Ward
ea0c6df839
FIX: Only look for fa- at the beginning of the field. Allows urls with
...
that combination in it. Thanks @riking
2014-11-05 11:52:22 -05:00
Robin Ward
6a424cf469
UX: Make the user card badge image larger. If present, make text have a
...
smaller width to accomodate the larger image.
2014-11-04 16:30:46 -05:00
Robin Ward
9161b8529f
Broken tests, let's try popping in/out now to see how that works.
2014-11-04 13:46:35 -05:00
Robin Ward
d4d282e919
UX: Let's try a fade in when the user card is shown
2014-11-04 13:26:33 -05:00
Robin Ward
1cf4a0d604
Rename "User Expansion" to the much clearer "User Card"
2014-10-20 12:11:59 -04:00