lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEB-2905: small change in label

LDEV-2905: Adding labels to i18n

  1. … 2 more files in changeset.
LDEV-2909: Set all CKEditor links' target to a new window.

LDEV-2905 Integrated lams_signup to LAMS core

    • -0
    • +32
    ./web/signup/loginTab.jsp
    • -0
    • +82
    ./web/signup/signup.jsp
    • -0
    • +57
    ./web/signup/singupTab.jsp
    • -0
    • +19
    ./web/signup/successfulSignup.jsp
  1. … 19 more files in changeset.
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

  1. … 107 more files in changeset.
LDEV-2847: Make Central build even if Pedagogical Planner project is unavailable.

LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -34
    • +0
    ./web/WEB-INF/jstl/tlds/permittedTaglibs.tld
    • -51
    • +0
    ./web/WEB-INF/jstl/tlds/scriptfree.tld
    • -640
    • +0
    ./web/WEB-INF/struts/struts-config.xml
  1. … 1299 more files in changeset.
LDEV-2873 added ability to edit lesson intro page

    • -0
    • +86
    ./web/editLessonIntro.jsp
LDEV-2893 new ability to refresh integration window once Lams authoring one gets closed

LDEV-2893 new ability to refresh integration window once Lams authoring one gets closed

LDEV-2892: Encode notifyCloseURL twice so it works both in authorConfirm.jsp and AuthoringButton.tag.

    • -1
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
CNG-1: Make "noopener" parameter checked first as its use is very custom and should have highest priority.

    • -3
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
LDEV-2889: Add collapsible west pane in Learner containig Flash progress bar. Make its appearance optional with sysadmin settings. Externalise mainflash.jsp CSS.

    • -0
    • +172
    ./web/includes/javascript/jquery.layout.js
  1. … 8 more files in changeset.
LDEV-2885 fixing issue with contentfolderId

CNG-7: Add ISBN collections. Add buttons to manage them. Allow going back to MindTap views from different LAMS screens, like Preview or Tool authoring. Major clean up, split bloated code to MindappAction (request processing) and MindappService (helper methods).

    • -0
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 31 more files in changeset.
LDEV-2867 fixed subgroup lesson sorting; subgroup lessons now have onhover effect

    • -3
    • +3
    ./web/includes/javascript/groupDisplay.js
LDEV-2867 fixed lesson sorting

    • -37
    • +29
    ./web/includes/javascript/groupDisplay.js
    • -8
    • +0
    ./web/includes/javascript/interface.js
WVI-11 update lams_signup_wvi to 2.4

    • -1
    • +21
    ./web/css/jquery-ui-1.8.11.redmont-theme.css
CNG-6: Start LAMS lesson when adding it as MindTap activity. It allows setting correct viewURI from the beginning and removes the need to update it when running the activity, which is impossible according to Cengage. It also limits the number of LD copies: it does not get created when a Template is chosen, because starting a lesson creates a copy anyway.

Add "noopener" parameter to notifyCloseURL in single activity Authoring.

Fix typos in icon toggling Javascript functions.

LDEV-2881 Kaltura plugin now works with devices running iOS

    • -2
    • +14
    ./web/ckeditor/plugins/kaltura/kaltura.jsp
WVI-26: adding icon for flash quiz tool

    • binary
    ./web/images/svg/icon_wvi.png
LDEV-2878 updating integration's methods to comply with changes in IMonitoringService.java

  1. … 1 more file in changeset.
LDEV-2869 added ie9 detection

WVI-25: Remove servlet configuration from Central, make lams_saml be almost completely standalone. Add DB tables and access layer for storing user "office" parameter. Make lams_saml a WAR instead of JAR as it needs access to Central context beans and introduces own services. Make configuration be stored in WAR and accessed internally by Java code instead of deploying it in web content and access by HTTP. Put "group" parameter in sesssion when user accesses SamlServlet for the first time, before redirecting to IdP log in page. This parameter is later used for registering user. Add wrapper method in Integration service allowing creation of group withou external server prefix.

  1. … 2 more files in changeset.
LDEV-2755: Updating translations

  1. … 146 more files in changeset.
LDEV-2329 fix for Chrome (as it doesn't execute location.href="bla-bla" command if window is going to be closed)

    • -2
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +12
    ./web/includes/javascript/common.js
  1. … 31 more files in changeset.
LDEV-2864 updated mp3 player

LDEV-2755: Updating labels

  1. … 33 more files in changeset.
LDEV-2755: Updating labels

  1. … 5 more files in changeset.
CNG-4: Remove calls to lams_mindapp build.xml as the project is now standalone and not bundled with Central.