Kris Aubuchon
a8e6e1e3d5
adding highlight back to topic-list
2014-08-22 10:45:51 -04:00
Arpit Jalan
6a0309365f
Suppress share link for anonymous users
2014-08-22 13:53:28 +05:30
Sam
c865bf0d71
Merge pull request #2670 from Wilhansen/sso_override_avatar
...
Implement SSO overriding avatars.
2014-08-22 10:22:06 +10:00
Sam
136169bc73
Merge pull request #2676 from riking/logster-link
...
Add link to Logster in "Logs" tab of admin panel
2014-08-22 10:21:04 +10:00
Sam
9ecbfad5fa
only hijack search on topic page
2014-08-22 08:53:00 +10:00
Robin Ward
c713cc57d0
FIX: Firefox floating CSS, added calendar glyph to pop up
2014-08-21 16:42:50 -04:00
Robin Ward
dd84b9d79f
FIX: Don't skip TOS check when using 3rd party auth
2014-08-21 16:23:02 -04:00
Robin Ward
c1aa2458f8
UX: Add drop down for top lists, big refactor of repeated code.
2014-08-21 16:08:47 -04:00
Jeff Atwood
2fed513ea2
remove admin link on user drop down
2014-08-21 11:26:57 -07:00
riking
50d4e283dc
Add link to Logster in "Logs" tab of admin panel
2014-08-20 14:40:16 -07:00
Jeff Atwood
7dd6b43e8a
missed the posts TH on /categories
2014-08-20 13:54:31 -07:00
Jeff Atwood
21b18b1253
remove the "view all {number}.." from mobile cat
2014-08-20 13:51:10 -07:00
Régis Hanol
b2232b4dcf
FIX: banner on small desktop screen
2014-08-20 22:45:57 +02:00
Jeff Atwood
5f0b8e3d93
remove posts column from /categories
2014-08-20 13:43:00 -07:00
Régis Hanol
5b1785157d
TRIVIAL: fix deprecations due to momentjs upgrade
2014-08-20 22:22:58 +02:00
Robin Ward
33de48dc0c
FIX: Float site settings were marked as overridden, reset didn't work.
2014-08-20 15:24:56 -04:00
Robin Ward
d35633deab
FIX: Using a binding in an {{avatar}}
was broken
2014-08-20 15:12:18 -04:00
Robin Ward
506dca6d4e
FIX: Moving posts was not updating reply_count
and
...
`reply_to_post_number` so reply linkage was broken.
2014-08-20 14:15:23 -04:00
Robin Ward
eb02619d1f
UX: Move topic entrance widget to posts column
2014-08-20 14:15:23 -04:00
Régis Hanol
dbb4258e86
FIX: user avatar in flags list
2014-08-20 19:21:19 +02:00
Régis Hanol
8a20d05ba5
FEATURE: backup without uploads
2014-08-20 18:53:58 +02:00
Robin Ward
2b5feda625
FIX: You need to be logged in to edit wiki posts.
2014-08-20 11:04:45 -04:00
Sam
4522451920
Merge pull request #2672 from cpradio/master
...
Only show unique badge titles in the Badge Title dropdown
2014-08-20 11:47:05 +10:00
cpradio
765b099513
Only show unique badge titles in the Badge Title dropdown
...
Filter the preference Badge Title to only show unique badge title names.
Updated to use lodash
https://meta.discourse.org/t/set-title-dialog-shows-multiple-instances-of-the-same-badge/19071
2014-08-19 21:30:36 -04:00
cpradio
04cd3c0551
Only show unique badge titles in the Badge Title dropdown
...
Filter the preference Badge Title to only show unique badge title names.
https://meta.discourse.org/t/set-title-dialog-shows-multiple-instances-of-the-same-badge/19071
2014-08-19 20:59:20 -04:00
Jeff Atwood
4c66362dd1
remove right-arrow on cross-topic oneboxes
2014-08-19 15:19:01 -07:00
Jeff Atwood
c24b326c04
add glyph to move dialog button
2014-08-19 15:01:32 -07:00
Robin Ward
65297533fa
FIX: Allow links to name
attributes
2014-08-19 16:51:53 -04:00
Robin Ward
5667cfe6cb
FIX: Load user-avatar
first.
2014-08-19 16:32:35 -04:00
Robin Ward
b46a373ff9
UX: Show User popup when clicking on a user in the topic list.
2014-08-19 16:22:37 -04:00
Wilhansen Li
e0f970326f
Implement SSO overriding avatars.
...
Implemented by having Discourse download the image from the provided URL
and treating it as a custom upload.
Adds two more parameters to the SSO site’s response:
* `avatar_url` specifies the URL of the overriding avatar.
* `avatar_force_update` Discourse does not re-download avatars that
has already been download from the same URL. Setting this to true forces
Discourse to re-download the avatar in `avatar_url`
Note that both parameters are ignored if `sso_overrides_avatar` is set
to false.
2014-08-19 15:53:34 +08:00
Sam
2d16255185
FIX: make filter bindable
2014-08-19 16:50:30 +10:00
Sam
1a2070b4d9
FIX: exception in an interval
2014-08-19 11:13:19 +10:00
Robin Ward
68fca9398d
FIX: Topic entrace considered the same day of a different month as today.
2014-08-18 17:40:50 -04:00
Robin Ward
14c765ef11
UX: Tweak logic for showing times in topic entrance popup
2014-08-18 17:14:50 -04:00
Neil Lalonde
0841cd2ba6
FEATURE: Add education text to new and unread pages when there are no results
2014-08-18 16:17:40 -04:00
Robin Ward
f1486c7728
FIX: Inconsistency between unread counter and unread filter
2014-08-18 16:15:26 -04:00
Robin Ward
c5d6f6a034
UX: Allow users to tab to the activity column
2014-08-18 14:44:31 -04:00
Robin Ward
db4abe76db
CLEANUP: Remove dead resetRead code path
2014-08-18 14:35:33 -04:00
Robin Ward
454c634b7e
UX: Make posts columns link to the last post in a topic.
2014-08-18 14:17:14 -04:00
Robin Ward
b175abbfb5
FIX: Admin group search was failing
2014-08-18 14:08:21 -04:00
Régis Hanol
9f72971d26
FEATURE: add the pencil glyph when the post was edited after the first flag
2014-08-18 18:56:39 +02:00
Robin Ward
05193deb4d
Merge pull request #2659 from riking/wrong-progress-pos
...
Hopefully fix once and for all the 172/160 problem
2014-08-18 11:30:09 -04:00
Neil Lalonde
6c10cc3788
FIX: top_menu with category links like category/Meta are not case sensitive
2014-08-18 11:07:49 -04:00
Robin Ward
49f0eaea13
Merge pull request #2650 from Elberet/fix-parser
...
Fix: block parser uses regexes for stop tags, allows stricter matching
2014-08-18 11:06:08 -04:00
Jeff Atwood
efb8dec951
Reset Read Data not needed here
2014-08-18 02:17:40 -07:00
Jeff Atwood
ff03f98945
remove coldmapping from topic map
2014-08-18 00:24:56 -07:00
Jeff Atwood
e9bfb1c89e
make share link input field readonly, with css tweaks
2014-08-17 23:08:53 -07:00
Sam
24932009a5
FIX: don't make an ajax request when password or user is blank
2014-08-18 12:50:25 +10:00
Sam
e0a82d3088
FIX: rate limit password reset email
2014-08-18 10:55:30 +10:00