lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed /tool/nb from path, shortened the path to /monitor instead

removed /tool/nb from path, shortened the path to /starter/learner instead

removed /tool/nb from path, shortened the path to /starter/authoring instead

new bean property called defineLater, used in the jsp page to determine if defineLater is set or not

shortened the actionpath to /authoring instead of /tool/nb

removed contentInUse and loadNbForm which is no longer needed

shortened the action path (removed /tool/nb from the path)

Tag:2007200501

Add validation in Monitoring part. Fix bug in Learner and Monitoring.

*** empty log message ***

    • binary
    /lams_documents/lams_tool_laqa/DeployAndRunQaAuthoringModule.doc
    • binary
    /lams_documents/lams_tool_laqa/UsingQaAuthoringUrl.doc
    • binary
    /lams_tool_laqa/docs/DeployAndRunQaAuthoringModule.doc
    • binary
    /lams_tool_laqa/docs/UsingQaAuthoringUrl.doc
    • binary
    /lams_tool_laqa/docs/authoringOutput.GIF
lams_tool_laqa documentation folder

    • -0
    • +1
    /lams_documents/lams_tool_laqa/readme.txt
Add: submit same upload file form twice check.

    • -10
    • +38
    /lams_tool_sbmt/web/updateMarks.jsp
    • -14
    • +35
    /lams_tool_sbmt/web/userReport.jsp
*** empty log message ***

displays the content of the noticeboard instead of displaying a message saying that there is no summary for this tool

added control so that it wont display the advanced and instructions tab when activity is edited in the monitoring mode

instead of using a href, uses html link

    • -1
    • +4
    /lams_tool_nb/web/nbActivityContent.jsp
used by editActivity to forward url to authoring page

    • -0
    • +4
    /lams_tool_nb/conf/xdoclet/global-forwards.xml
accounted for the change in type from Long to String. This action servlet now also copies the value of tool content into the session

Add: submit same upload file form twice check.

changed the variable toolContentId from Long to type String

moved copyValuesIntoSession and isContentEditable functions into the utility class. in editActivity, the state of the flags are added into the session,

*** empty log message ***

updated full constructor to include contentInUse, also minimal constructs set contentInUse to false be default

new constants: DEFINE_LATER and BUTTON_EDIT

Override Ozgur's change - do not want the logging commented out.

Monitoring working with rough HTML

Update one-to-one relationship between report and submission details

    • -3
    • +0
    /lams_tool_sbmt/db/sql/table-schema.sql
Add validation information for Learner

    • -0
    • +5
    /lams_tool_sbmt/conf/xdoclet/struts-plugins.xml
    • -0
    • +6
    /lams_tool_sbmt/conf/xdoclet/validation-forms.xml
    • -22
    • +21
    /lams_tool_sbmt/db/model/lams_tool_sbmt.clay
    • -0
    • +15
    /lams_tool_sbmt/web/WEB-INF/struts/validation.xml
    • -0
    • +287
    /lams_tool_sbmt/web/WEB-INF/struts/validator-rules.xml
*** empty log message ***

    • -0
    • +1
    /lams_tool_laqa/test/web/WEB-INF/web.xml
Informal fix for the AccessDeniedException from the configureContentRepository for first timers. Ozgur