• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Some .las files have more top level transitions than activities - if this occurs then do not show the warning messages that the transitions are missing the matching activity. The entry will still be written to the log in case it is needed for debugging purposes.

Log tool exceptions properly - log both the message and the exception.

added filterRoles to userManagementService

  1. … 1 more file in changeset.
added new role 'author admin'

  1. … 2 more files in changeset.
Add comments for IMS exporting.

Get correct scheman folder.

Working on IMS format: XSLT progress: Done!

  1. … 5 more files in changeset.
moving i18n part of authoringService.getAllLearningLibraryDetails to learningDesignService in lams_common, so it's usable elsewhere as suggested by Fiona

    • -0
    • +2
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 3 more files in changeset.
Working on IMS format.

    • -0
    • +11
    ./org/lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
Working on IMS format.

Working on IMS format.

  1. … 4 more files in changeset.
Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

    • -2
    • +2
    ./org/lamsfoundation/lams/lesson/Lesson.java
    • -2
    • +2
    ./org/lamsfoundation/lams/tool/Tool.java
    • -2
    • +2
    ./org/lamsfoundation/lams/tool/ToolContent.java
    • -2
    • +2
    ./org/lamsfoundation/lams/tool/ToolSession.java
  1. … 56 more files in changeset.
When deleting a user, work out if groups exist for the user from a special call in the GroupDAO class, not via the user object.

    • -0
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
added config param for controlling activities colours in author

  1. … 14 more files in changeset.
removed lams home - depreciated

  1. … 2 more files in changeset.
using LinkedHashMap to order items correctly

added help page string

  1. … 1 more file in changeset.
admin - managing configuration settings

  1. … 8 more files in changeset.
Add comments.

Skip same version filter.

Change API : add from and to version in importToolContent().

For import tool version filter.

Add toolVersion fields.

Configuration xml to db change

  1. … 1 more file in changeset.
Tool content version filter class: transform XML from one version to another.

Configuration xml to db change

    • -0
    • +13
    ./org/lamsfoundation/lams/commonContext.xml
    • -0
    • +77
    ./org/lamsfoundation/lams/config/ConfigurationItem.java
    • -0
    • +41
    ./org/lamsfoundation/lams/config/dao/IConfigurationDAO.java
  1. … 2 more files in changeset.
fix for LDEV-871 - child orgs (aka subgroups) not appearing on index page for sysadmin

Importer was failing with a particular design. The design had two tasks that are part of the same activity and they point to the same tool content. So now if there aren't 1 or 3 tasks where expected, go though and remove the duplicates (based on the content id). Hopefully then we will have either 1 or 3 tasks and the load will continue okay.

Change the validation so that the messages are now presented to the user (previously they were only logged). This showed up a number of errors in the import. Once these errors were fixed, the test designs worked properly and the valid flag was set, allowing preview to be run straight away (LDEV-862).

The problems were not spotted earlier as the data in the database still came out correctly when the learning design packet was sent to authoring - it was only the entries in various sets when the validation was run that was the problem.

Change activity comparison to compare activity ui ids if the activity ids are null.