Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved exception to common so that we didn't have a double reference from authoring to workspace and workspace to authoring

*** empty log message ***

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

    • -0
    • +5
    ./org/lamsfoundation/lams/tool/Tool.java
  1. … 1 more file in changeset.
*** empty log message ***

    • -0
    • +480
    ./org/lamsfoundation/lams/tool/BasicToolVO.java
  1. … 2 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
getWorkspaceByRootFolderID now handles no workspace being returned. Was throwing an array index exception.

*** empty log message ***

  1. … 1 more file in changeset.
added licence text and got rid of TODO's

  1. … 43 more files in changeset.
added additional attributes activityTypeID and activityCategoryID

changed activityTypeId to activityTypeID

Added license text and modified the name of some variables For example activityId is now activityID

general cleanup and deletion of arbitrary methods

some structural changes

Added the license text and class comment

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

    • -0
    • +26
    ./org/lamsfoundation/lams/tool/Tool.java
This class is required in the authoring enviornment to pass information about the tool assocaited with a given ToolActivity

    • -0
    • +129
    ./org/lamsfoundation/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.

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 ***

  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