modess / git-pretty-stats

Self hosted graphs for Git repositories in PHP
Other
142 stars 24 forks source link

Missing build.xml in public/bower_components/highcharts/js/debug.php #26

Closed frankhefeng closed 10 years ago

frankhefeng commented 10 years ago

In public/bower_components/highcharts/js/.htaccess, there are these rules:

RewriteRule highcharts.js debug.php?target=highcharts [L] RewriteRule highcharts.src.js debug.php?target=highcharts [L] RewriteRule highstock.js debug.php?target=highstock [L] RewriteRule highstock.src.js debug.php?target=highstock [L] RewriteRule highcharts-more.js debug.php?target=highchartsmore [L] RewriteRule highcharts-more.src.js debug.php?target=highchartsmore [L]

And in debug.php, there will be error thrown out if visiting any js file mentioned above.

Please either delete these lines in .htaccess or upload the build.xml file.

Thanks.

modess commented 10 years ago

This should be fixed now: https://github.com/modess/git-pretty-stats/commit/dfba227204712b1015a80c24388695477865ae59

Please confirm if it works as intended

frankhefeng commented 10 years ago

Thanks. It works perfectly.