#825: [PATCH] fix saprovider + finalize abstraction
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 1.0b1
Component: TurboGears | Version: 0.9a5
Severity: normal | Keywords:
--------------------------------+-------------------------------------------
This patch consolidates the issues from tickets 801 , 805, 806 , and also
finalizes the identity model.py migration for sqlalchemy. someone else
will have to do sqlobject - i don't know it well enough.
overview of exterior changes
model.py - User/user is now Useraccount/useraccount
app.cfg now supports these values
{{{
# settings to map identity onto model.py fields
identity.db.user_id="user_id"
identity.db.user_name_field="user_name"
identity.db.password_field="password"
# settings to visit to model.py VisitIdentity object
identity.soprovider.model.visit2identity="${package}.model.VisitIdentity"
identity.saprovider.model.visit2identity ="${package}.model.VisitIdentity"
}}}
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/825>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---