lams_tool_forum

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
corrected the wrong tool name

Completed generic tool file download servlet.

  1. … 107 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.

    • -0
    • +4
    ./src/java/forumApplicationContext.xml
  1. … 11 more files in changeset.
/WebRoot to /web

Eclipse .class created

Fixed problem with validator - had the wrong location of the file in the plugin definition

    • -1
    • +1
    ./web/jsps/authoring/forum/editBasic.jsp
    • -1
    • +1
    ./web/jsps/authoring/message/create.jsp
Converted the project to build in a manner more like our other projects.

Also updated to Struts 1.2.7

    • -6
    • +0
    ./web/WEB-INF/struts/config/global-exceptions.xml
    • -6
    • +0
    ./web/WEB-INF/struts/config/global-forwards.xml
    • -209
    • +0
    ./web/WEB-INF/struts/config/struts-actions.xml
    • -13
    • +0
    ./web/WEB-INF/struts/config/struts-plugins.xml
Converted the project to build in a manner more like our other projects.

Also updated to Struts 1.2.7 .

Had to turn of the javascript validation to make the pages work. This needs to be fixed.

    • -1
    • +1
    ./web/jsps/authoring/forum/advanced.jsp
    • -1
    • +1
    ./web/jsps/authoring/forum/editBasic.jsp
    • -1
    • +1
    ./web/jsps/authoring/message/create.jsp
Converted the project to build in a manner more like our other projects.

Also updated to Struts 1.2.7

    • -0
    • +1
    ./conf/war/META-INF/MANIFEST.MF
    • -0
    • +6
    ./conf/xdoclet/global-exceptions.xml
    • -0
    • +6
    ./conf/xdoclet/global-forwards.xml
    • -0
    • +5
    ./conf/xdoclet/servlet-mappings.xml
    • -0
    • +43
    ./conf/xdoclet/servlets.xml
    • -0
    • +209
    ./conf/xdoclet/struts-actions.xml
    • -0
    • +3
    ./conf/xdoclet/struts-forms.xml
    • -0
    • +1
    ./conf/xdoclet/struts-message-resources.xml
    • -0
    • +13
    ./conf/xdoclet/struts-plugins.xml
    • -0
    • +30
    ./conf/xdoclet/taglibs.xml
    • -0
    • +4
    ./conf/xdoclet/web-settings.xml
    • -0
    • +84
    ./db/sql/activity_insert.sql
    • -0
    • +18
    ./db/sql/library_insert.sql
  1. … 19 more files in changeset.
no message

removed bin

no message

added junit.jar

modified build.properties to specify location of jar files and build.xml to incorporate this change

*** empty log message ***

no message

needed jar files for running test and deploying as a standalone application

    • -0
    • +20
    ./lib/lib-jars.text.txt
needed jar files for build

    • -0
    • +9
    ./lib/build/build-jars.text.txt
removed jar files from CVS

    • binary
    ./lib/mysql-connector-java-3.1.8-bin.jar
removed jar files

    • binary
    ./lib/build/propertyset-1.3-7Jan05.jar
    • binary
    ./lib/build/xdoclet-hibernate-module-1.2.2.jar
    • binary
    ./lib/build/xdoclet-xdoclet-module-1.2.2.jar
moved jsps outside WEB-INF

    • -0
    • +13
    ./web/jsps/authoring/message/create.jsp
no message

    • -0
    • +13
    ./web/jsps/authoring/forum/advanced.jsp
    • -0
    • +38
    ./web/jsps/authoring/forum/basic.jsp
    • -0
    • +34
    ./web/jsps/authoring/forum/editBasic.jsp
    • -13
    • +0
    ./web/jsps/authoring/message/create.jsp
refactored PerssitenceDelegate

refactored build script

removed FCKeditor

using validation.xml

    • -20
    • +20
    ./web/WEB-INF/struts/tiles-defs.xml
move jsps outside WEB-INF

    • -13
    • +0
    ./web/jsps/authoring/forum/advanced.jsp
    • -56
    • +0
    ./web/jsps/authoring/forum/basic.jsp
    • -47
    • +0
    ./web/jsps/authoring/forum/editBasic.jsp
    • -0
    • +0
    ./web/jsps/authoring/forum/includes/advanced.jsp
    • -0
    • +0
    ./web/jsps/authoring/forum/includes/basic.jsp
    • -0
    • +22
    ./web/jsps/learning/message/edit.jsp
    • -0
    • +33
    ./web/jsps/learning/message/open.jsp
    • -0
    • +19
    ./web/jsps/learning/message/reply.jsp
move jsps outside WEB-INF

    • -22
    • +0
    ./web/jsps/learning/message/edit.jsp
    • -33
    • +0
    ./web/jsps/learning/message/open.jsp
    • -19
    • +0
    ./web/jsps/learning/message/reply.jsp
added properties and log4j

    • -0
    • +47
    ./web/WEB-INF/classes/log4j.properties
moved ForumAction