Changes between Initial Version and Version 2 of Ticket #1001
- Timestamp:
- 03/17/11 10:58:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1001
- Property Repository changed from to ckan
- Property Theme changed from to none
- Property Milestone changed from ckan-v1.4-sprint-2 to ckan-v1.4-sprint-3
-
Ticket #1001 – Description
initial v2 4 4 5 5 This is critical to incorporating any ajax editing into the frontend. 6 7 As part of this ticket we should do a general consolidation of the identification system in lib/base.py so that both api_key and normal user auth lead to the same set of auth-related objects being available (suggest c.user and c.userobj and c.author).