Skip to content

Commit

Permalink
Merge branch 'MDL-54987-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jul 25, 2016
2 parents a3ee51f + 7eb7101 commit c41ec1f
Show file tree
Hide file tree
Showing 67 changed files with 13,984 additions and 1,079 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -49,6 +49,7 @@ lib/mustache/
lib/amd/src/mustache.js
lib/graphlib.php
lib/spout/
lib/amd/src/chartjs-lazy.js
mod/assign/feedback/editpdf/fpdi/
repository/s3/S3.php
theme/bootstrapbase/less/bootstrap/
Expand Down
1 change: 1 addition & 0 deletions lang/en/moodle.php
Expand Up @@ -1680,6 +1680,7 @@
$string['showallusers'] = 'Show all users';
$string['showblockcourse'] = 'Show list of courses containing block';
$string['showcategory'] = 'Show {$a}';
$string['showchartdata'] = 'Show chart data';
$string['showcomments'] = 'Show/hide comments';
$string['showcommentsnonjs'] = 'Show comments';
$string['showdescription'] = 'Display description on course page';
Expand Down
1 change: 1 addition & 0 deletions lib/amd/build/chart_axis.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_bar.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_base.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_builder.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_line.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_output.min.js
@@ -0,0 +1 @@
define(["core/chart_output_chartjs"],function(a){var b=a;return b});
1 change: 1 addition & 0 deletions lib/amd/build/chart_output_base.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_output_chartjs.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_output_htmltable.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_pie.min.js

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

1 change: 1 addition & 0 deletions lib/amd/build/chart_series.min.js

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

5 changes: 5 additions & 0 deletions lib/amd/build/chartjs-lazy.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/amd/build/chartjs.min.js
@@ -0,0 +1 @@
define(["core/chartjs-lazy"],function(a){return a});

0 comments on commit c41ec1f

Please sign in to comment.