#2260: [PATCH] Using your own visit provider without modifying turbogears files
-------------------------+--------------------------------------------------
Reporter: nic.bellamy | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0.x bugfix
Component: TurboGears | Version: 1.0 HEAD
Severity: minor | Keywords: custom visit provider
-------------------------+--------------------------------------------------
This is exactly the same idea as ticket #1178 but applied to Visit
providers instead of Identity providers.
Currently, to use a custom Visit provider, you have to fiddle around with
setup entry points.
This patch allows you to set visit.manager to a class name, and have it
used directly, eg.
{{{
# The name of the VisitManager class or plugin to use for visitor
tracking.
visit.manager="myproject.visit.MemoryVisitManager"
}}}
--
Ticket URL: <http://trac.turbogears.org/ticket/2260>
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.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---