Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/model.py
Commit message (Collapse)AuthorAgeFilesLines
* single mount point fast pathversion_prototypeBenjamin Saller2007-10-031-1/+2
|
* wip on taggingBenjamin Saller2007-08-311-3/+8
|
* passing all tests in test-trial3Benjamin Saller2007-08-261-9/+22
|
* basic tests passingBenjamin Saller2007-08-161-6/+13
|
* wipBenjamin Saller2007-08-161-5/+21
|
* 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
| | | | files should be created on demand and not just on a generic 'get' call
* 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
| | | | | | | | | | | | where query is the string arg accepted by xapianindex::search use the system binary for copies, its already optimized use gnomevfs in converter as well as importer sorting on non-existant properties shouldn't throw errors sorting on dates verified
*