Commit Graph

31255 Commits

Author SHA1 Message Date
70b56c8332 FIX: 'anon' css class is missing for anonymous users 2019-01-23 10:13:36 +05:30
9886934ef5 DEV: fix some deprecated SVG icon refs 2019-01-22 14:42:00 -05:00
62adc2eb98 User admin page button height fix 2019-01-22 14:00:38 -05:00
66f6382090 FIX: Icon missing due to typo 2019-01-22 13:01:21 -05:00
f0fd875918 UX: Improving aligment within topic timer modal 2019-01-22 12:33:46 -05:00
a834245683 FIX: Keep tags when switching to shared draft 2019-01-22 11:26:52 -05:00
f32de88dfc FIX: Don't notify of pending flags if min_flags_staff_visibility not met 2019-01-22 11:01:18 -05:00
fc710de3ab DEV: refactoring admin user index (#6927) 2019-01-22 16:44:55 +01:00
31a700daf8 DEV: refactoring emoji-uploader (#6926) 2019-01-22 16:44:40 +01:00
035c330457 Update Twitter App links
Twitter changed their Developer page link again, apps.twitter.com is now in sunset phase.
2019-01-22 09:10:22 -05:00
bce9c37f15 DEV: refactoring permalink-form (#6925) 2019-01-22 15:09:21 +01:00
ea8373351b DEV: refactoring ip-lookup (#6923) 2019-01-22 15:09:04 +01:00
80d42b4ea2 icons deprecations fixes (#6920) 2019-01-22 12:02:02 +01:00
ea0e188c8f FIX: improves stacked-chart layout on ie11 (#6922) 2019-01-22 11:47:54 +01:00
2fe9617dc1 Fix rubocop. 2019-01-22 18:37:55 +08:00
9148f7675b FIX: better handling of resizing in stacked charts (#6921) 2019-01-22 11:20:50 +01:00
d32900292d FIX: Don't update User#last_seen_at when PG is in readonly take 3. 2019-01-22 18:07:48 +08:00
7161304842 minor cosmetic improvements to charts (#6919) 2019-01-22 10:22:41 +01:00
b1b27d9f7b FEATURE: add total on stacked-chart tooltip (#6917) 2019-01-22 09:57:34 +01:00
4dee7ed6d9 DEV: Fix randomlly failing spec. 2019-01-22 15:19:31 +08:00
fe92b496a7 FIX: Don't clear connections on failover.
Clearing connections can be really slow (up to 10 seconds).
2019-01-22 14:48:01 +08:00
de197000e7 FIX: Clear connections before disabling readonly mode. 2019-01-22 14:14:13 +08:00
4dbebb4915 Follow up to f6f2c38183826bad7e69813e0f75eb6828153584.
Master connection might fail.
2019-01-22 12:51:59 +08:00
f6f2c38183 FIX: Fallback Redis by checking status on master instead of slave. 2019-01-22 12:38:12 +08:00
b0adffdef5 FIX: Clear anon cache when clearing recently readonly. 2019-01-22 09:53:04 +08:00
3359b3baca FEATURE: Do not autoclose topics due to user flagging that are authored by staff 2019-01-21 15:50:53 -08:00
fe6d571021 FIX: Alignment for small-actions, gap, removing unneeded clearfix 2019-01-21 17:57:47 -05:00
4ddc28f194 FIX: Whitespace breaks activity column in Firefox 2019-01-21 16:26:34 -05:00
a123aafdad Fix random build error
Follow-up to b95165b83825e4c8ac511309ff988285f7dc70b8
2019-01-21 22:00:45 +01:00
d82628987a FIX: Badges appeared in wrong badge group
Some badges always appeared in the "Other" group (the default group) and some badges were always moved back into the original group during seeding.

Now badges are either in the correct, seeded group or stay in a custom group if the admin moved the badge into a custom group.
2019-01-21 21:09:33 +01:00
5218702702 Version bump to v2.2.0.beta9 v2.2.0.beta9 2019-01-21 15:00:57 -05:00
65f6135213 Update translations 2019-01-21 14:04:43 -05:00
8546f0020e UX: Invert pikaday png for dark themes 2019-01-21 13:47:46 -05:00
ba5e17a7a9 FIX: IE11 layout glitches
IE11 requires a unit on the third parameter (flex-basis) of the flex property
2019-01-21 13:40:55 -05:00
ec71091216 FIX: Don't override user flair styles in topic map 2019-01-21 12:37:49 -05:00
916219f48e Remove "Users" heading in wizard homepage preview 2019-01-21 11:31:00 -05:00
3e1e9fce7e FIX: better legend labels for stacked-charts (#6914) 2019-01-21 17:10:10 +01:00
a9edcb2e10 fixes few icons deprecations warnings (#6915) 2019-01-21 16:56:05 +01:00
0cf8f10158 SPEC: Use I18n translation instead of using raw text 2019-01-21 20:21:09 +05:30
b95165b838 FEATURE: adds a new chart report to track pageviews (#6913) 2019-01-21 15:17:04 +01:00
52f2e0d6b9 SECURITY: fix possible XSS with badges (#6912) 2019-01-21 13:08:26 +01:00
6f0bc16baf DEV: simpler Dangerfile logic (#6911) 2019-01-21 12:23:18 +01:00
426907cb88 FIX: Incorrect subscription in PostgreSQLFallbackHandler. 2019-01-21 17:39:31 +08:00
c5dd4bf5dc fix the build
Use whitespace after code block start for single word languages
2019-01-21 15:04:18 +05:30
4ad935f958 Merge branch 'master' of https://github.com/discourse/discourse 2019-01-21 01:19:44 -08:00
444bc466b0 for docs, normalize on space after code fence when specifying lang 2019-01-21 01:19:28 -08:00
d75510dd2f DEV: already defined constant 'HIGHLIGHTJS_DIR' 2019-01-21 10:12:23 +01:00
27c421775e Fix broken spec. 2019-01-21 16:15:39 +08:00
3c6a8a2bb1 Partially revert 4466fcf1bc04bf6cb2eb493bd7b2d8b86eae109d. 2019-01-21 15:41:01 +08:00
9b7cbe444c copyedits 2019-01-20 23:35:45 -08:00