digitalmars.D - Bug tracker counters broken
- Tourist (8/8) Dec 29 2013 http://dlang.org/bugstats.php
- Tourist (3/11) Jan 10 2014 Still broken. Just remove the 's' from 'https', can't be that
- Brad Anderson (5/20) Jan 10 2014 If you are interested and have a GitHub account you can hit the
- Tourist (3/24) Jan 10 2014 I don't think it's on GitHub. Does Ddoc translate to PHP? It's a
- Brad Anderson (10/35) Jan 10 2014 The file (bugstats.php.dd) is on Github (DDoc can translate to
http://dlang.org/bugstats.php E.g. regressions frame: http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv file_get_contents() errors with: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? Should be probably just changed to "http". Regards.
Dec 29 2013
On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote:http://dlang.org/bugstats.php E.g. regressions frame: http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv file_get_contents() errors with: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? Should be probably just changed to "http". Regards.Still broken. Just remove the 's' from 'https', can't be that hard.
Jan 10 2014
On Friday, 10 January 2014 at 17:02:37 UTC, Tourist wrote:On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote:If you are interested and have a GitHub account you can hit the Edit This Page button at the top of the page and make the change yourself. It'll build the pull request and everything. If you'd rather not, I can do it.http://dlang.org/bugstats.php E.g. regressions frame: http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv file_get_contents() errors with: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? Should be probably just changed to "http". Regards.Still broken. Just remove the 's' from 'https', can't be that hard.
Jan 10 2014
On Friday, 10 January 2014 at 17:30:11 UTC, Brad Anderson wrote:On Friday, 10 January 2014 at 17:02:37 UTC, Tourist wrote:I don't think it's on GitHub. Does Ddoc translate to PHP? It's a server side issue.On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote:If you are interested and have a GitHub account you can hit the Edit This Page button at the top of the page and make the change yourself. It'll build the pull request and everything. If you'd rather not, I can do it.http://dlang.org/bugstats.php E.g. regressions frame: http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv file_get_contents() errors with: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? Should be probably just changed to "http". Regards.Still broken. Just remove the 's' from 'https', can't be that hard.
Jan 10 2014
On Friday, 10 January 2014 at 17:42:35 UTC, Tourist wrote:On Friday, 10 January 2014 at 17:30:11 UTC, Brad Anderson wrote:The file (bugstats.php.dd) is on Github (DDoc can translate to PHP easily enough, it's just a macro language) but looking closer I guess it's actually fetch-issue-cnt.php that we want. Edit link for fetch-issue-cnt.php: https://github.com/D-Programming-Language/dlang.org/edit/master/fetch-issue-cnt.php For reference, here's the commit that broke it: https://github.com/D-Programming-Language/dlang.org/commit/cab522e847bca2e5abdc52bbe440486749df49d8 Ideally we would get HTTPS support working with PHP on dlang.org but that involves getting Walter or Andrei to get Jan to do it.On Friday, 10 January 2014 at 17:02:37 UTC, Tourist wrote:I don't think it's on GitHub. Does Ddoc translate to PHP? It's a server side issue.On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote:If you are interested and have a GitHub account you can hit the Edit This Page button at the top of the page and make the change yourself. It'll build the pull request and everything. If you'd rather not, I can do it.http://dlang.org/bugstats.php E.g. regressions frame: http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv file_get_contents() errors with: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? Should be probably just changed to "http". Regards.Still broken. Just remove the 's' from 'https', can't be that hard.
Jan 10 2014