• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
latest version

the xml files that flash loads - dictionary, themes, config etc..

    • -0
    • +1
    ./web/flashxml/all_learning_designs.xml
    • -0
    • +1
    ./web/flashxml/all_library_details.xml
    • -0
    • +1
    ./web/flashxml/configData.xml
    • -0
    • +1
    ./web/flashxml/defaultTheme.xml
    • -0
    • +1
    ./web/flashxml/en_dictionary.xml
    • -0
    • +1
    ./web/flashxml/fr_dictionary.xml
    • -0
    • +1
    ./web/flashxml/learning_design.xml
    • -0
    • +1
    ./web/flashxml/limeTheme.xml
    • -0
    • +1
    ./web/flashxml/rubyTheme.xml
Improved the special NULL handling code for WDDX processing. Now uses the convertToBlah utilities in WDDXProcessor.

  1. … 8 more files in changeset.
Updated path to suit new authoring paths (done after splitting the packet load calls into separate servlets).

Switched date conversion to use the DateUtil function. Still need to get the right format for Flash and include in the function

modified getAllLearningLibraryDetails , for each learning library it retrieves the template activities

Changed authoring storeLearningDesignDetails and storeTheme to use standalone servlets.

The struts actions can't take the WDDX packet from Flash as a POST body.

    • -0
    • +248
    ./web/authoring.jsp
    • -1
    • +15
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +31
    ./web/development/wddxPost.jsp
  1. … 17 more files in changeset.
Changed authoring storeLearningDesignDetails and storeTheme to use standalone servlets.

The struts actions can't take the WDDX packet from Flash as a POST body.

Also updated DOLLY to 4.0.2 so updated all the core project jars.

  1. … 5 more files in changeset.
Add security and fix bug in SharedSession

    • -25
    • +112
    ./conf/xdoclet/web-security.xml
Move common.js in Lams_central to /includes/javascript subfolder

    • -0
    • +18
    ./web/includes/javascript/common.js
  1. … 10 more files in changeset.
Add TODO for hardcode

added toData*()

add a time out if we dont get anything form dixct or themes

added getGateActivityTypes

Changed storeLearningDesignDetails to expect the WDDX packet in the input stream,

not in a parameter.

Add UserDTO info to SharedSession

    • -0
    • +85
    ./src/java/org/lamsfoundation/lams/web/SharedSession.java
  1. … 1 more file in changeset.
Move to Lams_admin project

Fix small bugs

Fix small bugs

Modify MANIFEST.MF for searching contentrepository.jar

Added some more asserts to help track down a null ptr exception

Added java memory arguments - the tests sometimes fail with out of memory errors.

Move 2 classess into *.web.util package instead of *.web package.

  1. … 8 more files in changeset.
Change password screen display.

    • -0
    • +1
    ./conf/xdoclet/struts-message-resources.xml
    • -1
    • +6
    ./web/WEB-INF/struts/struts-config.xml
Move login/index stuff from Lams_common

Move login/index stuff from Lams_common

    • -0
    • +7
    ./conf/xdoclet/struts-plugins.xml
    • -0
    • +116
    ./src/java/org/lamsfoundation/lams/security/NestableGroup.java
    • -0
    • +113
    ./src/java/org/lamsfoundation/lams/security/SimpleGroup.java
    • -0
    • +222
    ./src/java/org/lamsfoundation/lams/web/HomeAction.java
  1. … 5 more files in changeset.
Move login/index stuff from Lams_common

Add tld from STRTUS and JSTL

Move login/index stuff from Lams_common

    • -0
    • +8
    ./conf/xdoclet/listeners.xml
    • -0
    • +26
    ./conf/xdoclet/web-security.xml
    • -0
    • +24
    ./web/adminHeader.jsp
    • -0
    • +11
    ./web/errorContent.jsp
    • -0
    • +148
    ./web/indexContent.jsp
    • -0
    • +77
    ./web/loginContent.jsp
    • -0
    • +18
    ./web/loginHeader.jsp
    • -0
    • +51
    ./web/passwordChangeContent.jsp
    • -0
    • +22
    ./web/passwordChangeOkContent.jsp
  1. … 29 more files in changeset.
Workspace xml file wasn't being included in jar file.