lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added new constants TYPE_ONLINE and TYPE_OFFLINE also new method returnFileType() which is a helper method to determine whether its an online file or offline file

webroot=web

Learner part, LockOnFinished works well.

*** empty log message ***

Add monitoring instructions page

    • -0
    • +73
    /lams_tool_sbmt/web/monitoring/instructions.jsp
lams_build project path is changed to relative output="JBOSS_DEPLOY" is removed from /src

webroot = web

Refactor sbmt jsp page url.

    • -91
    • +0
    /lams_tool_sbmt/web/allLearners.jsp
    • -0
    • +119
    /lams_tool_sbmt/web/learner/sbmtLearner.jsp
    • -0
    • +70
    /lams_tool_sbmt/web/monitoring/alluserlist.jsp
    • -0
    • +69
    /lams_tool_sbmt/web/monitoring/updatemarks.jsp
    • -0
    • +82
    /lams_tool_sbmt/web/monitoring/usermarkslist.jsp
    • -0
    • +92
    /lams_tool_sbmt/web/monitoring/viewallmarks.jsp
    • -119
    • +0
    /lams_tool_sbmt/web/sbmtLearner.jsp
    • -69
    • +0
    /lams_tool_sbmt/web/updateMarks.jsp
database username and password are changed to common ones

connection parametres require UTF-8 etc.

coonection parametres requires UTF-8 etc.

reference to lams-learning.jar is changed to a relative reference

webroot is /web

Authoring Download/Upload instructions file works well.

    • -1
    • +11
    /lams_tool_sbmt/conf/xdoclet/servlets.xml
    • -0
    • +14
    /lams_tool_sbmt/web/WEB-INF/web.xml
    • -140
    • +0
    /lams_tool_sbmt/web/css/aqua.css
    • -140
    • +0
    /lams_tool_sbmt/web/css/default.css
    • -0
    • +140
    /lams_tool_sbmt/web/includes/css/aqua.css
    • -0
    • +3
    /lams_tool_sbmt/web/includes/css/base.css
  1. … 8 more files in changeset.
v2907200501

Ahthoring 3 tabs working in same page. For easy migrating to DHTML format 3 tabs solution.

    • -5
    • +12
    /lams_tool_sbmt/db/model/lams_tool_sbmt.clay
    • -0
    • +2
    /lams_tool_sbmt/db/sql/create_lams_tool_sbmt.sql
    • -0
    • +1
    /lams_tool_sbmt/db/sql/table-schema.sql
    • -0
    • +5
    /lams_tool_sbmt/web/authoring/success.jsp
took out attachmentId from teh constructor as this is auto generated

added a check to see if object is null

renamed to lams_tool_nb.sql

    • -56
    • +0
    /lams_tool_nb/db/sql/lams_tool_noticeboard.sql
added "name" which is used by middlegen to generate the properties file

prefs.properties file generated by middlegen

*** empty log message ***

    • -2
    • +2
    /lams_tool_nb/db/sql/create_lams_tool_nb.sql
    • -2
    • +2
    /lams_tool_nb/db/sql/init_lams_tool_nb.sql
    • -0
    • +15
    /lams_tool_nb/db/sql/lams_tool_nb.sql
changed the column name from is_online to online_file

    • -2
    • +2
    /lams_tool_nb/db/model/lams_tool_nb.clay
added test cases for testing NoticeboardAttachment stuff

Test case for NoticeboardAttachmentDAO

added the hbm mapping, dao definition for NoticeboardAttachment

method initAttachmentData to initialise and setup test data for test cases in relation to testing NoticeboardAttachmentDAO methods and corresponding methods in the service bean

updated the service bean to include methods same as those in NoticeboardAttachmentDAO

hibernate implementation , consists of retrieve, get, save and delete methods

DAO interface for NoticeboardAttachments, a persistent class for keeping track of files uploaded