• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
lowercase p in classname to uppercase

general cleanup and deletion of arbitrary methods

some structural changes

Added the license text and class comment

Added:

/**

* Serialzes an object into WDDX XML

* @usage var wddxXML:XML = commsInstance.serializeObj(obj);

* @param dto The object to be serialized

* @return sXML WDDX Serialized XML

*/

public function serializeObj(dto:Object):XML{

var sXML:XML = new XML();

sXML = wddx.serialize(dto);

return sXML;

}

added comments to what sendAndRecive function should do

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
    ./src/java/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. … 2 more files in changeset.
*** empty log message ***

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

remove a breakpoint

remove a breakpoint

added isFullURL to communication class

fix a coupe of bugs, call setDefaults() in the constructor, change name of serverURL, comment out call to set _configData as caused crash

added request handlers Hashtable delcaration

changes to layout. Grid now resizes on setSize

added handler code for dialog OK event and subsequent forwarding to itemSelected()

added contentLoaded() method

Converted names of jars.

    • binary
    ./lib/lams/lams-contentrepository.jar
    • binary
    ./lib/lams/lams-workspace.jar
Updated classpath to stop referring to libs that no longer are there and tweaked the test build to include my test zip file (so that the test passes)

Removed master build script, and the copyfiles entries in the normal build script - this functionality is now in lams_build.

    • -161
    • +0
    ./conf/unix/jboss/login-config.xml
    • -44
    • +0
    ./conf/unix/jboss/service/mysql-ds.xml
    • -161
    • +0
    ./conf/windows/jboss/login-config.xml
    • -44
    • +0
    ./conf/windows/jboss/service/mysql-ds.xml
removed duration argument from doLater()

Commented the jars out of copy files as they are taken care of in the ear