Comment #5 on issue 2073 by [email protected]: Allow testing email settings
configuration bys ending test email
http://code.google.com/p/reviewboard/issues/detail?id=2073
This doesn't seem like an easy fix; changes required to accommodate this
functionality possibly include:
-Changing the actual view for site settings from djblets.
or
-Chris suggested adding a MultiWidget (A button right beside the password
field; stuck beside each other). When clicked a a JQuery listener performs
an AJAX call in the backend to sanitize. But this approach presents two
problems:
--Django doesn't have a native button field/widget.
--If a custom widget is created to overcome the above issue, the JSON data
returned from the callback cannot be presented on the view (success/error
message) since the view (again) is on djblets.
The only way I see to fix this (keeping in mind the usability) is to make
some changes on djblets eventually.
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.