lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Read userDTO from shared session instead of URL.

    • -1
    • +14
    /lams_tool_laqa/web/WEB-INF/web.xml
fix bug sending toolID. make debugger on by default

    • binary
    /lams_central/web/lams_authoring.swf
Update latest library.

Chanage action back to web folder

Read userDTO from shared session instead of URL.

add OnLoadError handler to moviewloader

serverURL temp fix

added property inspector

    • binary
    /lams_central/src/flash/lams_authoring.fla
added toData. Added supports-***** fields

changes for saving a design

move _ddm to Cnavas, now ther is one DDM per canvas to support multiple canvases

added some statics, fix bug in de-nulling false booleans

fix bug in transition logic. property inspector work.

    • binary
    /lams_central/web/lams_authoring.swf
Add comment.

Copy new configuration files.

    • -0
    • +457
    /lams_build/conf/unix/jboss/jboss-service.xml
    • -0
    • +4
    /lams_build/conf/unix/jboss/tomcat/context.xml
    • -0
    • +127
    /lams_build/conf/unix/jboss/tomcat/server.xml
    • -0
    • +457
    /lams_build/conf/windows/jboss/jboss-service.xml
    • -0
    • +4
    /lams_build/conf/windows/jboss/tomcat/context.xml
    • -0
    • +127
    /lams_build/conf/windows/jboss/tomcat/server.xml
Add new target, copy shared session jar into JBOSS lib folder

Shared session solution.

    • -1
    • +9
    /lams_tool_sbmt/conf/xdoclet/filters.xml
    • -0
    • +113
    /lams_tool_sbmt/conf/xdoclet/web-security.xml
Add catalina jar for LoginFormAuthenticator compile.

    • -97
    • +98
    /lams_build/3rdParty.userlibraries
    • binary
    /lams_build/lib/catalina/catalina.jar
    • binary
    /lams_build/lib/lams/lams-central.jar
Shared session latest solution.

see author file log... fixed, sending null for a false

    • binary
    /lams_central/web/lams_authoring.swf
Removed '/lams' from the image urls as per Dave's request. He will include the 'lams' bit.

    • -14
    • +14
    /lams_common/db/sql/insert_test_data.sql
    • -1
    • +1
    /lams_tool_laqa/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_nb/db/sql/activity_insert.sql
    • -1
    • +1
    /lams_tool_sbmt/db/sql/activity_insert.sql
filter and servlet definition and mappings for the export functionality

    • -0
    • +22
    /lams_tool_laqa/web/WEB-INF/web.xml
ExportServlet for Q&A tool,

ExportServlet - this is the servlet that the export service will call...this servlet in turn opens a httpurlconnection to the real export url, and saves the content in a file.

*** empty log message ***

added the definition for the export servlet

    • -2
    • +12
    /lams_tool_nb/conf/xdoclet/servlets.xml
added the mapping for the export servlet

the contents of filters.xml is commented out. uncomment these if you want to try the functionality of the filter

    • -0
    • +9
    /lams_tool_nb/conf/xdoclet/filters.xml
Web applications scope session implementation.

    • -0
    • +4
    /lams_central/conf/xdoclet/filter-mappings.xml
    • -0
    • +7
    /lams_central/conf/xdoclet/filters.xml
    • -4
    • +4
    /lams_central/conf/xdoclet/listeners.xml
the abstractExportPortfolio servlet is a base servlet that tools should extend for their export functionality.