Sam
|
e3bfc2e447
|
correct positioning of user card on sites with custom headers
fix regression (can not click on links in card)
|
2014-11-06 13:00:21 +11:00 |
Jeff Atwood
|
30ce67f689
|
Merge pull request #2947 from awesomerobot/master
updated loading spinner
|
2014-11-05 17:24:07 -08:00 |
Kris Aubuchon
|
a0e5605869
|
updated loading spinner
|
2014-11-05 20:13:51 -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 |
Jeff Atwood
|
20fa95801c
|
tighten up flag copy for off-topic and notify mods
|
2014-11-05 14:19:50 -08:00 |
Régis Hanol
|
3d94808c00
|
UX: add the word it's before standard spam names to form a complete sentence
|
2014-11-05 22:46:07 +01:00 |
Régis Hanol
|
d104b72aee
|
UX: remove 'ago' from user streams
|
2014-11-05 21:53:16 +01:00 |
Robin Ward
|
b328d47628
|
FIX: fa- check was incorrect on user card
|
2014-11-05 15:19:08 -05:00 |
Robin Ward
|
a0e92ef57a
|
FIX: PageTracker was not sending the proper page title through at all
times.
|
2014-11-05 15:15:58 -05:00 |
Robin Ward
|
2d9187cd9d
|
Admin controls to select a date range for reports
|
2014-11-05 14:46:44 -05:00 |
Régis Hanol
|
a5616146eb
|
FIX: remove meta data from lightbox in both excerpt (html & text)
|
2014-11-05 20:37:00 +01:00 |
Robin Ward
|
e79c1c23d9
|
Show CSV groups on user profile
|
2014-11-05 14:05:16 -05:00 |
Robin Ward
|
068d22e9b3
|
Add API support for querying admin reports by date range
|
2014-11-05 13:11:37 -05:00 |
Robin Ward
|
fde5e739c9
|
Work in progress (up till about?)
|
2014-11-05 12:39:25 -05:00 |
Robin Ward
|
acfd99ebf2
|
FIX: Use proper HTML for spinner rather than handlebars
|
2014-11-05 12:04:35 -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 |
Régis Hanol
|
d22b668393
|
Merge pull request #2946 from awesomerobot/master
trying out a new css-only loading spinner
|
2014-11-05 17:44:33 +01:00 |
Kris Aubuchon
|
59e0c1b9cd
|
trying out a new css-only loading spinner
|
2014-11-05 10:08:20 -05:00 |
Régis Hanol
|
568033f623
|
FIX: escape topic status' title
|
2014-11-05 12:09:22 +01:00 |
Jeff Atwood
|
73a1d168e3
|
remove profile button from user card
|
2014-11-04 15:04:08 -08: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
|
a78048f3fb
|
FIX: Filter user button shouldn't appear on card when there is already a filter
active.
|
2014-11-04 16:12:42 -05:00 |
Robin Ward
|
c9eb809dad
|
FIX: The text to users who signed up when approval was required was
misleading.
|
2014-11-04 15:48:03 -05:00 |
Sam
|
cc9b040502
|
Revert "FEATURE: display github profile links on user card and profile"
This reverts commit 95c518329a .
|
2014-11-05 07:45:35 +11:00 |
Robin Ward
|
e8a750e27a
|
FIX: Missing dates on user card
|
2014-11-04 15:22:55 -05:00 |
Robin Ward
|
74e2b8f674
|
FIX: User card @mentions looked pretty bad
|
2014-11-04 14:25:35 -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
|
e96630c6f4
|
FIX: Malformed user card HTML
|
2014-11-04 13:13:45 -05:00 |
Robin Ward
|
ac25a24b40
|
Missing i18n key
|
2014-11-04 13:08:32 -05:00 |
Robin Ward
|
9196642221
|
UX: Add title to user card image, shrink to avoid bleeding into text.
|
2014-11-04 13:01:41 -05:00 |
Robin Ward
|
7a8811882e
|
UX: Remove icons, add black/white colors to attributes in user card
|
2014-11-04 12:53:02 -05:00 |
Robin Ward
|
1302a0a276
|
Allow Emoji to be overwritten. Show added Emoji in search.
|
2014-11-04 12:20:00 -05:00 |
Régis Hanol
|
bc037a317d
|
Merge pull request #2944 from awesomerobot/master
quick fix on collapsed user profile controls
|
2014-11-04 17:11:41 +01:00 |
Kris Aubuchon
|
03c3221ea8
|
quick fix on collapsed user profile controls
|
2014-11-04 10:57:30 -05:00 |
Sam
|
8432acf0af
|
Merge pull request #2938 from riking/include_raw
Add ?include_raw parameter to topic views
|
2014-11-04 14:26:35 +11:00 |
Sam
|
95c518329a
|
FEATURE: display github profile links on user card and profile
Can be disabled by unchecking "public_github_screen_name"
|
2014-11-04 13:33:58 +11:00 |
Sam
|
e14e2b8158
|
remove custom groups, they are not needed
|
2014-11-04 13:33:26 +11:00 |
Jeff Atwood
|
558f9d4e6e
|
shorten user filter removal copy
|
2014-11-03 13:58:58 -08:00 |
Régis Hanol
|
862c8a19a3
|
FEATURE: use img's title attribute in overlay information when provided
|
2014-11-03 22:03:06 +01:00 |
Robin Ward
|
f361adef44
|
Make plugin load order deterministic
|
2014-11-03 15:26:25 -05:00 |
Régis Hanol
|
2c7b47fc40
|
fix the build
|
2014-11-03 20:42:13 +01:00 |
Robin Ward
|
407f3abffb
|
Simple API for registering custom emoji
|
2014-11-03 13:56:31 -05:00 |
Régis Hanol
|
bdb78ce76a
|
FEATURE: consider SVG as an image when authorized
|
2014-11-03 19:54:10 +01:00 |
Robin Ward
|
bab4f48eeb
|
FIX: Trim the profile text in the user card even if it has multiple lines.
|
2014-11-03 11:59:56 -05:00 |
Régis Hanol
|
fd5677808c
|
SPEC: make sure digest doesn't pick any topics in categories that are muted
|
2014-11-03 16:57:50 +01:00 |
Régis Hanol
|
a7fa1b33e5
|
Merge pull request #2936 from vairix-dfernandez/master
Feature: Extended user stats in user export csv
|
2014-11-03 16:47:40 +01:00 |
Régis Hanol
|
469b0d9eca
|
Merge pull request #2942 from awesomerobot/master
fixing ban display on usercard and IE11 issue with user page controls
|
2014-11-03 16:25:26 +01:00 |
Kris Aubuchon
|
6ab7bfee14
|
fixing ban display on usercard and IE11 issue with user page controls
|
2014-11-03 10:16:10 -05:00 |