lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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).

Improving the "waiting" page for export portfolio. Now styled correctly, updates every 10 secs to give the user feedback and has a close button once the generation is complete. Java code also contains some test code that can be used to test the timeout (commented out).

Moving from a tool activity to a grouped tool activity was throwing an exception as the "create tool session" code (which calls the tool to create the tool session details) was being called within the tool context.

Moved the call to create the tool session into LoadToolActivityAction so that it will always be run within the lams-learning war context and hence all the tools' beans are available in the Spring context.

To try to stop this sort of problem occuring again (ie a tool calling code that relies on all tools' beans being in the context) the ILearnerService has been split into two interfaces. ILearnerService now only contains the one method that should be called by tools (to complete a tool session). All other calls are in ICoreLearnerService. Any of the core modules may use the ICoreLearnerService but only tools should use the ILearnerService.

  1. … 10 more files in changeset.
Revmove useless ExportNotSupportServlet definition.