Remove Gradtools specific logic from SiteAction
Description
Environment
None
Test Plan
None
is related to
Activity
Show:

Hudson CI Server March 22, 2011 at 10:10 PM
Integrated in sakai trunk #471 (See http://builds.sakaiproject.org:8080/job/sakai%20trunk/471/)
uncomment the SiteTypeProvider bean registration

Zhen Qian March 22, 2011 at 7:32 AM
r90347 registered the bean of SiteTypeProvider.

Zhen Qian March 22, 2011 at 7:32 AM
Reopen to include recent svn changes.

Hudson CI Server March 21, 2011 at 10:09 PM
Integrated in sakai trunk #470 (See http://builds.sakaiproject.org:8080/job/sakai%20trunk/470/)
clean the SiteTypeProvider.properties file
merge branch work into trunk

Zhen Qian March 21, 2011 at 12:50 PM
r 90177
Added a new provider type, SiteTypeProvider, to be used by Site Manage tool. For UMich, the logics to handle Gradtools can be moved into the implementation of this provider.
The Sakai SiteAction code has specific references to gradtools. Gradtools is a method specific to the University of Michigan and should not need to be referenced in generic Sakai code. The code should be refactored to remove the need for knowledge about a specific tool.