Eivind Fonn

Results 127 comments of Eivind Fonn

That's certainly possible. Depends on how much load it would impose. Maybe you can start by developing against a downloaded snapshot?

Well, it's mostly that simple. You need to change the variable names later on as well as in the actual HTML template too so that the viewer knows what he's...

Yout second URL there is searching for all matches where Byun is player A _and_ player B, which is predictably empty. As far as I know we don't support or-type...

I had in mind something like the second. I'm not keen on introducing new DB relations just for this.

I should note that I haven't looked at the code in detail for a good while so I can't comment on the precise implementation at the moment.

The initial thought was to show patches with changes that we thought, for whatever reason, was particularly significant. I'm not sure if the current patch list still holds to that....

I think we discussed this at one point, but found it to be impractical since we don't have a way to tell whether one match was played before another if...

I propose to add a group table with a many-to-many relationship with players. This can be used for all sorts of things. We can auto-generate some of them (continents, say)...

Actually now that I think of it, we can use the team functionality for this. Just add another field to the team table (a boolean called 'team', true for all...