On Tue, 08 May 2007 10:08:22 +0200, Loic Dachary <[EMAIL PROTECTED]> wrote: > Ryan McLean <[EMAIL PROTECTED]> writes: > >> I'll leave your codebase alone for now until I get a basic (working) >> release done then I will upload my codebase to yours and work from > there. > > Great. If you need help figuring out how to write phpunit3 tests, > I'm available most of the time on irc.freenode.net#pokersource
Excellent I suspect i will need help with this as i currently do all my testing manually as I go along. > Can I see the current code running somewhere ? You can check out the code (only check in requires user and password, If you want to commit then please email me privately with the username and password you want to use) from the repository svn://ninet.org and run it on any php-mysql webserver. Although as of rev 19 it only allows logging in (if you have an existing account), logging out and Options based on if you are an admin or not. I have added some constants to the config.php so it is easier to update if you change the core database schema. The login will probably need to be recoded at some point to prevent SQL injection attacks (I have coded basic protection atm, but it will only keep the script kiddies out). Regards, Ryan McLean _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
