lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update to Steve.Ni workspace

Hopefully the problems with the moved Tool Exceptions are now fixed.

Removed accidently - looked like they were in the build area.

*** empty log message ***

    • -1
    • +6
    /lams_tool_laqa/conf/war/META-INF/MANIFEST.MF
    • -2
    • +18
    /lams_tool_laqa/test/web/WEB-INF/web.xml
    • -12
    • +25
    /lams_tool_laqa/web/InstructionsContent.jsp
    • -0
    • +194
    /lams_tool_laqa/web/WEB-INF/FCKeditor.tld
    • -6
    • +31
    /lams_tool_laqa/web/WEB-INF/web.xml
    • -0
    • +1
    /lams_tool_laqa/web/questionsContent.jsp
Hopefully the problems with the moved Tool Exceptions are now fixed.

    • binary
    /lams_build/lib/lams/lams-authoring.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
    • binary
    /lams_build/lib/lams/lams-monitoring.jar
    • binary
    /lams_build/lib/lams/lams-workspace.jar
Should never have been in CVS

Moved to the exception directory

Updated to use the new tool exceptions

Updated to use the new tool exceptions

updated the archive path entry to point to the new fckeditor jar file

SetProperties wasn't working for file nodes - had forgotten to update the validate test, so was expected a file to be included even when just the properties had changed. Altered validation to check inputStream and check on disk for a file.

*** empty log message ***

changed the ui layout

    • -0
    • +39
    /lams_tool_nb/web/learnerContent.jsp
    • -0
    • +24
    /lams_tool_nb/web/learnerIndex.jsp
    • -58
    • +67
    /lams_tool_nb/web/nbInstructions.jsp
uses the format as in the lams_example_tool in lams_central (using div tags)

    • -14
    • +11
    /lams_tool_nb/web/template/template.jsp
using tld file from new version of FCKEDitor (from FCKEDitor 2.2.jar)

fckeditor servlet mappings added

Database user does not have to be the "root" user-> changed to lams. Ant task user also does not have to be different from lams user. JBoss location is chaged to a standard location.

*** empty log message ***

    • -8
    • +21
    /lams_tool_laqa/web/MonitoringSummaryScreen.jsp
changes made to incorporate content repository changes

Modified to suit updated lams.jar - added remove session method (stub only) and changed to use common exceptions.

driver.class=com.mysql.jdbc.Driver

    • -1
    • +1
    /lams_contentrepository/build.properties
changes made to build.xml and build.properties to get the ANT task for exporting sql scripts to the db

db script files

    • -4
    • +4
    /lams_tool_forum/db/sql/cleanup_lams_tool_forum.sql
    • -59
    • +43
    /lams_tool_forum/db/sql/create_lams_tool_forum.sql
    • -15
    • +10
    /lams_tool_forum/db/sql/drop_lams_tool_forum.sql
Improved the javadoc comment.

new db model includes a user table, used for monitoring to get statistics for the users of noticeboard activity

    • -7
    • +100
    /lams_tool_nb/db/model/lams_tool_nb.clay
    • -1
    • +15
    /lams_tool_nb/db/sql/create_lams_tool_nb.sql
    • -1
    • +1
    /lams_tool_nb/db/sql/drop_lams_tool_nb.sql
    • -1
    • +15
    /lams_tool_nb/db/sql/init_lams_tool_nb.sql
    • -1
    • +16
    /lams_tool_nb/db/sql/insert_lams_tool_nb_data.sql
    • -1
    • +14
    /lams_tool_nb/db/sql/lams_tool_nb.sql
    • -0
    • +42
    /lams_tool_nb/db/sql/lams_tool_noticeboard.sql
new field contentInUse added to NoticeboardContent one to many mapping to users added to NoticeboardSession for

*** empty log message ***

initNbUserData() - added to initialise data for a user, used for testing purposes only

in the authoring environment, the title for the noticeboard can now be used with the fckeditor

in remove* or retrieve* methods, added few extra steps so that it detachs the object from parents before persisting the changes to database. also new methods for access to user