Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated test code to access the local services in the application context.

  1. … 7 more files in changeset.
Modified to suit content repository changes. The content repository now requires the main lams context file.

  1. … 1 more file in changeset.
Completed generic tool file download servlet.

  1. … 114 more files in changeset.
Started client download servlet. Trying out in forum - there is some issue with accessing the servlet. Checked in as this code has been released to Dolly.

  1. … 15 more files in changeset.
Converted the project to build in a manner more like our other projects. Also updated to Struts 1.2.7

  1. … 28 more files in changeset.
no message

  1. … 7 more files in changeset.
refactored PerssitenceDelegate

moved ForumAction

removed corrupted file

moved web class files to main java src

    • -0
    • +233
    ./java/org/lamsfoundation/lams/tool/forum/web/actions/ForumAction
    • -0
    • +156
    ./java/org/lamsfoundation/lams/tool/forum/web/forms/ForumForm.java
  1. … 1 more file in changeset.
removed SesionFactoryImpl

    • -764
    • +0
    ./java/net/sf/hibernate/impl/SessionFactoryImpl.java
added bean definion for permissionManager

ContentHandler interacts with the content repository

modified table names

permission for forum. Will need to be completed

A singleton for interacting with the Content Repository

changes made to the OR mapping

added parent mappings

no message

  1. … 4 more files in changeset.
modified id to native

added check for null attachment list or zero length attachment list in method createForum(Forum forum, List attachments)

changed identity type for id to native

change hibernate type text to default String for fields Instructions, OnlineInstructions and OffLineInstructions

FileUtils is a utility file manager and ForumConstants defines some ForumConstants

    • -0
    • +36
    ./java/org/lamsfoundation/lams/tool/forum/util/FileUtils.java
changed native to identity

forumApplicationContext

    • -0
    • +129
    ./java/forumApplicationContext.xml
Fix for Hibernate SessionFactoryImp as it has issues with rolling back transactions as equals and hashcode are not implemented

    • -0
    • +764
    ./java/net/sf/hibernate/impl/SessionFactoryImpl.java
removed unused import

Permisiion Manager not yet implemented Skeleton code

ServiceManager and its Impl