Re: Hackage2 server ready for testing

2012-09-07 Thread Matthew Gruen
If I may take a stab, I think this issue is related to the use of strict XHTML. When you refresh, your browser renders what you have so far; if this is non-matching XHTML (that is, invalid XML), it will render an error. I think rendering strict and serving as transitional would fix this. In the lo

Re: Hackage2 server ready for testing

2012-09-07 Thread Simon Hengel
On Fri, Sep 07, 2012 at 01:39:18PM +0100, Ian Lynagh wrote: > On Thu, Sep 06, 2012 at 11:00:47PM +0200, Simon Hengel wrote: > > > > On Thu, Aug 30, 2012 at 03:57:50PM +0100, Ian Lynagh wrote: > > > On Sat, Aug 25, 2012 at 07:12:41PM +0200, Simon Hengel wrote: > > > > > > > > Firefox shows an

Re: Hackage2 server ready for testing

2012-09-07 Thread Ian Lynagh
On Thu, Sep 06, 2012 at 11:00:47PM +0200, Simon Hengel wrote: > > On Thu, Aug 30, 2012 at 03:57:50PM +0100, Ian Lynagh wrote: > > On Sat, Aug 25, 2012 at 07:12:41PM +0200, Simon Hengel wrote: > > > > > > Firefox shows an error message (black and red text on yellow > > > background) while

Re: Hackage2 server ready for testing

2012-09-06 Thread Simon Hengel
Hi Ian, sorry for the late reply. If I'm not explicitly on TO/CC it is likely that I miss that mail. On Thu, Aug 30, 2012 at 03:57:50PM +0100, Ian Lynagh wrote: > On Sat, Aug 25, 2012 at 07:12:41PM +0200, Simon Hengel wrote: > > Hi, > > with Firefox, I sometimes get an "XML Parsing error" on the

Re: Hackage2 server ready for testing

2012-08-31 Thread Matthew Gruen
Reverse dependencies can mean different things. The current implementation answers these questions: 1. What are the packages for which the latest version depends directly on a given version of foo? 2. What are the packages for which only previous or deprecated versions depend directly on a given ve

Re: Hackage2 server ready for testing

2012-08-30 Thread Ian Lynagh
Hi Erik, On Fri, Aug 24, 2012 at 09:36:23PM +0200, Erik Hesselink wrote: > > One question: I see the reverse > dependencies have been disabled, darcs says for 'performance > problems'. Do you have some details? Do you think it is hard to fix? There were 2 aspects to it. First, it is slow: I th

Re: Hackage2 server ready for testing

2012-08-30 Thread Ian Lynagh
On Sat, Aug 25, 2012 at 07:12:41PM +0200, Simon Hengel wrote: > Hi, > with Firefox, I sometimes get an "XML Parsing error" on the package > index. > > Exact symptoms: > > Firefox shows an error message (black and red text on yellow > background) while loading/rendering. After a short tim

Re: Hackage2 server ready for testing

2012-08-25 Thread Simon Hengel
Hi, with Firefox, I sometimes get an "XML Parsing error" on the package index. Exact symptoms: Firefox shows an error message (black and red text on yellow background) while loading/rendering. After a short time (< 1s) the page still loads successfully. Steps to reproduce: - p

Re: Hackage2 server ready for testing

2012-08-24 Thread Ben Millwood
On Fri, Aug 24, 2012 at 4:17 PM, Ian Lynagh wrote: > Is anyone willing to volunteer to be an admin for the new Hackage server > please? (people need to have an admin add their account to the uploaders > group before they can upload). Is this going to be just "get e-mail, press corresponding butto

Re: Hackage2 server ready for testing

2012-08-24 Thread Erik Hesselink
Hi Ian, Looks great, thanks for the work! One question: I see the reverse dependencies have been disabled, darcs says for 'performance problems'. Do you have some details? Do you think it is hard to fix? I wouldn't mind doing some permission granting for the testing period, by the way. Erik On

Re: Hackage2 server ready for testing

2012-08-24 Thread Ian Lynagh
On Fri, Aug 24, 2012 at 10:24:44AM -0700, Johan Tibell wrote: > On Fri, Aug 24, 2012 at 10:12 AM, Ian Lynagh wrote: > > I can't reproduce that. Are you sure you weren't already logged in? > > > > If you think it's a bug, please give me full reproduction instructions, > > starting from a freshly st

Re: Hackage2 server ready for testing

2012-08-24 Thread Johan Tibell
On Fri, Aug 24, 2012 at 10:12 AM, Ian Lynagh wrote: > I can't reproduce that. Are you sure you weren't already logged in? > > If you think it's a bug, please give me full reproduction instructions, > starting from a freshly started browser (so it doesn't have any > passwords cached) and registerin

Re: Hackage2 server ready for testing

2012-08-24 Thread Ian Lynagh
On Fri, Aug 24, 2012 at 10:00:02AM -0700, Johan Tibell wrote: > I just tried to upload a package, after registering for an account, > and I get this error, without being prompted for username and password > as I would have expected: > > Error: Forbidden > No access for this page. > > This is afte

Re: Hackage2 server ready for testing

2012-08-24 Thread Johan Tibell
I just tried to upload a package, after registering for an account, and I get this error, without being prompted for username and password as I would have expected: Error: Forbidden No access for this page. This is after selecting a file and clicking the upload button. __