moraes / appengine

WARNING: this repository is discontinued and most stuff here were deprecated or superseded. Many of these libraries are now part of tipfy: http://www.tipfy.org/

Clone this repository (size: 79.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/moraes/appengine

Shortlog (showing r51:547310a6324c (tip) → r27:2ee4384728a8)

Age Author Message A M D «
11 months moraes moraes Added support for ReferenceProperty and StringProperty, and added get_bookmark()… 1
12 months moraes moraes Added AUTHORS and LICENSE files. 2
12 months moraes moraes Fixed undeclared var in ModuleLoader. Ooops. 1
12 months moraes moraes Now saves the lock to memcache after it is fetched. 1
12 months moraes moraes Added AclRoleLock, which reduces memcache hits for users with several roles. 3
12 months moraes moraes Improved compilation to module. Also fixes a bug trying to compile hidden files… 1
12 months moraes moraes Simplified ModuleLoader 1
12 months moraes moraes Refactored ACL classes, and added some tests. The ACL module is now totally… 4 1
13 months moraes moraes ModuleLoader now correctly replaces slash by dot. The compiler will raise an… 4
14 months moraes moraes Removed debugging message from unique_model. 1
14 months moraes moraes Now compiled templates can be saved as Python modules, with the argument… 2 2
14 months moraes moraes CsvProperty now extends SerialProperty, to avoid casting values to string when… 1
15 months moraes moraes Added a more extensive description of the _uniques property. 1
15 months moraes moraes PickledProperty now extends db.Property directly. 1
15 months moraes moraes Started refactoring old db.properties 1
15 months moraes moraes Convert db.Text to str before using with StringIO. 1
15 months moraes moraes Added default value and empty() checking to CsvProperty. 2
15 months moraes moraes Fixed broken logic in _save_uniques(), introduced in last commit. 1
15 months moraes moraes Adding DatastoreCachingShim. 1
15 months moraes moraes Updated comments. 2
15 months moraes moraes Updated comments. 1
15 months moraes moraes Adding Jinja2 compiler and loaders for pre-parsed templates. 3 1
15 months moraes moraes Updated comments, general cleanup. 2
15 months moraes moraes Now honors keys_only by fetching the first or last entities, so that a bookmark… 1
15 months moraes moraes Minor refactoring. 1