Index: lams_tool_lamc/test/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/test/web/WEB-INF/Attic/web.xml,v diff -u -r1.8 -r1.9 --- lams_tool_lamc/test/web/WEB-INF/web.xml 1 Sep 2006 05:56:15 -0000 1.8 +++ lams_tool_lamc/test/web/WEB-INF/web.xml 6 Feb 2009 02:21:51 -0000 1.9 @@ -1,62 +1,77 @@ - - - - - javax.servlet.jsp.jstl.fmt.localizationContext - org.lamsfoundation.lams.tool.mc.web.McResources - + + javax.servlet.jsp.jstl.fmt.localizationContext + org.lamsfoundation.lams.tool.mc.ApplicationResources + + + contextConfigLocation - - classpath:/org/lamsfoundation/lams/applicationContext.xml - classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml - classpath:/org/lamsfoundation/lams/toolApplicationContext.xml - classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml - classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml - classpath:/org/lamsfoundation/lams/tool/mc/mcApplicationContext.xml - + + classpath:/org/lamsfoundation/lams/applicationContext.xml + classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml + classpath:/org/lamsfoundation/lams/toolApplicationContext.xml + classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml + classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/mc/mcApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/mc/dbupdates/autopatchContext.xml + - - - org.springframework.web.context.ContextLoaderListener - - - hibernateFilter - - org.springframework.orm.hibernate3.support.OpenSessionInViewFilter - - - sessionFactoryBeanName - mcSessionFactory - + SystemSessionFilter + + org.lamsfoundation.lams.web.session.SystemSessionFilter + + + + + hibernateFilter + + org.lamsfoundation.lams.util.CustomizedOpenSessionInViewFilter + + + sessionFactoryBeanName + mcSessionFactory + - - - SystemSessionFilter + + + LocaleFilter - org.lamsfoundation.lams.web.session.SystemSessionFilter + org.lamsfoundation.lams.web.filter.LocaleFilter - + - hibernateFilter - *.do - - SystemSessionFilter + /* + + + + hibernateFilter /* - + + + LocaleFilter + /* + + + + + org.springframework.web.context.ContextLoaderListener + + + + + + org.lamsfoundation.lams.web.session.SetMaxTimeoutListener + + + - context - org.springframework.web.context.ContextLoaderServlet - 1 - - action org.apache.struts.action.ActionServlet @@ -75,50 +90,142 @@ validate true - 2 + 1 - - - Connector - com.fredck.FCKeditor.connector.ConnectorServlet - - baseDir - /UserFiles/ - - - debug - false - - 1 + + + download + org.lamsfoundation.lams.contentrepository.client.ToolDownload + + toolContentHandlerBeanName + mcToolContentHandler + + 3 + + + exportPortfolio + org.lamsfoundation.lams.tool.mc.web.ExportServlet + - + + + Connector + net.fckeditor.connector.ConnectorServlet + + baseDir + /UserFiles/ + + + debug + false + + 1 + + + action - *.do + *.do + + download + /download/* + + - Connector - /editor/filemanager/browser/default/connectors/jsp/connector - - + exportPortfolio + /exportPortfolio/* + - - 120 - + + Connector + /fckeditor/editor/filemanager/browser/default/connectors/jsp/connector + + + + 500 + /error.jsp + + + 403 + /403.jsp + + + 404 + /404.jsp + + - - 403 - /403.html - + + + --> - - fck-editor - /WEB-INF/fckeditor/tlds/FCKeditor.tld - + + + + + + + + + tags-bean + /WEB-INF/struts/tlds/struts-bean.tld + + + tags-html + /WEB-INF/struts/tlds/struts-html.tld + + + tags-logic + /WEB-INF/struts/tlds/struts-logic.tld + + + tags-tiles + /WEB-INF/struts/tlds/struts-tiles.tld + + + + + + tags-fmt + /WEB-INF/jstl/tlds/fmt.tld + + + tags-core + /WEB-INF/jstl/tlds/c.tld + + + tags-function + /WEB-INF/jstl/tlds/fn.tld + + + tags-xml + /WEB-INF/jstl/tlds/x.tld + + + + + + fck-editor + /WEB-INF/fckeditor/tlds/FCKeditor.tld + + + tags-lams + /WEB-INF/lams.tld + + + + + @@ -132,49 +239,51 @@ AUTHOR ADMIN SYSADMIN + AUTHOR ADMIN - - + - Secure Content - /* + Authoring Update + /authoringStarter.do - LEARNER - TEACHER - MONITOR AUTHOR - ADMIN + AUTHOR ADMIN SYSADMIN + + + Staff Content + /monitoring.do + + + MONITOR + TEACHER + + - Authoring Update - /authoringStarter.do - /authoring.do - + Adminstrator Content + /admin.do + - AUTHOR + ADMIN + AUTHOR ADMIN - - - Staff Content - /monitoringStarter.do - /monitoring.do + LAMS System Adminstrator Content + /sysadmin.do - MONITOR + SYSADMIN - - @@ -184,19 +293,58 @@ AUTHOR MONITOR + 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 + + FORM LAMS /login.jsp + /login.jsp?failed=y - + Index: lams_tool_lamc/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/web.xml,v diff -u -r1.26 -r1.27 --- lams_tool_lamc/web/WEB-INF/web.xml 23 Sep 2008 04:21:20 -0000 1.26 +++ lams_tool_lamc/web/WEB-INF/web.xml 6 Feb 2009 02:21:40 -0000 1.27 @@ -111,7 +111,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.2 -r1.3 --- lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 2 Oct 2006 04:42:18 -0000 1.2 +++ lams_tool_lamc/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 6 Feb 2009 02:21:40 -0000 1.3 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + \ No newline at end of file Index: lams_tool_lamc/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.4 -r1.5 --- lams_tool_lamc/web/WEB-INF/tags/FCKEditor.tag 4 Feb 2009 02:07:37 -0000 1.4 +++ lams_tool_lamc/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:21:40 -0000 1.5 @@ -10,7 +10,6 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> - @@ -20,7 +19,7 @@ - + @@ -52,21 +51,22 @@ --> - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_nb/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/Attic/web.xml,v diff -u -r1.20 -r1.21 --- lams_tool_nb/web/WEB-INF/web.xml 22 Sep 2008 05:29:20 -0000 1.20 +++ lams_tool_nb/web/WEB-INF/web.xml 6 Feb 2009 02:22:34 -0000 1.21 @@ -14,13 +14,9 @@ classpath:/org/lamsfoundation/lams/tool/noticeboard/applicationContext.xml classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/noticeboard/dbupdates/autopatchContext.xml - - - org.springframework.web.context.ContextLoaderListener - - - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_notebook/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/conf/xdoclet/servlets.xml,v diff -u -r1.1 -r1.2 --- lams_tool_notebook/conf/xdoclet/servlets.xml 20 Jul 2006 01:11:09 -0000 1.1 +++ lams_tool_notebook/conf/xdoclet/servlets.xml 6 Feb 2009 02:23:09 -0000 1.2 @@ -24,7 +24,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_notebook/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/Attic/web.xml,v diff -u -r1.6 -r1.7 --- lams_tool_notebook/web/WEB-INF/web.xml 4 Oct 2008 02:47:52 -0000 1.6 +++ lams_tool_notebook/web/WEB-INF/web.xml 6 Feb 2009 02:23:09 -0000 1.7 @@ -94,7 +94,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_notebook/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.2 -r1.3 --- lams_tool_notebook/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 31 Aug 2006 00:29:52 -0000 1.2 +++ lams_tool_notebook/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 6 Feb 2009 02:23:09 -0000 1.3 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + \ No newline at end of file Index: lams_tool_notebook/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.6 -r1.7 --- lams_tool_notebook/web/WEB-INF/tags/FCKEditor.tag 4 Feb 2009 02:04:12 -0000 1.6 +++ lams_tool_notebook/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:23:09 -0000 1.7 @@ -10,7 +10,6 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> - @@ -20,7 +19,7 @@ - + @@ -52,21 +51,22 @@ --> - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_pixlr/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/conf/xdoclet/servlets.xml,v diff -u -r1.1 -r1.2 --- lams_tool_pixlr/conf/xdoclet/servlets.xml 7 Jan 2009 22:37:48 -0000 1.1 +++ lams_tool_pixlr/conf/xdoclet/servlets.xml 6 Feb 2009 02:23:43 -0000 1.2 @@ -24,7 +24,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_pixlr/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/Attic/web.xml,v diff -u -r1.3 -r1.4 --- lams_tool_pixlr/web/WEB-INF/web.xml 12 Jan 2009 03:15:39 -0000 1.3 +++ lams_tool_pixlr/web/WEB-INF/web.xml 6 Feb 2009 02:23:43 -0000 1.4 @@ -94,7 +94,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_pixlr/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.1 -r1.2 --- lams_tool_pixlr/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 7 Jan 2009 22:37:49 -0000 1.1 +++ lams_tool_pixlr/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 6 Feb 2009 02:23:43 -0000 1.2 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + - + \ No newline at end of file Index: lams_tool_pixlr/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.1 -r1.2 --- lams_tool_pixlr/web/WEB-INF/tags/FCKEditor.tag 7 Jan 2009 22:37:49 -0000 1.1 +++ lams_tool_pixlr/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:23:43 -0000 1.2 @@ -5,7 +5,10 @@ <%@ attribute name="id" required="true" rtexprvalue="true"%> <%@ attribute name="value" required="true" rtexprvalue="true"%> <%@ attribute name="toolbarSet" required="false" rtexprvalue="true"%> +<%@ attribute name="height" required="false" rtexprvalue="true"%> +<%@ attribute name="width" required="false" rtexprvalue="true"%> <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> +<%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> @@ -15,6 +18,14 @@ + + + + + + + + /fckeditor/ - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_sbmt/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/conf/xdoclet/servlets.xml,v diff -u -r1.6 -r1.7 --- lams_tool_sbmt/conf/xdoclet/servlets.xml 30 Jun 2006 07:04:06 -0000 1.6 +++ lams_tool_sbmt/conf/xdoclet/servlets.xml 6 Feb 2009 02:24:13 -0000 1.7 @@ -27,7 +27,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_sbmt/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/Attic/web.xml,v diff -u -r1.22 -r1.23 --- lams_tool_sbmt/web/WEB-INF/web.xml 22 Sep 2008 05:29:20 -0000 1.22 +++ lams_tool_sbmt/web/WEB-INF/web.xml 6 Feb 2009 02:24:13 -0000 1.23 @@ -13,6 +13,7 @@ classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml classpath:/org/lamsfoundation/lams/toolApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/sbmt/dbupdates/autopatchContext.xml @@ -66,6 +67,11 @@ org.springframework.web.context.ContextLoaderListener + + + org.lamsfoundation.lams.web.session.SetMaxTimeoutListener + + action @@ -96,7 +102,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ @@ -141,6 +147,10 @@ /exportPortfolio + + 120 + + - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_scribe/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/conf/xdoclet/servlets.xml,v diff -u -r1.2 -r1.3 --- lams_tool_scribe/conf/xdoclet/servlets.xml 12 Oct 2006 02:47:32 -0000 1.2 +++ lams_tool_scribe/conf/xdoclet/servlets.xml 6 Feb 2009 02:24:42 -0000 1.3 @@ -24,7 +24,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_scribe/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/Attic/web.xml,v diff -u -r1.6 -r1.7 --- lams_tool_scribe/web/WEB-INF/web.xml 22 Sep 2008 05:29:19 -0000 1.6 +++ lams_tool_scribe/web/WEB-INF/web.xml 6 Feb 2009 02:24:42 -0000 1.7 @@ -17,6 +17,7 @@ classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml classpath:/org/lamsfoundation/lams/contentrepository/applicationContext.xml classpath:/org/lamsfoundation/lams/tool/scribe/scribeApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/scribe/dbupdates/autopatchContext.xml @@ -61,6 +62,11 @@ org.springframework.web.context.ContextLoaderListener + + + org.lamsfoundation.lams.web.session.SetMaxTimeoutListener + + action @@ -88,7 +94,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ @@ -139,6 +145,10 @@ /exportPortfolio + + 120 + + - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_spreadsheet/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/WEB-INF/web.xml,v diff -u -r1.3 -r1.4 --- lams_tool_spreadsheet/web/WEB-INF/web.xml 4 Oct 2008 02:33:08 -0000 1.3 +++ lams_tool_spreadsheet/web/WEB-INF/web.xml 6 Feb 2009 02:25:15 -0000 1.4 @@ -104,7 +104,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_spreadsheet/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.2 -r1.3 --- lams_tool_spreadsheet/web/WEB-INF/tags/FCKEditor.tag 4 Feb 2009 02:01:56 -0000 1.2 +++ lams_tool_spreadsheet/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:25:15 -0000 1.3 @@ -10,7 +10,6 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> - @@ -20,7 +19,7 @@ - + @@ -52,21 +51,22 @@ --> - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_spreadsheet/web/WEB-INF/tlds/fckeditor/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/WEB-INF/tlds/fckeditor/Attic/FCKeditor.tld,v diff -u -r1.1 -r1.2 --- lams_tool_spreadsheet/web/WEB-INF/tlds/fckeditor/FCKeditor.tld 4 Jul 2008 07:40:31 -0000 1.1 +++ lams_tool_spreadsheet/web/WEB-INF/tlds/fckeditor/FCKeditor.tld 6 Feb 2009 02:25:15 -0000 1.2 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + - + \ No newline at end of file Index: lams_tool_survey/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/WEB-INF/web.xml,v diff -u -r1.8 -r1.9 --- lams_tool_survey/web/WEB-INF/web.xml 23 Sep 2008 04:21:20 -0000 1.8 +++ lams_tool_survey/web/WEB-INF/web.xml 6 Feb 2009 02:25:33 -0000 1.9 @@ -109,7 +109,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_survey/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.4 -r1.5 --- lams_tool_survey/web/WEB-INF/tags/FCKEditor.tag 4 Feb 2009 01:56:32 -0000 1.4 +++ lams_tool_survey/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:25:33 -0000 1.5 @@ -10,7 +10,6 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> - @@ -20,7 +19,7 @@ - + @@ -52,21 +51,22 @@ --> - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_survey/web/WEB-INF/tlds/fckeditor/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/WEB-INF/tlds/fckeditor/Attic/FCKeditor.tld,v diff -u -r1.1 -r1.2 --- lams_tool_survey/web/WEB-INF/tlds/fckeditor/FCKeditor.tld 12 Sep 2006 04:15:19 -0000 1.1 +++ lams_tool_survey/web/WEB-INF/tlds/fckeditor/FCKeditor.tld 6 Feb 2009 02:25:33 -0000 1.2 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + - + \ No newline at end of file Index: lams_tool_task/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/WEB-INF/web.xml,v diff -u -r1.4 -r1.5 --- lams_tool_task/web/WEB-INF/web.xml 4 Oct 2008 02:33:09 -0000 1.4 +++ lams_tool_task/web/WEB-INF/web.xml 6 Feb 2009 02:25:50 -0000 1.5 @@ -109,7 +109,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_task/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.2 -r1.3 --- lams_tool_task/web/WEB-INF/tags/FCKEditor.tag 4 Feb 2009 02:06:52 -0000 1.2 +++ lams_tool_task/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:25:50 -0000 1.3 @@ -10,7 +10,6 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> - @@ -20,7 +19,7 @@ - + @@ -52,21 +51,22 @@ --> - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_task/web/WEB-INF/tlds/fckeditor/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/WEB-INF/tlds/fckeditor/Attic/FCKeditor.tld,v diff -u -r1.1 -r1.2 --- lams_tool_task/web/WEB-INF/tlds/fckeditor/FCKeditor.tld 28 Feb 2008 03:50:19 -0000 1.1 +++ lams_tool_task/web/WEB-INF/tlds/fckeditor/FCKeditor.tld 6 Feb 2009 02:25:50 -0000 1.2 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + - + \ No newline at end of file Index: lams_tool_videorecorder/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_videorecorder/conf/xdoclet/servlets.xml,v diff -u -r1.1 -r1.2 --- lams_tool_videorecorder/conf/xdoclet/servlets.xml 18 Dec 2008 02:20:34 -0000 1.1 +++ lams_tool_videorecorder/conf/xdoclet/servlets.xml 6 Feb 2009 02:26:09 -0000 1.2 @@ -24,7 +24,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_videorecorder/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_videorecorder/web/WEB-INF/Attic/web.xml,v diff -u -r1.2 -r1.3 --- lams_tool_videorecorder/web/WEB-INF/web.xml 3 Feb 2009 02:41:05 -0000 1.2 +++ lams_tool_videorecorder/web/WEB-INF/web.xml 6 Feb 2009 02:26:09 -0000 1.3 @@ -94,7 +94,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_videorecorder/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_videorecorder/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.1 -r1.2 --- lams_tool_videorecorder/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 18 Dec 2008 02:20:35 -0000 1.1 +++ lams_tool_videorecorder/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 6 Feb 2009 02:26:09 -0000 1.2 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + - + \ No newline at end of file Index: lams_tool_videorecorder/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_videorecorder/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.1 -r1.2 --- lams_tool_videorecorder/web/WEB-INF/tags/FCKEditor.tag 18 Dec 2008 02:20:34 -0000 1.1 +++ lams_tool_videorecorder/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:26:09 -0000 1.2 @@ -5,7 +5,10 @@ <%@ attribute name="id" required="true" rtexprvalue="true"%> <%@ attribute name="value" required="true" rtexprvalue="true"%> <%@ attribute name="toolbarSet" required="false" rtexprvalue="true"%> +<%@ attribute name="height" required="false" rtexprvalue="true"%> +<%@ attribute name="width" required="false" rtexprvalue="true"%> <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> +<%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> @@ -15,6 +18,14 @@ + + + + + + + + /fckeditor/ - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_tool_vote/test/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/test/web/WEB-INF/Attic/web.xml,v diff -u -r1.5 -r1.6 --- lams_tool_vote/test/web/WEB-INF/web.xml 26 Sep 2006 02:26:48 -0000 1.5 +++ lams_tool_vote/test/web/WEB-INF/web.xml 6 Feb 2009 02:26:42 -0000 1.6 @@ -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 + + Index: lams_tool_vote/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/web.xml,v diff -u -r1.15 -r1.16 --- lams_tool_vote/web/WEB-INF/web.xml 23 Sep 2008 04:21:26 -0000 1.15 +++ lams_tool_vote/web/WEB-INF/web.xml 6 Feb 2009 02:26:42 -0000 1.16 @@ -137,7 +137,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_vote/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.2 -r1.3 --- lams_tool_vote/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 26 Sep 2006 02:26:51 -0000 1.2 +++ lams_tool_vote/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 6 Feb 2009 02:26:42 -0000 1.3 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + \ No newline at end of file Index: lams_tool_vote/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.6 -r1.7 Binary files differ Index: lams_tool_wiki/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_wiki/conf/xdoclet/servlets.xml,v diff -u -r1.1 -r1.2 --- lams_tool_wiki/conf/xdoclet/servlets.xml 8 Oct 2008 05:33:00 -0000 1.1 +++ lams_tool_wiki/conf/xdoclet/servlets.xml 6 Feb 2009 02:27:19 -0000 1.2 @@ -24,7 +24,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_wiki/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_wiki/web/WEB-INF/Attic/web.xml,v diff -u -r1.4 -r1.5 --- lams_tool_wiki/web/WEB-INF/web.xml 21 Oct 2008 03:20:19 -0000 1.4 +++ lams_tool_wiki/web/WEB-INF/web.xml 6 Feb 2009 02:27:19 -0000 1.5 @@ -94,7 +94,7 @@ Connector - com.fredck.FCKeditor.connector.ConnectorServlet + net.fckeditor.connector.ConnectorServlet baseDir /UserFiles/ Index: lams_tool_wiki/web/WEB-INF/fckeditor/tlds/FCKeditor.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_wiki/web/WEB-INF/fckeditor/tlds/Attic/FCKeditor.tld,v diff -u -r1.1 -r1.2 --- lams_tool_wiki/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 8 Oct 2008 05:33:00 -0000 1.1 +++ lams_tool_wiki/web/WEB-INF/fckeditor/tlds/FCKeditor.tld 6 Feb 2009 02:27:19 -0000 1.2 @@ -1,215 +1,129 @@ - - - - - 2.3 - 1.1 - FCKeditor - http://fckeditor.net/tags-fckeditor - FCKeditor taglib + + + + The FCKeditor Tag Library offers a very convenient way to create + several FCKeditor instances with different configurations. + Additionally, you can check for user-based capabilities. + + FCKeditor Tag Library + 2.4 + FCK + http://java.fckeditor.net + + Creates a FCKeditor instance with the given parameters. Any + parameter except instanceName which is empty or contains + whitespaces only will be ignored. + + editor editor - com.fredck.FCKeditor.tags.FCKeditorTag - JSP + net.fckeditor.tags.EditorTag + JSP - id + + The unique instance name under which the editor can be + retrieved through the API. + + instanceName true true - + java.lang.String + - basePath - false - true - - - toolbarSet - false - true - - + + Width of the FCKeditor instance in the browser window. + width - false true - + java.lang.String + + + Height of the FCKeditor instance in the browser window. + height - false true - + java.lang.String + - customConfigurationsPath - false + + The toolbar set which shall be displayed to the user. + + toolbarSet true - + java.lang.String + - editorAreaCSS - false + + The path/folder in which the editor is deployed under + the given context. The context path will be attached + automatically. (e.g. '/fckeditor') + + basePath true - + java.lang.String + - baseHref - false + + Passes any content to the FCKeditor document. Use the + jsp:attribute tag for large inline content. \r, \n, and + \t will be truncated. + + value true - + java.lang.String + + ]]> + + + + + Sets a config property of the editor to the supplied value. + You may provide any attribute you want for the editor. Set + at least one attribute per tag or several attributes with + one tag. This tag can only be nested within an editor tag. + For all configuration options click + here]]>. + + config + config + net.fckeditor.tags.ConfigTag + empty + true + + ]]> + + + + + Displays session-dependent and compatibility-related + information. This tag is intended for developers only. + Response messages cannot be localized, they are English + only. + + check + check + net.fckeditor.tags.CheckTag + empty - skinPath - false - true - - - pluginsPath - false - true - - - fullPage - false - true - - - debug - false - true - - - autoDetectLanguage - false - true - - - defaultLanguage - false - true - - - contentLangDirection - false - true - - - enableXHTML - false - true - - - enableSourceXHTML - false - true - - - fillEmptyBlocks - false - true - - - formatSource - false - true - - - formatOutput - false - true - - - formatIndentator - false - true - - - geckoUseSPAN - false - true - - - startupFocus - false - true - - - forcePasteAsPlainText - false - true - - - forceSimpleAmpersand - false - true - - - tabSpaces - false - true - - - useBROnCarriageReturn - false - true - - - toolbarStartExpanded - false - true - - - toolbarCanCollapse - false - true - - - fontColors - false - true - - - fontNames - false - true - - - fontSizes - false - true - - - fontFormats - false - true - - - stylesXmlPath - false - true - - - linkBrowserURL - false - true - - - imageBrowserURL - false - true - - - flashBrowserURL - false - true - - - linkUploadURL - false - true - - - imageUploadURL - false - true - - - flashUploadURL - false - true - + + Provide the feature name you want to check. Valid + features are [FileUpload, FileBrowsing, + CompatibleBrowser] + + command + true + java.lang.String + + +]]> + - + \ No newline at end of file Index: lams_tool_wiki/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_wiki/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.2 -r1.3 --- lams_tool_wiki/web/WEB-INF/tags/FCKEditor.tag 4 Feb 2009 01:58:44 -0000 1.2 +++ lams_tool_wiki/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:27:19 -0000 1.3 @@ -10,7 +10,6 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> - @@ -20,7 +19,7 @@ - + @@ -52,21 +51,22 @@ --> - - ${value} + toolbarSet="${toolbarSet}"> +${value} + Index: lams_www/web/WEB-INF/tags/FCKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_www/web/WEB-INF/tags/Attic/FCKEditor.tag,v diff -u -r1.4 -r1.5 --- lams_www/web/WEB-INF/tags/FCKEditor.tag 4 Feb 2009 02:00:43 -0000 1.4 +++ lams_www/web/WEB-INF/tags/FCKEditor.tag 6 Feb 2009 02:27:38 -0000 1.5 @@ -10,7 +10,6 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> - @@ -20,7 +19,7 @@ - + @@ -52,21 +51,22 @@ --> - - ${value} + toolbarSet="${toolbarSet}"> +${value} +