Index: lams_admin/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_admin/conf/language/lams/ApplicationResources.properties,v diff -u -r1.100.2.28 -r1.100.2.29 --- lams_admin/conf/language/lams/ApplicationResources.properties 6 Mar 2017 12:34:45 -0000 1.100.2.28 +++ lams_admin/conf/language/lams/ApplicationResources.properties 9 Mar 2017 03:21:01 -0000 1.100.2.29 @@ -263,7 +263,6 @@ config.user.inactive.timeout =Inactive user timeout config.use.cache.debug.listener =Cache debug listener config.cleanup.preview.older.than.days =Number of days to keep preview -config.authoring.activities.colour =Authoring Activities colour config.authoring.client.version =Authoring client version config.monitor.client.version =Monitoring client version config.learner.client.version =Learner client version @@ -298,7 +297,6 @@ config.ldap.encrypt.password.from.browser =Encrypt password in browser config.ldap.search.results.page.size =Search results page size error.numeric ={0} only accepts numeric characters -config.learner.progress.batch.size =Batch size for monitoring's learner progress screen. label.users.in.system ={0} users in system. label.users.in.group ={0} users in course. label.show =Show @@ -459,7 +457,6 @@ admin.list.signup.pages =List of signup pages error.course.keys.unequal =Course keys did not match error.context.exists =This URL context is taken -config.learner.collapsible.progress.panel =Set collapsible panel for progress bar in Learner config.authoring.suffix =Add unique suffix when importing Learning Designs config.authoring.single.activity =Enable single activity lessons error.name.invalid.characters =Name cannot contain any of these characters < > ^ * @ % $ Index: lams_admin/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== RCS file: /usr/local/cvsroot/lams_admin/conf/language/lams/ApplicationResources_en_AU.properties,v diff -u -r1.92.2.17 -r1.92.2.18 --- lams_admin/conf/language/lams/ApplicationResources_en_AU.properties 6 Mar 2017 12:34:45 -0000 1.92.2.17 +++ lams_admin/conf/language/lams/ApplicationResources_en_AU.properties 9 Mar 2017 03:21:01 -0000 1.92.2.18 @@ -247,7 +247,6 @@ config.user.inactive.timeout =Inactive user timeout config.use.cache.debug.listener =Cache debug listener config.cleanup.preview.older.than.days =Number of days to keep preview -config.authoring.activities.colour =Authoring Activities colour config.authoring.client.version =Authoring client version config.monitor.client.version =Monitoring client version config.learner.client.version =Learner client version @@ -281,7 +280,6 @@ config.ldap.encrypt.password.from.browser =Encrypt password in browser config.ldap.search.results.page.size =Search results page size error.numeric ={0} only accepts numeric characters -config.learner.progress.batch.size =Batch size for monitoring's learner progress screen. label.users.in.system ={0} users in system. label.users.in.group ={0} users in course. label.show =Show @@ -436,7 +434,6 @@ admin.list.signup.pages =List of signup pages error.course.keys.unequal =Course keys did not match error.context.exists =This URL context is taken -config.learner.collapsible.progress.panel =Set collapsible panel for progress bar in Learner config.authoring.suffix =Add unique suffix when importing Learning Designs config.authoring.single.activity =Enable single activity lessons error.name.invalid.characters =Name cannot contain any of these characters < > ^ * @ % $ Index: lams_build/lib/lams/lams.jar =================================================================== RCS file: /usr/local/cvsroot/lams_build/lib/lams/lams.jar,v diff -u -r1.420.2.114 -r1.420.2.115 Binary files differ Index: lams_central/web/includes/javascript/openUrls.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/openUrls.js,v diff -u -r1.38.2.9 -r1.38.2.10 --- lams_central/web/includes/javascript/openUrls.js 3 Dec 2016 00:59:00 -0000 1.38.2.9 +++ lams_central/web/includes/javascript/openUrls.js 9 Mar 2017 03:21:02 -0000 1.38.2.10 @@ -67,6 +67,7 @@ } function openMonitorLesson( lessonID ) { + debugger; if (isMac) { if(belowMinRes) { monitorLessonWin = window.open('home.do?method=monitorLesson&lessonID='+lessonID,'mWindow','width=' + monitor_width + ',height=' + monitor_height + ',resizable,scrollbars'); @@ -101,6 +102,7 @@ } function openLearner( lessonId ) { + debugger; var learnerUrl = 'home.do?method=learner&lessonID=' + lessonId; if (isMac) { @@ -134,6 +136,7 @@ } function openSysadmin() { + debugger; var height = sys_admin_height; var width = sys_admin_width; var left = 0; Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch20170309.sql'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java,v diff -u -r1.53.2.17 -r1.53.2.18 --- lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java 28 Feb 2017 05:19:30 -0000 1.53.2.17 +++ lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java 9 Mar 2017 03:21:32 -0000 1.53.2.18 @@ -79,9 +79,6 @@ */ public static String ALLOW_MULTIPLE_LOGIN = "AllowMultipleLogin"; - /** Value for controlling style colour on Canvas Activities */ - public static String AUTHORING_ACTS_COLOUR = "AuthoringActivitiesColour"; - /** Values for client updates */ public static String AUTHORING_CLIENT_VERSION = "AuthoringClientVersion"; @@ -192,11 +189,6 @@ public static String LDAP_SEARCH_RESULTS_PAGE_SIZE = "LDAPSearchResultsPageSize"; - /** - * Number of learners to be displayed on the learner progress screen in monitoring. - */ - public static String LEARNER_PROGRESS_BATCH_SIZE = "LearnerProgressBatchSize"; - /** Custom tab for the main page */ public static String CUSTOM_TAB_LINK = "CustomTabLink"; @@ -248,9 +240,6 @@ // LDEV-2747 public static String ENABLE_SERVER_REGISTRATION = "EnableServerRegistration"; - // LDEV-2889 - public static String LEARNER_COLLAPSIBLE_PROGRESS_PANEL = "LearnerCollapsProgressPanel"; - // CNG-26 Add to lams_configuration and set to false // if you don't want imported LD to have __ appended public static String SUFFIX_IMPORTED_LD = "SuffixImportedLD";