Closed
Bug 502699
Opened 16 years ago
Closed 16 years ago
trim leading and trailing whitespace from signature input
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.3
People
(Reporter: wsmwk, Assigned: ryansnyder)
Details
Attachments
(1 file)
|
1.25 KB,
patch
|
ozten
:
review+
|
Details | Diff | Splinter Review |
trim leading and trailing whitespace from signature input to avoid search failures
NOTE: additionally, once the form has whitespace at end of the signature it's hard to get rid of (at least on windows). for example
1. do http://crash-stats.mozilla.com/query/query?do_query=1&product=Thunderbird&date=12%2F01%2F2008&range_value=21&range_unit=days&query_search=signature&query_type=exact&query=VirtualFolderChangeListener%3A%3AOnHdrDeleted%28nsIMsgDBHdr*%2C+unsigned+int%2C+int%2C+nsIDBChangeListener*%29+
2. on results page thunderbird 3.0a1 is selected, click 3.0a1
to unselect it
3. click advanced filters
4. click end of signature and backspace over the trailing space
5. run filter
results: it filters with the same trailing space, and you get the same failed results
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → ryan
Target Milestone: --- → 1.3
| Assignee | ||
Comment 1•16 years ago
|
||
Changed rawurldecode() to urldecode(), which converts spaces in the url from "+" to " ". Also added trim() where appropriate.
Attachment #416672 -
Flags: review?(ozten.bugs)
Comment 2•16 years ago
|
||
Comment on attachment 416672 [details] [diff] [review]
Patch 1 for #502699
Looking good!
Attachment #416672 -
Flags: review?(ozten.bugs) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Fixed and committed.
==
Sending application/libraries/MY_Controller.php
Sending application/views/common/query_form.php
Transmitting file data ..
Committed revision r1598.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•