I should point out that I'm running my copy of the site on PHP 7.2 and nothing has exploded yet. Might be an easy-ish way to improve performance a bit?
Unfortunately, this wasn't something I could submit a PR for, as the issue was outside the OGA plugins... BTW, working on the code is a little hard as installing the plugins doesn't get you a working site (seems to mostly be config issues). Then you have no data to test with.
(Those aren't complaints, just pointing out its a little hard for any new contributors.)
Someone with access to the files could patch this by replacing `s.isGecko=!s.isWebKit&&/Gecko/.test(g)` with `s.isGecko=false` in `/sites/all/libraries/tinymce/jscripts/tiny_mce/tiny_mce.js`.
For anyone else reading this topic (since @AntumDeluge has already commented on GitHub), I made some progress with my setup and managed to fix a few little things (like the audio previews on user pages).
Hmm, I looked at that at one point, but it's quite hard to set up without any idea of the site's configuration. (Or any data). In the end I got... something. (Also, the new OGA3 theme wouldn't even install on Drupal 8, which I think it's supposed to be for?)
Now I'm worndering why this happens as it just happened to me, so I went and checked my Drupal install, which works fine...
I should point out that I'm running my copy of the site on PHP 7.2 and nothing has exploded yet. Might be an easy-ish way to improve performance a bit?
Unfortunately, this wasn't something I could submit a PR for, as the issue was outside the OGA plugins... BTW, working on the code is a little hard as installing the plugins doesn't get you a working site (seems to mostly be config issues). Then you have no data to test with.
(Those aren't complaints, just pointing out its a little hard for any new contributors.)
Yep, working.
Someone with access to the files could patch this by replacing `s.isGecko=!s.isWebKit&&/Gecko/.test(g)` with `s.isGecko=false` in `/sites/all/libraries/tinymce/jscripts/tiny_mce/tiny_mce.js`.
Looks like the editor relies on some Firefox-specific behaviour that got fixed. Newer versions of the editor are unaffected. (https://bugzilla.mozilla.org/show_bug.cgi?id=1554014)
For anyone else reading this topic (since @AntumDeluge has already commented on GitHub), I made some progress with my setup and managed to fix a few little things (like the audio previews on user pages).
Hmm, I looked at that at one point, but it's quite hard to set up without any idea of the site's configuration. (Or any data). In the end I got... something. (Also, the new OGA3 theme wouldn't even install on Drupal 8, which I think it's supposed to be for?)
Ah, always fun when your auto-renewing certificate doesn't. :)
Link to source added! (Check src/components and the html in src/routes for the layout/style).
Pages