Kyle De Almeida wrote:
I added some text to show which characters are allowed in th username
- hopefully that'll help.

I may have missed a previous message, but I'm not sure what you're referring to here. Patches are welcome, though!

I'll look into downloading the latest
version of the leaguerunner, but i'm afraid a lot of the changes I've
made already will be lost.  Hopefully I can copy and paste some in,
but then we run into the issue again if you want to upgrade the
software in the future.

To save yourself a lot of work when maintaining local changes, you might want to consider keeping your local changes in a version control system (VCS), and periodically reapply any patches you've made to a fresh copy of the upstream version from SVN.

You can probably do this with just about any VCS, but I've found it's easiest with git and the git-svn tool. For me, reapplying local OCUA changes on top of the main tree is as simple as:
   git-svn fetch
   git rebase trunk

and then resolve any conflicts that arise using Git's tools.

On a related note, Greg and I have been discussing switching Leaguerunner back to using a templating engine, which should make local look-and-feel customizations much, much easier.

Cheers,
Dave

_______________________________________________
Leaguerunner mailing list
[email protected]
http://www.dmo.ca/cgi-bin/mailman/listinfo/leaguerunner

Reply via email to