[dlang.org] [D-Programming-Language/dlang.org] ac940e: bugstats.php.dd: Add hidden iframe to trigger gene...

GitHub via dlang.org dlang.org at puremagic.com
Thu Dec 3 11:19:50 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: ac940e6804bc86e0991ad1b8b309977e08920941
      https://github.com/D-Programming-Language/dlang.org/commit/ac940e6804bc86e0991ad1b8b309977e08920941
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M bugstats.php.dd

  Log Message:
  -----------
  bugstats.php.dd: Add hidden iframe to trigger generating the image

I've regularly noticed that the graph image linked to from bugstats.php
would not display - however, it would start displaying for a while when
you visit the page it links to. Since the image URL seems to link to a
static file, I guess that the graphs are generated by the CGI request,
and the static files are cleaned up periodically. Thus, to have the image
display on another website (dlang.org), we also need to regularly trigger
its generation, one way being to make the CGI request to generate the
image at the same time as when requesting the image.


  Commit: 0766363df8f5db00c9da0412b80b5f5c4e8d5169
      https://github.com/D-Programming-Language/dlang.org/commit/0766363df8f5db00c9da0412b80b5f5c4e8d5169
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2015-12-03 (Thu, 03 Dec 2015)

  Changed paths:
    M bugstats.php.dd

  Log Message:
  -----------
  Merge pull request #1161 from CyberShadow/pull-20151203-191142

bugstats.php.dd: Add hidden iframe to trigger generating the image


Compare: https://github.com/D-Programming-Language/dlang.org/compare/b4803620cb3a...0766363df8f5


More information about the dlang.org mailing list