lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added a date tag - keep all our dates consistent! Uses the JSTL fmt:formatDate to do localisation.

  1. … 13 more files in changeset.
Added a date tag - keep all our dates consistent! Uses the JSTL fmt:formatDate to do localisation.

    • -0
    • +37
    ./web/WEB-INF/tags/Date.tag
  1. … 20 more files in changeset.
Added country code to all locales

    • -50
    • +0
    ./conf/language/ApplicationResources_el.properties
    • -0
    • +50
    ./conf/language/ApplicationResources_el_GR.properties
    • -50
    • +0
    ./conf/language/ApplicationResources_es.properties
    • -0
    • +50
    ./conf/language/ApplicationResources_es_ES.properties
    • -50
    • +0
    ./conf/language/ApplicationResources_ko.properties
    • -0
    • +50
    ./conf/language/ApplicationResources_ko_KR.properties
    • -0
    • +50
    ./conf/language/ApplicationResources_no_NO.properties
    • -50
    • +0
    ./conf/language/ApplicationResources_zh.properties
    • -0
    • +50
    ./conf/language/ApplicationResources_zh_CN.properties
  1. … 17 more files in changeset.
Previous update stuffed up the case.

    • -50
    • +0
    ./conf/language/applicationresources_el_GR.properties
    • -50
    • +0
    ./conf/language/applicationresources_es_ES.properties
    • -50
    • +0
    ./conf/language/applicationresources_ko_KR.properties
    • -50
    • +0
    ./conf/language/applicationresources_no_NO.properties
    • -50
    • +0
    ./conf/language/applicationresources_zh_CN.properties
  1. … 15 more files in changeset.
Added country code to all locales

    • -50
    • +0
    ./conf/language/ApplicationResources_no.properties
    • -0
    • +50
    ./conf/language/applicationresources_el_GR.properties
    • -0
    • +50
    ./conf/language/applicationresources_es_ES.properties
    • -0
    • +50
    ./conf/language/applicationresources_ko_KR.properties
    • -0
    • +50
    ./conf/language/applicationresources_no_NO.properties
    • -0
    • +50
    ./conf/language/applicationresources_zh_CN.properties
  1. … 108 more files in changeset.
Set the language attribute in the fck:editor tag using the user language locale (LDEV-472)

    • -40
    • +52
    ./web/WEB-INF/tags/HTMLEditor.tag
  1. … 14 more files in changeset.
Set the language attribute in the fck:editor tag using the user language locale (LDEV-472)

    • -56
    • +58
    ./web/WEB-INF/tags/HTMLEditor.tag
  1. … 18 more files in changeset.
close learner (tool activity) popup window on 'finish' click if tool session/activity completed LDEV-506

    • -33
    • +11
    ./web/WEB-INF/struts/struts-config.xml
updated learner (cursor update)

Enclose javascript into Html body tag, so it can work in FF.

  1. … 11 more files in changeset.
Updating norwegian

  1. … 8 more files in changeset.
latest flash compile after resolving Jira Task: 488 (Make Notebook panel retractable )

implemented scratchpad for flash learner

  1. … 2 more files in changeset.
Adding Chinese and updating Norwegian

    • -0
    • +50
    ./conf/language/ApplicationResources_zh.properties
Return to previous activity is now a single call

  1. … 2 more files in changeset.
preview mode control for progress bar updated

improved behaviour in preview mode for complex activities + updating progress after returning to attempted activity

  1. … 1 more file in changeset.
Exception handler define for STRUTS.

    • -0
    • +8
    ./conf/xdoclet/global-exceptions.xml
    • -13
    • +0
    ./web/WEB-INF/struts/struts-config.xml
  1. … 17 more files in changeset.
added methods for moving from one activity to another in the sequence (i.e. skipping a number of activities) - used in preview mode of Learner

enabled jumping to Activities directly if in preview mode + added attempted img for single LearnerActivity

added mode param

Adding Norwegian

    • -0
    • +50
    ./conf/language/ApplicationResources_no.properties
  1. … 3 more files in changeset.
latest flash compile after incorporating tool tip messages for header buttons as well as for completed and current activities

Add audit service.

  1. … 3 more files in changeset.
latest flash compile after resolving flash client task for passing the new dimensions for export portfolio popup window

  1. … 1 more file in changeset.
Standardizing the Define Later screens

    • -0
    • +55
    ./web/WEB-INF/tags/DefineLater.tag
  1. … 36 more files in changeset.
Added space to the top of the page to make it look better.

Added task to synchronise jsp's if learning is an expanded war.

Exit path no longer needed

Added a new method forwardToLearnerActivityURL, that allow the server to go directly to a url, rather than sending the url to Flash which would then call the url (which is getLearnerActivityURL).