Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/datastore
Commit message (Expand)AuthorAgeFilesLines
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-091-1/+1
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-091-2/+3
* Order journal entries and fix filtering.Tomeu Vizoso2007-03-051-2/+15
* More fake entries improvementsMarco Pesenti Gritti2007-03-051-18/+18
* Improve the demo entriesMarco Pesenti Gritti2007-03-051-28/+36
* Added object update to the datastore.Tomeu Vizoso2007-03-041-32/+7
* Some more examples for the journal.Tomeu Vizoso2007-03-021-0/+22
* Hack Dan's DataStore for doing what we need for 6th March demo.Tomeu Vizoso2007-03-023-56/+108
* Stop sqlite3.decoding the data from the db.Tomeu Vizoso2007-03-011-1/+1
* Clue dbus-python into the return type of get_data()Dan Williams2007-03-011-1/+1
* Use sqlite3.Row in the datastore.Tomeu Vizoso2007-03-011-0/+1
* get object path correctlyDan Williams2007-03-011-1/+1
* Use cursor parameters instead of SQL injection.Tomeu Vizoso2007-03-011-20/+21
* Update data store to new dbus-python bindings API and sqlite3Dan Williams2007-03-013-67/+77
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-201-1/+1
* Add activity objects to the data storeDan Williams2006-12-201-5/+48
* Release 0.60Marco Pesenti Gritti2006-12-181-0/+2
* Fix name so imports workDan Williams2006-12-141-1/+1
* Install a service file for activating the datastore upon demandDan Williams2006-12-143-1/+13
* datastore fixesDan Williams2006-12-112-24/+35
* don't allow blank property values in find(); handle property deletionDan Williams2006-12-111-5/+11
* Remove useless dbus service file; the datastore is a session service and does...Dan Williams2006-12-111-4/+1
* Add a simple prototype data storeDan Williams2006-12-115-0/+599