]> source.dussan.org Git - nextcloud-server.git/commit
Move the systemtags to core/src 21118/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 26 May 2020 19:56:40 +0000 (21:56 +0200)
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Thu, 28 May 2020 19:05:09 +0000 (19:05 +0000)
commit28f8a445e4b7db6dac0f8090d8344d1b3fb7872d
tree9f008561e6d52d7bdb37b9c11d3fcad0646a4f40
parentb638c6ee09f77e9372fad07899adbb46a6551f7d
Move the systemtags to core/src

* Move to the handlebar loader from webpack

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
26 files changed:
apps/systemtags/templates/admin.php
apps/workflowengine/lib/AppInfo/Application.php
core/js/core.json
core/js/dist/systemtags.js
core/js/dist/systemtags.js.map
core/js/systemtags/merged-systemtags.js [deleted file]
core/js/systemtags/systemtagmodel.js [deleted file]
core/js/systemtags/systemtags.js [deleted file]
core/js/systemtags/systemtagscollection.js [deleted file]
core/js/systemtags/systemtagsinputfield.js [deleted file]
core/js/systemtags/systemtagsmappingcollection.js [deleted file]
core/js/systemtags/templates.js [deleted file]
core/js/systemtags/templates/result.handlebars [deleted file]
core/js/systemtags/templates/result_form.handlebars [deleted file]
core/js/systemtags/templates/selection.handlebars [deleted file]
core/src/systemtags/merged-systemtags.js [new file with mode: 0644]
core/src/systemtags/systemtagmodel.js [new file with mode: 0644]
core/src/systemtags/systemtags.js [new file with mode: 0644]
core/src/systemtags/systemtagscollection.js [new file with mode: 0644]
core/src/systemtags/systemtagsinputfield.js [new file with mode: 0644]
core/src/systemtags/systemtagsmappingcollection.js [new file with mode: 0644]
core/src/systemtags/templates/result.handlebars [new file with mode: 0644]
core/src/systemtags/templates/result_form.handlebars [new file with mode: 0644]
core/src/systemtags/templates/selection.handlebars [new file with mode: 0644]
core/webpack.js
tests/karma.config.js