Page 1 of 1

Re: ranking.php

Posted: Sun Jun 15, 2014 23:06 UTC
by thekabal
Great catch.

It is fixed in the latest SVN. Unfortunately, it looks like fixing it for the last release would be a little challenging to do on the fly (without interactive testing).

Gives you something to look forward to in the next release! :)

Re: ranking.php

Posted: Sun Jun 15, 2014 23:53 UTC
by TheMightyDude
I think it is down to the changes when we added language switching and it not falling back to a default one to be added in the link, resulting in a & instead of a ? for the first GET argument.
There was a lot of changes back then so loads of stuff got broken when they was changed.
I even broke it on the live game so that the link would work which resulted in removing the language argument in the link.

I don't think the language argument in the link should be needed if we are to keep using Sessions, just set the session and use that and if not set fall back to server default.
This session would be set via the players options page and via the language flag part on the index page.