# HG changeset patch # User Gernot Schulz # Date 1454250755 -3600 # Node ID 8449509b7f6f9ff272ecf8826fa57f24492bbb7e # Parent b47fc5eb9e018f7c42c051d3be4978d427c4a422 Limit time frame of graph Requires roundup_cc ≥ 99e2e0e17103. diff -r b47fc5eb9e01 -r 8449509b7f6f modules/web_view/display_issues_techintern.py --- a/modules/web_view/display_issues_techintern.py Sun Jan 31 15:22:52 2016 +0100 +++ b/modules/web_view/display_issues_techintern.py Sun Jan 31 15:32:35 2016 +0100 @@ -27,7 +27,7 @@ def get_chart(target_div_name): html_string = compile_db_stats_html( rcd.DATABASE_TECH_INTERN, - rcd.SELECT_ALL, + rcd.SELECT_WHERE.format("timestamp > date('now', '-2 month')"), graph )