Commit Graph

7 Commits (a818e7a9e655af451014bc269e1713eaef6732bd)

Author SHA1 Message Date
Abhinav Sarkar a818e7a9e6 commented out the print statements 2009-03-31 15:53:23 +00:00
Abhinav Sarkar 28d4368c42 * moved object registry and register function to objectcache module
* changed the cache dict to a WeakReferenceDict for avoiding excessive memory usage
* added stats method to ObjectCache to get current stats about cache
2009-03-31 15:48:04 +00:00
Abhinav Sarkar c36d689690 * converted all mixin classes to class decorator functions
* renamed all mixin modules to avoid name conflict
* removed mixin classes from class inheritence list and put then as class decorators
2009-03-31 03:39:23 +00:00
Abhinav Sarkar 42aa35fcbb * renamed weeklychart module to chart
* added stubs for rolling chart classes
* added weekly tag chart related methods to Group class
* added tests for get_weekly_tag_chart method in user and group test modules
2009-03-27 05:54:12 +00:00
Abhinav Sarkar 2645e4565c added documentation for error, event, geo and group modules 2009-03-17 15:21:40 +00:00
Abhinav Sarkar 4f3d8fd499 added Venue to objectcache 2009-03-05 12:13:53 +00:00
Abhinav Sarkar 0cec26c46a added shout and shoutable modules to implement getShout method in artist, user and event classes, moved the mixin modules to a separate directory, changed all imports to absolute imports 2008-12-31 05:30:23 +00:00