From 47865ee3bb6383a2f8907a732a353ed93ebada60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 14 Jun 2017 01:50:41 -0300 Subject: [PATCH] Move jqPlot to js/vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move js/jqplot to js/vendor/jqplot Signed-off-by: MaurĂ­cio Meneghini Fauth --- .scrutinizer.yml | 4 ++-- build.xml | 2 +- js/{ => vendor}/jqplot/jquery.jqplot.js | 0 .../jqplot/plugins/jqplot.barRenderer.js | 0 .../plugins/jqplot.canvasAxisLabelRenderer.js | 0 .../plugins/jqplot.canvasTextRenderer.js | 0 .../plugins/jqplot.categoryAxisRenderer.js | 0 .../jqplot/plugins/jqplot.cursor.js | 0 .../jqplot/plugins/jqplot.dateAxisRenderer.js | 0 .../jqplot.enhancedPieLegendRenderer.js | 0 .../jqplot/plugins/jqplot.highlighter.js | 0 .../jqplot/plugins/jqplot.pieRenderer.js | 0 .../jqplot/plugins/jqplot.pointLabels.js | 0 libraries/common.inc.php | 6 +++--- .../table/TableChartController.php | 20 +++++++++---------- .../table/TableSearchController.php | 12 +++++------ server_status_monitor.php | 16 +++++++-------- server_status_queries.php | 8 ++++---- 18 files changed, 34 insertions(+), 34 deletions(-) rename js/{ => vendor}/jqplot/jquery.jqplot.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.barRenderer.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.canvasTextRenderer.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.categoryAxisRenderer.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.cursor.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.dateAxisRenderer.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.highlighter.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.pieRenderer.js (100%) rename js/{ => vendor}/jqplot/plugins/jqplot.pointLabels.js (100%) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e8d5f211be..1c614bd876 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -3,7 +3,7 @@ imports: - javascript - php filter: - excluded_paths: [js/vendor/*, js/jqplot/*, js/codemirror/*, js/sprintf.js] + excluded_paths: [js/vendor/*, js/codemirror/*, js/sprintf.js] build: dependencies: before: @@ -12,7 +12,7 @@ build: tests: override: - - command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/codemirror/*,*/jqplot/*,*/build/*' + command: './vendor/bin/phpcs --standard=PMAStandard ./ --report=checkstyle --report-file=cs-data --ignore=*/vendor/*,*/codemirror/*,*/build/*' analysis: file: 'cs-data' # The reporter filename format: 'php-cs-checkstyle' # The supported format by Scrutinizer diff --git a/build.xml b/build.xml index 0ebf798258..f9a89e35b9 100644 --- a/build.xml +++ b/build.xml @@ -89,7 +89,7 @@