Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking/tdr 9/handlebars 4 upgrade #1656

Draft
wants to merge 12 commits into
base: develop
Choose a base branch
from
2 changes: 1 addition & 1 deletion views/js/loader/taoQtiTest.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions views/js/testRunner/tpl/button.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{/if}}
{{#if is.menu}}
<ul class="menu hidden">
{{#each ../items}}
{{#each items}}
<li data-control="{{id}}" class="small btn-info action menu-item{{#if selected}} selected{{/if}}"{{#if title}} title="{{title}}"{{/if}}>
<a class="li-inner menu-inner" href="#">
{{#if icon}}<span class="icon icon-{{icon}}{{#unless label}} no-label{{/unless}}"></span>{{/if}}
Expand All @@ -18,7 +18,7 @@
</ul>
{{/if}}
{{#if is.group}}
{{#each ../items}}
{{#each items}}
<a data-control="{{id}}" class="li-inner action-button{{#if active}} active{{/if}}" href="#"{{#if title}} title="{{title}}"{{/if}}>
{{#if icon}}<span class="icon icon-{{icon}}{{#unless label}} no-label{{/unless}}"></span>{{/if}}
{{#if label}}<span class="label">{{label}}</span>{{/if}}
Expand Down
45 changes: 30 additions & 15 deletions views/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions views/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@oat-sa/tao-testqti",
"version": "0.4.2",
"version": "1.0.0",
"description": "Tao Test Qti",
"repository": {
"type": "git",
"url": "https://github.com/oat-sa/extension-tao-testqti.git"
},
"license": "GPL-2.0",
"dependencies": {
"@oat-sa/tao-test-runner": "^0.9.1",
"@oat-sa/tao-test-runner-qti": "^3.0.0"
"@oat-sa/tao-test-runner": "oat-sa/tao-test-runner-fe#breaking/TDR-9/handlebars-4-upgrade",
"@oat-sa/tao-test-runner-qti": "oat-sa/tao-test-runner-qti-fe#breaking/TDR-9/handlebars-4-upgrade"
}
}