[Zeitgeist] [Bug 486996] [NEW] testInsertGetWithoutTimestamp testcase fails

2009-11-23 Thread Markus Korn
Public bug reported: Running python test/resonance-engine-test.py I get one failed testcase == FAIL: testInsertGetWithoutTimestamp (__main__.ZeitgeistEngineTest)

[Zeitgeist] [Bug 486996] Re: testInsertGetWithoutTimestamp testcase fails

2009-11-23 Thread Markus Korn
** Changed in: zeitgeist Status: New = Triaged -- testInsertGetWithoutTimestamp testcase fails https://bugs.launchpad.net/bugs/486996 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Engine. Status in Zeitgeist Engine:

[Zeitgeist] [Bug 486996] Re: testInsertGetWithoutTimestamp testcase fails

2009-11-23 Thread Seif Lotfy
We should not even allow empty timestamps in. But if you guys think we should then an empty timestamp means we should generate one using time.time() and insert it into the DB. What do u think? -- testInsertGetWithoutTimestamp testcase fails https://bugs.launchpad.net/bugs/486996 You received

Re: [Zeitgeist] [Bug 486996] Re: testInsertGetWithoutTimestamp testcase fails

2009-11-23 Thread Seif Lotfy
@Mikkel: OK I get ur point :) 2009/11/23 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com @Seif: I wouldn't have to care about the timestamp format when sending events if my app doesn't need high precision timing. Just create the Event instance and send it along. Recall that not all apps

[Zeitgeist] [Bug 423139] Re: Data sources should use Event and Item classes

2009-11-23 Thread Seif Lotfy
I don' see us using this anymore since we only have one DP recently used Everything else will be in form of external DP ** Changed in: zeitgeist Status: In Progress = Invalid ** Changed in: zeitgeist Milestone: 0.3.0 = None ** Changed in: zeitgeist Assignee: Seif Lotfy (seif) =

[Zeitgeist] [Bug 413782] Re: Add GetContents and GetSources to the API

2009-11-23 Thread Seif Lotfy
** Changed in: zeitgeist Status: Confirmed = Invalid ** Changed in: zeitgeist Importance: High = Undecided ** Changed in: zeitgeist Milestone: 0.3.0 = None -- Add GetContents and GetSources to the API https://bugs.launchpad.net/bugs/413782 You received this bug notification

[Zeitgeist] [Bug 429255] Re: sqlite error if 'application' attribute of an event is not given

2009-11-23 Thread Seif Lotfy
** Changed in: zeitgeist Status: New = Invalid -- sqlite error if 'application' attribute of an event is not given https://bugs.launchpad.net/bugs/429255 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Engine. Status

[Zeitgeist] [Bug 426270] Re: AttributeError: 'NoneType' object has no attribute 'execute' if firefox is not installed

2009-11-23 Thread Seif Lotfy
** Changed in: zeitgeist Status: New = Invalid -- AttributeError: 'NoneType' object has no attribute 'execute' if firefox is not installed https://bugs.launchpad.net/bugs/426270 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for

[Zeitgeist] [Bug 407372] Re: dataprovider use content type which are not valid URIs

2009-11-23 Thread Seif Lotfy
** Changed in: zeitgeist Status: Confirmed = Invalid ** Changed in: zeitgeist Milestone: 0.3.0 = None -- dataprovider use content type which are not valid URIs https://bugs.launchpad.net/bugs/407372 You received this bug notification because you are a member of Zeitgeist-Engine,

[Zeitgeist] [Bug 416724] Re: Insertion of same event more than once

2009-11-23 Thread Seif Lotfy
** Changed in: zeitgeist/0.3 Status: New = Triaged ** Changed in: zeitgeist/0.3 Status: Triaged = Invalid -- Insertion of same event more than once https://bugs.launchpad.net/bugs/416724 You received this bug notification because you are a member of Zeitgeist-Engine, which is the

[Zeitgeist] [Bug 398448] Re: Compatibility with different Firefox versions (.desktop file)

2009-11-23 Thread Seif Lotfy
** Changed in: zeitgeist Status: New = Invalid -- Compatibility with different Firefox versions (.desktop file) https://bugs.launchpad.net/bugs/398448 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Engine. Status in

[Zeitgeist] [Bug 416726] Re: Tomboy notes use wrong timestamps

2009-11-23 Thread Seif Lotfy
** Changed in: zeitgeist/0.3 Status: Confirmed = Invalid ** Changed in: zeitgeist/0.3 Milestone: 0.3.0 = None ** Changed in: zeitgeist/0.3 Importance: Medium = Undecided -- Tomboy notes use wrong timestamps https://bugs.launchpad.net/bugs/416726 You received this bug notification

[Zeitgeist] [Bug 487321] Re: Origin

2009-11-23 Thread Mikkel Kamstrup Erlandsen
WHY NOT? -- Origin https://bugs.launchpad.net/bugs/487321 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Engine. Status in Zeitgeist Engine: New Bug description: + origin =

[Zeitgeist] [Bug 485433] Re: Dont' raise an exception when a duplicate event is detected

2009-11-23 Thread Mikkel Kamstrup Erlandsen
I'll do this tonight, and update the unit tests accordingly ** Changed in: zeitgeist Assignee: Seif Lotfy (seif) = Mikkel Kamstrup Erlandsen (kamstrup) -- Dont' raise an exception when a duplicate event is detected https://bugs.launchpad.net/bugs/485433 You received this bug notification

[Zeitgeist] [Bug 483603] Re: Use timestamps with milliseconds granularity (was: use REAL)

2009-11-23 Thread Mikkel Kamstrup Erlandsen
Yes. Plugins *must* send the timestamps in millis since the Epoch. If apps only use second granularity then we will have three zeroes in the end of the timestamps. -- Use timestamps with milliseconds granularity (was: use REAL) https://bugs.launchpad.net/bugs/483603 You received this bug

[Zeitgeist] [Bug 425258] Re: origin should be a property of events, not items

2009-11-23 Thread Mikkel Kamstrup Erlandsen
Yeah. We had a discussion about this at the hackfest and everyone agreed that origin must be a property of the subject(s). So the meaning og origin is where does the subject come from?. For files it is the parent folder. For websites it is the root URL (eg. http://youtube.com). We do need to