[Zeitgeist] [Branch ~zeitgeist/zeitgeist/bluebird] Rev 279: add missing '; '

2011-09-30 Thread noreply

revno: 279
committer: Seif Lotfy s...@lotfy.com
branch nick: bluebird
timestamp: Fri 2011-09-30 11:35:12 +0200
message:
  add missing ';'
modified:
  extensions/storage-monitor.vala


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch 
lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/storage-monitor.vala'
--- extensions/storage-monitor.vala	2011-09-29 15:30:04 +
+++ extensions/storage-monitor.vala	2011-09-30 09:35:12 +
@@ -299,7 +299,7 @@
 update_medium_state_stmt.reset ();
 update_medium_state_stmt.bind_int (1, 0);
 update_medium_state_stmt.bind_text (2, medium_name);
-int rc = update_medium_state_stmt.step ()
+int rc = update_medium_state_stmt.step ();
 database.assert_query_success (rc, remove_storage_medium,
 Sqlite.DONE);
 }

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 839740] Re: zeitgeist-daemon crashed with RuntimeError in _check_index(): basic_string::assign

2011-09-30 Thread Mikkel Kamstrup Erlandsen
The attached branch, lp:~mhr3/zeitgeist-extensions/scheme-detection
Remove , by Michal stands a good chance of fixing this issue:

 * It fixes a potential race, where we might end up trying to put data in a 
corrupt index
 * It removes the code branch where exception happens with some simpler logic
 * It forces a rebuild of existing indexes, meaning that anyone out there stuck 
with a buggy index will have it cleaned up

** Branch linked: lp:~mhr3/zeitgeist-extensions/scheme-detection

-- 
You received this bug notification because you are a member of Zeitgeist
Extensions, which is the registrant for Zeitgeist Extensions.
https://bugs.launchpad.net/bugs/839740

Title:
  zeitgeist-daemon crashed with RuntimeError in _check_index():
  basic_string::assign

Status in Zeitgeist Extensions:
  Confirmed
Status in “zeitgeist-extensions” package in Ubuntu:
  Confirmed
Status in “zeitgeist-extensions” source package in Oneiric:
  Confirmed

Bug description:
  Crash occured while using Opera.

  Ubuntu 11.10 Beta 1
  Zeitgeist 0.8.1.1-1

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: zeitgeist-core 0.8.1.1-1
  ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
  Uname: Linux 3.0.0-9-generic i686
  Architecture: i386
  Date: Fri Sep  2 18:02:19 2011
  ExecutablePath: /usr/bin/zeitgeist-daemon
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/zeitgeist-daemon
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
  PythonArgs: ['/usr/bin/zeitgeist-daemon']
  SourcePackage: zeitgeist
  Title: zeitgeist-daemon crashed with RuntimeError in _check_index(): 
basic_string::assign
  Traceback:
   Traceback (most recent call last):
 File /usr/share/zeitgeist/_zeitgeist/engine/extensions/fts.py, line 283, 
in _check_index
   hits = self._enquire.get_mset (0, 1)
   RuntimeError: basic_string::assign
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-extensions/+bug/839740/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 839740] Re: zeitgeist-daemon crashed with RuntimeError in _check_index(): basic_string::assign

2011-09-30 Thread Mikkel Kamstrup Erlandsen
Ok. The Desktop team is pushing this to a PPA https://launchpad.net
/~ubuntu-desktop/+archive/ppa (ppa:ubuntu-desktop/ppa). Anyone willing
to test out the proposed fix will be of great help! Thanks in advance.

-- 
You received this bug notification because you are a member of Zeitgeist
Extensions, which is the registrant for Zeitgeist Extensions.
https://bugs.launchpad.net/bugs/839740

Title:
  zeitgeist-daemon crashed with RuntimeError in _check_index():
  basic_string::assign

Status in Zeitgeist Extensions:
  Confirmed
Status in “zeitgeist-extensions” package in Ubuntu:
  Confirmed
Status in “zeitgeist-extensions” source package in Oneiric:
  Confirmed

Bug description:
  Crash occured while using Opera.

  Ubuntu 11.10 Beta 1
  Zeitgeist 0.8.1.1-1

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: zeitgeist-core 0.8.1.1-1
  ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
  Uname: Linux 3.0.0-9-generic i686
  Architecture: i386
  Date: Fri Sep  2 18:02:19 2011
  ExecutablePath: /usr/bin/zeitgeist-daemon
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/zeitgeist-daemon
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
  PythonArgs: ['/usr/bin/zeitgeist-daemon']
  SourcePackage: zeitgeist
  Title: zeitgeist-daemon crashed with RuntimeError in _check_index(): 
basic_string::assign
  Traceback:
   Traceback (most recent call last):
 File /usr/share/zeitgeist/_zeitgeist/engine/extensions/fts.py, line 283, 
in _check_index
   hits = self._enquire.get_mset (0, 1)
   RuntimeError: basic_string::assign
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-extensions/+bug/839740/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 862333] Re: Add version metadata to FTS index

2011-09-30 Thread Didier Roche
** Also affects: zeitgeist-extensions (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: zeitgeist-extensions (Ubuntu)
   Status: New = In Progress

** Changed in: zeitgeist-extensions (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Zeitgeist
Extensions, which is the registrant for Zeitgeist Extensions.
https://bugs.launchpad.net/bugs/862333

Title:
  Add version metadata to FTS index

Status in Zeitgeist Extensions:
  In Progress
Status in “zeitgeist-extensions” package in Ubuntu:
  In Progress

Bug description:
  The Xapian index for the FTS extension should add version metadata to
  more easily and cleanly facilitate re-indexing when needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-extensions/+bug/862333/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 860362] Re: FTS doesn't index paths correctly

2011-09-30 Thread Didier Roche
** Also affects: zeitgeist-extensions (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: zeitgeist-extensions (Ubuntu)
   Status: New = Triaged

** Changed in: zeitgeist-extensions (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Zeitgeist
Extensions, which is the registrant for Zeitgeist Extensions.
https://bugs.launchpad.net/bugs/860362

Title:
  FTS doesn't index paths correctly

Status in Zeitgeist Extensions:
  Triaged
Status in “zeitgeist-extensions” package in Ubuntu:
  Triaged

Bug description:
  There's a bug in scheme branching in fts (~line 610) which cause
  file:// uris to truncate and index the same way as http and other
  uris.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist-extensions/+bug/860362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 602211] Re: Monitoring Create/Move/Copy Files events

2011-09-30 Thread Didier Roche
** Changed in: unity-lens-files (Ubuntu)
   Status: New = Triaged

-- 
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/602211

Title:
  Monitoring Create/Move/Copy Files events

Status in Unity:
  Triaged
Status in Unity 2D:
  Triaged
Status in Unity Files Lens:
  Triaged
Status in Zeitgeist Framework:
  Fix Released
Status in Zeitgeist Datahub:
  Confirmed
Status in “unity-lens-files” package in Ubuntu:
  Triaged
Status in “unity-place-files” package in Ubuntu:
  Triaged

Bug description:
  An issue we are facing at the moment is that ppl lose track of there files in 
a timeline if the file was moved around or renamed. I would propose using 
taskview or patch nautilus to actually grab those events and either:
  1) Modify the uris in the uris table
  2) Create a new table with| new_id | old_uri_id | event | to map uris to 
their actual ids and the event that allowed the change, this would allow us to 
track a history of renaming or moving a file. It will look a bit like the 
following:

  9 | 9 | 48124  # CREATE EVENT
  12 | 9 | 48126 # MOVE EVENT

  In other words the last row means uri 12 was moved from uri 9 with
  event 48126

  UPDATE:

  3) Create a changable_uri table that is a map of the uri table. it gets 
updated upon moved and rename.
  We then add new resulttype that allow you to ask for either pureSubject or 
adaptedSubject. depending on which one is chosen we then use the according 
table in the join of the find_events_query :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/602211/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 646724] Re: not all files show up in files-place

2011-09-30 Thread Didier Roche
** Changed in: unity-lens-files (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
https://bugs.launchpad.net/bugs/646724

Title:
  not all files show up in files-place

Status in Unity:
  Triaged
Status in Unity 2D:
  Triaged
Status in Unity Files Lens:
  Triaged
Status in Zeitgeist Framework:
  Invalid
Status in Zeitgeist Data-Sources:
  Invalid
Status in “unity-lens-files” package in Ubuntu:
  Triaged
Status in “unity-place-files” package in Ubuntu:
  Triaged
Status in “zeitgeist” package in Ubuntu:
  Fix Released

Bug description:
  The Unity interface, with its files-place feature for user access to
  files/documents etc. is really great.

  However there is a problem since the search feature relies wholly on
  zeitgeist (AFAIK), in the zeitgeist is not tracking everything.

  E.g. in openoffice, I create a new file (or open an existing one) from
  within openoffice itself. This file does not show up, presumably
  because openoffice does not (yet) push its activity to zeitgeist.

  I guess any number of other programs could suffer the same problem.

  For the average user, this is surely going to be confusing. They will
  create documents via legitimate means ('New ...' buttons in their
  applications), and then expect to be able to search for them in the
  Unity files-place interface.

  To avoid this confusion I would guess there really needs to be a
  filesystem watcher on the home dir (or key folders within it) so that
  zeitgeist is aware of activity caused by non-zeitgeist-aware
  applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/646724/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 489194] Re: Implement storage monitor (devices and connectivity)

2011-09-30 Thread Didier Roche
** Changed in: unity-lens-files (Ubuntu)
   Status: New = Confirmed

-- 
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/489194

Title:
  Implement storage monitor (devices and connectivity)

Status in Unity:
  Confirmed
Status in Unity 2D:
  Confirmed
Status in Unity Files Lens:
  Confirmed
Status in Zeitgeist Framework:
  Fix Released
Status in “unity-lens-files” package in Ubuntu:
  Confirmed
Status in “unity-place-files” package in Ubuntu:
  Confirmed

Bug description:
  This is a reminder bug.

  We need to write a storage monitor that manage the various storage
  mediums we can have event subjects stored on. The storage monitor
  should write any changes back to the 'storage' table in the DB.

  What we need to track is connection and disconnections of storage
  volumes (probably using gio) - ie. track whether or not files on USB
  thumb drives are available or not etc.  Also the network connection
  state should be updated in the storage table so that we can filter out
  remote files and website on request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/489194/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp