Robin Ward
fd2b8dd12f
FIX: Edge case. Don't show "Others with this badge" when just you
2016-04-12 15:31:19 -04:00
Robin Ward
0396b14b70
FEATURE: New "First Onebox" badge
2016-04-12 15:31:14 -04:00
Jeff Atwood
04c1d37e63
some copyedits on autoclose and new badges
2016-04-12 12:26:06 -07:00
Régis Hanol
f95f488a0b
only drop 'user_firsts' table if it exists
2016-04-12 19:56:25 +02:00
David McClure
c30784394f
Feature: Show location and website on user card. ( #4157 )
2016-04-12 12:59:49 -04:00
Robin Ward
64df98e348
Adds integrity check for badge descriptions
2016-04-12 12:55:49 -04:00
Robin Ward
5518141ad5
Option for verbose logging when API calls to create posts fail
2016-04-12 12:10:48 -04:00
Régis Hanol
fe6f587d4d
continues with other migrations if we can't delete the 'user_firsts' table
2016-04-12 17:04:04 +02:00
Régis Hanol
8e4113a468
add multisite support for the 'uploads:gather' rake task
2016-04-12 16:00:25 +02:00
Sam
eda6084d4b
FIX: don't allow concurrently queued once off jobs to do work
2016-04-12 23:08:10 +10:00
Sam
72849e65de
FIX: when granting old badges that are bronze, do not notify
2016-04-12 22:08:38 +10:00
Sam
144bf07886
PERF: improve performance of emoji grants
2016-04-12 22:07:55 +10:00
Guo Xiang Tan
983d64fd56
PERF: N+1 query on badges index.
2016-04-12 17:45:02 +08:00
Guo Xiang Tan
ad1d14ecbe
FIX: Bump GrantEmoji
job to low priority queue and reduce batch size.
2016-04-12 17:05:47 +08:00
Arpit Jalan
2aa04611e5
UX: fix user stream topic status on mobile
2016-04-12 14:27:16 +05:30
Arpit Jalan
78e36c3669
UX: align small action post buttons on mobile
2016-04-12 14:11:03 +05:30
Sam
0113fce420
FEATURE: automatically close topics with 10k+ posts
...
FEATURE: automatically close messages with 2k+ posts
Both configurable via `auto_close_messages_post_count`
and `auto_close_topics_post_count`
2016-04-12 13:29:48 +10:00
Sam
22b2f5285c
FIX: extract links in post processor
...
when oneboxes are not cached or are refreshed they can introduce new
links, these links must be extracted otherwise you can not follow them
2016-04-12 12:28:18 +10:00
Sam
cb6d1632ba
FIX: stop suppressing browser search for short closed topics
...
If a topic is closed (or closed and reopened)
browser search was unconditionally suppressed
2016-04-12 10:48:17 +10:00
Sam
50a44695ec
Update site_settings.yml
...
disable verbose sso logging by default
2016-04-12 07:49:44 +10:00
Régis Hanol
e4e37fe70c
Merge pull request #4163 from frictionel/keyboard-shortcuts2
...
FIX: position view on `j`+`k` keyboard shortcuts
2016-04-11 23:04:02 +02:00
Régis Hanol
56089c4856
FEATURE: new 'auto_generated_whitelist' site setting
2016-04-11 22:47:34 +02:00
Neil Lalonde
a299231f9a
FEATURE: add setting to omit category name from topic page title tag
2016-04-11 16:44:16 -04:00
Régis Hanol
6ee11adf58
FIX: 'Discourse.isInternal' wasn't working with protocol-less URLs
2016-04-11 22:21:39 +02:00
Régis Hanol
71fe66c8c2
'uploads:gather' should only work on local uploads
2016-04-11 21:17:33 +02:00
Régis Hanol
7783ba46fc
remove /error endpoint
2016-04-11 20:43:24 +02:00
Régis Hanol
90dfc96206
new 'uploads:gather' rake task
2016-04-11 20:42:40 +02:00
Aeden McGarry
1f57c7a510
Added plugin outlets above post in topic stream and above and below footer ( #4104 )
...
* Added new plugin outlets above and below footer
* Added plugin outlet in topic above the user
* Renamed plugin outlet to be better suited to position
2016-04-11 14:15:00 -04:00
Robin Ward
f6c460c207
Add tests for groups pages, DRY html into a component
2016-04-11 13:17:34 -04:00
Régis Hanol
a359a973e2
remove useless content when sending email to a staged used
2016-04-11 19:06:10 +02:00
Robin Ward
bb25200745
FIX: Liked posts based badges were looking at all likes
2016-04-11 12:36:43 -04:00
Régis Hanol
e4980392da
improve receiver specs to account for posts approval
2016-04-11 18:20:26 +02:00
Peter Lejeck
9bba68ed74
Allow disabling link tracking with .no-track-link ( #4160 )
2016-04-11 11:39:49 -04:00
Arpit Jalan
491c473e4e
Update Translations
2016-04-11 20:41:09 +05:30
Régis Hanol
bd9c0108b7
Merge pull request #4168 from mcwumbly/remove-www-from-website-name
...
Remove www. from website name
2016-04-11 17:00:14 +02:00
David McClure
2cbd87c08c
Remove www. from website name
2016-04-11 07:13:33 -07:00
Arpit Jalan
50fce0998f
FEATURE: allow moderators to see offical warnings
2016-04-11 18:44:19 +05:30
Jeff Atwood
36e3e53798
is it really necessary to specify 'normal' font?
2016-04-11 02:30:11 -07:00
Régis Hanol
b85f41ad67
Merge pull request #4164 from mcwumbly/add-spec-for-website-name-with-subdomain
...
Add spec for website name when url has subdomain
2016-04-11 11:02:59 +02:00
Jeff Atwood
e45243924e
oops
2016-04-11 02:00:16 -07:00
Jeff Atwood
fff03fb7c3
woff and woff2 are all we need for webfonts
...
on any browser that is remotely modern
2016-04-11 01:37:17 -07:00
David McClure
9d34289d08
Add spec for website name when url has subdomain
2016-04-10 22:53:50 -07:00
Sam
d6b4b990a6
Merge pull request #4158 from mcwumbly/show-website-path-in-website-name
...
UX: Show website path in website name for all domains
2016-04-11 14:59:51 +10:00
Arpit Jalan
8da446c8bc
FIX: do not raise error if topic not found while logging
2016-04-11 09:32:37 +05:30
Jeff Atwood
9997ab6937
Merge pull request #4162 from frictionel/mobile-login
...
FEATURE: email keyboard for username on mobile login
2016-04-10 19:52:27 -07:00
David McClure
c6f6b17f71
UX: Show website path in website name for all domains
...
Query parameters are still truncated in website name
2016-04-10 18:55:01 -07:00
TK
18a0a15c75
FIX: position view on j
+k
keyboard shortcuts
2016-04-10 14:00:15 +02:00
TK
10e7d1a5ce
show e-mail keyboard for username on mobile login
2016-04-10 13:27:41 +02:00
Régis Hanol
9536200703
Merge pull request #4154 from gschlager/patch-1
...
Delete git_badge_grant.rb
2016-04-09 13:54:48 +02:00
Régis Hanol
09bbfcb77d
Merge pull request #4155 from mcwumbly/quandora-post-author
...
Fix issue setting post author during import from Quandora
2016-04-09 13:54:08 +02:00