Neil Lalonde
77595bcaa9
FEATURE: notify by email when there are posts from new users waiting to be reviewed
2015-06-18 15:47:35 -04:00
Régis Hanol
455ba6ae0c
FIX: restore previous welcome PM images
2015-06-18 18:35:23 +02:00
Sam
f0c74d7685
PERF: batch update post timings
...
previously we would issue a query per row in post timings,
this batches it
2015-06-18 17:02:10 +10:00
Sam
61df4bd90a
PERF: slow down the rate topic/timings is called
...
(we still rush new posts)
2015-06-18 16:15:20 +10:00
Sam
a3885a18f8
extra logic to force kill orphan sidekiqs
2015-06-18 15:32:04 +10:00
Sam
c034dca844
improve nginx report to include counts
...
and break down user traffic
2015-06-18 12:29:06 +10:00
Sam
1343d40558
PERF: deleting a post in huge topics was timing out
...
- add missing index to user actions for fast retrieval by post
- add missing indexes to users for fast retrieval of staff
- only refresh topic_users liked/bookmarked cache for affected users
2015-06-18 09:58:49 +10:00
Régis Hanol
9cdfef2b27
UX: no need for all these margins
2015-06-17 21:46:55 +02:00
Arpit Jalan
6148ae8775
Update Translations
2015-06-17 22:05:22 +05:30
Régis Hanol
3db743640e
fix the build :fired:
2015-06-17 17:45:53 +02:00
Robin Ward
874b2a628d
FIX: plugin-outlet
should do view injections
2015-06-17 11:11:16 -04:00
Régis Hanol
56b9528de8
FIX: catch the PG::UniqueViolation exception too
2015-06-17 15:38:45 +02:00
Sam
1aa7cf842a
PERF: missing index on notifications
...
this was slowing down acting on a post
2015-06-17 18:05:52 +10:00
Sam
0bb78ff53c
Work in progress, performance report
2015-06-17 15:07:17 +10:00
Sam
86b485f165
Merge pull request #3554 from scossar/set-inline-category-badge-to-display-inline
...
FIX: set inline category badge to display inline
2015-06-17 09:02:50 +10:00
Sam
db274c7969
missing $
2015-06-16 19:30:29 +10:00
Régis Hanol
01a23203c7
FIX: slightly improve emoji support in titles (no need for spaces between emojis)
2015-06-16 10:15:42 +02:00
Sam
f26eee8431
FEATURE: add username to NGINX logs
2015-06-16 17:43:53 +10:00
Sam
dc563b4484
improve log format
2015-06-16 17:43:53 +10:00
Arpit Jalan
8feca88cf7
Merge pull request #3555 from techAPJ/patch-1
...
FIX: use session instead of cookie to preserve url
2015-06-16 13:13:13 +05:30
Sam
4007484c54
also log user agent in NGINX
2015-06-16 16:43:43 +10:00
Arpit Jalan
4628b06fd6
FIX: use session instead of cookie to preserve url
2015-06-16 11:43:29 +05:30
Sam
96d3d6fb63
update logster
2015-06-16 16:02:05 +10:00
Arpit Jalan
d37c2a2c98
Merge pull request #3550 from techAPJ/patch-1
...
FIX: new-topic URL should survive login redirection
2015-06-16 07:19:42 +05:30
Sam
a6ac368476
FEATURE: add a custom log format for better analysis
2015-06-16 11:37:08 +10:00
Sam
0e4883a8ae
correct regression where monitoring thread crashed out
...
add logging
2015-06-16 11:16:33 +10:00
Sam
771eeea837
fix spec
2015-06-16 10:53:28 +10:00
Sam
1f9761e85d
FEATURE: add a header to denote an anonymous req was cached
...
(X-Discourse-Cached)
2015-06-16 10:30:06 +10:00
Sam
690f4a4c37
add X so it shows up at the end of chrome
2015-06-16 10:27:42 +10:00
Sam
9b8b1d0034
FEATURE: add special header that names the action for the request
2015-06-16 09:54:44 +10:00
Sam
7b8786e14f
FIX: maintain category ordering when position is fixed for browsing
...
FEATURE: allow mods to set category ordering for topic creation dialog
using fixed_category_positions_on_create
2015-06-16 09:31:41 +10:00
Simon Cossar
d396e4eeed
set inline category-badge to display inline
2015-06-15 15:24:08 -07:00
Simon Cossar
15cb1bd094
Merge branch 'master' of https://github.com/discourse/discourse
2015-06-15 15:13:08 -07:00
Régis Hanol
357d4e3dd3
FIX: support for more than 1 emojis in the title
2015-06-15 23:44:39 +02:00
Neil Lalonde
76a14cd279
FIX: user visit stats on admin dashboard should show sum of values for 7 day and 30 day columns
2015-06-15 13:16:29 -04:00
Régis Hanol
81290d7f18
UX: sort staff members by username
2015-06-15 18:53:53 +02:00
Simon Cossar
f0ce3dc060
Merge branch 'master' of https://github.com/discourse/discourse
2015-06-15 09:36:41 -07:00
Régis Hanol
87ab1cef8e
FIX: destroy optimized images that cant' be migrated to new scheme
...
Since we can always recompute an optimized image from the original upload, there's no need to keep optimized images that are generating errors.
2015-06-15 18:30:11 +02:00
Robin Ward
fb8ba5e137
FIX: PG::UniqueViolation
when trying to use the same embed code
...
Previously providing an embed code already in use would result in
a logged server error. After this commit the error is gracefully
bubbled up from the `PostCreator`
2015-06-15 12:09:59 -04:00
Régis Hanol
08e62347e1
FIX: blue notification bar overlaps text on New/Unread tab
2015-06-15 17:27:56 +02:00
Robin Ward
e4085a64ce
FIX: Use proper upper/lower case when previewing mentions
2015-06-15 10:58:03 -04:00
Arpit Jalan
436e84c6c1
Update Translations
2015-06-15 20:25:53 +05:30
Régis Hanol
7bc0cbc672
FEATURE: add support for up to 10 uploads in the composer
2015-06-15 16:29:01 +02:00
Régis Hanol
1ac3941130
FEATURE: allow API to upload files synchronously
2015-06-15 16:12:15 +02:00
Régis Hanol
50e705a078
fix the build
2015-06-15 16:02:30 +02:00
Régis Hanol
2d03163be0
FEATURE: add support for emojis in title
2015-06-15 15:27:22 +02:00
Simon Cossar
b5f3dc196e
Merge branch 'master' of https://github.com/discourse/discourse
2015-06-15 00:03:30 -07:00
Sam
d910d3c37e
hmmm this keeps going AWOL
2015-06-15 16:34:48 +10:00
Sam
ad12db3fb3
correct invalid spec
2015-06-15 16:34:35 +10:00
Sam
05d343a921
EXTENSIBILITY: add point for topic loading
2015-06-15 16:25:54 +10:00