Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore
Commit message (Expand)AuthorAgeFilesLines
* API change in the datastore.Tomeu Vizoso2007-07-051-1/+1
* Add get_unique_values() func to the datastore.Tomeu Vizoso2007-07-032-0/+6
* Added umount method to datastore.py.Tomeu Vizoso2007-06-282-0/+6
* Added mount() and mounts() methods to datastore.Tomeu Vizoso2007-06-272-1/+12
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
* Added/corrected some license headers.Tomeu Vizoso2007-06-243-20/+39
* Add delete method to the datastore wrapper.Tomeu Vizoso2007-06-222-252/+8
* Set title on change. Fixes #1715.Tomeu Vizoso2007-06-181-1/+1
* Support for previews in the journal.Tomeu Vizoso2007-06-151-1/+1
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-121-3/+11
* Some refactoring of the DataStore API.Tomeu Vizoso2007-05-291-17/+26
* Take out one try..except block.Tomeu Vizoso2007-05-281-6/+2
* Adapt to new DataStore API.Tomeu Vizoso2007-05-221-6/+31
* Put dates to work correctly on the journal, create a new journal entry when r...Tomeu Vizoso2007-05-202-1/+4
* Improve logging.Tomeu Vizoso2007-05-161-27/+4
* Make datastore find & update operations asyncDan Williams2007-05-162-8/+19
* Implement setting the journal entry title from the toolbar.Tomeu2007-05-132-7/+56
* Temporary try..excepts while we stabilize the new datastore.Tomeu Vizoso2007-05-101-2/+6
* Use the new DataStore and remove the old one.Tomeu Vizoso2007-05-103-279/+348
* Added WebSession datastore object.Tomeu Vizoso2007-05-031-0/+6
* Added object update to the datastore.Tomeu Vizoso2007-03-041-4/+8
* Hack Dan's DataStore for doing what we need for 6th March demo.Tomeu Vizoso2007-03-021-4/+92
* Add activity objects to the data storeDan Williams2006-12-201-5/+22
* datastore fixesDan Williams2006-12-111-14/+28
* Add a simple prototype data storeDan Williams2006-12-113-0/+178