Why don't you finally start using google code?
I'm not trying to advertise for them or anything, but it seems to me that you are setting up various solutions while you have one that does all of this already.
The issue tracker in google code is not as good as mantis IMO, but it provides the basic features you expect it to provide, and anyone can submit bugs as long as they have a gmail account.
Not mentioning how easy SVN makes it to work with several people, I don't understand how you guys manage to work together without a version control system.
When I was a student, version control sounded freaky to me. I didn't know what CVS and SVN did, and I was afraid to use them. Then I used it once. And know I would be afraid to work without it.
a few hints for devs involved in Forge:
If you have a bunch of directories named: "mtgforge-backup-2009-09-18", or "mtgforge-backup-20090925b" and stuff like that: you know svn is for you.
If someone made a change to the source and it takes you more than 1 minute to integrate their changes into your code, you know SVN is for you.
If you ever lost 5 hours of work because you erased the wrong backup directory, you know SVN is for you.
Seriously it pisses me off that a project of such a size with so many talented people involved is not properly version controlled. you guys are probably wasting so much time synchronizing each other's code
For those who dont know how SVN works:
1) you install an svn client on your machine. For windows, there's a good one named "tortoiseSVN", it integrates very well in Windows, and adds a few easy to use menus, a bit like winamp
2) With tortoise, you do a "checkout" of the forge sources. It consists in downloading all the latest sources to your hard drive
3) you code as usual
4) When you are happy with your code, you right click on your forge directory and click "commit"
5) once in a while, you click "update" to get other people's latest changes
That's pretty much it...
Here's what it looks like on wagic:
http://code.google.com/p/wagic/source/listplay with it, click on a revision, then on one of the files that changed. See how you can easily see what lines of the code have been changed, etc...
It's not like it would be hard work, forge is ALREADY on google code:
http://code.google.com/p/cardforge