Hi Gary, > Does patchwork have a bug tracker somewhere?
This mailing list has been sufficient so far; we don't have the bug report volume to justify a bug tracker at this stage. > I'm experimenting > with it and I found what is probably a bug (in that bundle URLs > don't work if a bundle name contains spaces, there is probably > a missing urlencode/urldecode somewhere). I'd mail you a patch > but I'm borrowing someone else's patchwork instance at present > so I don't have access beyond the web interface to investigate. Ah, thanks for letting us know. I'll take a look. If you're keen to try it out locally, it's possible to set up a development patchwork instance, using django's in-built web server: git clone git://ozlabs.org/~jk/patchwork cd patchwork/apps touch local_settings.py # using postgres as a database, using the default name of 'patchwork': createdb patchwork ./manage.py syncdb ./manage.py runserver - this will run a local instance of patchwork on http://127.0.0.1:8000/ Hope this helps, and let me know if you need a hand with anything. Cheers, Jeremy _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
