• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improved the special NULL handling code for WDDX processing. Now uses the convertToBlah utilities in WDDXProcessor.

  1. … 8 more files in changeset.
Switched date conversion to use the DateUtil function. Still need to get the right format for Flash and include in the function

    • -2
    • +3
    ./lams/workspace/web/WorkspaceAction.java
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.

    • -53
    • +11
    ./lams/authoring/web/AuthoringAction.java
    • -0
    • +35
    ./lams/authoring/web/AuthoringConstants.java
    • -0
    • +61
    ./lams/authoring/web/StoreLDServlet.java
    • -0
    • +59
    ./lams/authoring/web/StoreThemeServlet.java
    • -0
    • +117
    ./lams/web/development/WDDXPostAction.java
    • -0
    • +63
    ./lams/web/development/WDDXPostActionForm.java
  1. … 24 more files in changeset.
Add security and fix bug in SharedSession

  1. … 2 more files in changeset.
Add TODO for hardcode

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

not in a parameter.

    • -2
    • +22
    ./lams/authoring/web/AuthoringAction.java
Add UserDTO info to SharedSession

    • -2
    • +7
    ./lams/security/UniversalLoginModule.java
    • -0
    • +85
    ./lams/web/SharedSession.java
  1. … 1 more file in changeset.
Move 2 classess into *.web.util package instead of *.web package.

    • -1
    • +1
    ./lams/security/UniversalLoginModule.java
  1. … 9 more files in changeset.
Change password screen display.

    • -0
    • +8
    ./lams/applicationResources.properties
  1. … 3 more files in changeset.
Move login/index stuff from Lams_common

    • -0
    • +284
    ./lams/security/AbstractServerLoginModule.java
    • -0
    • +129
    ./lams/security/AuthenticationMethodConfigurer.java
    • -0
    • +101
    ./lams/security/DatabaseAuthenticator.java
    • -0
    • +91
    ./lams/security/JspRedirectStrategy.java
    • -0
    • +96
    ./lams/security/LDAPAuthenticator.java
    • -0
    • +116
    ./lams/security/NestableGroup.java
    • -0
    • +113
    ./lams/security/SimpleGroup.java
    • -0
    • +44
    ./lams/security/SimplePrincipal.java
    • -0
    • +257
    ./lams/security/UniversalLoginModule.java
    • -0
    • +317
    ./lams/security/UsernamePasswordLoginModule.java
    • -0
    • +25
    ./lams/security/WebAuthAuthenticator.java
    • -0
    • +63
    ./lams/security/WebAuthServlet.java
    • -0
    • +222
    ./lams/web/HomeAction.java
    • -0
    • +112
    ./lams/web/PasswordChangeAction.java
    • -0
    • +145
    ./lams/web/PasswordChangeActionForm.java
  1. … 5 more files in changeset.
Merge Lams_authoring and Lams_workspace.

    • -0
    • +339
    ./lams/authoring/ObjectExtractor.java
    • -0
    • +46
    ./lams/authoring/authoringApplicationContext.xml
    • -0
    • +624
    ./lams/authoring/service/AuthoringService.java
    • -0
    • +182
    ./lams/authoring/service/IAuthoringService.java
    • -0
    • +214
    ./lams/authoring/web/AuthoringAction.java
    • -0
    • +34
    ./lams/workspace/workspaceApplicationContext.xml
    • -0
    • +59
    ./lams/workspace/dto/UpdateContentDTO.java
    • -0
    • +439
    ./lams/workspace/web/WorkspaceAction.java
  1. … 90 more files in changeset.