• 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. … 1 more file in changeset.
updated config classes and flash code to use language date from lams.xml

    • -11
    • +4
    ./lams/util/ConfigurationLoader.java
  1. … 9 more files in changeset.
Started to record user id against entries in content repository - not yet completed.

    • -4
    • +26
    ./lams/usermanagement/Organisation.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
    ./lams/usermanagement/dto/UserFlashDTO.java
  1. … 4 more files in changeset.
Added toString to UserDTO, so that we can debug the values.

    • -1
    • +18
    ./lams/usermanagement/dto/UserDTO.java
fixed user dto causing problem with serialization

    • -4
    • +4
    ./lams/usermanagement/dto/UserDTO.java
  1. … 1 more file in changeset.
Added ltr/rtl support based on the person's locale.

    • -1
    • +23
    ./lams/usermanagement/SupportedLocale.java
    • -3
    • +20
    ./lams/usermanagement/dto/UserDTO.java
    • -7
    • +21
    ./lams/web/filter/LocaleFilter.java
  1. … 27 more files in changeset.
fix for null date value

    • -3
    • +6
    ./lams/lesson/dto/LessonDetailsDTO.java
  1. … 1 more file in changeset.
pojos for integration

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

added string value (locale-based) for schedule start date/time to dto

    • -1
    • +12
    ./lams/lesson/dto/LessonDetailsDTO.java
  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.

  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)

    • -2
    • +3
    ./lams/learningdesign/ComplexActivity.java
  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.

    • -94
    • +114
    ./lams/learningdesign/service/LD102Importer.java
    • -51
    • +18
    ./lams/tool/ToolContentImport102Manager.java
make getUserOrganisations return null instead of throwing an index exception

added contentFolderID to lesson details dto

    • -1
    • +13
    ./lams/lesson/dto/LessonDetailsDTO.java
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

    • -5
    • +22
    ./lams/tool/ToolContentImport102Manager.java
  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

    • -2
    • +5
    ./lams/learningdesign/LearningDesign.java
  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

    • -3
    • +13
    ./lams/learningdesign/LearningDesign.java
    • -1
    • +10
    ./lams/learningdesign/dto/DesignDetailDTO.java
  1. … 5 more files in changeset.