• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

fixed parallel activity inside optional activity issue (650)

  1. … 1 more file in changeset.
Created a removeUser method

Tweaking to get the content to import properly and to handle q&a and multiple choice which use a noticeboard as their output.

make getUserOrganisations return null instead of throwing an index exception

added contentFolderID to lesson details dto

added minimal constructor to dto + saveMode wddx tag

  1. … 1 more file in changeset.
add postcode and portraitUuid fields

  1. … 1 more file in changeset.
Working on the content import

  1. … 1 more file in changeset.
Added a date tag - keep all our dates consistent! Uses the JSTL fmt:formatDate to do localisation. Needed the server timezone to display the timezone properly in the AU locale

fix bug in saveOrganisation where only 1 course manager was being added as staff to a new class/subgroup

constructor change

  1. … 1 more file in changeset.
added content folder id field to learning design table + updated related dto's + added generator method for random 32 char id to authoring service + updated wddx packet handling

  1. … 5 more files in changeset.
Adding content import to the 1.0.2 importer. Added a new interface to be implemented by tools that support 1.0.2 import.

    • -0
    • +15
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 1 more file in changeset.