app/soc/views/site/home.py
2008-10-01 Pawel Solyga Replace common module with validate module. Move validation function from feed module to validate module and remove feed.py. Correct any usage of validation functions from common and feed modules into validate module.
2008-10-01 Todd Larsen Add functions to soc/logic/document.py for dealing with partial_paths combined
2008-09-29 Todd Larsen Make use of PolyModel for Works, Documents, etc. Add some (but not all) of
2008-09-18 Pawel Solyga Documentation updates and one typo fix.
2008-09-13 Pawel Solyga Forgot to change widgets to custom_widgets import in home.py after changing the name of soc/views/helpers/widgets.py file.
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.
2008-08-20 Todd Larsen Some additional __doc__ comments (with some ideas for future plans) and removal
2008-08-19 Pawel Solyga Moved soc/site/home.html to soc/site/home/public.html and updated default template for public() in home.py
2008-08-19 Pawel Solyga Home site templates and basic view.
less more (0) tip