Closed
Bug 369010
Opened 18 years ago
Closed 18 years ago
Update tzids for all tzids in storage.sdb
Categories
(Calendar :: Provider: Local Storage, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Sunbird 0.5
People
(Reporter: mattwillis, Assigned: mattwillis)
References
Details
Attachments
(1 file, 1 obsolete file)
7.93 KB,
patch
|
cmtalbert
:
first-review+
dmosedale
:
second-review+
|
Details | Diff | Splinter Review |
Since we've updated all the timezones, we should update the ones in storage, rather than try to do so lazily, waiting for each event to be edited.
This does it in SQL.
Flags: blocking-calendar0.3.1+
Attachment #253667 -
Flags: first-review?(dmose)
Assignee | ||
Updated•18 years ago
|
Attachment #253667 -
Flags: second-review?(dmose)
Attachment #253667 -
Flags: first-review?(dmose)
Attachment #253667 -
Flags: first-review?(ctalbert.moz)
Assignee | ||
Comment 1•18 years ago
|
||
After discussion with dmose, we've decided that the gain to 0.3.1 is minimal. All events will be shown properly due to the tzid conversion code from bug 368724. They just won't be stored using the 20070129_1 timezones until they are edited in some fashion.
We will want this for 0.5 and future just to get everything cleaned up, since we'll be able to have more testing coverage on this before release with those versions.
Flags: blocking-calendar0.3.1+ → blocking-calendar0.5+
Target Milestone: Sunbird 0.3 → Sunbird 0.5
Assignee | ||
Updated•18 years ago
|
Whiteboard: [patch in hand] [needs review jminta dmose]
Assignee | ||
Updated•18 years ago
|
Whiteboard: [patch in hand] [needs review jminta dmose] → [patch in hand] [needs review ctalbert dmose]
Assignee | ||
Comment 2•18 years ago
|
||
Fixes silly error where variables were transposed.
Attachment #253667 -
Attachment is obsolete: true
Attachment #254297 -
Flags: second-review?(dmose)
Attachment #254297 -
Flags: first-review?(ctalbert.moz)
Attachment #253667 -
Flags: second-review?(dmose)
Attachment #253667 -
Flags: first-review?(ctalbert.moz)
Comment on attachment 254297 [details] [diff] [review]
fixes transposed variables
This looks good. Tested on Windows, upgrading from version 5 of db(0.3) to 7 (0.4a1 dev build).
Verified by querying sqlite directly.
ctalbert r+
Attachment #254297 -
Flags: first-review?(ctalbert.moz) → first-review+
Comment 4•18 years ago
|
||
Comment on attachment 254297 [details] [diff] [review]
fixes transposed variables
Looks good; r2=dmose.
Attachment #254297 -
Flags: second-review?(dmose) → second-review+
Assignee | ||
Comment 5•18 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Whiteboard: [patch in hand] [needs review ctalbert dmose]
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Flags: blocking-calendar0.5+
You need to log in
before you can comment on or make changes to this bug.
Description
•