Index: lams_admin/web/toolcontent/learningLibraryGroup.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/toolcontent/learningLibraryGroup.jsp,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_admin/web/toolcontent/learningLibraryGroup.jsp 10 Apr 2015 16:37:38 -0000 1.1.2.2 +++ lams_admin/web/toolcontent/learningLibraryGroup.jsp 28 Apr 2015 10:46:12 -0000 1.1.2.3 @@ -17,15 +17,17 @@ learningLibraries = ${learningLibraries}, LAMS_URL = '', + + decoderDiv = $('
'), LABELS = { GROUP_DEFAULT_NAME : '', - GROUP_REMOVE_CONFIRM : '', + GROUP_REMOVE_CONFIRM : decoderDiv.html('').text(), - GROUP_NAME_VALIDATION_ERROR : '', + GROUP_NAME_VALIDATION_ERROR : decoderDiv.html('').text(), - SAVE_ERROR : '' + SAVE_ERROR : decoderDiv.html('').text() }; Index: lams_central/web/main.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/main.jsp,v diff -u -r1.77.2.7 -r1.77.2.8 --- lams_central/web/main.jsp 19 Apr 2015 14:38:31 -0000 1.77.2.7 +++ lams_central/web/main.jsp 28 Apr 2015 10:46:09 -0000 1.77.2.8 @@ -1,4 +1,6 @@ <%@ page contentType="text/html; charset=utf-8" language="java"%> +<%@ page import="org.lamsfoundation.lams.security.JspRedirectStrategy"%> +<%@ page import="org.lamsfoundation.lams.web.util.HttpSessionManager"%> <%@ page import="org.lamsfoundation.lams.util.Configuration"%> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%> <%@ taglib uri="tags-lams" prefix="lams"%> @@ -7,6 +9,10 @@ <%@ taglib uri="tags-function" prefix="fn"%> <%@ taglib uri="tags-tiles" prefix="tiles" %> +<%-- If you change this file, remember to update the copy made for CNG-21 --%> + +<%JspRedirectStrategy.welcomePageStatusUpdate(request, response);%> +<%HttpSessionManager.getInstance().updateHttpSessionByLogin(request.getSession(),request.getRemoteUser());%> @@ -35,13 +41,14 @@ Index: lams_central/web/orgGrouping.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/orgGrouping.jsp,v diff -u -r1.3.2.2 -r1.3.2.3 --- lams_central/web/orgGrouping.jsp 10 Apr 2015 16:37:40 -0000 1.3.2.2 +++ lams_central/web/orgGrouping.jsp 28 Apr 2015 10:46:08 -0000 1.3.2.3 @@ -23,11 +23,13 @@ lessonId = '${param.lessonID}', LAMS_URL = '', + + decoderDiv = $('
'), LABELS = { - REMOVE_GROUPING_CONFIRM_LABEL : '', + REMOVE_GROUPING_CONFIRM_LABEL : decoderDiv.html('').text(), - USE_GROUPING_CONFIRM_LABEL : '' + USE_GROUPING_CONFIRM_LABEL : decoderDiv.html('').text() }; Index: lams_central/web/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/authoring/authoring.jsp,v diff -u -r1.6.2.8 -r1.6.2.9 --- lams_central/web/authoring/authoring.jsp 10 Apr 2015 16:37:40 -0000 1.6.2.8 +++ lams_central/web/authoring/authoring.jsp 28 Apr 2015 10:46:09 -0000 1.6.2.9 @@ -38,6 +38,8 @@