lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added links for the export stuff

added definition for the download servlet

    • -0
    • +11
    /lams_learning/conf/xdoclet/servlets.xml
added the sharedsession filter

    • -0
    • +8
    /lams_learning/conf/xdoclet/filters.xml
the user waiting page, which they will see for the duration of the portfolio generation.

    • -0
    • +120
    /lams_learning/web/exportWaitingPage.jsp
Added copyright statement to top of file. Instead of using getUserData method from learningWebUtil, it gets the userdto from the shared session once the portfolio is zipped up, it will return the relative file location to the exportWaitingPage.jsp

This class isnt used. But modified it so that it works with the new export service code. Will get the user information from the shared session.

download servlet triggers the download dialog to popup.

quite a few changes made this time around. the exportPortfolioFor* takes in IDs as parameter. Otherwise lazy initialisatione xception happens. removed some methods that are now not used.

new constants and added copyright statement at the top of the file

added userDAO, so that we could get the User object from the userId

Authoring create/delete post works.

    • -11
    • +43
    /lams_tool_forum/web/WEB-INF/struts-config.xml
    • -2
    • +5
    /lams_tool_forum/web/includes/header.jsp
    • -0
    • +56
    /lams_tool_forum/web/includes/javascript/xmlrequest.js
    • -1
    • +1
    /lams_tool_forum/web/includes/taglibs.jsp
    • -2
    • +2
    /lams_tool_forum/web/jsps/authoring/basic.jsp
    • -1
    • +1
    /lams_tool_forum/web/jsps/message/form.jsp
Change hardcode to Constant file for later fix.

Change hardcode to Constant file for later fix.

minor changes

added cleanNull method for display fields

comments

tried to add some cacheing - but it didnt work - stoooooopid Macromedia :-(

comment

added confirm methods

Property inspector, wsp

    • binary
    /lams_central/src/flash/lams_authoring.fla
changes to follow server side code

added create from DTO method. Also proeprty names and additions

added lots of new fields to follow server, also fixing bugs in the setDesign method - TODO - create Transition instance from DTO

save and open designs, property inspector, designDataModel, toolkit

    • binary
    /lams_central/web/lams_authoring.swf
*** empty log message ***

    • -14
    • +21
    /lams_tool_lamc/build.properties
    • -12
    • +11
    /lams_tool_lamc/web/authoringMaincontent.jsp
    • -3
    • +3
    /lams_tool_lamc/web/editOptionsContent.jsp
*** empty log message ***

    • -2
    • +0
    /lams_tool_lamc/web/authoringMaincontent.jsp
    • -0
    • +21
    /lams_tool_lamc/web/editOptionsContent.jsp
Added the images directory to the war build

Fixed the tool load page to accomodate various combinations of urls including absolute and relative to the lams host.

    • -1
    • +19
    /lams_learning/web/loadToolActivity.jsp
Working version, just for backup reason commit.

    • -197
    • +103
    /lams_tool_forum/conf/xdoclet/struts-actions.xml
    • -32
    • +60
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -0
    • +2
    /lams_tool_forum/db/sql/drop_lams_tool_forum.sql
    • -1
    • +1
    /lams_tool_forum/db/sql/table-schema.sql
    • -1
    • +3
    /lams_tool_forum/src/java/forumApplicationContext.xml
  1. … 34 more files in changeset.
Added place for Export Portfolio calls.