lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Include the id #s needed for either testing or demoing the progress engine.

changed test learning desing foreign key

    • -1
    • +1
    /lams_common/db/sql/insert_survey_design.sql
changed test learning design

added scrolling + resizing functionality

    • binary
    /lams_common/src/flash/LFWindow.fla
    • binary
    /lams_common/src/flash/LFWindow.swc
inserted trace

Changed dialog creation method for workspace

Now handles rezising and event handling from container scrollPane and LFWindow

DataTransferObject... not sure if we will need this.

Updated to be AS2.0 complient

added a new method (for old compatability) and renamed

renamed

removed a breakpoint.

took out a breakopint...

make it deployable using ant build

    • binary
    /lams_learning/web/WEB-INF/lib/lams.jar
testing libs

    • binary
    /lams_learning/web/WEB-INF/lib/gnujaxp.jar
    • binary
    /lams_learning/web/WEB-INF/lib/jcommon-0.9.6.jar
    • binary
    /lams_learning/web/WEB-INF/lib/jfreechart-0.9.21.jar
    • binary
    /lams_learning/web/WEB-INF/lib/lams-tool-survey.jar
    • binary
    /lams_learning/web/WEB-INF/lib/lams.jar
    • binary
    /lams_learning/web/WEB-INF/lib/struts-el.jar
test confs

    • -0
    • +93
    /lams_learning/test/java/SurveyAnsContent.hbm.xml
    • -0
    • +168
    /lams_learning/test/java/SurveyContent.hbm.xml
    • -0
    • +198
    /lams_learning/test/java/SurveyQueContent.hbm.xml
    • -0
    • +61
    /lams_learning/test/java/SurveyQueType.hbm.xml
    • -0
    • +117
    /lams_learning/test/java/SurveyQueUsr.hbm.xml
    • -0
    • +103
    /lams_learning/test/java/SurveySession.hbm.xml
    • -0
    • +102
    /lams_learning/test/java/SurveyUsrResp.hbm.xml
settings for test web app

test learning design

    • -0
    • +21
    /lams_common/db/sql/insert_survey_design.sql
possible solution for popup/dialog management

added close button

new version with close button

    • binary
    /lams_common/src/flash/LFWindow.fla
    • binary
    /lams_common/src/flash/LFWindow.swc
created to be the class associated with the content for the workspace dialog

Added method to create workspace popup

Added in real call to create a workspace popup

Took out trace statement

AbstractView inherits from Movieclip now

/** * Debug * Can be used to print message to a floating windoe and to trace windoe. SHoudl be used over trace(). * Usage: * import org.lamsfoundation.lams.common.util.Debug; * * Debug.log('_toolkit_mc:'+_toolkit_mc,5,'createToolkit','ToolkitView'); * * */

added setBackground and setBorderstyle methods. also fixed bug on initialisation

added setBackground and setBorderstyle methods. also fixed bug on initialisation

Fixed bug with date - had Java coded to use java.sql.Date and it should be java.sql.Timestamp. This will cause the time component to be lost.