Closed
Bug 561522
Opened 15 years ago
Closed 15 years ago
[k] Stop using FlatQS
Categories
(support.mozilla.org :: Knowledge Base Software, task, P2)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
FIXED
2.1
People
(Reporter: jsocol, Assigned: paulc)
Details
(Whiteboard: [qa-])
FlatQS, which provides the flatten() function, was built on an improper and incomplete understanding of the problem it tries to solve (flattening dicts or lists into query strings). Thus, it does it very badly, if not completely wrong. We should stop using it, especially now that we have tools like sumo.utils.urlencode() instead, which work correctly.
| Assignee | ||
Comment 1•15 years ago
|
||
Assignee: james → paulc
| Reporter | ||
Comment 2•15 years ago
|
||
r+. This looks fine, but please hold off on merging until we have a proper 2.1 integration branch.
Summary: Stop using FlatQS → [k] Stop using FlatQS
| Assignee | ||
Comment 3•15 years ago
|
||
Rebased and merged to forums branch.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•