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.
less more (0) -15 tip