Guo Xiang Tan
|
6f7c6b0fd0
|
FIX: Incorrect error raised.
|
2017-04-25 09:59:01 +08:00 |
Jeff Atwood
|
644c15926a
|
Merge pull request #4832 from cpradio/float-banner-close-button-right
UX: Change banner close button to be floated to the right
|
2017-04-24 18:29:34 -07:00 |
cpradio
|
d69122c385
|
UX: Change banner close button to be floated to the right
|
2017-04-24 20:51:02 -04:00 |
Régis Hanol
|
0d66529d2b
|
PostReply doesn't have a primary key, so no luck here
|
2017-04-24 23:14:01 +02:00 |
Régis Hanol
|
e5c29a1dde
|
eradicate debugging 'puts' 💥
|
2017-04-24 23:08:15 +02:00 |
Régis Hanol
|
4b92835460
|
remove customer specific conditions in vBulletin importer
|
2017-04-24 23:05:25 +02:00 |
Régis Hanol
|
7c739f0f45
|
rake tasks to ensure consistency after bulk import
|
2017-04-24 23:00:54 +02:00 |
Régis Hanol
|
0dffa2d135
|
vBulletin bulk importer
|
2017-04-24 23:00:49 +02:00 |
Régis Hanol
|
58951e232f
|
base bulk importer
|
2017-04-24 23:00:41 +02:00 |
Régis Hanol
|
0f2e6042f2
|
PERF: don't load User object in memory when we only need to know if it exists
|
2017-04-24 23:00:36 +02:00 |
Régis Hanol
|
1787c45b38
|
PERF: don't load all replies in memory when moving posts
|
2017-04-24 23:00:32 +02:00 |
Régis Hanol
|
8fe0bbb238
|
REFACTOR: improve Notification.ensure_consistency SQL query readability
|
2017-04-24 23:00:27 +02:00 |
Régis Hanol
|
301dd139ae
|
PERF: faster Group.refresh_automatic_group & Group.ensure_consistency
|
2017-04-24 23:00:21 +02:00 |
Régis Hanol
|
3d406b047c
|
PERF: much faster Badge.ensure_consistency
|
2017-04-24 22:59:49 +02:00 |
Régis Hanol
|
e6f22725c8
|
Add some gems only used by imports
|
2017-04-24 22:59:41 +02:00 |
Robin Ward
|
f41ab98e86
|
FIX: Scrolling to the bottom was still a bit weird with no suggested
|
2017-04-24 16:36:43 -04:00 |
Régis Hanol
|
29ddb3a611
|
update JIVE API importer
|
2017-04-24 22:03:12 +02:00 |
Régis Hanol
|
d5630d6160
|
HtmlToMarkdown library
Small library to transform HTML to Discourse-flavored markdown (mostly used for imports)
|
2017-04-24 22:01:41 +02:00 |
Robin Ward
|
62966b1023
|
FIX: Remove duplicate route warning, it's just a noop now
|
2017-04-24 13:36:05 -04:00 |
Robin Ward
|
4e1f8ec72b
|
FIX: Without suggested topics jumping to a post had the wrong offset
|
2017-04-24 13:21:50 -04:00 |
Arpit Jalan
|
df77a827e1
|
Update Translations
|
2017-04-24 18:12:40 +05:30 |
Guo Xiang Tan
|
423f2ab228
|
FIX: Processing incoming email should be done in a background job.
|
2017-04-24 13:57:28 +08:00 |
Arpit Jalan
|
dad2024094
|
FIX: do not impose default min/max validation on hidden site setting
|
2017-04-22 12:08:39 +05:30 |
Guo Xiang Tan
|
5fab2042f5
|
Revert "Add rake task to gather `GC.stat` for Sidekiq."
This reverts commit 15e2f55655 .
|
2017-04-22 08:23:24 +08:00 |
Sam
|
b74c61777a
|
waiting on the wrong array
|
2017-04-21 17:29:38 -04:00 |
Sam
|
b077335a30
|
make stat socket much more robust
|
2017-04-21 17:12:29 -04:00 |
Sam
|
e189ec2def
|
correct it so stats socket times out after 10 seconds
|
2017-04-21 16:54:18 -04:00 |
Sam
|
20778fbf58
|
fix handling of stats socket
|
2017-04-21 12:37:28 -04:00 |
Sam
|
0b3aec9c94
|
FEATURE: set UNICORN_STATS_SOCKET_DIR for status socket
eg:
sam@ubuntu stats_sockets % socat - UNIX-CONNECT:9622.sock
gc_stat
{"count":46,"heap_allocated_pages":2459,"heap_sorted_length":2460,"heap_allocatable_pages":0,"heap_available_slots":1002267,"heap_live_slots":647293,"heap_free_slots":354974,"heap_final_slots":0,"heap_marked_slots":503494,"heap_swept_slots":498773,"heap_eden_pages":2459,"heap_tomb_pages":0,"total_allocated_pages":2459,"total_freed_pages":0,"total_allocated_objects":4337014,"total_freed_objects":3689721,"malloc_increase_bytes":6448248,"malloc_increase_bytes_limit":29188387,"minor_gc_count":36,"major_gc_count":10,"remembered_wb_unprotected_objects":19958,"remembered_wb_unprotected_objects_limit":39842,"old_objects":462019,"old_objects_limit":895782,"oldmalloc_increase_bytes":6448696,"oldmalloc_increase_bytes_limit":19350882}
|
2017-04-21 11:37:03 -04:00 |
Arpit Jalan
|
b0151ab66a
|
Merge pull request #4826 from techAPJ/site-setting-max-value
FIX: all basic integer settings should have min & max value validation
|
2017-04-21 20:21:10 +05:30 |
Arpit Jalan
|
1f5089e474
|
FIX: handle invite error in wizard
|
2017-04-21 20:07:04 +05:30 |
Sam
|
52306c393a
|
FEATURE: basic implementation of stats socket
|
2017-04-21 10:24:43 -04:00 |
Guo Xiang Tan
|
15e2f55655
|
Add rake task to gather `GC.stat` for Sidekiq.
|
2017-04-21 17:32:06 +08:00 |
Jeff Atwood
|
6d6e208037
|
Merge pull request #4828 from cpradio/normal-reply-state
FEATURE: Add normal as a preference for topic subscription state when replying to a topic
|
2017-04-20 21:24:13 -07:00 |
cpradio
|
20c2c66dd4
|
FEATURE: Add normal as a preference for topic subscription state when replying to a topic
|
2017-04-20 22:33:10 -04:00 |
Rafael dos Santos Silva
|
e922623da8
|
FIX: User Admin screen on mobile style was off
|
2017-04-20 23:18:01 -03:00 |
Guo Xiang Tan
|
8b2e3bf5f1
|
FIX: Topic title should be included in post webhook payload.
|
2017-04-21 10:04:21 +08:00 |
Arpit Jalan
|
9eff4f0807
|
FIX: all basic integer settings should have max value validation
|
2017-04-21 07:09:41 +05:30 |
Sam
|
aec73d4003
|
correct the spec again
|
2017-04-20 17:41:35 -04:00 |
Sam
|
47b99e0922
|
group is now default watched
|
2017-04-20 17:38:46 -04:00 |
Sam
|
a9b953ac5a
|
FIX: on create you could not add a theme component
|
2017-04-20 17:37:13 -04:00 |
Sam
|
dcf9459b7c
|
staff should track
|
2017-04-20 17:32:05 -04:00 |
Sam
|
d4111c8676
|
correct spec
|
2017-04-20 17:24:21 -04:00 |
Sam
|
5365973c0a
|
FIX: detection of error changed, so you can clear errors
|
2017-04-20 16:55:18 -04:00 |
Neil Lalonde
|
703e6faf54
|
Revert "remove important from extra-info-wrapper color"
|
2017-04-20 16:27:10 -04:00 |
Sam
|
b801727698
|
Merge pull request #4827 from jomaxro/patch-3
Remove console logging from SCSS editing
|
2017-04-20 16:09:02 -04:00 |
jomaxro
|
b3eef0513f
|
Remove console logging
|
2017-04-20 16:08:16 -04:00 |
Sam
|
7a9eee1b71
|
FEATURE: default notification level for group messages
also fixes it so staff can amend other user's group notification level
|
2017-04-20 15:47:35 -04:00 |
Neil Lalonde
|
05efa7ce68
|
simplify last_notified_id
|
2017-04-20 15:26:28 -04:00 |
Arpit Jalan
|
5d9d2cf287
|
FIX: do not explicitly show email of flagger / flagged user
|
2017-04-20 22:09:30 +05:30 |