Skip to content

Commit

Permalink
Merge pull request #644 from oat-sa/release-5.38.4
Browse files Browse the repository at this point in the history
Release 5.38.4
  • Loading branch information
jsconan authored Nov 21, 2016
2 parents 9b4bad8 + ead0ab2 commit be35bc7
Show file tree
Hide file tree
Showing 8 changed files with 779 additions and 770 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
'version' => '5.38.2',
'version' => '5.38.4',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=3.7.0',
Expand Down
1 change: 1 addition & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -843,5 +843,6 @@ public function update($initialVersion) {
$this->setVersion('5.38.2');
}

$this->skip('5.38.2', '5.38.4');
}
}
2 changes: 1 addition & 1 deletion views/js/controller/runtime/testRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function (
skip: function () {
var self = this,
doSkip = function() {
this.disableGui();
self.disableGui();
self.actionCall('skip');
};

Expand Down
83 changes: 42 additions & 41 deletions views/js/controllers.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/controllers.min.js.map

Large diffs are not rendered by default.

1,452 changes: 727 additions & 725 deletions views/js/loader/qtiTestRunner.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/loader/qtiTestRunner.min.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions views/js/runner/plugins/controls/timer/timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ define([
*/
var updateTimers = function updateTimers(checkStorage) {
var timerUpdatePromises = [];
var context = testRunner.getTestContext();
if (context.extraTime) {
extraTime = context.extraTime.total;
consumedExtraTime = Math.max(consumedExtraTime, context.extraTime.consumed);
}

_.forEach(timerTypes, function(type) {
timerUpdatePromises.push(
Expand Down

0 comments on commit be35bc7

Please sign in to comment.