• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-768: Fixed the problem with the session being closed by changing how the update is done. Previously it used the user object connected to another session - now it looks up the user in the "add user" code, so that it will be part of the same Hibernate session. Given this user is in the cache, it shouldn't add too much time to the call.

  1. … 2 more files in changeset.
Converted exception logs to log the whole stacktrace, not just the message.

IMS updates

  1. … 2 more files in changeset.
when user is removed from a group, remove from subgroups as well

  1. … 4 more files in changeset.
fixed resolver issue with finding resource (lamsauthentication.dtd)

  1. … 2 more files in changeset.
added auth dtd to lams.jar + used web address in DOCTYPE decl for auth xml + updated ant scripts + added entity resolver used by xml loader (utils)

    • -0
    • +50
    ./org/lamsfoundation/lams/util/AuthEntityResolver.java
  1. … 7 more files in changeset.
added community tab (index) + configuration item

  1. … 9 more files in changeset.
added learnerExportAvailable to LessonDTO

  1. … 1 more file in changeset.
Adding a flag to control whether or not the export portfolio button appears on the learner client. Includes a change to the lesson table in the database and adding the new field to the LessonDetailsDTO.

    • -6
    • +34
    ./org/lamsfoundation/lams/lesson/Lesson.java
  1. … 3 more files in changeset.
More fixes for optional activity - the previous fix didn't work for optional activities that were in more than one column (yes 1.0.2 supported a "matrix" layout) and the y co-ord for the overall optional activity isn't reliable - have to take it from the child activities.

Sort the child activities in an optional activity based on the y co-ordinate, rather than the order in the sequence. This seems to give an order that matches to 1.0.2 better than the order in the sequence.

Converted the 1.0.2 & format to the 2.0 &amp& format.

match up icon for parallel activities with ld102 importer

  1. … 1 more file in changeset.
fixed for .las imported design issue (with gate) . max id needed to be set after transitions were completed.

  1. … 1 more file in changeset.
add new method to usermanagementservice

  1. … 1 more file in changeset.
Added locale debugging, to help solve LDEV-997 (problem with the Chinese servers).

  1. … 1 more file in changeset.
removed redundant validation messages + added code field to validation error dto

  1. … 1 more file in changeset.
Added new launch lesson page control flag.

Removed some unused dictionary entries

Remove deprecated dictionary related methods

No longer required as configuration now comes from a db table

added RoleDAO for role check on user + service methods

    • -0
    • +5
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 1 more file in changeset.
remove ',' from getFullName; organise imports

create workspace for sysadmins and authoradmins as well as authors

Removed the FileManager directory setting as it won't be used in 2.0, and renamed the exe file setting to a more generic name.

  1. … 1 more file in changeset.
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.