Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/active_document/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Revert Sequence class; start redisigning syncingAleksey Lim2012-12-031-7/+3
* Strip langs to extend searching for translated stringsAleksey Lim2012-11-171-1/+1
* Special exception class for bad request pathAleksey Lim2012-11-011-1/+1
* Supplement previous commitAleksey Lim2012-10-201-1/+1
* Polish design, move blob redirections to app levelAleksey Lim2012-10-191-1/+1
* Process Last-Modified/If-Modified-Since for GET property commandAleksey Lim2012-09-261-1/+1
* Use properties' attribute setter for all setsAleksey Lim2012-09-241-3/+1
* Generalize per/post code for command callsAleksey Lim2012-09-181-3/+6
* Add MAX_LIMIT to define maximum value for find() requestAleksey Lim2012-09-171-0/+3
* Limited support of composite BLOBsAleksey Lim2012-09-151-0/+2
* Generalize command arguments type castingAleksey Lim2012-09-091-2/+2
* Make public function to get default langAleksey Lim2012-08-161-1/+1
* Make Seqno class public; avoid saving Seqno value if it wasn't changedAleksey Lim2012-07-251-1/+1
* Move restriction of find's command request limit argument to app levelAleksey Lim2012-07-061-1/+1
* Move auth related code to application levelAleksey Lim2012-07-051-2/+2
* Polish design by moving --index-lazy-open too application levelAleksey Lim2012-06-291-1/+1
* Make env.uuid() publicAleksey Lim2012-06-221-1/+2
* Restrict command calls with access_levelAleksey Lim2012-06-111-0/+1
* Expose DEFAULT_LANG constantAleksey Lim2012-06-051-1/+1
* Support localized propertiesAleksey Lim2012-06-051-1/+1
* Start index populating in backgroundAleksey Lim2012-05-271-1/+1
* Move common modules to active_toolkit to avoid import entire active_documentAleksey Lim2012-05-241-4/+0
* Polish commands design, CommandsProcessor classAleksey Lim2012-05-191-2/+3
* Return detailed BLOB stat for local requestsAleksey Lim2012-05-161-1/+1
* Polish design by moving global "principal" to Request object; move pseudo del...Aleksey Lim2012-05-141-1/+1
* As much as possible detailed events with possible minimizing them on restful_...Aleksey Lim2012-05-131-1/+1
* Attach events to Volume objectAleksey Lim2012-05-091-3/+1
* Override getting BLOB's pathAleksey Lim2012-05-081-1/+1
* Add Response object to commands processorAleksey Lim2012-05-081-2/+2
* Provide Volume commandsAleksey Lim2012-05-071-5/+4
* Implement command processor to avoid code duplication in frontendsAleksey Lim2012-05-071-2/+5
* Avoid using global variable to store root directoryAleksey Lim2012-05-061-1/+1
* Rename Folder to nicer sounding VolumeAleksey Lim2012-05-061-1/+1
* Polish log/error messages to make them useful in encoded JSONAleksey Lim2012-04-241-1/+1
* Finalize all Document reosurces on closingAleksey Lim2012-04-241-0/+2
* Start getting rid of threads to have one thread process(es)Aleksey Lim2012-04-231-3/+1
* Make sd more useful for higher level codeAleksey Lim2012-04-201-0/+2
* Update codelets related codeAleksey Lim2012-04-201-1/+3
* Remove votes related to add them laterAleksey Lim2012-04-171-2/+2
* Move "author" property to active-document, it is basic property and should ex...Aleksey Lim2012-04-161-2/+2
* Move restful_methods to active_methods to keep restful-documents as a thin ba...Aleksey Lim2012-04-161-3/+2
* Add BrowsableProperty to sort out properties that can be browsedAleksey Lim2012-03-011-1/+1
* Fix sync design issuesAleksey Lim2012-02-291-2/+2
* Simplify design by removing IndexedProperty; keep all calcualted properties l...Aleksey Lim2012-01-231-1/+1
* Extract class level methods from document.py to document_class.py to make doc...Aleksey Lim2012-01-231-1/+3
* Create Folder class to keep all documents; reader for SN packet filesAleksey Lim2012-01-221-13/+1
* Tune authorizationAleksey Lim2012-01-161-1/+1
* Export util from top moduleAleksey Lim2012-01-151-0/+2
* Handle authorizationAleksey Lim2012-01-141-2/+5
* Implement initial IndexProxyAleksey Lim2012-01-101-0/+14