da64b90d4f
FIX: missing translations when "en" set as fallbackLocale
...
When a plugin registers a language and sets fallbackLocale="en", fallback strings were missing. This commit strips any duplicate ":en" symbols when loading merged translations.
2019-03-07 12:51:12 -05:00
bc52437153
FIX: Add additional rescue for assets:precompile
...
This error can be caused if assets are precompiled before the database has been migrated
2019-03-07 14:03:05 +00:00
ad87b0d662
Make "uploads:recover_from_tombstone" call the "uploads:recover" rake task
2019-03-07 14:15:30 +01:00
a2fdd4089c
FIX: nav-pills not highlighted on user preferences page ( #7126 )
2019-03-07 13:40:12 +01:00
a9648e8fd1
onebox version bump
...
- FIX: respect code indentation
2019-03-07 17:55:47 +05:30
fc7938f7e0
REFACTOR: Migrate GoogleOAuth2Authenticator to use ManagedAuthenticator ( #7120 )
...
https://meta.discourse.org/t/future-social-authentication-improvements/94691/3
2019-03-07 11:31:04 +00:00
6420b73c33
FIX: Changed poll age message to upcase ( #7124 )
2019-03-07 11:04:17 +01:00
2c8e1d3578
FEATURE: remove all expired invitations by default
2019-03-07 15:28:39 +05:30
caef0a56d1
FEATURE: create a new message via URL without specifying user or group
2019-03-07 11:30:24 +05:30
be5e889b1b
UX: Poll style fix, button classes
2019-03-06 20:27:40 -05:00
9d3c7d7b25
prettier
2019-03-06 19:52:34 -05:00
e233a69db0
Customize nav pill fix
2019-03-06 19:42:44 -05:00
7d2cc33013
prettier
2019-03-06 17:37:59 -05:00
a917a93990
fix active class, remove style
2019-03-06 17:29:19 -05:00
536952f194
adding back active nav pill
2019-03-06 17:14:02 -05:00
733deba585
FIX: Loading draft also replaces the recipients ( #7122 )
2019-03-07 08:14:55 +11:00
078c02cd24
UX: More consistent structure for active nav-pill
2019-03-06 16:10:22 -05:00
941e096df4
Fix error in base import script
...
Follow-up to 655a08dbbda1636409b15cc5611fcd3afc63263d
2019-03-06 21:58:25 +01:00
1121514799
UX: Localize date format in "new user of the month" message
2019-03-06 21:58:25 +01:00
5ba2ef4274
UX: Display error message if no time frame selected in topic status update
2019-03-07 02:17:29 +05:30
655a08dbbd
FIX: Return actual errors if PostCreator fails ( #7096 )
2019-03-06 21:29:37 +01:00
b1035cc691
FIX: NodeBB import details
...
- mark imported users as active
- do not strip @ from usernames in post content
- improve uploads path matching
2019-03-06 12:30:36 -05:00
167d85c21f
FIX: post & topic destroyed hooks not triggering with tag filter
2019-03-06 22:52:54 +05:30
2db3652338
UX: Fix redeemed invite table layout
2019-03-06 11:05:45 -05:00
4000978452
FIX: Failed to save email template with pluralized subject
2019-03-06 16:51:04 +01:00
5cf63e43c6
FEATURE: Add about-after-description plugin outlet
2019-03-06 10:26:34 -05:00
6d2708c3fb
Bump FontAwesome icons to 5.7.2
2019-03-06 09:21:31 -05:00
df474bceee
DEV: Further sidekiq logging stability improvements
...
- Open the log file in "append" mode. This avoids issues if the file does not exist (and matches standard rails log behavior)
- Correctly parse the interval logging environment variable
2019-03-06 12:50:15 +00:00
3ff0800e50
FIX: Fixed custom emoji circumventing "max emojis in topic title" set… ( #7116 )
2019-03-06 12:49:17 +01:00
0a9a11094d
FEATURE: Save ignored usernames in user preferences ( #7117 )
...
* FEATURE: Save ignored usernames in user preferences
2019-03-06 11:21:58 +00:00
974e756369
FIX: bugs in safari where select-kit is not expanding on iOS ( #7118 )
2019-03-06 11:29:45 +01:00
fe62de68dd
DEV: Correct sidekiq logging to avoid thread leak
2019-03-06 10:11:31 +00:00
f7c4d8c8f9
FIX: WebhookPostSerializer spec failure
2019-03-06 09:48:20 +00:00
eb3f15c3e2
FIX: WebhookPostSerializer spec failure
2019-03-06 09:47:31 +00:00
b58eea1fcb
FEATURE: Hide ignored user's Original Post content ( #7113 )
...
* FEATURE: Hide ignored user's Original Post content
2019-03-06 09:20:45 +00:00
05ebb52ec4
FEATURE: defer flags when deleting child replies ( #7111 )
2019-03-06 14:32:25 +05:30
b2187301fd
FEATURE: allow users to easily track/watch/mute topics via email
...
If you reply to an email with the word "mute" a topic will be muted
If you reply to an email with the word "track" a topic will be tracked
If you reply to an email with the word "watch" a topic will be watched
These ninja command can help advanced mailing list ex-users, saves a trip
to the website
2019-03-06 18:38:49 +11:00
8d7c10f7f2
FIX: allow moderators to create categories setting broken
...
Mods require visibility to everyone group cause category dialogs need to
know about this.
If the site setting `allow moderators to create categories` will not function
without this
Note there is no security expansion of rights here, the group is technically
empty anyway and it always looks exactly the same on all discourse instances
2019-03-06 17:44:18 +11:00
1b1f9831b0
Bump onebox version
...
discourse/onebox@4dd5a62
2019-03-06 11:58:41 +05:30
86f9ace0ea
UX: Previous positioning was better for the image resizer
2019-03-05 22:10:12 -05:00
fcfbdbc9c1
add BLEXbot to blacklisted crawlers
2019-03-05 17:38:12 -08:00
b5804c410e
UX: Add slash to mobile category page totals
2019-03-05 20:16:12 -05:00
33129efdb5
Revert "Bump onebox version"
...
This reverts commit 345f6237cb0b945e5fe37f7c4445fed35adf4976.
2019-03-05 22:51:02 +01:00
345f6237cb
Bump onebox version
...
f2b361fc28
2019-03-05 22:18:49 +01:00
2ea77073ae
prettier
2019-03-05 15:12:10 -05:00
84892429ed
UX: Improve layout of invite table
2019-03-05 14:50:27 -05:00
b0d93a38e8
FEATURE: Add plugin html hook to insert html before any other scripts
2019-03-05 10:41:16 -08:00
dedd5e0e60
FIX: WebhookUserSerializer spec failure
2019-03-05 18:01:25 +00:00
55b4b84b63
FIX: WebhookUserSerializer spec failure
2019-03-05 17:57:46 +00:00
8b30ed5b7a
DEV: Serialize the job parameters in sidekiq logs
...
Otherwise this can lead to some very large data structures when processing the logs later
2019-03-05 17:44:49 +00:00