• 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. … 11 more files in changeset.
LDEV-2653 fixing typo

LDEV-2660 rolled back QaQuestion.java --> QaQueContent.java

  1. … 26 more files in changeset.
LDEV-2654 preserve all Advanced Settings in monitor

  1. … 1 more file in changeset.
LDEV-2653 fixing problems with isContentLocked and also wrong quering of content by contentId (instead of uid)

LDEV-2653 autosave feature

    • -242
    • +10
    ./java/org/lamsfoundation/lams/tool/qa/QaQueUsr.java
  1. … 109 more files in changeset.
LDEV-2656 Display star rating in export portfolio

  1. … 1 more file in changeset.
LDEV-2649 display advanced setting in monitor

*merge from HEAD

  1. … 1 more file in changeset.
LDEV-2649 fixing potential issue

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

  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

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.

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!

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.

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.

LDEV-2524 Implementing the compulsory question option. Add a new required field, and removed the optional field that had never been implemented properly.

LDEV-2524 Implementing the compulsory question option. Removed excess debugging to make debug level run faster.

LDEV-2524 Implementing the compulsory question option.

  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.

  1. … 3 more files in changeset.
LDEV-2524 Implementing the compulsory question option.

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

  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