> > Firstly, going to /commit/foo doesn't show much, and gives us the > > message 'NB! This page relies heavily on JavaScript, enable it for a > > better view.' I've compared this page to an example on gitorious.org > > and our hosted version is missing a script tag which loads "/ > > javascripts/onload.js". Is this the problem here? > > It probably > is,https://gitorious.org/gitorious/mainline/blobs/master/app/views/layou... > should > render this on your app?
Well, I have exactly that template, and it renders (I can see the 'powered-by' div), but the script tag fetches all.js, not onload.js. all.js doesnt have the loadPage function that onload.js does. onload.js is there (ie it doesnt 404 if I curl it), the page just isnt asking for it. > > Secondly, if we follow the 'diffs' link (/commit/foo/diffs) on the > > same page, some projects throw 404's, and some dont. I'm after hints > > on how to debug this more than anything else, cant really see any > > differences between one working repo and another broken one. > > Hmm, which URLs are generated for you? Hmm, I've gone back to a page that was previously broken, and it now works. Maybe I was waiting for the poller script to do something? One other silly thing I forgot to mention, when viewing inline diffs, clicking on expand them works but they instantly collapse again. You have to click expand all at the top to make it stick, or use the side by side view. Thanks for the reply. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
