Robin Ward
|
b0803f7035
|
FIX: New badges were missing post link
|
2016-04-13 16:38:24 -04:00 |
|
Robin Ward
|
95854a94c9
|
FIX: When viewing a summary, if a post jumps to the bottom cancel it.
|
2016-04-13 15:58:54 -04:00 |
|
Robin Ward
|
332bf311c7
|
FIX: Only search when the value changes, not key press
|
2016-04-13 15:16:37 -04:00 |
|
Robin Ward
|
e91379916b
|
FIX: Provide the ability to reduce cooked content
This allows us to strip polls from the group posts page.
|
2016-04-13 13:25:18 -04:00 |
|
Régis Hanol
|
8fcd359e2a
|
Revert "FIX: Jobs.cancel_scheduled_job wasn't working anymore due to our move to using multiple queues"
This reverts commit b7c16991f768caaf9e52127b1a318086d8cfe9a3.
|
2016-04-13 18:30:25 +02:00 |
|
Régis Hanol
|
b7c16991f7
|
FIX: Jobs.cancel_scheduled_job wasn't working anymore due to our move to using multiple queues
FIX: Don't queue more than 1 'update_gravatar' job per user
|
2016-04-13 18:12:28 +02:00 |
|
Neil Lalonde
|
b782a01148
|
add server_plugin_outlet topic_list_header
|
2016-04-13 11:49:43 -04:00 |
|
Arpit Jalan
|
6633b92d5f
|
FIX: do not raise exception if user not found while rate limiting
|
2016-04-13 20:08:03 +05:30 |
|
Régis Hanol
|
557e59c28e
|
check the uploads doesn't already exists before copying it
|
2016-04-13 16:33:00 +02:00 |
|
Régis Hanol
|
e245958d83
|
Merge pull request #4159 from gschlager/phpbb3-importer
Make permalink import from phpBB3 configurable
|
2016-04-13 15:38:39 +02:00 |
|
Régis Hanol
|
4d9c81fde7
|
Merge pull request #4148 from tgxworld/dont_reply_to_emails_that_are_autogenerated
FIX: Don't send rejection mailer to bounced emails.
|
2016-04-13 15:36:14 +02:00 |
|
Jeff Atwood
|
b915241acb
|
better copy for file too large upload error
|
2016-04-13 02:24:57 -07:00 |
|
Arpit Jalan
|
51d194cc21
|
FIX: show invited by username when inviting to topic
|
2016-04-13 11:38:29 +05:30 |
|
Sam
|
8ba57c0ffd
|
FIX: restrict moderators from creating/editing topics in readonly categories
In the past moderators had blanket access to all categories they were allowed
to see. This tightens down the restriction.
|
2016-04-13 15:59:38 +10:00 |
|
Sam
|
6688dce2b8
|
FIX: discourse local onebox not working correctly in multisite
|
2016-04-13 12:19:02 +10:00 |
|
Guo Xiang Tan
|
4ceb04517f
|
Bump grant emoji job back to default queue.
|
2016-04-13 08:18:37 +08:00 |
|
Sam
|
8b096b4b99
|
bump up to 500 max posts in message
|
2016-04-13 08:43:22 +10:00 |
|
Jeff Atwood
|
f39186b24a
|
FIX: autoclose topic max replies used wrong constant
|
2016-04-12 13:42:52 -07:00 |
|
Jeff Atwood
|
36683da8b6
|
somehow git missed this file
|
2016-04-12 13:29:47 -07:00 |
|
Robin Ward
|
1ffa448154
|
FIX: Broken spec which was brittle
|
2016-04-12 16:09:47 -04:00 |
|
Jeff Atwood
|
2258dbd232
|
badge copyedits
|
2016-04-12 12:56:48 -07:00 |
|
Robin Ward
|
fa369bcc3e
|
Add onceoff job to backfill oneboxes
|
2016-04-12 15:31:22 -04:00 |
|
Robin Ward
|
f4672a9e05
|
Instead of a Distributed Mutex, use a Redis SETNX guard
|
2016-04-12 15:31:21 -04:00 |
|
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 |
|