http://trac.haskell.org/ not redering correctly

Hi all, Trac pages aren't rendering correctly. It seems the HTTP server can't find the CSS files. See below. Cheers, Erik erikd > wget --proxy=off http://trac.haskell.org/trac/chrome/common/css/ticket.css -O /dev/null --2011-04-17 20:11:53-- http://trac.haskell.org/trac/chrome/common/css/ticket.css Resolving trac.haskell.org... 178.63.91.44, 2a01:4f8:121:6::1:10 Connecting to trac.haskell.org|178.63.91.44|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2011-04-17 20:11:56 ERROR 404: Not Found. erikd > wget --proxy=off http://trac.haskell.org/trac/chrome/common/css/trac.css -O /dev/null --2011-04-17 20:28:36-- http://trac.haskell.org/trac/chrome/common/css/trac.css Resolving trac.haskell.org... 178.63.91.44, 2a01:4f8:121:6::1:10 Connecting to trac.haskell.org|178.63.91.44|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2011-04-17 20:28:40 ERROR 404: Not Found. -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

On 17/04/2011 11:29 AM, Erik de Castro Lopo wrote:
Hi all,
Trac pages aren't rendering correctly. It seems the HTTP server can't find the CSS files. See below.
Cheers, Erik
I'm glad it's not just me. Any danger of this being fixed someday? I notice that there's duplicate reports of the HTML documentation in the Haskell Platform having chunks missing, and yet both HP 2011.2.0.0 and HP 2011.2.0.1 still have this exact same problem. I thought the purpose of filing a bug report was to get things fixed?

On 20 April 2011 05:55, Andrew Coppin
On 17/04/2011 11:29 AM, Erik de Castro Lopo wrote:
Hi all,
Trac pages aren't rendering correctly. It seems the HTTP server can't find the CSS files. See below.
Cheers, Erik
I'm glad it's not just me. Any danger of this being fixed someday?
I notice that there's duplicate reports of the HTML documentation in the Haskell Platform having chunks missing
Which ticket numbers are these? Trac allows one of them to be closed as a duplicate. Perhaps you can do that, or at least provide those details in email here.
and yet both HP 2011.2.0.0 and HP 2011.2.0.1 still have this exact same problem. I thought the purpose of filing a bug report was to get things fixed?
The purpose of filing bug reports is to ensure that problems are not forgotten. It allows the community (people like you) to have a useful understanding of the problems that exist when choosing what tasks to put time and effort into fixing. Conrad.

I notice that there's duplicate reports of the HTML documentation in the Haskell Platform having chunks missing
Which ticket numbers are these? Trac allows one of them to be closed as a duplicate. Perhaps you can do that, or at least provide those details in email here.
When I get a minute I'll log in, mark the duplicates, and add a note to the ticket confirming that the issue still exists.
I thought the purpose of filing a bug report was to get things fixed?
The purpose of filing bug reports is to ensure that problems are not forgotten. It allows the community (people like you) to have a useful understanding of the problems that exist when choosing what tasks to put time and effort into fixing.
*sigh* I guess that means the next step is to figure out if it's broken for the Linux builds as well, or just for Windows. (Can't test for Mac OS since I don't have access to the necessary hardware or software...)

On 21 April 2011 05:34, Andrew Coppin
I notice that there's duplicate reports of the HTML documentation in the Haskell Platform having chunks missing
Which ticket numbers are these? Trac allows one of them to be closed as a duplicate. Perhaps you can do that, or at least provide those details in email here.
When I get a minute I'll log in, mark the duplicates, and add a note to the ticket confirming that the issue still exists.
great!
I thought the purpose of filing a bug report was to get things fixed?
The purpose of filing bug reports is to ensure that problems are not forgotten. It allows the community (people like you) to have a useful understanding of the problems that exist when choosing what tasks to put time and effort into fixing.
*sigh* I guess that means the next step is to figure out if it's broken for the Linux builds as well, or just for Windows. (Can't test for Mac OS since I don't have access to the necessary hardware or software...)
The first step would be to make a patch that works for you, and to attach it to the ticket. Other people could verify that it works on other platforms -- perhaps after attaching the patch you could mail this list and ask people to check it :) Then again if it's simply a matter of generating additional HTML text (as opposed to styling/rendering issues) then it should be straightforward to verify that the new content is added in the generated files without worrying about other platforms. Conrad.

On 21/04/2011 02:36 AM, Conrad Parker wrote:
I thought the purpose of filing a bug report was to get things fixed?
The purpose of filing bug reports is to ensure that problems are not forgotten. It allows the community (people like you) to have a useful understanding of the problems that exist when choosing what tasks to put time and effort into fixing.
*sigh* I guess that means the next step is to figure out if it's broken for the Linux builds as well, or just for Windows. (Can't test for Mac OS since I don't have access to the necessary hardware or software...)
The first step would be to make a patch that works for you, and to attach it to the ticket.
Wouldn't that require me to somehow get hold of whatever repo contains the script for generating the Windows installer?
Then again if it's simply a matter of generating additional HTML text (as opposed to styling/rendering issues) then it should be straightforward to verify that the new content is added in the generated files without worrying about other platforms.
I imagine the issue is something utterly trivial list a line of text missing from a file - which is why I'm so surprised that the problem has been reported multiple times and yet not fixed...
participants (3)
-
Andrew Coppin
-
Conrad Parker
-
Erik de Castro Lopo