Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgraded to Spring 1.2.4

  1. … 29 more files in changeset.
Move 2 classess into *.web.util package instead of *.web package.

    • -0
    • +39
    ./org/lamsfoundation/lams/web/util/AttributeNames.java
    • -0
    • +136
    ./org/lamsfoundation/lams/web/util/HttpSessionManager.java
  1. … 4 more files in changeset.
Move to lams_central package

    • -222
    • +0
    ./org/lamsfoundation/lams/web/HomeAction.java
  1. … 23 more files in changeset.
Converted to use JNDI datasource. Moved some workspace code back into lams_common so that lams_common isn't dependent on another project

    • -0
    • +165
    ./org/lamsfoundation/lams/test/AbstractLamsTestCase.java
    • -0
    • +73
    ./org/lamsfoundation/lams/tool/toolApplicationContext.xml
  1. … 2 more files in changeset.
Converted to use JNDI datasource.

    • -0
    • +184
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 1 more file in changeset.
Switched style and elements collections to not lazy load - makes creating the DTO easier.

  1. … 1 more file in changeset.
Added initial Theme support

  1. … 20 more files in changeset.
Added a customised LookupDispatchAction to match the actions created by Dave Garth. Uses the LAMS TokenProcessor

Removed accidently - looked like they were in the build area.

Should never have been in CVS

Moved to the exception directory

Added remove session data call to ToolSessionManager, changed remove content call in ToolContentManager to include a parameter to control session data deletion. Added general tool exceptions to all the methods in ToolSessionManager and ToolContentManager, so that the LamsCoreToolService can look out for known exceptions (being thrown by the tools). Otherwise it can't catch "this session doesn't exist" type errors. Moved all the tool exceptions to one package.

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