Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4932 Passing CSRF token as a post rather than get

  1. … 41 more files in changeset.
LDEV-4932 Secure save tool authoring with CSRF Guard

  1. … 42 more files in changeset.
LDEV-4932 Add CSRF to Scratchie monitoring

Adding CSRF for:

- Changing group marks

  1. … 2 more files in changeset.
LDEV-4932 Secure edit in monitor with CSRF Guard

* In order to secure /definelater.do path, added definelater() method to

AuthoringController to the tools missing it

* Remove unnecessary forms from monitor in Vote, NB, QA tools

  1. … 109 more files in changeset.
LDEV-4932 Secure setting submission deadline with CSRF Guard

    • -0
    • +70
    ./WEB-INF/tlds/security/csrfguard.tld
  1. … 60 more files in changeset.
LDEV-4928 Update monitoring, TBL monitoring and Excel export to fully support VSA question type

    • -5
    • +5
    ./pages/monitoring/parts/itemSummary.jsp
  1. … 7 more files in changeset.
LDEV-4921 Fix ordering for burning question in Scratchie learner

  1. … 1 more file in changeset.
LDEV-4921 Properly detect General Burning Question in TBL monitor

    • -1
    • +1
    ./pages/tblmonitoring/burningQuestions.jsp
LDEV-4921 Hide question titles in TBL monitoring burning questions

    • -1
    • +4
    ./pages/tblmonitoring/burningQuestions.jsp
  1. … 1 more file in changeset.
LDEV-4921 Hide question titles in Scratchie monitoring burning questions

  1. … 1 more file in changeset.
LDEV-4921 Hide question titles in Scratchie burning questions

LDEV-4921 Add question numbering in Scratchie

    • -123
    • +123
    ./pages/monitoring/parts/statisticpart.jsp
  1. … 1 more file in changeset.
LDEV-4921 Allow hiding question titles in Learner for Scratchie

  1. … 6 more files in changeset.
LDEV-4920 Import QTI questions to Scratchie after adding them to QB

  1. … 3 more files in changeset.
LDEV-4880 Add confidence level variations

  1. … 19 more files in changeset.
LDEV-4911 Create structure for monitoring learning

  1. … 4 more files in changeset.
Merge remote-tracking branch 'origin/develop' into LDEV-4745

Conflicts:

lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

lams_tool_assessment/web/pages/learning/learning.jsp

lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaService.java

lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/controller/QaLearningController.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/web/controller/LearningController.java

lams_tool_scratchie/web/pages/learning/learning.jsp

  1. … 21 more files in changeset.
LDEV-4875 Fix scratching of MCQ questions

  1. … 1 more file in changeset.
LDEV-4897 Update Scratchie to use new Excel exporting methods

  1. … 1 more file in changeset.
LDEV-4900 Make other tools react to autosave command

  1. … 2 more files in changeset.
LDEV-4745 Set general burning question's uid to 0

  1. … 1 more file in changeset.
LDEV-4900 Distribute modified Page tag to all tools

  1. … 30 more files in changeset.
Merge remote-tracking branch 'origin/develop' into LDEV-4745

Conflicts:

lams_admin/conf/language/lams/ApplicationResources.properties

lams_central/conf/language/lams/ApplicationResources.properties

lams_central/conf/language/lams/ApplicationResources_en_AU.properties

lams_central/src/java/org/lamsfoundation/lams/web/outcome/OutcomeController.java

lams_central/web/main.jsp

lams_common/src/java/org/lamsfoundation/lams/outcome/service/IOutcomeService.java

lams_common/src/java/org/lamsfoundation/lams/outcome/service/OutcomeService.java

lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java

lams_gradebook/src/java/org/lamsfoundation/lams/gradebook/util/GradebookUtil.java

lams_tool_assessment/conf/language/lams/ApplicationResources.properties

lams_tool_assessment/conf/language/lams/ApplicationResources_en_AU.properties

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/service/AssessmentServiceImpl.java

lams_tool_assessment/src/java/org/lamsfoundation/lams/tool/assessment/web/controller/MonitoringController.java

lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/service/McService.java

lams_tool_lamc/web/authoring/itemlist.jsp

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/web/controller/AuthoringController.java

lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/web/controller/TblMonitorController.java

lams_tool_scratchie/web/pages/authoring/start.jsp

lams_tool_scratchie/web/pages/tblmonitoring/traStudentChoices.jsp

  1. … 26 more files in changeset.
LDEV-4898 Fix notifyCloseURL passing in Scratchie

  1. … 1 more file in changeset.
LDEV-4897 Update Scratchie and MCQ to use new Excel exporting methods

  1. … 15 more files in changeset.
LDEV-4875 Fix JS validation after field name change

LDEV-4875 Respect QbQuestion's case sensitive setting

* Simplify learning.jsp, so it gets most of the data from the server

rather than tries to figure it out on a client side

* Optimize the way answers get fetched from Assessment

* Fix the following issue: if there is no activity selected to fetch

assessment answers from, then Scratchie don't show user answers

  1. … 6 more files in changeset.
LDEV-4875 Take care about answers containing XML escaped characters

    • -1
    • +1
    ./pages/monitoring/parts/itemSummary.jsp
LDEV-4875 Fixes for VSA feature

    • -16
    • +12
    ./pages/authoring/parts/addVsa.jsp
    • -24
    • +20
    ./pages/learning/questionlist.jsp
    • -12
    • +1
    ./pages/monitoring/parts/itemSummary.jsp
    • -1
    • +1
    ./pages/tblmonitoring/burningQuestions.jsp
  1. … 14 more files in changeset.
LDEV-4875 Item summary page to display options correctly

    • -20
    • +21
    ./pages/monitoring/parts/itemSummary.jsp