• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed zipped filename to sequence title name (url encoded utf-8)

  1. … 1 more file in changeset.
clarify debug output (was incorrect)

Removed calls managing the learner in lesson cache - it isn't being used currently and the implementation didn't clear out users who closed their browsers without doing a proper exit.

  1. … 2 more files in changeset.
Removed unrequired import

Changed user dto to be the special Flash DTO, otherwise a monitoring can't access a learning design containing a grouping that has people in the grouping.

small fix for empty (non-existant) unique content folder or non-existant content zip file

  1. … 1 more file in changeset.
zip fckeditor (unique) content folder - import/export + minor adjustment to setting new content folder id in flash (only set if null)

    • -0
    • +3
    ./org/lamsfoundation/lams/util/FileUtil.java
  1. … 7 more files in changeset.
Handling the reflection properly for Q&A - output is always on a noticeboard even if there isn't reflection. I had assumed a noticeboard indicated reflection.

updated dto's to include help URL field + custom context menu change to make help item enabled

  1. … 2 more files in changeset.
helpURL added to dto's

  1. … 1 more file in changeset.
LDEV-563 Fixed OptionActivity bug and rewording learner page message

  1. … 2 more files in changeset.
Implemented putting the user id in the version record for files in the content repository. (LDEV-180) Replaces changes previously checked in.

The content repository gets the user from the shared session object (the userDTO). This allowed the content repository changes to be made without any changes to other parts of LAMS (hence the parts changed previously had to be changed back).

  1. … 18 more files in changeset.
updated config classes and flash code to use language date from lams.xml

  1. … 1 more file in changeset.
updated config classes and flash code to use language date from lams.xml

  1. … 9 more files in changeset.
Started to record user id against entries in content repository - not yet completed.

    • -2
    • +22
    ./org/lamsfoundation/lams/tool/BasicToolVO.java
    • -1
    • +5
    ./org/lamsfoundation/lams/tool/IToolVO.java
    • -2
    • +23
    ./org/lamsfoundation/lams/tool/SystemTool.java
    • -1
    • +21
    ./org/lamsfoundation/lams/tool/Tool.java
  1. … 5 more files in changeset.
add new user service method saveRolesForUserOrganisation

  1. … 1 more file in changeset.
created new smaller user dto for use in flash (removing problem with serializing timezone)

    • -0
    • +89
    ./org/lamsfoundation/lams/usermanagement/dto/UserFlashDTO.java
  1. … 4 more files in changeset.
Added toString to UserDTO, so that we can debug the values.

fixed user dto causing problem with serialization

  1. … 1 more file in changeset.
Added ltr/rtl support based on the person's locale.

  1. … 27 more files in changeset.
fix for null date value

  1. … 1 more file in changeset.
pojos for integration

    • -0
    • +105
    ./org/lamsfoundation/lams/integration/ExtCourseClassMap.java
    • -0
    • +284
    ./org/lamsfoundation/lams/integration/ExtServerOrgMap.java
    • -0
    • +105
    ./org/lamsfoundation/lams/integration/ExtUserUseridMap.java
add mapping files for integration

    • -0
    • +5
    ./org/lamsfoundation/lams/commonContext.xml
added string value (locale-based) for schedule start date/time to dto

  1. … 1 more file in changeset.
added default flash/html themes

Fixing the date format used when scheduling a lesson. Previously it was interpreted based on the system locale and that may not match the format sent by Flash.

    • -5
    • +22
    ./org/lamsfoundation/lams/util/DateUtil.java
  1. … 3 more files in changeset.
add new methods disableUser and userHasData; added check to removeUser

Added constant PARAM_CONTENT_FOLDER_ID

updated role type STAFF to MONITOR

  1. … 14 more files in changeset.
Changing the order id values for complex activities to start at 1, not 0