Commit Graph

5 Commits

Author SHA1 Message Date
GitLab Bot e35f91f05b Add latest changes from gitlab-org/gitlab@master 2020-05-18 15:08:15 +00:00
Dmitriy Zaporozhets 7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Stan Hu c527eadb74 Fix the reCAPTCHA spec failures by not rendering the widget in test mode
We've seen changes in behavior in the reCAPTCHA widget that led to test failures.
To avoid these issues, don't render the widget at all in test mode.

Closes #45138
2018-04-06 14:25:08 -07:00
Stan Hu b8f5a7d5e9 Fix 404 error after a user edits an issue description and solves the reCAPTCHA
When editing an issue, use the PUT method instead of POST to avoid
a 404 after solving the reCAPTCHA.

Closes #41445
2017-12-30 06:14:23 -08:00
Luke Bennett 1a3b292d35 Resolve "No feedback when checking on checklist if potential spam was detected" 2017-12-08 12:26:39 +00:00