Closed
Bug 463282
Opened 17 years ago
Closed 17 years ago
Tasks cannot be created or imported
Categories
(Calendar :: Provider: Local Storage, defect)
Calendar
Provider: Local Storage
Tracking
(Not tracked)
VERIFIED
FIXED
1.0b1
People
(Reporter: ssitter, Assigned: dbo)
References
Details
(Keywords: regression)
Attachments
(2 files)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081105 Calendar/1.0pre (BuildID: 20081105110610)
Steps to Reproduce:
1. Start Sunbird with clean profile
2. Import the attached testcase that was taken from Bug 383462
Actual Results:
Import fails. Console shows:
********** mozStorageStatementWrapper: Couldn't find parameter :event_stamp
Alert dialog shows:
1 items failed to import. The last error was: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [calICalendar.addItem]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://calendar/content/import-export.js :: putItemsIntoCal :: line 191" data: no]
Additional Information:
Works in Sunbird 0.7 ... Sunbird 0.9, fails in Sunbird 1.0pre -> regression
| Reporter | ||
Comment 1•17 years ago
|
||
Error can also be reproduced by using the following steps:
1. Create new task
2. Set it to repeat daily
3. Try to save tasks
Component: General → Provider: Local Storage
Flags: blocking-calendar1.0?
QA Contact: general → storage-provider
Summary: Import of VTODO with RRULE but no DTSTART fails → Repeating tasks cannot be created or imported
| Reporter | ||
Updated•17 years ago
|
Severity: normal → major
| Reporter | ||
Comment 2•17 years ago
|
||
Regression range: Works in Sunbird 1.0pre (20081104050504)
Fails in Sunbird 1.0pre (20081105034730)
Seems to be regressed by Bug 457203.
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → daniel.boelzle
Status: NEW → ASSIGNED
Flags: blocking-calendar1.0? → blocking-calendar1.0+
| Assignee | ||
Comment 3•17 years ago
|
||
Attachment #346646 -
Flags: review?(philipp)
| Reporter | ||
Updated•17 years ago
|
Flags: in-testsuite?
| Reporter | ||
Comment 4•17 years ago
|
||
There seems to be an issue with opening the upgrade profile (with database schema 15) in a previous build. I get the expected "Upgraded ... data incompatible ... Sunbird will quit" dialog. But in the background Sunbird uses 100% of CPU and hangs the system. Trying to close the Quit-dialog has no effects. The Sunbird process had to be killed via Task-Manager.
| Reporter | ||
Updated•17 years ago
|
Summary: Repeating tasks cannot be created or imported → Tasks cannot be created or imported
Comment 6•17 years ago
|
||
Comment on attachment 346646 [details] [diff] [review]
fix - v1
Must DTSTAMP not be set quite late in the game, similar to LAST-MODIFIED?
r=philipp with question considered
Attachment #346646 -
Flags: review?(philipp) → review+
| Assignee | ||
Comment 7•17 years ago
|
||
Comment on attachment 346646 [details] [diff] [review]
fix - v1
requesting 2nd review due to schema change
Attachment #346646 -
Flags: review?(Berend.Cornelius)
| Assignee | ||
Comment 8•17 years ago
|
||
(In reply to comment #4)
Stefan, could you please file follow-up bug for that?
(In reply to comment #6)
> Must DTSTAMP not be set quite late in the game, similar to LAST-MODIFIED?
It's not necessary. The "init-as-is-without-modification" is just tied to setting the LAST-MODIFIED property.
Updated•17 years ago
|
Attachment #346646 -
Flags: review?(Berend.Cornelius) → review+
Comment 10•17 years ago
|
||
Comment on attachment 346646 [details] [diff] [review]
fix - v1
looks good; r=berend.
| Assignee | ||
Comment 11•17 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/8beded258a4b>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → 1.0
Comment 12•17 years ago
|
||
Does this mean it has been fixed in the nightly builds of lightning using Thunderbird 3.01b pre?
Comment 13•17 years ago
|
||
-> VERIFIED
build 20081112060034 (Win + Mac)
re#12 yes, it does
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Target Milestone: 1.0 → 1.0b1
| Reporter | ||
Updated•10 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•