Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added contant SELECTION_CASE

new monitoring starter class

    • -0
    • +136
    ./lamsfoundation/lams/tool/mc/web/McMonitoringStarterAction.java
new monitoring form

    • -0
    • +27
    ./lamsfoundation/lams/tool/mc/web/McMonitoringForm.java
new action class for monitoring action

    • -0
    • +111
    ./lamsfoundation/lams/tool/mc/web/McMonitoringAction.java
new form for monitoring module

added resource label.monitoring

added constant LOAD_MONITORING

reading parameters with the format AttributeNames.PARAM_TOOL_CONTENT_ID

reading parameters with the format AttributeNames.PARAM_TOOL_SESSION_ID

added support for accessing content repository to copy the uuids for the uploaded files

    • -4
    • +8
    ./lamsfoundation/lams/tool/mc/McContent.java
    • -6
    • +28
    ./lamsfoundation/lams/tool/mc/McUploadedFile.java
updated the starter for constant ACTIVE_MODULE

updated public ActionForward editActivityQuestions(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException, ToolException

    • -4
    • +15
    ./lamsfoundation/lams/tool/mc/web/McAction.java
no changes

added a logger.debug()

added FlushMode.AUTO

added contant DEFINE_LATER_EDIT_ACTIVITY

added new method executeDefineLater to support reuse of define later

created the new class to start define later functionality. Struts definitions included. Reuses existing authoring module greatly.

    • -0
    • +60
    ./lamsfoundation/lams/tool/mc/web/McDLStarterAction.java
updated Struts definitions

included editActivityQuestions method to support define later functionality.

    • -0
    • +25
    ./lamsfoundation/lams/tool/mc/web/McAction.java
addedc onstant REMOVE_TOOL_CONTENT

fixed the issue: if there is only 1 question in the question list, disable moving questions up and down

    • -79
    • +88
    ./lamsfoundation/lams/tool/mc/web/McAction.java
added a static newInstance method and implemented Comparable interface

    • -3
    • +25
    ./lamsfoundation/lams/tool/mc/McUploadedFile.java
included deep copy of attachments for copyToolContent. To be improved to access content repository during deep copy

    • -0
    • +25
    ./lamsfoundation/lams/tool/mc/McContent.java
enabled testing service pojo method copyToolContent

enabled deep copying content and activated logging on the object, implemented comparable interface

    • -1
    • +25
    ./lamsfoundation/lams/tool/mc/McOptsContent.java
    • -4
    • +39
    ./lamsfoundation/lams/tool/mc/McQueContent.java
added support for deep copying content for tool contract method copyToolContent

    • -7
    • +18
    ./lamsfoundation/lams/tool/mc/McContent.java
added constant COPY_TOOL_CONTENT

removed setupPaths(request) method

Updated the header label.authoring.mc