755b47b4bc
UX: change topic reminder notification icon
2019-01-24 10:07:24 -05:00
e5765fe1f5
FIX: ensures correct scroll position of textarea after autocomplete ( #6942 )
2019-01-24 15:19:19 +01:00
671ff4243f
FIX: discourse-poll-option test wasn't working
2019-01-24 14:55:36 +01:00
49193ca3bf
FIX: includes staff in staff_logins report ( #6945 )
2019-01-24 14:46:56 +01:00
c88fd49591
DEV: refactor user preferences path method
2019-01-24 18:39:13 +05:30
b9bf751b88
FIX: link to the user preferences page is incorrect in user admin page
2019-01-24 18:31:00 +05:30
dda918f862
UX: removes width constraint in user-card badge section
2019-01-24 20:53:14 +08:00
b1297a5f5a
FIX: replaces inline button message with d-button
2019-01-24 13:19:52 +01:00
7ce2d20951
fix the build
2019-01-24 17:22:17 +05:30
fabeba788d
FIX: allow sending PMs to staff via flag even when PMs are disabled ( #6938 )
...
* FIX: allow sending PMs to staff via flag even when PMs are disabled
FIX: allow sending PMs to staff via flag even if the user trust level is insufficient
* Update lib/topic_creator.rb
Co-Authored-By: techAPJ <arpit@techapj.com >
2019-01-24 16:56:59 +05:30
cba6bdaf52
UX: use solid circle to indicate selected option in polls
2019-01-24 12:25:37 +01:00
1f8ff85ff9
FIX: displays user-card when clicking on avatar of post small action ( #6941 )
2019-01-24 10:46:06 +01:00
22f43abb0e
UX: protection for very wide category-logo images on narrow screens
2019-01-24 17:16:18 +08:00
334bd78516
DEV: Mark discourse-code-review and discourse-yearly-review plugins as official
2019-01-24 13:14:50 +05:30
12df8c5c82
General style cleanup, removing unused styles
2019-01-23 21:37:39 -05:00
7d92fa3a5e
Mobile SCSS cleanup and removing unused styles
2019-01-23 14:36:53 -05:00
48c9234545
FIX: Lazy Loading: copy only present srcset
...
When showing a lazy-loaded image, copy the `srcset` property only when
it is actually set. `copyImg.srcset = copyImg.srcset` is not actually a
noop but creates an empty `srcset`, changing content security rules on
the image.
2019-01-23 14:04:43 -05:00
a9734eef81
UX: removes margins from categories in suggested topics message
2019-01-24 02:12:16 +08:00
d589c66f3e
FIX: Fix URL to user profile. ( #6881 )
2019-01-23 18:27:21 +01:00
bd31423137
DEV: refactoring admin-logs-screened-ip-addresses ( #6932 )
2019-01-23 17:40:37 +01:00
0aa049791e
DEV: refactoring admin-backups-index ( #6933 )
2019-01-23 17:40:24 +01:00
60974932c4
DEV: refactoring api-keys ( #6931 )
2019-01-23 17:40:05 +01:00
9a594fed01
Removing unused bootstrap.scss file
2019-01-23 11:22:23 -05:00
5feeac221e
Groups on user profile missing margin
2019-01-23 10:10:17 -05:00
096a81158a
FIX: siteNavigationElement was reversed ( #6934 )
2019-01-23 15:47:39 +01:00
afd449089f
FEATURE: Import and export themes in a .tar.gz format ( #6916 )
2019-01-23 14:40:21 +00:00
d0129b85f4
FIX: stop propagating keyboard event when replying to topic/post ( #6930 )
2019-01-23 14:38:20 +01:00
e07e39470e
Replace embed on site link ( #6928 )
...
Move embed on site link to meta.discourse per previously linked blog
2019-01-23 11:31:31 +01:00
d720215183
UX: admin badge page improvements
2019-01-23 11:29:51 +01:00
49b21727ee
Update rails_multisite
to 2.0.6.
2019-01-23 17:42:59 +08:00
2e59a37687
FEATURE: List unused theme components ( #6924 )
2019-01-23 09:20:13 +00:00
eb9377afd4
FEATURE: default block ahrefsbot crawler
2019-01-23 00:38:16 -08:00
2dc680c94c
very minor copyedit
2019-01-23 00:27:10 -08:00
658cc4d0d0
FEATURE: default block semrushbot crawler
2019-01-23 00:25:01 -08:00
b21266ed6f
FIX: corrects selector for move-to modal styles
2019-01-23 16:18:38 +08:00
0cf2df3028
Fix remap in migrate_to_s3
rake task.
...
The current way of doing the remap only allows to run the rake task
once. Running the rake task more than once will end up badly.
2019-01-23 15:50:44 +08:00
07850994d3
Add ENV to skip multisite prefix when migrating to s3.
2019-01-23 15:19:50 +08:00
979d03aa68
Remove s3 bucket check in migrate_to_s3
task.
...
Bucket creation is expected to be handled by the user. If the bucket
does not exist, the script will fail anyway.
2019-01-23 15:04:51 +08:00
99cd3ff6ee
FIX: migrate_to_s3
task not setting the right content_disposition.
2019-01-23 15:04:47 +08:00
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