app/soc/logic/model.py
2008-10-19 Pawel Solyga Remove unused imports, fix too long lines and indentions.
2008-10-12 Sverre Rabbelier Removed now-obsolete code from model.py and __init__.py
2008-10-12 Sverre Rabbelier Minor style and import fixes
2008-10-12 Sverre Rabbelier Moved soc/logic/helper/access to soc/views/helper/access
2008-10-12 Pawel Solyga Fix not working delete Sponsor functionality after recent commit. Add delete() method to Base class. Make soc.views.site.sponsor.delete() request handler use this method.
2008-10-12 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
2008-10-03 Todd Larsen Make findNearestUsers() code in soc/logic/site/id_user.py more generic and
2008-10-01 Pawel Solyga Fix missing blank line to follow PythonStyleGuide in model.py.
2008-09-13 Pawel Solyga Added Melange front page edit view where you can change title, content, feed url. Created SiteSettings and Document models and some logic for them. Added isFeedURLValid function in soc/logic/feed.py. Created some functions for handling datastore updates of different kinds of Models (soc/logic/model.py). Fixed some typos and too long lines of code.
less more (0) tip