<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 8, 2016 at 8:56 PM, Thomas De Schampheleire <span dir="ltr"><<a href="mailto:patrickdepinguin@gmail.com" target="_blank">patrickdepinguin@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
If you have specific tasks that you want to offload, don't hesitate to<br>
let me know. I can see if I have the knowledge to help with them.<br></blockquote><div><br></div><div>Well, the knowledge I miss most is "what should kallithea be doing?" so if you want to check the various parts, optional features, async queues, scripts or whatever and report what's currently broken that great. I think fixing things should be fairly quick, the issue for me is finding the problems :D</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Meanwhile I'll already browse around and see what is not working. For<br>
example, I notice that opening the Changelog of a repository causes an<br>
internal server error:<br></blockquote><div><br></div><div>Thanks, saw it, it's caused by the routing hack which works by replacing parts of the processed URL with the action arguments.</div><div>This means that action arguments can only be strings as url can only contain strings :D</div><div><br></div><div>In this case the method has None as default argument and None is not valid part of an URL.</div><div><br></div><div>I'll try to manage a proper routing solution instead of trying to fake standard TG routing like I'm currently doing.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regarding the database setup code: do you have an idea what needs to<br>
be done to get that step working? </blockquote><div><br></div><div>Actually I didn't even try it, so I don't know what's wrong.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Another task I add for myself is to read the Turbogears website and<br>
documentation<br></blockquote><div><br></div><div>If you find anything missing or that is not clear feel free to ask, I'll improve the documentation. </div></div></div></div>