Commit Graph

18747 Commits

Author SHA1 Message Date
Robin Ward
7ab5d44c7c
Remove unused component 2016-04-25 17:52:37 -04:00
Robin Ward
208cf41e6c
FIX: Handle null flag values 2016-04-25 17:52:37 -04:00
Régis Hanol
1a890fa9cf Only ping a maximum of 2 reviewers 2016-04-25 23:51:26 +02:00
Régis Hanol
2194ccec6e slightly better automatic flag reason messages 2016-04-25 23:03:17 +02:00
Robin Ward
7a079f6de5
FIX: Add a vdom key to the logo to avoid weird resizing 2016-04-25 15:23:05 -04:00
Robin Ward
87efa0eddd
FIX: Support HTML entities in topic titles 2016-04-25 14:08:47 -04:00
Régis Hanol
84d4ebd910 use 'reply_by_email_address' setting for handling bounce emails using VERP 2016-04-25 20:06:45 +02:00
Arpit Jalan
e3f42d7038 Update Translations 2016-04-25 23:34:16 +05:30
Robin Ward
6978171f46
FIX: Missing topic status icons in header 2016-04-25 13:47:57 -04:00
Robin Ward
8bad3c0eb5
FIX: Cmd/Shift clicking links in the header was broken 2016-04-25 13:35:30 -04:00
Robin Ward
16c44971d9
FIX: Close menus when clicking on notifications 2016-04-25 12:50:55 -04:00
Robin Ward
dc014ac4aa
FIX: Topic title wasn't updating when navigating between topics 2016-04-25 12:31:39 -04:00
Régis Hanol
e72f63e311 add index on post_id for the incoming_emails table 2016-04-25 17:50:50 +02:00
Régis Hanol
c7ba5a0d9d FIX: global pin should also be limited to dates in the future 2016-04-25 17:50:32 +02:00
Robin Ward
514c3976f0
PERF: Migrate header to discourse widgets 2016-04-25 10:48:04 -04:00
shaktikatare1989
d1f61015c0 Fix: Editing a topic with an invalid title will still push it to the top (#4185)
* fix: Editing a topic with an invalid title will still push it to the top
* add specs to check topic not bumped with invalid title
2016-04-25 10:33:38 +02:00
Régis Hanol
38d0697b2f Merge pull request #4191 from gschlager/phpbb3-importer-polls
Fix import of polls from phpBB3
2016-04-25 10:32:43 +02:00
Régis Hanol
0b304bc6e0 Merge pull request #4197 from gschlager/patch-1
Correct error in mention-bot config
2016-04-25 10:31:46 +02:00
Gerhard Schlager
78e596497a Correct error in mention-bot config 2016-04-25 10:27:59 +02:00
Régis Hanol
c7a6fb005b Merge pull request #4194 from gschlager/phpbb3-importer-no-offset
Stop using OFFSET in DB queries of phpBB3 importer
2016-04-25 10:25:02 +02:00
Régis Hanol
3589327f94 configure mention bot to use only members of the Discourse organization 2016-04-25 10:12:14 +02:00
Arpit Jalan
b473cd10a6 UX: remove top border from onebox body on mobile 2016-04-25 08:34:07 +05:30
Sam
0b6d12f95d FIX: when no notification state exists on topic, mute on unsubscribe 2016-04-25 11:24:52 +10:00
Sam
7ee11b0508 more logging, add referer 2016-04-25 10:48:36 +10:00
Jeff Atwood
bb10697c50 make clickable alert info use dark blue on blue 2016-04-24 15:24:21 -07:00
Arpit Jalan
121820b118 Merge pull request #4125 from karies/noPreparedStatements
Make PgSQL happy: ActiveRecord::StatementInvalid: PG::ProtocolViolation
2016-04-24 21:32:36 +05:30
Gerhard Schlager
e19ee93ee3
Stop using OFFSET in DB queries of phpBB3 importer
http://use-the-index-luke.com/no-offset
2016-04-24 14:25:35 +02:00
Gerhard Schlager
a796289b3a
Fix import of polls from phpBB3 2016-04-23 23:03:50 +02:00
Gerhard Schlager
f1bc7de541
Adds support for anonymous votes to the poll plugin 2016-04-23 22:44:09 +02:00
Jeff Atwood
7f652e9d7f Merge pull request #4190 from johndbritton/google-ajax-url
Update Google Ajax-Crawling API documentation url
2016-04-22 12:53:42 -07:00
John Britton
53b2b02527 Update Google Ajax-Crawling API documentation url 2016-04-22 11:15:56 +01:00
Jeff Atwood
ed446ca487 increase transpiler timeout to 15 sec 2016-04-21 16:52:25 -07:00
Jeff Atwood
72761ab938 we don't need to specify default email port... 2016-04-21 13:53:26 -07:00
Régis Hanol
56adc01081 fix last-seen date position in digest preview 2016-04-21 21:00:28 +02:00
Régis Hanol
ded03a1aa4 ensure pikaday respects our color scheme 2016-04-21 20:56:12 +02:00
Arpit Jalan
ee7ef46b9e FEATURE: support filter options for PM report 2016-04-21 14:52:41 +05:30
Arpit Jalan
89a7a90208 UX: do not show filter controls for PM admin reports 2016-04-21 13:49:30 +05:30
Guo Xiang Tan
cd4ffccb4a
Upgrade onebox. 2016-04-21 16:09:21 +08:00
Guo Xiang Tan
a556d9ad4e
FIX: Expiry should be 3 times polling interval. 2016-04-21 15:04:03 +08:00
Guo Xiang Tan
b4e0c5afe0
FIX: Fetch stats if it has not been cached. 2016-04-21 14:50:25 +08:00
Arpit Jalan
e7d1fa8120 Merge pull request #4186 from shaktikatare1989/suspention-details-in-log
Fix: Suspensions and Blocks do not give enough details in logs
2016-04-21 09:00:36 +05:30
Guo Xiang Tan
9cac351fd8 Merge pull request #4184 from tgxworld/precompile_our_assets_concurrently
PERF: Uglify and gzip assets concurrently.
2016-04-21 10:55:12 +08:00
Guo Xiang Tan
345f138d6c Merge pull request #4189 from DeanMarkTaylor/patch-3
Minor spelling mistake and language consistency
2016-04-21 10:52:06 +08:00
Guo Xiang Tan
b744306654
PERF: Uglify and gzip assets concurrently. 2016-04-21 10:36:09 +08:00
Dean Taylor
f7d0e8461d Minor spelling mistake and language consistency
"Return" instead of "Return".
"unactivated" changed to "deactivated".
Mostly "cannot" is currently used, changed existing "can not" occurrences.
"there was no attachments" to "there were no attachments".
2016-04-21 02:23:58 +01:00
Neil Lalonde
3aa8593dab Version bump to v1.6.0.beta2 2016-04-20 19:26:51 -04:00
Jeff Atwood
f43f0452f8 we auto-set DB RAM and unicorns now
based on detected CPU and RAM
2016-04-20 16:26:00 -07:00
Neil Lalonde
e63e296761 Update translations 2016-04-20 19:18:07 -04:00
Régis Hanol
27695c74c2 remove unused file 2016-04-20 23:43:23 +02:00
Régis Hanol
c117a48e93 add rel=nofollow in Top Links in User Summary for untrusted users 2016-04-20 23:43:13 +02:00