Robert Speicher
7a2370f740
Standardize the way we check for and display form errors
...
- Some views had a "Close" button. We've removed this, because we don't
want users accidentally hiding the validation errors and not knowing
what needs to be fixed.
- Some views used `li`, some used `p`, some used `span`. We've
standardized on `li`.
- Some views only showed the first error. We've standardized on showing
all of them.
- Some views added an `#error_explanation` div, which we've made
standard.
2016-04-04 21:37:07 -04:00
Robert Speicher
76ed2afcfc
Change js-quick-submit
behavior to expect the class on the form
...
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
2016-03-02 15:11:15 -05:00
Josh Frye
2d3655cd14
sanitize user supplied input.
2016-01-16 10:49:51 -05:00
Josh Frye
c70ed7f2cd
Autofill abuse message text with user url. Closes #2838
2016-01-16 10:47:12 -05:00
Robert Speicher
c479dbae22
Add js-requires-input and js-quick-submit to abuse report form
2015-12-30 15:37:09 -05:00
Stefan Tatschner
6783437ce5
Improve abuse report wording
2015-08-08 19:46:34 +02:00
Dmitriy Zaporozhets
ed7a8c9221
Improve wording in abuse report form
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-06 15:15:17 +02:00
Dmitriy Zaporozhets
4ba2698810
Remove selectbox from abuse form. Added pagination in admin area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-06 15:13:47 +02:00
Dmitriy Zaporozhets
cba7f20dc8
Allow users to send abuse reports
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-06 14:03:27 +02:00