Closed
Bug 349265
Opened 19 years ago
Closed 18 years ago
When using Modify Query, dates entered are clobbered (set to UNIX time)
Categories
(Webtools Graveyard :: Bonsai, defect)
Webtools Graveyard
Bonsai
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ispiked, Assigned: bugzilla)
References
Details
Attachments
(2 files)
996 bytes,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
1.11 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Go to http://bonsai.mozilla.org/cvsqueryform.cgi.
2. Enter in a date range to search in and submit the query; e.g. 2006-01-01 and 2006-01-02.
3. Click the Modify Query link to modify the query.
Results:
Dates in the forms are now in UNIX time.
Expected Results:
Dates are shown in ISO format, as I entered them.
Reporter | ||
Updated•19 years ago
|
Summary: When using Modify Query, dates entered are cloberred (set to UNIX time) → When using Modify Query, dates entered are clobbered (set to UNIX time)
Updated•19 years ago
|
Assignee: tara → bear
Updated•19 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•19 years ago
|
||
Assignee: bear → bugzilla
Attachment #244235 -
Flags: review?
Assignee | ||
Updated•19 years ago
|
Attachment #244235 -
Flags: review? → review?(justdave)
Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 244235 [details] [diff] [review]
v1
I'm not sure how this will work with time zones, so please double check that that is working properly.
Comment 3•19 years ago
|
||
*** Bug 323410 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 4•19 years ago
|
||
The other bug mentioned in justdave's dupe of this (Bug 323410) is Bug 358955.
Comment 5•19 years ago
|
||
Comment on attachment 244235 [details] [diff] [review]
v1
looks good
Attachment #244235 -
Flags: review?(justdave) → review+
Comment 6•19 years ago
|
||
do you have checkin privs or do you need someone to check this in for you?
Comment 7•19 years ago
|
||
(In reply to comment #6)
> do you have checkin privs or do you need someone to check this in for you?
He needs somebody to check it in for him. I can do it if you don't have a working tree.
Comment 8•19 years ago
|
||
I'll do it now
Comment 9•19 years ago
|
||
Checking in cvsqueryform.cgi;
/cvsroot/mozilla/webtools/bonsai/cvsqueryform.cgi,v <-- cvsqueryform.cgi
new revision: 1.27; previous revision: 1.26
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•18 years ago
|
||
Reopening. There's a problem with this patch: if no date is in the field to begin with, it gets filled in with the default UNIX time.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 11•18 years ago
|
||
This fixes a regression introduced with the first patch on this bug. This patch is untested.
Attachment #247033 -
Flags: review?
Updated•18 years ago
|
Attachment #247033 -
Flags: review? → review+
Comment 12•18 years ago
|
||
Checking in cvsqueryform.cgi;
/cvsroot/mozilla/webtools/bonsai/cvsqueryform.cgi,v <-- cvsqueryform.cgi
new revision: 1.28; previous revision: 1.27
done
Status: REOPENED → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•