Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

  1. … 4 more files in changeset.
*** empty log message ***

    • -0
    • +201
    ./org/lamsfoundation/lams/applicationContext.xml
  1. … 108 more files in changeset.
Added generic directory delete and zip file extraction code.

    • -0
    • +70
    ./org/lamsfoundation/lams/util/FileUtil.java
    • -0
    • +60
    ./org/lamsfoundation/lams/util/zipfile/OldZipDirectoryFilter.java
    • -0
    • +256
    ./org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java
    • -0
    • +57
    ./org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java
  1. … 2 more files in changeset.
Added setAsDefineLater and setAsRunOffline to ToolContentManager interface, and added code in the tool service to call these methods when content is copied (for running the service).

Added setAsDefineLater and setAsRunOffline to ToolContentManager interface, and added code in the tool service to call these methods when content is copied (for running the service).

Removed supportsGrouping field as it doesn't exist in the database. The call was commented out in the test case.

    • -12
    • +0
    ./org/lamsfoundation/lams/tool/Tool.java
*** empty log message ***

*** empty log message ***

  1. … 24 more files in changeset.
add TODO comments

    • -0
    • +2
    ./org/lamsfoundation/lams/util/DateUtil.java
change back to local time implementation

    • -2
    • +5
    ./org/lamsfoundation/lams/util/DateUtil.java
  1. … 1 more file in changeset.
*** empty log message ***

    • -0
    • +132
    ./org/lamsfoundation/lams/workspace/web/WorkspaceAction.java
  1. … 4 more files in changeset.
added type checking convenient method for gate activity. methods re-organized and some comments added

move customized open session in view to common/util/. so it can be reused in other parts

*** empty log message ***

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 2 more files in changeset.
*** empty log message ***

  1. … 5 more files in changeset.
factor out the date conversion logic into DateUtil

    • -0
    • +76
    ./org/lamsfoundation/lams/util/DateUtil.java
  1. … 1 more file in changeset.
implemented the date conversion for gate start time and gate end time. - will be further refactored to factor out the date conversion logic into util

  1. … 1 more file in changeset.
*** empty log message ***

*** empty log message ***

  1. … 2 more files in changeset.
*** empty log message ***

  1. … 7 more files in changeset.
*** empty log message ***

    • -0
    • +35
    ./org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java
    • -0
    • +165
    ./org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java
    • -0
    • +181
    ./org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java
  1. … 17 more files in changeset.
*** empty log message ***

    • -0
    • +56
    ./org/lamsfoundation/lams/usermanagement/dto/UserDTO.java
    • -0
    • +42
    ./org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java
    • -0
    • +111
    ./org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java
  1. … 5 more files in changeset.
add more test cases for opening and closing gate. fix waiting list clearing bug

  1. … 1 more file in changeset.
code for checking up gate opening condition implemented.

  1. … 1 more file in changeset.
modify gate hibernate mapping file and object to include waiting learners attribute

  1. … 1 more file in changeset.
DB Changes: lams_tool: columns learning_library_id and default_tool_content_id made nullable (C Perfect's request). lams_user: column user_organisation_id removed (checked with F Yang)

    • -2
    • +2
    ./org/lamsfoundation/lams/tool/Tool.java
  1. … 4 more files in changeset.
refactorred strategies using template method. added comments

clean up some unused code

activity strategy refactored to fit the activity hierarchy

  1. … 7 more files in changeset.