Commit Graph

36836 Commits

Author SHA1 Message Date
a42668ead0 Revert "Another ignore entry"
This reverts commit f68c3d51fcf89d22ebc2dc343fe23b435587686a.
2020-03-25 16:13:33 -04:00
eaa324ecbd Revert "Move the widget-hbs compiler to js from es6"
This reverts commit 5d66a2c16e6bd21246e6becbef34da8ed07926bc.
2020-03-25 16:13:26 -04:00
8316500a39 Revert "FIX: Resolver wasn't being set properly"
This reverts commit 661aebdc877a80f7debb93c4d727f2242084908f.
2020-03-25 16:13:18 -04:00
a12c7fcb2f Revert "FIX: Allow JS transpilation"
This reverts commit 6d1263812f9c23c05683868b82f611964c28e14d.
2020-03-25 16:13:01 -04:00
6d1263812f FIX: Allow JS transpilation 2020-03-25 16:05:16 -04:00
661aebdc87 FIX: Resolver wasn't being set properly 2020-03-25 15:40:45 -04:00
5d66a2c16e Move the widget-hbs compiler to js from es6 2020-03-25 15:03:21 -04:00
f68c3d51fc Another ignore entry 2020-03-25 15:03:21 -04:00
2abe85b834 Rename all test files from JS -> ES6 2020-03-25 15:03:21 -04:00
6a1fe9ff87 FIX: Use 1 column instead of 4 for permalink destination (#9260) 2020-03-25 11:30:39 -07:00
b09f79366e UX: disallow tag creation in "default tags" site setting choosers. 2020-03-25 23:37:46 +05:30
6acbd1bedf DEV: allows time-input to be clearable (#9277) 2020-03-25 19:05:11 +01:00
dbc323e12a Fix the typo. 2020-03-25 23:32:32 +05:30
105cc5505c FIX: ensures we have a date object in date-time-input (#9276) 2020-03-25 17:57:43 +01:00
c14f6d4ced FEATURE: Allow plugins to exclude wizard steps (#9275) 2020-03-25 11:36:42 -05:00
0025806b7e Ignore latest 2020-03-25 12:30:20 -04:00
f2f8ede22c Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
55b8620b43 FIX: TopicEmbed#absolutize_urls was trying to modify a frozen string 2020-03-25 12:57:54 -03:00
3ae26c6c59 FEATURE: List search menu shortcuts in instructions modal (#9273) 2020-03-25 17:11:33 +02:00
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
2ed0f8d120 DEV: Remove migration which was erroneously added in d62d258f 2020-03-25 14:49:59 +00:00
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 572bb5988f4a46bc5f66f7e9d4a09b7241c532fb.
2020-03-25 14:34:45 +00:00
9521a88984 UI: Fix 'lock' icon spacing in category dropdown 2020-03-25 08:59:00 -05:00
572bb5988f FIX: word boundary regex (\b) not working in Unicode languages. (#9163) 2020-03-25 18:39:19 +05:30
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
cff9d4726c FIX: ensures search-menu is not briefly showing previous results (#9272) 2020-03-25 10:00:48 +01:00
70012f2027 FEATURE: Navigate through search results using J/K (#9264) 2020-03-25 15:45:35 +11:00
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
7282435e17 FEATURE: Unassign the review queue topic when a flag is handled 2020-03-24 14:57:44 -07:00
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
772583b9c3 Ignore more 2020-03-24 16:33:43 -04:00
a11938d58d Rename more es6 files to js 2020-03-24 16:32:56 -04:00
4876884fd1 More JS files 2020-03-24 16:18:56 -04:00
0fd0a04019 This should be js 2020-03-24 16:13:30 -04:00
ac34c7740a Ignore more commits 2020-03-24 16:11:56 -04:00
4d190c93b6 Migrate ember-addons from ES6 -> JS 2020-03-24 16:11:56 -04:00
9659da1044 UI: Update margin select kit category name 2020-03-24 12:40:11 -05:00
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
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 8e98f39d9ff865be2f54ef77700eb2ae749d11d7
2020-03-24 15:52:14 +00:00
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
61c1af0124 SECURITY: Ensure user can see group and group members 2020-03-24 11:59:41 +02:00
d8640fd042 DEV: Move requested_group_id custom field from post to topic (#9127)
Follow-up-to accbbded15974846523c3aeca85a59454e3f2f05
2020-03-24 11:12:52 +02:00
bef8468510 Make qunit test code more clean.
45ce9876ccfeac0c51e5f32fb15bdcc9669204c5
2020-03-24 13:04:46 +05:30
c7151f0fd6 Revert "DEV: upgrade Rails"
This reverts commit 5b3bb4b2f007edbe6a81122f441787c08e59c99e.

This erratically breaks multisite operation, we need more debugging
2020-03-24 17:11:13 +11:00
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
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
58ae0d4bd9 DEV: Add test case for /srv/status probers (#9259) 2020-03-24 16:28:07 +11:00
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
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
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