Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/model.py
Commit message (Expand)AuthorAgeFilesLines
* #5707: Delete files for external properties when an entry is deleted.Tomeu Vizoso2008-01-081-0/+7
* #5254: add 'description' to the model.Tomeu Vizoso2007-12-051-0/+1
* Revert '#4662 Correctly fix properties not in the model'.Tomeu Vizoso2007-11-291-0/+1
* #4662 Correctly fix properties not in the model.Tomeu Vizoso2007-11-191-1/+0
* #4662 Add the 'source' property to the model.Tomeu Vizoso2007-11-141-0/+1
* #4783 Try harder to guess the file extension.Tomeu Vizoso2007-11-121-11/+21
* #4654 Hard link files on check out instead of copying if possible.Tomeu Vizoso2007-11-061-5/+2
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-10-161-2/+2
|\
| * Use the mime helpers from sugar-base.Marco Pesenti Gritti2007-10-151-2/+2
* | fixes #3163Benjamin Saller2007-10-091-0/+1
|/
* external propsBenjamin Saller2007-10-081-10/+25
* fulltext settings bug. Now storable just stores (for binary props)Benjamin Saller2007-10-051-0/+1
* Add timestamp field to model.Tomeu Vizoso2007-09-101-1/+2
* fix #2559Benjamin Saller2007-07-301-0/+2
* create new files on inplace stores properlyBenjamin Saller2007-07-231-8/+1
* inplace files return themselves on request for filenameBenjamin Saller2007-07-221-2/+14
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreMarco Pesenti Gritti2007-07-201-2/+7
|\
| * help insolate vs unspecified propertiesBenjamin Saller2007-07-201-2/+7
* | Add activity_id property.Marco Pesenti Gritti2007-07-201-0/+1
|/
* handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-201-3/+6
* relax model restriction by defaulting new keys as strings or recording their ...Benjamin Saller2007-07-161-4/+16
* remove mountpoint from update arguments at the lower levelBenjamin Saller2007-07-161-1/+1
* better int property handlingBenjamin Saller2007-07-161-1/+2
* resolve keys through modelBenjamin Saller2007-07-161-10/+21
* changes for :date supportBenjamin Saller2007-07-161-15/+56
* anotherBenjamin Saller2007-07-131-0/+1
* missing model fieldsBenjamin Saller2007-07-131-1/+7
* mimetype -> mime_typeBenjamin Saller2007-07-131-1/+1
* missing field, will prolly be a few more of theseBenjamin Saller2007-07-131-0/+1
* repr on contentBenjamin Saller2007-07-131-9/+5
* more passing testsBenjamin Saller2007-07-131-3/+8
* property/type sync upBenjamin Saller2007-07-121-85/+87
* check point before prop kind/type mergeBenjamin Saller2007-07-121-307/+216
* binary properties, fixed text propertiesBenjamin Saller2007-07-021-0/+5
* propertys via the create/update dictBenjamin Saller2007-07-021-5/+20
* sanitize dbus input to methods by reducing it to base typesBenjamin Saller2007-06-291-3/+12
* USB centric backingstore (inplace storage)Benjamin Saller2007-06-251-0/+2
* mount point filtering, high level api and testsBenjamin Saller2007-06-251-14/+19
* filename suggestion codeBenjamin Saller2007-06-241-0/+26
* all tests pass on the multi-backend codeBenjamin Saller2007-06-211-2/+3
* allow polymorphic Python property types more easilyBenjamin Saller2007-06-191-2/+2
* out of database sortingBenjamin Saller2007-06-151-2/+4
* string dates had some issues, based on tomeu's patchBenjamin Saller2007-05-211-0/+5
* force lazy property loading, we don't always need themBenjamin Saller2007-05-161-1/+2
* remove the getattr property hook, too expensiveBenjamin Saller2007-05-151-3/+3
* Marshall properties over dbus. Verify that the proper Property subclasses are...Benjamin Saller2007-05-101-9/+22
* added all() call to DataStore for DBusBenjamin Saller2007-05-081-1/+2
* Milestone 1 importBenjamin Saller2007-04-271-0/+292