From: Paul V. <pau...@gm...> - 2007-09-10 07:57:54
|
Hi, I just committed a change (temp. fix) to chart.php. With the change from 'committer' to 'author' the amount of data passed to horizbar.php changed. If you (without the patch) go to: http://tree.celinuxforum.org/gitstat/chart.php?chart_parameter1=3&chart_parameter_ver=v2.6.22&submit=1&chart_parameter2_year=2007&chart_parameter2_month=0&submit=1 you'll see what I mean, no graph at all. There is currently a hardcoded limit of 10 entries in horizbar.php but that wasn't the issue. The real issue is that we pushed to much data to horizbar.php. Any idea of the limits? Maybe I should be starting harder to think of not passing the data via the URL but doing it via the database as I've tried to do a few days ago (and which was working btw). Cheers, Paul. |