[Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/mimetypes into lp:zeitgeist

2011-12-29 Thread noreply
The proposal to merge lp:~zeitgeist/zeitgeist/mimetypes into lp:zeitgeist has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zeitgeist/zeitgeist/mimetypes/+merge/87033 -- https://code.launchpad.net/~zeitgeist/zeitgeist/mimetypes/+merge/87033 Your

[Zeitgeist] [Bug 909708] Re: Inserting event with two subjects with the same URI breaks the following event

2011-12-29 Thread Siegfried Gevatter
Committed a test case reproducing this in revision 350. --- def testInsertWithDuplicateSubject(self): events = parse_events(test/data/three_events.js) events[0].subjects.append(list(events[0].subjects[0])) ids =

[Zeitgeist] [Bug 884192] Re: Update to shared-desktop-ontologies-0.8

2011-12-29 Thread Siegfried Gevatter
** Changed in: zeitgeist Milestone: None = 0.9.0 -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/884192 Title: Update to shared-desktop-ontologies-0.8 Status in

[Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/mimetypes into lp:zeitgeist

2011-12-29 Thread Michal Hruby
The proposal to merge lp:~zeitgeist/zeitgeist/mimetypes into lp:zeitgeist has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zeitgeist/zeitgeist/mimetypes/+merge/87033 --

[Zeitgeist] [Bug 899602] Re: Automatically determine interpretation from mime-type when it's empty

2011-12-29 Thread Siegfried Gevatter
** Changed in: zeitgeist Milestone: 0.9.1 = 0.9.0 -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/899602 Title: Automatically determine interpretation from mime-type

[Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/auto-mimetype into lp:zeitgeist

2011-12-29 Thread Michal Hruby
The proposal to merge lp:~zeitgeist/zeitgeist/auto-mimetype into lp:zeitgeist has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zeitgeist/zeitgeist/auto-mimetype/+merge/87080 --

Re: [Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/mimetypes into lp:zeitgeist

2011-12-29 Thread Michal Hruby
Review: Approve Perfection. -- https://code.launchpad.net/~zeitgeist/zeitgeist/mimetypes/+merge/87033 Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist. ___ Mailing list: https://launchpad.net/~zeitgeist Post to :

[Zeitgeist] [Bug 903667] Re: Datasource registry crashes Zeitgeist if template is invalid

2011-12-29 Thread Siegfried Gevatter
Shouldn't be possible for this to happen, but yeah, it ought to be fixed for extra robustness. ** Changed in: zeitgeist Importance: Medium = Low -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework.

[Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/auto-mimetype into lp:zeitgeist

2011-12-29 Thread noreply
The proposal to merge lp:~zeitgeist/zeitgeist/auto-mimetype into lp:zeitgeist has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zeitgeist/zeitgeist/auto-mimetype/+merge/87080 --

[Zeitgeist] [Bug 884192] Re: Update to shared-desktop-ontologies-0.8

2011-12-29 Thread Launchpad Bug Tracker
** Branch linked: lp:zeitgeist -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/884192 Title: Update to shared-desktop-ontologies-0.8 Status in Zeitgeist Client Library:

[Zeitgeist] [Bug 909708] [NEW] Inserting event with two subjects with the same URI breaks the following event

2011-12-29 Thread Siegfried Gevatter
Public bug reported: By the way our database is structured, all subjects of a same event must have different URIs. However, this isn't currently being checked, with the effect that the first subject is inserted correctly, while the second subject triggers the existing event exception and rolls

[Zeitgeist] [Bug 884193] Re: Add a way to query only a specific class - and NOT sub classes

2011-12-29 Thread Siegfried Gevatter
** Changed in: zeitgeist Milestone: 0.9.1 = 0.9.0 -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/884193 Title: Add a way to query only a specific class - and NOT sub

Re: [Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/benchmark-tools into lp:zeitgeist

2011-12-29 Thread Michal Hruby
Review: Approve As discussed on IRC we'll ship the extension by default but it'll be disabled, the only problem is that disabling extensions is not yet supported, so we'll fix that soon. -- https://code.launchpad.net/~zeitgeist/zeitgeist/benchmark-tools/+merge/86867 Your team Zeitgeist

[Zeitgeist] [Bug 884192] Re: Update to shared-desktop-ontologies-0.8

2011-12-29 Thread Siegfried Gevatter
revision siegfr...@gevatter.com-20111229143951-huz6kxdjeukby1bp (352) Author: Siegfried-Angel Gevatter Pujals siegfr...@gevatter.com Date: Thu 2011-12-29 15:39:51 +0100 Branch: bluebird Bugs: https://launchpad.net/bugs/884192 fixed Updated to shared-desktop-ontologies version 0.8.1. This

[Zeitgeist] [Bug 899602] Re: Automatically determine interpretation from mime-type when it's empty

2011-12-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~zeitgeist/zeitgeist/auto-mimetype -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/899602 Title: Automatically determine interpretation from mime-type

[Zeitgeist] [Bug 909708] Re: Inserting event with two subjects with the same URI breaks the following event

2011-12-29 Thread Siegfried Gevatter
Options: 1. Add a check to see if there are any duplicate subjects. If so, rollback all insertions done to that point and throw an exception. 2. Just ignore the second and later subjects with the same URI and keep going. 3. DELETE what was inserted of that particular event and return 0 for it

Re: [Zeitgeist] [Bug 909708] Re: Inserting event with two subjects with the same URI breaks the following event

2011-12-29 Thread Seif Lotfy
Option 3 makes most sense but IMHO it would be good to inform the developer of the error On Thu, Dec 29, 2011 at 3:13 PM, Siegfried Gevatter rai...@ubuntu.comwrote: Options: 1. Add a check to see if there are any duplicate subjects. If so, rollback all insertions done to that point and throw

[Zeitgeist] [Branch ~zeitgeist/zeitgeist/bluebird] Rev 349: Use compact classes instead of structs, return unowned strings and

2011-12-29 Thread noreply
revno: 349 committer: Siegfried-Angel Gevatter Pujals siegfr...@gevatter.com branch nick: bluebird timestamp: Thu 2011-12-29 13:16:52 +0100 message: Use compact classes instead of structs, return unowned strings and sort mimetypes

[Zeitgeist] [Bug 899602] Re: Automatically determine interpretation from mime-type when it's empty

2011-12-29 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/899602 Title: Automatically determine interpretation from

[Zeitgeist] [Bug 884193] Re: Add a way to query only a specific class - and NOT sub classes

2011-12-29 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/884193 Title: Add a way to query only a specific class - and

[Zeitgeist] [Bug 884192] Re: Update to shared-desktop-ontologies-0.8

2011-12-29 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/884192 Title: Update to shared-desktop-ontologies-0.8

Re: [Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/auto-mimetype into lp:zeitgeist

2011-12-29 Thread Michal Hruby
Review: Approve Looks good. -- https://code.launchpad.net/~zeitgeist/zeitgeist/auto-mimetype/+merge/87080 Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist. ___ Mailing list: https://launchpad.net/~zeitgeist Post to :

[Zeitgeist] [Branch ~zeitgeist/zeitgeist/bluebird] Rev 350: Add test case to reproduce Inserting event with two subjects with the same

2011-12-29 Thread noreply
revno: 350 committer: Siegfried-Angel Gevatter Pujals siegfr...@gevatter.com branch nick: bluebird timestamp: Thu 2011-12-29 14:22:53 +0100 message: Add test case to reproduce Inserting event with two subjects with the same URI