lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1370 updated getController method

LDEV-1370 activities now displaying in branch view

remove LamsHome and FileManagerDir from lams_configuration (wasn't removed during previous updates)

handle format column being null

Updating English, German, Spanish, French, Maori, Polish

fixed minor controller issue

LDEV-1374: Encode the filenames of files coming from the content repository.

LDEV-1374: Moving the fix to encode filename (done for LDEV-1243) into FileUtil in lams.jar, so that it can be using to encode the filenames of files coming from the content repository.

LDEV-1378 Fixed sequence activity problem - check if sequence activity has any child activities

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1250, LDEV-1252, LDEV-1253: adding jquery 1.2.1, refactor index action into new DisplayGroupAction which can be called to display a jsp containing only the group specified

    • -0
    • +91
    /lams_central/web/group.jsp
changes (so far) for opening up branch view in monitor

added components needed to view branching in monitor

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: Implementing the class export portfolio page for sequence activities

    • -9
    • +18
    /lams_monitoring/web/WEB-INF/web.xml
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.

    • -0
    • +48
    /lams_monitoring/web/viewSequence.jsp
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.

    • -0
    • +9
    /lams_common/db/sql/insert_types_data.sql
LDEV-1135: Tweaking the output definition to suit the authoring client.

Increased stepper limit to 9999 for tool conditions (long type)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1378 Fixed sequence activity problem - not sending dto when firstactivityuiid was null

LDEV-1371: Moving msg.import.file.format label to lams-central.

Moving msg.import.file.format label to lams-central. Updating English, Norwegian, Polish

The Authoring action to import a learning design is now changed due to the changes in LDEV-1371

* Detecting whether the learning design is of v1.0.2 or v2 is now done at the service

* Instead of passing a input stream for the learning design, we pass a File

LDEV-1371: Modify importLearningDesign method to:

* Import learning designs directly from the filesystem

* Detect whether the design is v1.0.2 or 2.x (moved now to the service instead of the action class)

* Modify the error reporting so now the service returns the errors in string lists

Alert when removing activities which are linked to a branching activity.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1280: Changing the export portfolio url to suit changes made to split branching action into three actions.

Improvements to branch mapping handling and switching branching types (now completed) and warnings when removing activities which are linked to a branching activity

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1373: Removed the mark altogether from column headings for the learner list - the mark is redundant as the learners' marks are listed, not right/wrong.

LDEV-1373: Put Mark and Question Number on separate lines in class export portfolio to make narrower columns. Then if there are lots of questions, more questions will fit on the normal page width.

Improvements to branch mapping handling and switching branching types

LDEV-1221: Delete and rename buttons didn't work in the group folders even though the user owned the learning design. The problem was that the permission returned against each learning design was the permission for the whole folder. Now it is OWNER if the user owns the learning design, or the folder permission otherwise.