Index: lams_tool_vote/test/web/WEB-INF/web.xml =================================================================== diff -u -r00759d7592ccc90e8769763524afb69546f641d4 -r0732f5d12802da95cf69e474b30630653924abc5 --- lams_tool_vote/test/web/WEB-INF/web.xml (.../web.xml) (revision 00759d7592ccc90e8769763524afb69546f641d4) +++ lams_tool_vote/test/web/WEB-INF/web.xml (.../web.xml) (revision 0732f5d12802da95cf69e474b30630653924abc5) @@ -35,6 +35,7 @@ classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml classpath:/org/lamsfoundation/lams/tool/vote/voteApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/vote/dbupdates/autopatchContext.xml @@ -86,8 +87,8 @@ - org.lamsfoundation.lams.web.SessionListener - + org.lamsfoundation.lams.web.session.SetMaxTimeoutListener + @@ -136,7 +137,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ @@ -172,10 +173,6 @@ Connector /fckeditor/editor/filemanager/browser/default/connectors/jsp/connector - - - 120 - 500 @@ -285,16 +282,19 @@ AUTHOR ADMIN SYSADMIN + AUTHOR ADMIN Authoring Update - /authoring.do + /authoringStarter.do AUTHOR + AUTHOR ADMIN + SYSADMIN @@ -338,8 +338,45 @@ TEACHER ADMIN SYSADMIN + AUTHOR ADMIN + + + + + Student + LEARNER + + + Student + TEACHER + + + + Can create/modify a learning design + AUTHOR + + + + Can running and monitoring a learning session + MONITOR + + + + Can add/remove users to the system, set up classes of users for sessions + ADMIN + + + + Can add/remove users to the system, set up classes of users for sessions + SYSADMIN + + + Can create/modify a learning design and edit default tool content + AUTHOR ADMIN + +