lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-995 Export portfolio now includes the images uploaded into the FCKEditor

LDEV-1523 Learner's login is included now in the filename for teacher exported learner export portfolios

LDEV-1217: Tweaking logging so that we do log the part that still throws the exception.

LDEV-1217 When user cancels an export portfolio download, an exception is not caught

  1. … 1 more file in changeset.
LDEV-1508: change content-type to fix Safari export portfolio download

LDEV-1186: changing from finished to closed

Adding Malay. Updating Polish

    • -0
    • +86
    ./conf/language/lams/ApplicationResources_ms_MY.properties
LDEV-1349 Changes to the lams:fckeditor tag to map FCKEditor language files to LAMS supported languages and locales.

FCKEditor.tag changes

  1. … 14 more files in changeset.
Updating Japanese, Maori, Norwegian

lams_central shouldn't have dependency in lams_learning - moving method from LearnerService to LessonService in lams_common, as a result also moving Index*Beans to lams_common

  1. … 12 more files in changeset.
Refactor jdbc call in DisplayGroupAction (gets list of lessons for index page) to use hibernate named query via LessonDAO and ICoreLearnerService.

  1. … 4 more files in changeset.
LDEV-1186: Updating English

Adding japanese

    • -0
    • +86
    ./conf/language/lams/ApplicationResources_ja_JP.properties
  1. … 2 more files in changeset.
Optional Sequences to use complex type.

  1. … 2 more files in changeset.
Adding Dutch. Updating French and Chinese

    • -0
    • +86
    ./conf/language/lams/ApplicationResources_nl_BE.properties
Updating English, Norwegian

LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

    • -0
    • +56
    ./web/exportPortfolio/offline.jsp
  1. … 13 more files in changeset.
Makes isParallelWaitActivity a bit more robust when the progress engine is having trouble working out the next activity.

LDEV-1402: Support empty branches by going straight to the next activity - this will be supported in the authoring client as a normal branch.

LDEV-1401: Extra line crept into previous change and this caused the export portfolio to not list a branching activity or any activities after the branch.

Updating French and Moari

LDEV-1133 Fix for stopAfterActivity (true) branch in normal learner mode.

  1. … 1 more file in changeset.
LDEV-1133 Improvements to viewing and control of branching (in progress bar) in preview and normal modes. Activities of a branch are inserted into the design. Preview mode has option to viewing and testing all branches. If branch ends lesson then no following level-0 activities are shown in progress bar.

  1. … 2 more files in changeset.
security-role definitions were missing, caused warnings during jboss startup

  1. … 1 more file in changeset.
LDEV-1375: Added some commented out code that could be used if we don't want the sequence page to be included for sequences that are branches within a branching activity.

LDEV-1375: Adding a page for sequence activities for class export portfolio. This requires setting it up as a system tool so that we have a url for the export portfolio.

  1. … 3 more files in changeset.
Updating German and Spanish

Updating Danish, Italian, Polish, Chinese(China)

removing comment; method is now used for 'all my lessons'.

LDEV-1134: Removed some of the extra cautious code that was there as it can trigger a class cast exception (due to the way Hibernate loads objects). Code was originally there to catch bugs during development, but now it is just causing problems.