Makyen
Makyen
Need to prevent re-performing some JavaScript page setup actions when they've already been performed
On Firefox 103, testing indicated that the browser's forward and back buttons resulted in similar replacement of the `document.body` as is normally done by Turbolinks, but the HTML which is...
The above PR/commit resolves the titular problem. The fix resolves the issue of not searching upon paste for the New Domain Link dialog and anywhere else we use that search...
I'm unsure what the actual setup was. In the MS code, MS is expecting to get a POST to /channels_receive_email with the email contents wrapped in JSON. The received message...
I don't have an example, but I could create one. The code in MS can be changed to accommodate whatever reasonable thing is possible in the new setup. The current...
The recent change I made to JavaScript event handlers may have reduced the problems, and solved some of them, but it did not resolve all of them. In particular, I...
The feedback issue was addressed in PR #823 and PR #825.
Grumble, grumble, multiple things in one issue. :;
If the issue of having multiple review results from the same user was still an issue, #937 is likely to substantially reduce it, if not eliminate it.
I'd note that using a regex search, which more accurately reflects what a watch or keyword blacklist would search for works fine: [sexyloveomegle](https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93&title_is_regex=1&title=(%3Fs)%5Cbsexyloveomegle%5Cb&body_is_regex=1&body=(%3Fs)%5Cbsexyloveomegle%5Cb&username_is_regex=1&username=(%3Fs)%5Cbsexyloveomegle%5Cb&or_search=1) and [Mukteshwar](https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93&title_is_regex=1&title=(%3Fs)%5CbMukteshwar%5Cb&body_is_regex=1&body=(%3Fs)%5CbMukteshwar%5Cb&username_is_regex=1&username=(%3Fs)%5CbMukteshwar%5Cb&or_search=1). While that doesn't invalidate this...
Yes. It would be nice to be able to save a search in a way that cached the result (so it didn't result in using significant resources if reused within...