From e25c330dff29712f4762b4b264c781f90f7a6780 Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 22 Aug 2016 13:33:41 +0200 Subject: [PATCH] Move COPYING to license/ folder Add bower_components to .gitignore Regenerate licenses --- .gitignore | 1 + database/2.4_to_3.0.sql | 3 +- database/tables.sql | 4 ++- license/.licenses | 27 +++++++++++++++ COPYING => license/COPYING | 0 public/license/LICENSES | 70 +++++++++++++++++++------------------- 6 files changed, 68 insertions(+), 37 deletions(-) create mode 100644 license/.licenses rename COPYING => license/COPYING (100%) diff --git a/.gitignore b/.gitignore index ed59cec7c..3ae326183 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +bower_components public/bower_components tmp/ application/config/email.php diff --git a/database/2.4_to_3.0.sql b/database/2.4_to_3.0.sql index 364402a89..d4a5fdf6e 100644 --- a/database/2.4_to_3.0.sql +++ b/database/2.4_to_3.0.sql @@ -59,7 +59,8 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('smtp_timeout', '5'), ('smtp_crypto', 'ssl'), ('receipt_template', 'receipt_default'), -('theme', 'flatly'); +('theme', 'flatly'), +('language_code', 'en'); DELETE FROM `ospos_app_config` WHERE `key` = 'use_invoice_template'; diff --git a/database/tables.sql b/database/tables.sql index badcdebde..49cfc9819 100644 --- a/database/tables.sql +++ b/database/tables.sql @@ -79,7 +79,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('smtp_timeout', '5'), ('smtp_crypto', 'ssl'), ('receipt_template', 'receipt_default'), -('theme', 'flatly'); +('theme', 'flatly'), +('language', 'english'), +('language_code', 'en'); -- -------------------------------------------------------- diff --git a/license/.licenses b/license/.licenses new file mode 100644 index 000000000..93408aff6 --- /dev/null +++ b/license/.licenses @@ -0,0 +1,27 @@ +=== [ ALL GOOD ] === +bootstrap > MIT +bootstrap-select > MIT +bootstrap-table > MIT +bootswatch > MIT +file-saver.js > LICENSE.md +jquery > MIT +jquery-validate > MIT +js-cookie > MIT +jspdf > MIT +jspdf-autotable > MIT +remarkable-bootstrap-notify > MIT +tableExport.jquery.plugin > MIT + +=== [ NO LICENSE ] === +bootstrap-daterangepicker +bootstrap3-dialog +chartist +chartist-plugin-axistitle +chartist-plugin-pointlabels +chartist-plugin-tooltip +html2canvas +jasny-bootstrap +jquery-form +jquery-ui +moment +smalot-bootstrap-datetimepicker \ No newline at end of file diff --git a/COPYING b/license/COPYING similarity index 100% rename from COPYING rename to license/COPYING diff --git a/public/license/LICENSES b/public/license/LICENSES index 6aefd7186..f03453270 100644 --- a/public/license/LICENSES +++ b/public/license/LICENSES @@ -1,13 +1,25 @@ { + "bootstrap3-dialog@1.35.2": { + "licenses": "UNKNOWN", + "homepage": "http://nakupanda.github.io/bootstrap3-dialog/" + }, "bootstrap-select@1.10.0": { "licenses": [ "MIT" ], "homepage": "http://silviomoreto.github.io/bootstrap-select" }, - "bootstrap3-dialog@1.35.2": { - "licenses": "UNKNOWN", - "homepage": "http://nakupanda.github.io/bootstrap3-dialog/" + "chartist-plugin-axistitle@0.1.0": { + "licenses": [ + "WTF*" + ], + "homepage": "https://github.com/alexstanbury/chartist-plugin-axistitle" + }, + "chartist-plugin-pointlabels@0.0.4": { + "licenses": [ + "WTF*" + ], + "homepage": "https://github.com/gionkunz/chartist-plugin-pointlabels" }, "bootswatch@3.3.7": { "licenses": [ @@ -23,18 +35,6 @@ "licenses": "UNKNOWN", "homepage": "https://github.com/gionkunz/chartist-js" }, - "chartist-plugin-axistitle@0.1.0": { - "licenses": [ - "WTF*" - ], - "homepage": "https://github.com/alexstanbury/chartist-plugin-axistitle" - }, - "chartist-plugin-pointlabels@0.0.4": { - "licenses": [ - "WTF*" - ], - "homepage": "https://github.com/gionkunz/chartist-plugin-pointlabels" - }, "chartist-plugin-tooltip@0.0.13": { "licenses": [ "MIT*" @@ -47,47 +47,40 @@ ], "homepage": "https://github.com/Teleborder/FileSaver.js" }, + "jquery-form@3.46.0": { + "licenses": "UNKNOWN", + "homepage": "https://github.com/malsup/form" + }, "jquery@1.12.4": { "licenses": [ "MIT" ], "homepage": "https://github.com/jquery/jquery-dist" }, - "jquery-form@3.46.0": { - "licenses": "UNKNOWN", - "homepage": "https://github.com/malsup/form" - }, "js-cookie@2.1.2": { "licenses": [ "MIT" ], "homepage": "https://github.com/js-cookie/js-cookie" }, - "jspdf@1.0.272": { - "licenses": [ - "MIT" - ], - "homepage": "https://github.com/mrrio/jspdf" - }, "moment@2.14.1": { "licenses": [ "MIT*" ], "homepage": "https://github.com/moment/moment" }, + "jspdf@1.0.272": { + "licenses": [ + "MIT" + ], + "homepage": "https://github.com/mrrio/jspdf" + }, "tableExport.jquery.plugin@1.5.1": { "licenses": [ "MIT" ], "homepage": "https://github.com/hhurz/tableExport.jquery.plugin" }, - "bootstrap@3.3.7": { - "licenses": [ - "MIT" - ], - "homepage": "http://getbootstrap.com", - "repository": "git+https://github.com/twbs/bootstrap" - }, "bootstrap-daterangepicker@2.1.24": { "licenses": [ "MIT" @@ -102,12 +95,12 @@ "homepage": "https://github.com/wenzhixin/bootstrap-table", "repository": "git+https://github.com/wenzhixin/bootstrap-table" }, - "html2canvas@0.4.1": { + "bootstrap@3.3.7": { "licenses": [ "MIT" ], - "homepage": "https://github.com/niklasvh/html2canvas", - "repository": "git+ssh://git@github.com/niklasvh/html2canvas" + "homepage": "http://getbootstrap.com", + "repository": "git+https://github.com/twbs/bootstrap" }, "jasny-bootstrap@3.1.3": { "licenses": [ @@ -138,6 +131,13 @@ "homepage": "http://bootstrap-notify.remabledesigns.com/", "repository": "https://github.com/mouse0270/bootstrap-notify" }, + "html2canvas@0.4.1": { + "licenses": [ + "MIT" + ], + "homepage": "https://github.com/niklasvh/html2canvas", + "repository": "git+ssh://git@github.com/niklasvh/html2canvas" + }, "smalot-bootstrap-datetimepicker@2.3.11": { "licenses": [ "Apache 2.0",