lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added some methods

previously named DeployConfigTest tests the deployment of a tool

modified the tearDown function

now moved to DeployToolConfigTest

test deploy files for library deploy

moved this to tool_deploy folder

    • -39
    • +0
    /lams_tool_deploy/test/file/deploy.properties
    • -18
    • +0
    /lams_tool_deploy/test/file/deploy2.properties
Classes specific for deployment of a library activity that contains more than one tool activity

sample tool deploy properties file

configuration for tool deployment

Parent class for deploy configurations. common attributes dbUsername, dbPassword, dbDriverClass and dbDriverUrl is shared with child classes.

Main class for tool Deployment. the configurations are stored in DeployToolConfig instead of DeployConfig.

Functions similar to the previous CreatePackageTask. This will generate the deploy properties (xml format) for the toold eployment

CreatePackageTask is now the parent class for creating tool/library packages. It follows the same logic as the original CreatePackageTask, just the some commonality between library and tool package task is extracted

Xstream used to serialise objects into XML and deserialise them from XML to object

    • binary
    /lams_tool_deploy/lib/xstream/xstream-1.1.2.jar
*** empty log message ***

Code that does authoring and learning

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

    • -0
    • +820
    /lams_tool_laqa/db/model/lams_tool_mc.clay
    • -561
    • +0
    /lams_tool_laqa/db/model/lams_tool_qa.clay
    • -3
    • +3
    /lams_tool_laqa/db/sql/activity_insert.sql
    • -0
    • +121
    /lams_tool_laqa/db/sql/create_lams_tool_lamc.sql
    • -93
    • +0
    /lams_tool_laqa/db/sql/create_lams_tool_qa.sql
    • -0
    • +16
    /lams_tool_laqa/db/sql/drop_lams_tool_lamc.sql
    • -7
    • +0
    /lams_tool_laqa/db/sql/drop_lams_tool_qa.sql
    • -0
    • +0
    /lams_tool_laqa/db/sql/insert_lams_tool_lamc.sql
    • -20
    • +0
    /lams_tool_laqa/db/sql/insert_tool_qa_data.sql
    • -2
    • +2
    /lams_tool_laqa/db/sql/library_insert.sql
    • -12
    • +0
    /lams_tool_laqa/db/sql/tl_laqa11_uploadedFile.sql
    • -12
    • +0
    /lams_tool_laqa/db/sql/tl_laqa11_uploadedFiles.sql
    • -12
    • +12
    /lams_tool_laqa/db/sql/tool_insert.sql
Updated hibernate config file locations

    • -1
    • +1
    /lams_tool_laqa/conf/jar/META-INF/MANIFEST.MF
    • -1
    • +1
    /lams_tool_laqa/conf/war/META-INF/MANIFEST.MF
Interface of toolContentMgr and toolSessionMgr

incorporated contents from LamsToolDeployUndeploy into this document which follows the template structure. also added more details about the library activity deployer

*** empty log message ***

Duplicated file node in repository when copyToolContent

Finish statistic function.

    • -14
    • +1
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -1
    • +1
    /lams_tool_forum/db/sql/table-schema.sql
Modified the "copyToolContent" to duplicate the content repository entries, using the new copy feature in the repository. Also moved the calls to the ToolContentHandler from the web layer to the service layer, to make it easier to do the copy.

Added a "copy node" function to the content repository, added "copy" functionality to the toolContentHandler.

  1. … 4 more files in changeset.
Added support for wrapping an existing exception in a ToolException or a ToolServiceException

Added support for wrapping an existing exception in a ToolException or a ToolServiceException

Added a "copy node" function to the content repository, added "copy" functionality to the toolContentHandler.

added LAMS_ROOT variable added reference to common.js

added logic to display uploaded files

    • -7
    • +77
    /lams_tool_laqa/web/InstructionsContent.jsp