lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
auto show debugger

add clone() function

added code to open tool authoring URLs

    • binary
    /lams_central/web/lams_authoring.swf
Fixed the activity icons plus some descriptive text

    • -1
    • +1
    /lams_tool_laqa/db/sql/activity_insert.sql
    • -2
    • +2
    /lams_tool_sbmt/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_sbmt/db/sql/library_insert.sql
Rearranged order of tool deployment

    • -1
    • +1
    /lams_learning/conf/war/META-INF/MANIFEST.MF
Added all the tool jars to the classpath. Need automate this in the tool deploy

    • binary
    /lams_build/lib/lams/lams-learning.jar
Rearranged order of tool deployment

added some new methods, exportToolPortfolio which connects the tools export url via httpUrlConnection. Currently having problems getting this to work. may be due to the security stuff (it works on the older versions before the security changes and hibernate 3 changes) Will fix this!

added comments

added property activityDAO for exportService

Updated to include the survey tool on the classpath

    • -1
    • +1
    /lams_learning/conf/war/META-INF/MANIFEST.MF
Moved users and workspaces load to the initial database load.

    • -130
    • +0
    /lams_common/db/sql/insert_test_data.sql
Changed basic db build to include some test users.

Adds just users and workspaces. Used for initial database load.

    • -0
    • +137
    /lams_common/db/sql/insert_users.sql
currently can explode into server. and JBOSS start without any exception.

    • -1
    • +0
    /lams_tool_forum/db/sql/cleanup_lams_tool_forum.sql
    • -20
    • +17
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -1
    • +0
    /lams_tool_forum/db/sql/drop_lams_tool_forum.sql
    • -6
    • +1
    /lams_tool_forum/db/sql/insert_lams_tool_forum_data.sql
    • -0
    • +31
    /lams_tool_forum/docs/requirement.txt
    • -0
    • +1
    /lams_tool_forum/docs/scmhistory.txt
references survey and NB's applicationContext

added export portfolio servlet definition. used in MainExportServlet

    • -0
    • +7
    /lams_learning/conf/xdoclet/servlets.xml
added exportPortfolio servletmapping

currently shows the print version, uses iframes. was previously called exportPortfolio.jsp

    • -0
    • +57
    /lams_learning/web/exportPortfolioPrintVersion.jsp
this page is changed to display only the activity description adn the link to the tool activity page

    • -19
    • +1
    /lams_learning/web/exportPortfolio.jsp
MainExportServlet, similar the the tools export servlet, will call the other export url and save the main page to disk

added struts action forward

added the properies mainFileName, toolLink and directoryName

*** empty log message ***

DAO Unit test works version.

*** empty log message ***

    • -14
    • +1
    /lams_tool_lamc/db/model/lams_tool_mc.clay
    • -1
    • +0
    /lams_tool_lamc/db/sql/create_lams_tool_lamc.sql
  1. … 22 more files in changeset.
Change Hibernate entity bean

    • -204
    • +204
    /lams_tool_forum/db/model/forum.clay
    • -0
    • +45
    /lams_tool_forum/db/sql/table-schema.sql
    • -11
    • +11
    /lams_tool_forum/src/java/forumApplicationContext.xml
  1. … 18 more files in changeset.
The basic activity creation method wasn't setting the activity type, so the isBlah() calls were failing. Also fixed (hopefully) the LearnerProgress relationships so that we always get the true activity object, not a proxy.

Hopefully fixed the LearnerProgress relationships so that we always get the true activity object, not a proxy.

The basic activity creation method wasn't setting the activity type, so the isBlah() calls were failing.