Hello, I am evaluating Bloodhound (current trunk version and on Debian Testing) and here are a few feedbacks:
1) It seems that that we are missing trac/htdocs/js/messages contents (typically en_us.js) Indeed these javascript files are requested by line 983 of trac/web/chrome.py: if req.locale is not None: add_script(req, 'common/js/messages/%s.js' % req.locale) 2) When accessing the 'Source' tab, I got a message saying that: trac/chrome/theme/css/browser.css is not found However I have in my directory: trunk/trac/trac/htdocs/css/browser.css So I don't see why it is not found. I've tried moving browser.css in trunk/bloodhound_theme/bhtheme/htdocs/css but then I have thousands of errors after that. 3) Is there an administration panel like in Trac to manage user permissions, products and components ? 4) So far everything is working fine for a basic installation with mercurial repositories. I also have to try authz_policy and committicketupdater Regards,
