• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
some structural changes

Added the license text and class comment

    • -11
    • +55
    ./lams/learningdesign/dto/BaseDTO.java
added some comments

Changed Hashtable for storing activities and transitions to ArrayList

as per FLASH requirements coz there was problem in the generation

of WDDX packet

added some comments

This class is required in the authoring enviornment to pass

information about the tool assocaited with a given ToolActivity

    • -0
    • +129
    ./lams/tool/dto/AuthoringToolDTO.java
added a getter for LibraryActivityDTO

This classpasses information about the template activities(tool activities)

assocaited with a given Learning Library.

    • -0
    • +170
    ./lams/learningdesign/dto/LibraryActivityDTO.java
some structural changes

*** empty log message ***

*** empty log message ***

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

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

    • -0
    • +86
    ./lams/usermanagement/dto/UserAccessFoldersDTO.java
  1. … 4 more files in changeset.
*** empty log message ***

    • -0
    • +201
    ./lams/applicationContext.xml
    • -136
    • +0
    ./lams/workspace/dto/FolderContentDTO.java
    • -172
    • +0
    ./lams/workspace/web/WorkspaceAction.java
  1. … 105 more files in changeset.
Added generic directory delete and zip file extraction code.

    • -0
    • +70
    ./lams/util/FileUtil.java
    • -0
    • +60
    ./lams/util/zipfile/OldZipDirectoryFilter.java
    • -0
    • +256
    ./lams/util/zipfile/ZipFileUtil.java
    • -0
    • +57
    ./lams/util/zipfile/ZipFileUtilException.java
  1. … 3 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).

    • -9
    • +38
    ./lams/tool/ToolContentManager.java
Removed supportsGrouping field as it doesn't exist in the database. The call was commented out in the test case.

*** empty log message ***

*** empty log message ***

    • -0
    • +30
    ./lams/usermanagement/WorkspaceFolder.java
  1. … 9 more files in changeset.
*** empty log message ***

    • -0
    • +244
    ./lams/workspace/WorkspaceFolderContent.java
    • -0
    • +49
    ./lams/workspace/dao/IWorkspaceFolderContentDAO.java
    • -0
    • +75
    ./lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java
    • -15
    • +40
    ./lams/workspace/dto/FolderContentDTO.java
    • -1
    • +41
    ./lams/workspace/web/WorkspaceAction.java
  1. … 13 more files in changeset.
add TODO comments

change back to local time implementation

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

    • -0
    • +132
    ./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

    • -72
    • +136
    ./lams/learningdesign/Activity.java
    • -1
    • +1
    ./lams/learningdesign/GateActivity.java
move customized open session in view to common/util/. so it can be reused in other parts

    • -0
    • +79
    ./lams/util/CustomizedOpenSessionInViewFilter.java
*** empty log message ***

    • -1
    • +22
    ./lams/usermanagement/WorkspaceFolder.java
    • -0
    • +10
    ./lams/usermanagement/dao/IWorkspaceDAO.java
  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
    ./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 ***

    • -16
    • +7
    ./lams/learningdesign/Activity.java