Bianca Nenciu
589187b732
FIX: Fix delete button for Tag Groups. ( #6965 )
2019-02-07 10:09:16 -05:00
Kris
dc43fb69d1
UX: Minor button icon color fixes
2019-02-07 10:09:13 -05:00
Bianca Nenciu
beb6e154ef
FIX: in:title should work irrespective of the order. ( #6968 )
2019-02-07 10:09:08 -05:00
Dan Ungureanu
cc983e3b11
UX: Use translatedLabel for aria-label in buttons.
2019-02-07 10:09:05 -05:00
Maja Komel
7426c427a1
fix typo
2019-02-07 10:09:02 -05:00
David Taylor
9f49007b7b
FIX: Rescue and display import errors when updating theme via git
2019-02-07 10:08:59 -05:00
Sam
bfceb29db8
DEV: update logster to stable release
...
This update logster to the stable 2.0.1 release instead of running a pre
release
2019-02-07 10:08:56 -05:00
Gerhard Schlager
d576a3fa57
FIX: S3 endpoint broke bucket creation in non-default region
2019-02-07 10:08:53 -05:00
Kris
12cf3320c2
UX: Turn off autocomplete on composer title
2019-02-07 10:08:50 -05:00
Régis Hanol
1e9a884244
UX: disable browser's autocomplete in search menu
2019-02-07 10:08:47 -05:00
David Taylor
f01ca1f22d
FIX: Correctly process {{each}} in raw handlebars templates for themes
2019-02-07 10:08:43 -05:00
Jeff Wong
9564eac72a
FIX: Register pan events for touch only
...
* touch events - only register touch, not pointer events
* immediately request redraw frame, do not wait for after render to fire.
2019-02-07 10:08:40 -05:00
Gerhard Schlager
8573ac0d18
FIX: Unpause Sidekiq before uploading backup to S3
...
No need to pause Sidekiq longer than really needed. Uploads to S3 can take a long time.
2019-02-07 10:08:37 -05:00
Kris
a36527ca77
Minor icon color fix
2019-02-07 10:08:34 -05:00
Sam
894b98685b
FIX: old migration was loading up invalid model schema
...
Generally we should never be touching AR objects in migrations, this is
super risky as we may end up with invalid schema cache.
This code from 2013 did it unconditionally. This change amends it so:
1. We only load up schema if we have no choice
2. We flush the cache before and after
This makes this migration far less risky.
2019-02-07 10:08:29 -05:00
Kris
5ef75197da
UX: Header icon color fix
2019-02-01 17:50:00 +00:00
David Taylor
78eb51f780
SECURITY: Escape HTML in dashboard report tables
2019-02-01 13:11:14 +00:00
David Taylor
94ccedb730
FIX: Login button icons should be white
2019-02-01 11:41:54 +00:00
Kris
34f120c011
Header icon focus color fix
2019-02-01 10:50:40 +00:00
Neil Lalonde
bbb4b6ccef
Version bump to v2.2.0
2019-01-31 17:41:36 -05:00
Neil Lalonde
87f89e92a8
Merge diffs from master
2019-01-31 17:24:35 -05:00
Neil Lalonde
23e2a01572
Merge master
2019-01-31 17:18:47 -05:00
Neil Lalonde
6bfd2b6eaf
Update translations
2019-01-31 16:27:07 -05:00
Kris
95e16ab0a6
UX: Badge checkmarks should be round
2019-01-31 15:27:46 -05:00
Kris
6141290399
FIX: Mobile button colors
2019-01-31 15:13:54 -05:00
Robin Ward
720e896e17
FIX: PostActionCreator
was not checking the guardian properly
...
It also exposed a bug in the EmailReceiver spec, where a test had a user
liking their own post and was not failing.
2019-01-31 14:48:42 -05:00
Gerhard Schlager
ec7f418a22
REFACTOR: Simplify finding the opengraph image
...
* removes deprecation warnings for "logo url"
* adds the "large icon" as fallback before the "apple touch icon"
2019-01-31 20:46:15 +01:00
Penar Musaraj
3500acf2f6
FIX: refresh admin/customize/themes route after import
...
Fixes an issue where the imported color schemes of a theme were not available immediately in the UI.
2019-01-31 14:29:09 -05:00
Kris
0dfcbdeb54
ok/cancel button fix
2019-01-31 14:20:27 -05:00
Kris
3d394a6144
prettier
2019-01-31 14:06:32 -05:00
Kris
3eb000a968
UX: Overflow hidden was causing some icons to be cropped
2019-01-31 14:03:11 -05:00
Kris
94f16ba931
UX: Make button icons use lighter color instead of opacity
2019-01-31 13:59:49 -05:00
David Taylor
886ba9dff9
DEV: Correct spec for theme export change
2019-01-31 17:52:03 +00:00
David Taylor
c0b1a1a914
DEV: Do not add -theme
suffix to theme exports
...
This could be confusing if the theme name already ended in "theme" or "theme-component"
2019-01-31 17:46:39 +00:00
David Taylor
43f3bf71ba
FIX: Imported themes should set their color scheme automatically
2019-01-31 17:45:11 +00:00
David Taylor
b3a41878ec
FIX: Exporting themes when uploads are on S3
2019-01-31 17:34:34 +00:00
Régis Hanol
1021a42b22
FIX: new mailgun webhooks
2019-01-31 17:52:33 +01:00
David Taylor
a09b20f934
FIX: Google HD
and Prompt
settings should be checked at runtime
...
Previously a server restart was required after settings changes, and it did not work in multisite environments
2019-01-31 10:05:25 +00:00
Arpit Jalan
4786b7ff81
FEATURE: when only option is "existing topic", autofocus input field
2019-01-31 11:23:04 +05:30
Arpit Jalan
f83533e1cb
FIX: use absolute url for /images/example.png
links
...
FEATURE: fallback to logo_url as last resort for opengraph image url
2019-01-31 10:20:15 +05:30
Penar Musaraj
3c5fbd3ce1
FIX: do not send welcome message to staged users
2019-01-30 18:03:16 -05:00
Jeff Wong
4763d6c9d7
FEATURE: add the show user action to the user-card-after-username plugin outlet
2019-01-30 14:56:14 -08:00
Robin Ward
bb8808985a
REFACTOR: Remove a couple more self
uses
2019-01-30 14:41:49 -05:00
Robin Ward
dca5486b78
REFACTOR: Prefer this
over self
2019-01-30 14:29:45 -05:00
Régis Hanol
f7b7bc8abe
DEV: move 'default_scope' to default sort on 'has_many' relation
2019-01-30 17:45:50 +01:00
Penar Musaraj
c02e81fe01
FIX: regression with composer warnings
...
Fixes composer warnings when: a) mentioning groups ("By mentioning @group, you are about to notify x people...") and b) mentioning users in a PM ("You mentioned @user but they won`t be notified...")
2019-01-30 11:37:16 -05:00
David Taylor
d8bd3c32ca
DEV: Allow theme CLI to specify which theme to synchronize ( #6963 )
...
Currently the theme is matched by name, which can be fragile when there are many themes with the same name. This functionality will be used by the next version of theme CLI.
2019-01-30 14:17:04 +00:00
Gerhard Schlager
1e98929501
FIX: Email domain whitelist prevented user anonymizing
...
FIX: Secondary email addresses were not deleted during anonymizing
2019-01-30 15:14:36 +01:00
Vinoth Kannan
096974d178
FIX: user_id attribute not found in posters array
2019-01-30 15:28:03 +05:30
Guo Xiang Tan
60c1cd9f81
FIX: Return 400 when username params is invalid.
2019-01-30 16:06:55 +08:00