app/urls.py
2009-05-24 Sverre Rabbelier First step in the module design
2009-04-03 Pawel Solyga Add missing docstring url.py.
2008-12-07 Lennard de Rijk Fixed email adress in urls.py.
2008-12-07 Lennard de Rijk Fixes 'module' object has no attribute 'handler500' and 404 on instances where debug is False.
2008-11-16 Sverre Rabbelier Refactored SiteMap to be generic
2008-11-16 Sverre Rabbelier Refactor the sidebar to use Django templates
2008-10-04 Todd Larsen Call soc.logic.site.map.getDjangoUrlPatterns() to construct the urlpatterns
2008-10-01 Pawel Solyga Change key_name module usage to path_linkname module (fix to previous commit). Add comments about urls. Add Sponsor views urls for upcoming Sponsor views modules.
2008-10-01 Todd Larsen Matching just /docs created a very small namespace, since any other path parts
2008-10-01 Todd Larsen URL pattern changes that were missed by r671.
2008-10-01 Todd Larsen Remove a TODO that should have been removed for r658.
2008-10-01 Todd Larsen Update some of the URL patterns to get their link_name parsing from the new
2008-09-29 Pawel Solyga Fixed not working "Create New User" view which was caused by adding key_name into User Edit Developer view. This commit divides edit() view function in soc.views.site.user.profile into edit() and create() request handlers. New create() request handler is used only in "Create New User" view and has specific form validation functions and uses updateOrCreateUserFromId() instead of updateUserForKeyName().
2008-09-22 Pawel Solyga Add Users List Developer view which is available at /site/user/list. Add User list custom templates which are used with list_helpers. Add "Users List" link in base.html template.
2008-09-19 Todd Larsen Add /site/user/profile Developer view for editing arbitrary User entities.
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-09-12 Todd Larsen Add a /site/user/lookup view that provides Developers with a form to look up
2008-08-20 Todd Larsen Fix up the URLs mapping to soc.views.user.profile.edit() and make the site base
2008-08-19 Todd Larsen Flesh out the user/roles placeholders a little bit more.
2008-08-19 Pawel Solyga Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
2008-08-19 Pawel Solyga Home site templates and basic view.
2008-08-11 Todd Larsen Finished migrating the "proto" app (which only contained a Person profile edit
2008-07-18 Todd Larsen Major reorganization of the soc svn repo, to merge into a single App Engine
less more (0) tip