Closed
Bug 627449
Opened 14 years ago
Closed 14 years ago
monkey patch django forms for less safety
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P5)
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.9
People
(Reporter: jbalogh, Assigned: jbalogh)
References
Details
The patch is mostly done, some tests need fixing.
Updated•14 years ago
|
Priority: -- → P5
Target Milestone: 5.12.7 → 4.x (triaged)
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Merge: https://github.com/jbalogh/zamboni/commit/0e1dd2b
Removing |safe: https://github.com/jbalogh/zamboni/commit/c90f4ac
Monkeypatching: https://github.com/jbalogh/zamboni/commit/69b0360
The monkeypatch in nuggets:
https://github.com/mozilla/nuggets/commit/421a2a6
https://github.com/mozilla/nuggets/commit/58c9559
QA: If you see <html> where there should be a piece of form, this is the culprit.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: 4.x (triaged) → 5.12.9
Comment 3•14 years ago
|
||
Checked the following forms:
* abuse report
* report user
* submit new add-on
* /edit
* edit user profile
* registration
* password reset
* forgot password
* Add/edit a review
* Review reply
* developer profile
* /payments
* ownership page
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•