lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

    • -1
    • +75
    /lams_tool_lamc/db/model/lams_tool_mc.clay
Had the wrong case for the JSTL directory

    • -4
    • +4
    /lams_monitoring/conf/xdoclet/taglibs.xml
Updated parameter names and classpath so that the learner screen could be called from the dummy monitoring page.

    • -2
    • +3
    /lams_tool_nb/conf/jar/META-INF/MANIFEST.MF
    • -34
    • +85
    /lams_tool_nb/web/WEB-INF/web.xml
Updated web.xml to include the context files for all the "current" deployed tools. Added matching tool jars to classpath. Stopped deploying the classes to WEB-INF/classes Implemented more calls on the dummy monitoring page to access the learner pages.

    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
    • -2
    • +1
    /lams_learning/conf/war/META-INF/MANIFEST.MF
    • -27
    • +81
    /lams_learning/web/WEB-INF/web.xml
Removed the treecache to simplify getting the classpaths right. Will be replaced with shared cache.

    • -157
    • +0
    /lams_contentrepository/src/java/treecache.xml
Moved most of the names from WebUtils to AttributeNames so that they were all in the one place. Updated the tool service to support more than qa, imscp, nb, survey and submit - rather than just survey.

Probably no changes but all other jars changed, so just to be sure to be sure.

    • binary
    /lams_build/lib/lams/lams-central.jar
Moved most of the names from WebUtils to AttributeNames so that they were all in the one place. Updated the tool service to support more than qa, imscp, nb, survey and submit - rather than just survey.

Moved most of the names from WebUtils to AttributeNames so that they were all in the one place.

removed reference to lams

    • -3
    • +3
    /lams_tool_nb/db/sql/create_lams_tool_nb.sql
*** empty log message ***

    • -49
    • +41
    /lams_tool_lamc/web/InstructionsContent.jsp
    • -1
    • +1
    /lams_tool_lamc/web/OptionsContent.jsp
    • -116
    • +11
    /lams_tool_lamc/web/authoringMaincontent.jsp
*** empty log message ***

    • -2
    • +15
    /lams_tool_lamc/db/model/lams_tool_mc.clay
    • -1
    • +2
    /lams_tool_lamc/db/sql/create_lams_tool_lamc.sql
    • -0
    • +2
    /lams_tool_lamc/db/sql/insert_lams_tool_lamc.sql
    • -51
    • +20
    /lams_tool_lamc/web/AdvancedContent.jsp
    • -328
    • +0
    /lams_tool_lamc/web/DELEETTHISeditOptionsContent.jsp
*** empty log message ***

    • -0
    • +328
    /lams_tool_lamc/web/DELEETTHISeditOptionsContent.jsp
    • -0
    • +177
    /lams_tool_lamc/web/OptionsContent.jsp
    • -1
    • +6
    /lams_tool_lamc/web/authoringMaincontent.jsp
    • -328
    • +0
    /lams_tool_lamc/web/editOptionsContent.jsp
*** empty log message ***

    • -2
    • +2
    /lams_tool_lamc/web/authoringMaincontent.jsp
    • -10
    • +10
    /lams_tool_lamc/web/editOptionsContent.jsp
*** empty log message ***

    • -156
    • +3
    /lams_tool_lamc/web/authoringMaincontent.jsp
    • -32
    • +30
    /lams_tool_lamc/web/editOptionsContent.jsp
*** empty log message ***

*** empty log message ***

    • -2
    • +16
    /lams_tool_lamc/db/model/lams_tool_mc.clay
    • -0
    • +2
    /lams_tool_lamc/db/sql/create_lams_tool_lamc.sql
    • -25
    • +56
    /lams_tool_lamc/web/AdvancedContent.jsp
    • -149
    • +141
    /lams_tool_lamc/web/BasicContent.jsp
    • -117
    • +1
    /lams_tool_lamc/web/authoringMaincontent.jsp
    • -27
    • +69
    /lams_tool_lamc/web/editOptionsContent.jsp
*** empty log message ***

    • -3
    • +3
    /lams_tool_lamc/web/authoringMaincontent.jsp
    • -10
    • +80
    /lams_tool_lamc/web/editOptionsContent.jsp
DoubleCLickDelay to 500

Added edit menu

copy paste, tool bar, undo (WIP)

    • binary
    /lams_central/web/lams_authoring.swf
stuff

    • binary
    /lams_central/src/flash/lams_authoring.fla
add removeTransition function, also add event dispatch for updates

key listeners and handlers for copy/paste and undo

round x & y coords to INT

FCKEditor submit works

    • -2
    • +2
    /lams_tool_forum/web/jsps/authoring/basic.jsp
updated lams.jar to reflect changes made to LibraryActivityDTO and AuthoringActivityDTO

Update for interface

renamed the property xcoord to xCoord. The setter/getter methods are named as getxCoord setxCoord getyCoord setyCoord so that it will show up as xCoord/yCoord in the wddx packet. if the getter methods are named as getXCoord , it will show up in the wddx packet as "XCoord" and not "xCoord"

in extractActivityObject method, changed it to get the hashtable key xCoord instead of xcoord, since flash is sending xCoord. ycoord is also changed to yCoord.