hashover-next
hashover-next copied to clipboard
This branch will be HashOver 2.0
I made corrections and completed some translations that were missing. Hope this is helpful!
I'm experimenting with a [Hexo](https://hexo.io) site on GitLab pages. For comments I'm using HashOver Next with it. On **config/settings.json** I have: ``` "allowed-domains": [ "*.blogspot.com", "*.gitlab.io" ] ``` On the...
For privacy reasons I have to use the option "Avatar icon display mode" = "None". Actually, I think the Gravatar option is very nice, but the way the function is...
* Stop sending referrer request data to Gravatar (reduces data sharing with Gravatar, improves user privacy). * Enable lazy loading avatar images (reduces image download request priority, defers downloading off-screen...
Browsers will assume comments are 170px tall (about three lines including headers). They can then cheat by not rendering all off-screen comments before they’re needed. Improves page-load performance in large...
* Send HTTP Vary hints to caches when varying on HTTP request headers. * Enable caching for static script assets for the Comment, Count, and Latest APIs. These are mostly...
It’s hard to find comments pending moderation in the moderation view, and they’re easy to miss when looking at a discussion. * Added `hashover-status-{status}` classes to the `hashover-comment` wrapper (except...
Allows the form to be hidden.
The moderation page gets the correct `threadName`, and passes it along as a GET to `threads.php`. However, editing failed to read the comments because it used the default `threadName` derived...
* Fixes spelling error that broke the setting. * Disable notification opt-in checkboxes when the mailer is disabled for users anyway.