Index: lams_tool_kaltura/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.7.2.2 -r1.7.2.3 --- lams_tool_kaltura/conf/language/lams/ApplicationResources_en_AU.properties 11 May 2016 07:37:17 -0000 1.7.2.2 +++ lams_tool_kaltura/conf/language/lams/ApplicationResources_en_AU.properties 3 Jun 2016 08:58:43 -0000 1.7.2.3 @@ -1,9 +1,6 @@ appName = kaltura #language code: en #locale code: AU - - - #=================== labels for Kaltura =================# tool.display.name =Kaltura Index: lams_tool_kaltura/src/java/org/lamsfoundation/lams/tool/kaltura/web/actions/MonitoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/src/java/org/lamsfoundation/lams/tool/kaltura/web/actions/MonitoringAction.java,v diff -u -r1.4.2.3 -r1.4.2.4 --- lams_tool_kaltura/src/java/org/lamsfoundation/lams/tool/kaltura/web/actions/MonitoringAction.java 11 May 2016 07:37:16 -0000 1.4.2.3 +++ lams_tool_kaltura/src/java/org/lamsfoundation/lams/tool/kaltura/web/actions/MonitoringAction.java 3 Jun 2016 08:58:43 -0000 1.4.2.4 @@ -58,13 +58,6 @@ /** * @author Andrey Balan - * - * - * - * - * - * - * */ public class MonitoringAction extends LamsDispatchAction { @@ -129,19 +122,6 @@ return redirect; } - public ActionForward showNotebookEntry(ActionMapping mapping, ActionForm form, HttpServletRequest request, - HttpServletResponse response) { - - setupService(); - - Long uid = new Long(WebUtil.readLongParam(request, "userUID")); - KalturaUser user = kalturaService.getUserByUid(uid); - KalturaUserDTO userDTO = new KalturaUserDTO(user); - request.setAttribute("userDTO", userDTO); - - return mapping.findForward("kalturaDisplay"); - } - /** * Update item's mark. If it's not long then store 0. */ Index: lams_tool_kaltura/web/WEB-INF/tiles-defs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tiles-defs.xml,v diff -u -r1.3.2.2 -r1.3.2.3 --- lams_tool_kaltura/web/WEB-INF/tiles-defs.xml 18 Oct 2014 21:17:02 -0000 1.3.2.2 +++ lams_tool_kaltura/web/WEB-INF/tiles-defs.xml 3 Jun 2016 08:58:43 -0000 1.3.2.3 @@ -98,11 +98,6 @@ - - - - - Index: lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.4 -r1.4.2.1 --- lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag 23 Jul 2013 17:52:56 -0000 1.4 +++ lams_tool_kaltura/web/WEB-INF/tags/AuthoringButton.tag 3 Jun 2016 08:58:43 -0000 1.4.2.1 @@ -122,12 +122,12 @@ window.close(); } -

- - - - +

+ -

+ + + +
\ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Attic/AuthoringRatingCriteria.tag,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingCriteria.tag 18 Mar 2016 18:45:05 -0000 1.1.2.1 +++ lams_tool_kaltura/web/WEB-INF/tags/AuthoringRatingCriteria.tag 3 Jun 2016 08:58:43 -0000 1.1.2.2 @@ -18,6 +18,7 @@ <%-- Optional attribute --%> <%@ attribute name="hasRatingLimits" required="false" rtexprvalue="true" %> <%@ attribute name="formContentPrefix" required="false" rtexprvalue="true" %> +<%@ attribute name="styleId" required="false" rtexprvalue="true" %> <%@ attribute name="headerLabel" required="false" rtexprvalue="true" %> <%@ attribute name="addLabel" required="false" rtexprvalue="true" %> <%@ attribute name="deleteLabel" required="false" rtexprvalue="true" %> @@ -106,16 +107,16 @@ jQuery('').append(jQuery('', { 'class': 'criteria-info', html: '' + - '' + '' })).append(jQuery('', { width: '40px', - html: '
" />' + - '
" />' + html: '
" />' + + '
" />' })).append(jQuery('', { width: '20px', - html: '
" />' + html: '">' })).appendTo('#criterias-table'); reactivateArrows(); @@ -124,30 +125,29 @@ addCriteria(); addCriteria(); + reactivateArrows(); function reactivateArrows() { $('#criterias-table tr').each(function() { $this = $(this); // cache $(this) if ($this.is(':first-child')) { - $(".up-arrow", $this).addClass("up-arrow-disabled").removeClass("up-arrow"); - + $(".arrow-up", $this).removeClass("fa fa-long-arrow-up fa-pull-left"); } else { - $(".up-arrow-disabled", $this).addClass("up-arrow").removeClass("up-arrow-disabled"); + $(".arrow-up", $this).addClass("fa fa-long-arrow-up fa-pull-left"); } if ($this.is(':last-child')) { - $(".down-arrow", $this).addClass("down-arrow-disabled").removeClass("down-arrow"); - + $(".arrow-down", $this).removeClass("fa fa-long-arrow-down fa-pull-right"); } else { - $(".down-arrow-disabled", $this).addClass("down-arrow").removeClass("down-arrow-disabled"); + $(".arrow-down", $this).addClass("fa fa-long-arrow-down fa-pull-right"); } }); } //upCriteria - $( "body" ).on( "click", ".up-arrow", function() { + $( "body" ).on( "click", ".fa-long-arrow-up", function() { var currentRow = $(this).closest('tr'); var currentCriteriaTd = $( ".criteria-info", currentRow); var currentOrderId = $( "input[name^='criteriaOrderId']", currentCriteriaTd); @@ -170,7 +170,7 @@ } ); //downCriteria - $( "body" ).on( "click", ".down-arrow", function() { + $( "body" ).on( "click", ".fa-long-arrow-down", function() { var currentRow = $(this).closest('tr'); var currentCriteriaTd = $( ".criteria-info", currentRow); var currentOrderId = $( "input[name^='criteriaOrderId']", currentCriteriaTd); @@ -193,7 +193,7 @@ }); //deleteCriteria - $( "body" ).on( "click", ".delete-arrow", function() { + $( "body" ).on( "click", ".fa-times", function() { var currentRow = $(this).closest('tr'); currentRow.remove(); @@ -241,112 +241,109 @@ } -
-

- -

- +
- - - - - - - - - - - - + + + +
+ + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + +
- -
- - - - -
">
- -
">
-
-
+
+
+ +
- - -
">
-
+
+ + + + + + + + + + + + + + + +
+ + + +
">
+
">
+
+ "> +
-
">
- -
-
" >
-
-
- - - -
+
+ +
- -
- - - - - - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - - - - - - - - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - +
+ + +
-
- -
- checked="checked" - /> - - -
- - -
-
-
\ No newline at end of file Index: lams_tool_kaltura/web/WEB-INF/tags/CKEditor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/CKEditor.tag,v diff -u -r1.3.2.1 -r1.3.2.2 --- lams_tool_kaltura/web/WEB-INF/tags/CKEditor.tag 3 Sep 2014 13:19:33 -0000 1.3.2.1 +++ lams_tool_kaltura/web/WEB-INF/tags/CKEditor.tag 3 Jun 2016 08:58:43 -0000 1.3.2.2 @@ -10,7 +10,12 @@ <%@ attribute name="contentFolderID" required="false" rtexprvalue="true"%> <%@ attribute name="displayExpanded" required="false" rtexprvalue="true"%> <%@ attribute name="resizeParentFrameName" required="false" rtexprvalue="true"%> +<%@ attribute name="method" required="false" rtexprvalue="true"%> + + + + @@ -19,6 +24,10 @@ + + ${toolbarSet}Replace + + @@ -33,10 +42,10 @@ - + - ckeditor/ + /lams/ckeditor/ @@ -59,10 +68,9 @@ var editor = CKEDITOR.instances["${id}"]; if (editor) { editor.destroy(true); } - var instance = CKEDITOR.replace( "${id}", { + var instance = CKEDITOR.${method}( "${id}", { width : "${width}", height : "${height}", - autoGrow_minHeight : "${height}".replace("px", ""), toolbar : "${toolbarSet}", language : "${language}", defaultLangugage : "en", Index: lams_tool_kaltura/web/WEB-INF/tags/ImgButtonWrapper.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/ImgButtonWrapper.tag,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/WEB-INF/tags/ImgButtonWrapper.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/ImgButtonWrapper.tag 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -1,37 +1,37 @@ -<% -/**************************************************************** - * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) - * ============================================================= - * License Information: http://lamsfoundation.org/licensing/lams/2.0/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2.0 - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - - /** - * ImgButtonWrapper.tag - * Author: Mitchell Seaton - * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. - */ - - %> -<%@ tag body-content="scriptless" %> -
-
- -
-
+<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * ImgButtonWrapper.tag + * Author: Mitchell Seaton + * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. + */ + + %> +<%@ tag body-content="scriptless" %> +
+
+ +
+
Index: lams_tool_kaltura/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_kaltura/web/WEB-INF/tags/Page.tag 18 Mar 2016 18:45:05 -0000 1.1.2.1 +++ lams_tool_kaltura/web/WEB-INF/tags/Page.tag 3 Jun 2016 08:58:43 -0000 1.1.2.2 @@ -12,25 +12,38 @@
+ + + + + +
-
- + +
- - - - -
+ + + +
+
+
+
+
+ + + + Index: lams_tool_kaltura/web/WEB-INF/tags/TSTable.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Attic/TSTable.tag,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_kaltura/web/WEB-INF/tags/TSTable.tag 18 Mar 2016 18:45:05 -0000 1.1.2.1 +++ lams_tool_kaltura/web/WEB-INF/tags/TSTable.tag 3 Jun 2016 08:58:43 -0000 1.1.2.2 @@ -29,12 +29,12 @@ - - + + - - - Index: lams_tool_kaltura/web/WEB-INF/tags/Tab.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Tab.tag,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/WEB-INF/tags/Tab.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/Tab.tag 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -24,8 +24,8 @@ /** * Tab.tag - * Author: Mitchell Seaton - * Description: Creates a tab element. + * Author: Fiona Malikoff + * Description: Creates a tab element within the Hybrid Tab Header. * Wiki: */ %> @@ -54,6 +54,9 @@ <%-- Usually methodCall is selectTab, but the calling code can override methodCall if desired. this is handy if the page needs different logic on initialisation and user switching tabs + + -- onclick="${methodCall}(${id});return false;"> + --%> @@ -73,13 +76,14 @@
- + + + class="active" + + + + + class="disabled" + + +
  • ${tabTitle}
  • Index: lams_tool_kaltura/web/WEB-INF/tags/TabBody.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/TabBody.tag,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/WEB-INF/tags/TabBody.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/TabBody.tag 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -28,25 +28,17 @@ * Wiki: */ - %> -<%@ tag body-content="scriptless"%> +%> <%@ attribute name="id" required="true" rtexprvalue="true"%> <%@ attribute name="tabTitle" required="false" rtexprvalue="true"%> <%@ attribute name="titleKey" required="false" rtexprvalue="true"%> <%@ attribute name="page" required="false" rtexprvalue="true"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-bean" prefix="bean"%> - -
    - - - - - - - - + + + active + -
    - +
    Index: lams_tool_kaltura/web/WEB-INF/tags/Tabs.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Tabs.tag,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/WEB-INF/tags/Tabs.tag 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/WEB-INF/tags/Tabs.tag 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -23,47 +23,70 @@ /** * Tabs.tag - * Author: Mitchell Seaton - * Description: Create a tab list from a input collection or nested Tab tags. - * Wiki: + * Author: Fiona Malikoff + * Description: Create a hybrid panel header that contains a nav bar that acts like tabs. */ - %> -<%@ tag body-content="scriptless"%> -<%@ attribute name="collection" type="java.util.Collection" required="false" rtexprvalue="true"%> +%> <%@ attribute name="control" required="false" rtexprvalue="true"%> -<%@ attribute name="useKey" required="false" rtexprvalue="true"%> +<%@ attribute name="title" required="false" rtexprvalue="true"%> +<%@ attribute name="refreshOnClickAction" required="false" rtexprvalue="true"%> +<%@ attribute name="helpToolSignature" required="false" rtexprvalue="true"%> +<%@ attribute name="helpModule" required="false" rtexprvalue="true"%> +<%@ attribute name="extraControl" required="false" rtexprvalue="true"%> + <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-lams" prefix="lams"%> + + + + + + - - - - + +
    + - +
    - +
    - - + Index: lams_tool_kaltura/web/pages/monitoring/advanceOptions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/monitoring/advanceOptions.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/pages/monitoring/advanceOptions.jsp 18 Apr 2014 20:07:15 -0000 1.1 +++ lams_tool_kaltura/web/pages/monitoring/advanceOptions.jsp 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -1,147 +1,140 @@ <%@ include file="/common/taglibs.jsp"%> -

    - + + - - - -

    -
    + -
    - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - + + - - + + - - - - - - - - + + + + + + + + + + + + + + + + + + + -
    - -
    + + + + + + + + + + +
    - - - - - - - - -
    - -
    + + + + + + + + + + +
    - - - - - - - - -
    - -
    + + + + + + + + + + +
    - - - - - - - - -
    - -
    + + + + + + + + ${kaltura.learnerContributionLimit} + + +
    - - - - - - ${kaltura.learnerContributionLimit} - - -
    - - - - - - - - - - -
    - - - - - - - - - - -
    - -
    + + - - - - - - - - -
    + + + + + + + + +
    - - - -
    + + + + + + + + + + +
    + + + + + + + + + + +
    + + + +
    -
    + + Index: lams_tool_kaltura/web/pages/monitoring/daterestriction.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/monitoring/daterestriction.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/pages/monitoring/daterestriction.jsp 15 Nov 2012 14:39:28 -0000 1.1 +++ lams_tool_kaltura/web/pages/monitoring/daterestriction.jsp 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -1,43 +1,36 @@ <%@include file="/common/taglibs.jsp"%> -

    - + + - - - -

    -
    - - + Index: lams_tool_kaltura/web/pages/monitoring/editActivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/monitoring/editActivity.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_kaltura/web/pages/monitoring/editActivity.jsp 27 Mar 2014 22:27:38 -0000 1.2 +++ lams_tool_kaltura/web/pages/monitoring/editActivity.jsp 3 Jun 2016 08:58:43 -0000 1.2.2.1 @@ -1,23 +1,23 @@ <%@ include file="/common/taglibs.jsp"%> -

    + -

    +
    - +
    - -
    +
    + @@ -27,15 +27,13 @@
    -

    - - - - - - - - -

    + + + + + + + + Fisheye: Tag 1.4.2.3 refers to a dead (removed) revision in file `lams_tool_kaltura/web/pages/monitoring/kalturaDisplay.jsp'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_kaltura/web/pages/monitoring/monitoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/monitoring/monitoring.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_tool_kaltura/web/pages/monitoring/monitoring.jsp 17 Jan 2014 22:04:40 -0000 1.2 +++ lams_tool_kaltura/web/pages/monitoring/monitoring.jsp 3 Jun 2016 08:58:43 -0000 1.2.2.1 @@ -1,23 +1,19 @@ <%@ include file="/common/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.tool.kaltura.util.KalturaConstants"%> - + + + + + + + + + + + + + + -
    - - - - - -
    - Index: lams_tool_kaltura/web/pages/monitoring/reflections.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/monitoring/reflections.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/pages/monitoring/reflections.jsp 18 Apr 2014 20:07:15 -0000 1.1 +++ lams_tool_kaltura/web/pages/monitoring/reflections.jsp 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -2,26 +2,30 @@ -

    - - - - - +
    +
    +
    + + + +
    - -
    - - - - -
    - -
    - -
    - - -
    +
    + + + + + + +
    + - +
    + +
    +
    +
    +
    \ No newline at end of file Index: lams_tool_kaltura/web/pages/monitoring/statistics.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/monitoring/statistics.jsp,v diff -u -r1.1 -r1.1.2.1 --- lams_tool_kaltura/web/pages/monitoring/statistics.jsp 15 Nov 2012 14:39:27 -0000 1.1 +++ lams_tool_kaltura/web/pages/monitoring/statistics.jsp 3 Jun 2016 08:58:43 -0000 1.1.2.1 @@ -1,33 +1,42 @@ <%@ include file="/common/taglibs.jsp"%> + + + + + + - - - - -
    -

    + +
    +
    + ${session.sessionName} -

    -
    - - - - - - - - - - -
    - heading.totalLearnersInGroup - - ${session.numberOfLearners} -
    - heading.totalFinishedLearnersInGroup - - ${session.numberOfFinishedLearners} -
    + +
    +
    + + +
    + + + + + + + + + +
    + + + ${session.numberOfLearners} +
    + + + ${session.numberOfFinishedLearners} +
    +
    + Index: lams_tool_kaltura/web/pages/monitoring/summary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/monitoring/summary.jsp,v diff -u -r1.4.2.2 -r1.4.2.3 --- lams_tool_kaltura/web/pages/monitoring/summary.jsp 4 May 2015 17:01:27 -0000 1.4.2.2 +++ lams_tool_kaltura/web/pages/monitoring/summary.jsp 3 Jun 2016 08:58:43 -0000 1.4.2.3 @@ -2,12 +2,11 @@ - + - - - -
    - -
    -
    +
    +

    + +

    - +
    + +
    - + + + + + + + + + + +
    + +
    +
    + +
    table voffset10"> + - - - - - - - - -
    - -
    - ?dispatch=showGroupLearning&toolSessionID=${session.sessionID}&keepThis=true&TB_iframe=true&height=630&width=800" class="button thickbox" title=""> + + ?dispatch=showGroupLearning&toolSessionID=${session.sessionID}&TB_iframe=true&height=630&width=800" class="btn btn-default btn-sm thickbox" title=""> ${session.sessionName} -
    + + + + +
    -
    - + <%@include file="reflections.jsp"%> <%@include file="advanceOptions.jsp"%> <%@include file="daterestriction.jsp"%> - -