lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix session table key bug

    • -1
    • +7
    /lams_tool_sbmt/db/sql/create_lams_tool_sbmt.sql
    • -1
    • +1
    /lams_tool_sbmt/db/sql/table-schema.sql
Fix SQL bug for message by session id query.

just added some comments

changes to the export functionalities

    • binary
    /lams_build/lib/lams/lams-learning.jar
some changes to AbstractExportPortfolioServlet and HttpUrlConnectionUtil

removed the try catch statement that was wrapped around writeResponseToFile exceptions arent thrown now...instead a file is generated

updated to use new getOrderedActivityList(LearnerProgress)

renaming of Portfolio and ToolPortfolio objects

modified it so that if it detects that the array of ToolPortfolios is null, it will just generate a main page stating that the portfolio export is not supported

major change is replacing the previously known Portfolio objects to be ToolPortfolio objects exportPortfolioFor* methods now return a Portfolio object, which contains the array of ToolPortfolio objects. the member variable exportTmpDir is removed and placed in the Portfolio object instead.

In most cases, instead of throwing exceptions, an error message is written to a file, however the real error is logged.

updated some comments. changed getOrderedActivityList(Long learnerProgressId) to getOrderedActivityList(LearnerProgress learnerProgress) for some reason the failed to lazily initialize exception doesnt occur anymore

Previously known as the Portfolio object

A portfolio object, now holds the attribute exportTmpDir - the temporary directory in which this export will place its files. and it contains an array of ToolPortfolio objects. ToolPortfolio was previously known as a Portfolio object, now renamed to ToolPortfolio

*** empty log message ***

instead of throwing exceptions, it will just create a main page sayin gthat the tool activity does not support portfolio export

when trying to connect to a tools export url, instead of throwing exception a status 200 isnt received, it will return null so that the export service can generate a file saying that an error has occurred.

*** empty log message ***

    • -0
    • +0
    /lams_tool_lamc/testCommit.txt
*** empty log message ***

    • -22
    • +15
    /lams_tool_lamc/build.properties
*** empty log message ***

    • -0
    • +121
    /lams_tool_lamc/db/sql/create_lams_tool_mc.sql
    • -0
    • +16
    /lams_tool_lamc/db/sql/drop_lams_tool_mc.sql
    • -0
    • +0
    /lams_tool_lamc/db/sql/insert_lams_tool_mc.sql
Testing whether I can check into the mcq project. No real change.

Updated tool-deploy to suit xml format for deploy properties file.

Rolling back mc changes that were accidently made to qa

    • -1
    • +1
    /lams_tool_laqa/conf/jar/META-INF/MANIFEST.MF
    • -1
    • +1
    /lams_tool_laqa/conf/war/META-INF/MANIFEST.MF
    • -820
    • +0
    /lams_tool_laqa/db/model/lams_tool_mc.clay
    • -0
    • +561
    /lams_tool_laqa/db/model/lams_tool_qa.clay
    • -3
    • +3
    /lams_tool_laqa/db/sql/activity_insert.sql
    • -121
    • +0
    /lams_tool_laqa/db/sql/create_lams_tool_lamc.sql
  1. … 96 more files in changeset.
Add comment

*** empty log message ***

Added dummy learner page

    • -0
    • +16
    /lams_central/web/learner.jsp
Monitoring and Authoring all works well

made changes to export service - should not affect other lams-learning stuff

    • binary
    /lams_build/lib/lams/lams-learning.jar
servlet definition and mapping for the exportNotSupportedServlet

    • -0
    • +7
    /lams_learning/conf/xdoclet/servlets.xml
servlet which generates the main page "Export Portfolio not supported "

modified createPortfolio method first checks the export url, if there isnt one, then the export url is points to the exportNotSupportedServlet