You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
which is in turn a port from halogenical/beautifulhugo#222. Introduced true
nested comments with reply functionality.
1. Reply target anchors to easily jump between replies.
2. Interactive reply target display with Gravatar and name.
3. Improved input type for "website" field.
4. Implemented FR pacollins#63 to construct POST URL in JS.
5. Clearer instructions for Google reCAPTCHA v2.
6. Introduced some SCSS variables for layout control
7. Fixed missing "id" attribute in each comment.
8. Fixed missing translation UI text for Staticman forms.
9. Changed default API endpoint to the one serving @staticmanlab due to
eduardoboucas/staticman#307.
* Staticman nested comments support from Huginn
which is in turn a port from halogenical/beautifulhugo#222. Introduced true
nested comments with reply functionality.
1. Reply target anchors to easily jump between replies.
2. Interactive reply target display with Gravatar and name.
3. Improved input type for "website" field.
4. Implemented FR #63 to construct POST URL in JS.
5. Clearer instructions for Google reCAPTCHA v2.
6. Introduced some SCSS variables for layout control
7. Fixed missing "id" attribute in each comment.
8. Fixed missing translation UI text for Staticman forms.
9. Changed default API endpoint to the one serving @staticmanlab due to
eduardoboucas/staticman#307.
* Added image alt text in response to the review bot
Gravatar alt text wasn't there in the original code, but I agree with the bot.
* Fixed clearForm() to clear fields after submit
* Set opacity to 0.5 when submitted
* Regenerated resources
* Fixed clearForm() again to empt textarea
* Corrected Eng submission msg
Feature Request
Is your feature request related to a problem?
Staticman spam is a known issue for years.
Despite Staticman's release of v3, the problem is still happening: https://github.com/zinefer/zinefer.github.com/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3ASpam.
Solution
Move the form action URL from the Go-HTML template to JavaScript assets.
Alternatives
Use reCAPTCHA, but there's no guarantee for this: see https://gitlab.io/pcercueil/
Additional Context
The text was updated successfully, but these errors were encountered: