• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixes problems for upgrades

  1. … 1 more file in changeset.
LDEV-2676: fixing upgrade issue

LDEV-2676: fixing upgrade issue

LDEV-2657 Date and time restriction for Q&A

    • -1
    • +18
    ./lams/tool/qa/web/MonitoringUtil.java
    • -1
    • +22
    ./lams/tool/qa/web/QaLearningStarterAction.java
    • -1
    • +42
    ./lams/tool/qa/web/QaMonitoringAction.java
  1. … 11 more files in changeset.
LDEV-2653 fixing typo

    • -2
    • +2
    ./lams/tool/qa/dao/IQaQuestionDAO.java
LDEV-2660 rolled back QaQuestion.java --> QaQueContent.java

    • -0
    • +228
    ./lams/tool/qa/QaQueContent.java
    • -7
    • +7
    ./lams/tool/qa/dao/IQaQuestionDAO.java
    • -3
    • +3
    ./lams/tool/qa/dao/hibernate/QaContentDAO.java
    • -2
    • +2
    ./lams/tool/qa/dao/hibernate/QaQueUsrDAO.java
    • -14
    • +14
    ./lams/tool/qa/dao/hibernate/QaQuestionDAO.java
    • -7
    • +7
    ./lams/tool/qa/dto/QaConditionDTO.java
    • -7
    • +7
    ./lams/tool/qa/service/IQaService.java
    • -8
    • +8
    ./lams/tool/qa/service/QaOutputFactory.java
  1. … 26 more files in changeset.
LDEV-2654 preserve all Advanced Settings in monitor

    • -8
    • +9
    ./lams/tool/qa/web/MonitoringUtil.java
    • -73
    • +28
    ./lams/tool/qa/web/QaMonitoringAction.java
    • -5
    • +2
    ./lams/tool/qa/web/QaMonitoringStarterAction.java
  1. … 1 more file in changeset.
LDEV-2653 fixing problems with isContentLocked and also wrong quering of content by contentId (instead of uid)

    • -5
    • +5
    ./lams/tool/qa/dao/IQaQuestionDAO.java
    • -14
    • +14
    ./lams/tool/qa/dao/hibernate/QaQuestionDAO.java
    • -5
    • +11
    ./lams/tool/qa/service/QaServicePOJO.java
    • -10
    • +0
    ./lams/tool/qa/web/ExportServlet.java
    • -13
    • +1
    ./lams/tool/qa/web/LearningUtil.java
    • -12
    • +1
    ./lams/tool/qa/web/QaLearningAction.java
    • -35
    • +18
    ./lams/tool/qa/web/QaMonitoringAction.java
    • -22
    • +2
    ./lams/tool/qa/web/QaMonitoringStarterAction.java
    • -19
    • +5
    ./lams/tool/qa/web/QaStarterAction.java
LDEV-2653 autosave feature

    • -67
    • +0
    ./lams/tool/qa/EditActivityDTO.java
    • -714
    • +0
    ./lams/tool/qa/GeneralLearnerFlowDTO.java
    • -292
    • +0
    ./lams/tool/qa/GeneralMonitoringDTO.java
    • -104
    • +0
    ./lams/tool/qa/QaAllGroupsDTO.java
    • -74
    • +0
    ./lams/tool/qa/QaApplicationException.java
    • -616
    • +0
    ./lams/tool/qa/QaGeneralAuthoringDTO.java
    • -156
    • +0
    ./lams/tool/qa/QaMonitoredAnswersDTO.java
    • -293
    • +0
    ./lams/tool/qa/QaMonitoredUserDTO.java
    • -362
    • +0
    ./lams/tool/qa/QaQueContent.java
  1. … 109 more files in changeset.
LDEV-2656 Display star rating in export portfolio

    • -0
    • +124
    ./lams/tool/qa/util/QaBundler.java
  1. … 1 more file in changeset.
LDEV-2649 display advanced setting in monitor

*merge from HEAD

    • -1
    • +2
    ./lams/tool/qa/web/QaMonitoringAction.java
  1. … 1 more file in changeset.
LDEV-2649 fixing potential issue

LDEV-2649 Q&A option to rate other student's responses

    • -1
    • +11
    ./lams/tool/qa/GeneralLearnerFlowDTO.java
    • -16
    • +34
    ./lams/tool/qa/QaGeneralAuthoringDTO.java
    • -1
    • +35
    ./lams/tool/qa/QaMonitoredUserDTO.java
    • -0
    • +121
    ./lams/tool/qa/ResponseRating.java
    • -1
    • +6
    ./lams/tool/qa/qaApplicationContext.xml
    • -0
    • +69
    ./lams/tool/qa/dao/IResponseRatingDAO.java
    • -0
    • +54
    ./lams/tool/qa/dto/AverageRatingDTO.java
    • -1
    • +6
    ./lams/tool/qa/service/IQaService.java
    • -1
    • +41
    ./lams/tool/qa/service/QaServicePOJO.java
  1. … 28 more files in changeset.
LDEV-2611 updating tool's version in order to make work import filter

LDEV-2611 Added import filter to remove the old isOptional field and correctly add the required field.

LDEV-2524 adding autopatch script

LDEV-2579 saving conditionList when editing activity in monitor

*merge from HEAD

    • -7
    • +7
    ./lams/tool/qa/web/QaMonitoringAction.java
    • -1
    • +10
    ./lams/tool/qa/web/QaMonitoringStarterAction.java
LDEV-2524 Implementing the compulsory question option.

LDEV-2578 Make questions appear in their display order, not in the database order, in authoring and monitoring.

    • -73
    • +28
    ./lams/tool/qa/web/QaAction.java
LDEV-2524 Implementing the compulsory question option. Make the question object more complex so we don't have a new map for every field added, and ensure all the necessary data is set up when we redisplay a screen with the error message.

LDEV-2578 Make questions appear in their display order, not in the database order, in authoring and monitoring.

LDEV-2581 Make sure the rich text field setting is honoured for more than just the first screen!

    • -33
    • +97
    ./lams/tool/qa/web/QaLearningAction.java
LDEV-2524 Implementing the compulsory question option. Made the question map contain a complex object rather than a single string so that we didn't have to keep adding maps every time we added more data for each question.

    • -12
    • +7
    ./lams/tool/qa/web/LearningUtil.java
    • -4
    • +10
    ./lams/tool/qa/web/QaLearningStarterAction.java
LDEV-2524 Implementing the compulsory question option.

LDEV-2578 Make questions appear in their display order, not in the database order, in authoring and monitoring.

    • -103
    • +44
    ./lams/tool/qa/web/AuthoringUtil.java
    • -17
    • +11
    ./lams/tool/qa/web/QaAuthoringForm.java
    • -33
    • +22
    ./lams/tool/qa/web/QaMonitoringAction.java
    • -6
    • +4
    ./lams/tool/qa/web/QaMonitoringStarterAction.java
    • -42
    • +13
    ./lams/tool/qa/web/QaStarterAction.java
LDEV-2524 Implementing the compulsory question option. Add a new required field, and removed the optional field that had never been implemented properly.

    • -41
    • +23
    ./lams/tool/qa/QaQueContent.java
LDEV-2524 Implementing the compulsory question option. Removed excess debugging to make debug level run faster.

LDEV-2524 Implementing the compulsory question option.

    • -16
    • +1
    ./lams/tool/qa/GeneralMonitoringDTO.java
    • -18
    • +2
    ./lams/tool/qa/QaGeneralAuthoringDTO.java
    • -2
    • +33
    ./lams/tool/qa/QaQuestionContentDTO.java
  1. … 3 more files in changeset.
LDEV-2524 Implementing the compulsory question option. Made the question map contain a complex object rather than a single string so that we didn't have to keep adding maps every time we added more data for each question.

    • -22
    • +5
    ./lams/tool/qa/GeneralLearnerFlowDTO.java
  1. … 3 more files in changeset.
LDEV-2524 Implementing the compulsory question option.

LDEV-2568 Q&A export portfolio to include teacher's comments

    • -5
    • +20
    ./lams/tool/qa/QaMonitoredAnswersDTO.java
    • -1
    • +3
    ./lams/tool/qa/web/MonitoringUtil.java
  1. … 1 more file in changeset.
LDEV-2526 sessionMap not properly updated

LDEV-2526 persisting to db based on displayOrder and question text isn't a good idea, hopefully this fix is robust enough

    • -16
    • +34
    ./lams/tool/qa/web/AuthoringUtil.java