Robin Ward
6d1263812f
FIX: Allow JS transpilation
2020-03-25 16:05:16 -04:00
Robin Ward
661aebdc87
FIX: Resolver wasn't being set properly
2020-03-25 15:40:45 -04:00
Robin Ward
5d66a2c16e
Move the widget-hbs compiler to js from es6
2020-03-25 15:03:21 -04:00
Robin Ward
f68c3d51fc
Another ignore entry
2020-03-25 15:03:21 -04:00
Robin Ward
2abe85b834
Rename all test files from JS -> ES6
2020-03-25 15:03:21 -04:00
Kane York
6a1fe9ff87
FIX: Use 1 column instead of 4 for permalink destination ( #9260 )
2020-03-25 11:30:39 -07:00
Vinoth Kannan
b09f79366e
UX: disallow tag creation in "default tags" site setting choosers.
2020-03-25 23:37:46 +05:30
Joffrey JAFFEUX
6acbd1bedf
DEV: allows time-input to be clearable ( #9277 )
2020-03-25 19:05:11 +01:00
Vinoth Kannan
dbc323e12a
Fix the typo.
2020-03-25 23:32:32 +05:30
Joffrey JAFFEUX
105cc5505c
FIX: ensures we have a date object in date-time-input ( #9276 )
2020-03-25 17:57:43 +01:00
Mark VanLandingham
c14f6d4ced
FEATURE: Allow plugins to exclude wizard steps ( #9275 )
2020-03-25 11:36:42 -05:00
Robin Ward
0025806b7e
Ignore latest
2020-03-25 12:30:20 -04:00
Robin Ward
f2f8ede22c
Last ES6 files in our app/assets/javascripts
2020-03-25 12:30:20 -04:00
romanrizzi
55b8620b43
FIX: TopicEmbed#absolutize_urls was trying to modify a frozen string
2020-03-25 12:57:54 -03:00
Dan Ungureanu
3ae26c6c59
FEATURE: List search menu shortcuts in instructions modal ( #9273 )
2020-03-25 17:11:33 +02:00
Joffrey JAFFEUX
7d7c5641b4
DEV: allows to use routeAction from components/widgets ( #9267 )
...
ATM this is only usable as a helper in templates.
2020-03-25 15:51:30 +01:00
David Taylor
2ed0f8d120
DEV: Remove migration which was erroneously added in d62d258f
2020-03-25 14:49:59 +00:00
David Taylor
d62d258fe5
Revert "FIX: word boundary regex (\b) not working in Unicode languages. ( #9163 )"
...
Lookbehind regex is not supported in Firefox or IE11
This reverts commit 572bb5988f
.
2020-03-25 14:34:45 +00:00
Jordan Vidrine
9521a88984
UI: Fix 'lock' icon spacing in category dropdown
2020-03-25 08:59:00 -05:00
Vinoth Kannan
572bb5988f
FIX: word boundary regex (\b) not working in Unicode languages. ( #9163 )
2020-03-25 18:39:19 +05:30
Dan Ungureanu
49395ec577
FIX: Fix image optimization pipeline ( #9257 )
...
* FIX: Do not use original filename to extract the original filename
Prefer extracting filename from the destination path, which is build
using extracted image information.
* UX: Show better error images
2020-03-25 12:59:16 +02:00
Joffrey JAFFEUX
cff9d4726c
FIX: ensures search-menu is not briefly showing previous results ( #9272 )
2020-03-25 10:00:48 +01:00
Dan Ungureanu
70012f2027
FEATURE: Navigate through search results using J/K ( #9264 )
2020-03-25 15:45:35 +11:00
Sam Saffron
35e153d84f
DEV: update unicorn
...
This is a minor update to unicorn, in this update unicorn handles
chunked encoding a bit more correctly according to RFC
Should have no impact, but message bus will be validated in production
to confirm chunked encoding still works as expected
2020-03-25 15:38:25 +11:00
Jeff Wong
7282435e17
FEATURE: Unassign the review queue topic when a flag is handled
2020-03-24 14:57:44 -07:00
Joffrey JAFFEUX
2501c0cd0f
FIX: user-selector was not excluding currentUser ( #9266 )
...
concat doesn't mutate the variable so it has to be assigned.
2020-03-24 22:17:26 +01:00
Robin Ward
772583b9c3
Ignore more
2020-03-24 16:33:43 -04:00
Robin Ward
a11938d58d
Rename more es6 files to js
2020-03-24 16:32:56 -04:00
Robin Ward
4876884fd1
More JS files
2020-03-24 16:18:56 -04:00
Robin Ward
0fd0a04019
This should be js
2020-03-24 16:13:30 -04:00
Robin Ward
ac34c7740a
Ignore more commits
2020-03-24 16:11:56 -04:00
Robin Ward
4d190c93b6
Migrate ember-addons from ES6 -> JS
2020-03-24 16:11:56 -04:00
Jordan Vidrine
9659da1044
UI: Update margin select kit category name
2020-03-24 12:40:11 -05:00
Gerhard Schlager
5b2b769eb7
DEV: Ensure uploads aren't deleted during imports
...
Sidekiq might delete uploads if you, for some reason, create upload records before using them in posts.
2020-03-24 17:14:16 +01:00
David Taylor
c939001876
DEV: Bump theme compiler version for CSP change
...
We need to regenerate cached themes, so that the JS paths are updated to include the subfolder prefix
Followup to 8e98f39d9f
2020-03-24 15:52:14 +00:00
Joffrey JAFFEUX
58ced428ee
FIX: race conditions in search menu ( #9262 )
...
Race conditions could lead the previous query search term to be used in the next query. This commit also attempts to simplify code.
2020-03-24 15:16:42 +01:00
Bianca Nenciu
61c1af0124
SECURITY: Ensure user can see group and group members
2020-03-24 11:59:41 +02:00
Bianca Nenciu
d8640fd042
DEV: Move requested_group_id custom field from post to topic ( #9127 )
...
Follow-up-to accbbded15
2020-03-24 11:12:52 +02:00
Vinoth Kannan
bef8468510
Make qunit test code more clean.
...
45ce9876cc
2020-03-24 13:04:46 +05:30
Sam Saffron
c7151f0fd6
Revert "DEV: upgrade Rails"
...
This reverts commit 5b3bb4b2f0
.
This erratically breaks multisite operation, we need more debugging
2020-03-24 17:11:13 +11:00
Sam Saffron
46a9622246
FIX: prevent scheduled publishing to deleted category
...
We missed a dependency which left timers firing on missing categories.
Co-authored-by: tshenry
2020-03-24 16:59:42 +11:00
Sam Saffron
5b3bb4b2f0
DEV: upgrade Rails
...
Latest version of Rails contains compatibility fixes for Ruby 2.7 and some
minor security fixes we would like to have
2020-03-24 16:47:40 +11:00
Kane York
58ae0d4bd9
DEV: Add test case for /srv/status probers ( #9259 )
2020-03-24 16:28:07 +11:00
dependabot-preview[bot]
4452817ed0
DEV: Bump pg from 1.2.2 to 1.2.3 ( #9235 )
...
Bumps [pg](https://github.com/ged/ruby-pg ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/ged/ruby-pg/releases )
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc )
- [Commits](https://github.com/ged/ruby-pg/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Pretty safe, adds protection for 2 possible segfaults.
2020-03-24 16:25:52 +11:00
dependabot-preview[bot]
ecda9dbf25
DEV: Bump annotate from 3.1.0 to 3.1.1 ( #9261 )
...
Bumps [annotate](https://github.com/ctran/annotate_models ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/ctran/annotate_models/releases )
- [Changelog](https://github.com/ctran/annotate_models/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ctran/annotate_models/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Very safe upgrade, annotate only used in dev
2020-03-24 16:23:16 +11:00
Sam Saffron
9726a0e0b4
DEV: upgrade json gem and add explicit dependency
...
json is shipped out of sync with Ruby. Even though we use OJ for many things
we still use the json gem sometimes, this ensures we use the latest
b8b29e79ad/config/initializers/100-oj.rb (L9-L9)
2020-03-24 15:21:50 +11:00
Martin Brennan
b8b29e79ad
FIX: Improve user timezone saving ( #9230 )
...
Based on issues identified in https://meta.discourse.org/t/improved-bookmarks-with-reminders/144542/20
* Implement the resolvedTimezone() function on the user model where we return the user's timezone if it has been set, or we guess it using moment and save it to the user using an update call if it has not yet been set. This covers the cases of users who do not log out/in often who will not get their timezone set via login. This also makes sure the guess + save is done in a non-obtrusive way not on every page -- only when it is needed.
* Before if a user's timezone was blank when they visited their profile page we were autofilling the dropdown with the guessed timezone from moment. However this was confusing as it would appear you have that timezone saved in the DB when you really didn't. Now we do not autofill the dropdown and added a button to automatically guess the current timezone to make everything more explicit.
2020-03-24 11:39:09 +10:00
Kane York
4b8acce92b
FIX: Check for permalinks before showing the 404 page
...
Limitations: the user profile "open external links in new tab setting" is
slightly broken for "External URL" permalinks.
Remove the copy from the admin permalinks page stating that this doesn't work.
2020-03-23 16:31:07 -07:00
Vinoth Kannan
dc1836573d
UX: display avatar flair in categories route topic list items ( #9197 )
2020-03-24 01:13:25 +05:30
Robin Ward
4ecf0be93d
Don't blame these renames
2020-03-23 15:05:58 -04:00