Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/active_document
Commit message (Expand)AuthorAgeFilesLines
* Strip langs to extend searching for translated stringsAleksey Lim2012-11-176-30/+44
* Polish implementation, accepts standard dict ctor arguments for RequestAleksey Lim2012-11-151-3/+1
* Save MIME type while PUTing blobsAleksey Lim2012-11-143-4/+13
* Return defualt values for missed, in storage, properties; it is useful while ...Aleksey Lim2012-11-031-3/+10
* Polish design, since commands processor the only access point, typecast input...Aleksey Lim2012-11-024-15/+11
* Polish design, remove needless classmethod document commandsAleksey Lim2012-11-022-32/+18
* Call property setter on creation even if there is no create permissionsAleksey Lim2012-11-022-12/+14
* Fail on creation if document already existsAleksey Lim2012-11-011-0/+1
* Special exception class for bad request pathAleksey Lim2012-11-013-2/+8
* Support create-only blobsAleksey Lim2012-10-272-3/+12
* Switch storage to cPickle to speed up processingAleksey Lim2012-10-263-10/+19
* Supplement previous commitAleksey Lim2012-10-202-5/+1
* Polish design, move if_modified_since handling to app levelAleksey Lim2012-10-202-10/+1
* Polish design, return only requested props from GET commandAleksey Lim2012-10-191-7/+2
* Polish design, move blob redirections to app levelAleksey Lim2012-10-195-71/+16
* Set index mtime manuallyAleksey Lim2012-10-132-0/+11
* Remove client side content changes tracking using seqno, client should rely o...Aleksey Lim2012-10-123-5/+10
* Shift index mtime only if populate happenedAleksey Lim2012-10-072-2/+9
* Ignore bad documents while populatingAleksey Lim2012-10-072-10/+19
* Test GUID value only on creationAleksey Lim2012-10-072-8/+4
* Do not search by None filtersAleksey Lim2012-10-041-0/+2
* Do not include "guid" to find() reply to make group_by usefulAleksey Lim2012-10-031-4/+3
* Support setting prop values in DocumentAleksey Lim2012-10-031-0/+3
* Do not set Content-Type for content-less commandsAleksey Lim2012-10-012-10/+11
* Direct blob values will be passed via json, so, use base64Aleksey Lim2012-10-011-1/+2
* Polish implementation, move high-level diff() treatment to app levelAleksey Lim2012-10-013-132/+35
* Do not use Xapian slots for needless storingAleksey Lim2012-09-284-53/+13
* Return empty meta for missed blobs to differentiate it from other None valuesAleksey Lim2012-09-271-5/+5
* Share Response object from Request to minify settingsAleksey Lim2012-09-271-0/+2
* Process Last-Modified/If-Modified-Since for GET property commandAleksey Lim2012-09-264-10/+19
* Minor polishing to fix app testsAleksey Lim2012-09-253-14/+12
* Make copying request more flexisble while sub-callingAleksey Lim2012-09-251-5/+10
* Polish the code, no special treatmeant for json blobs, use regular props insteadAleksey Lim2012-09-251-3/+0
* Support sub-callsAleksey Lim2012-09-253-2/+34
* Decode json blobs before settingAleksey Lim2012-09-251-2/+8
* Remove needless caching in Document and return BLOBs metaAleksey Lim2012-09-242-15/+32
* Use properties' attribute setter for all setsAleksey Lim2012-09-246-128/+103
* Use properties' attribute getter for all getsAleksey Lim2012-09-233-57/+38
* Revert before_create/update, pre/post commands code will be called before com...Aleksey Lim2012-09-181-12/+16
* Be less pedantic for GET requests for missed props, eg, to get accpet restful...Aleksey Lim2012-09-183-12/+7
* While initiating document properties, do not change attributes to avoid side ...Aleksey Lim2012-09-181-15/+14
* Remove proxying from commands processor, it is all time possible to add this ...Aleksey Lim2012-09-181-27/+19
* Generalize per/post code for command callsAleksey Lim2012-09-183-112/+148
* Add MAX_LIMIT to define maximum value for find() requestAleksey Lim2012-09-171-0/+3
* Do not emulate Condiontion class in coroutine; add AsyncResult wrapperAleksey Lim2012-09-162-7/+8
* Use current locale as default lang while getting localized propsAleksey Lim2012-09-161-5/+6
* Move "user" document property to app levelAleksey Lim2012-09-151-5/+0
* Move "layer" document property to app levelAleksey Lim2012-09-154-48/+16
* Limited support of composite BLOBsAleksey Lim2012-09-155-24/+54
* Set blobs by valueAleksey Lim2012-09-113-20/+40