Page 1 of 1

-FIXED (up to fifth post)- Various bugs

PostPosted: Sun Jul 22, 2007 9:30 am
by SigmaJargon
I figure what with this period of upgrading, there will be little bugs introduced that don't merit their own thread. Here are a couple I've noticed recently:

colspan on a "Break for <whatever length of time>" line should be 9 instead of 8.

The round time on the Overall and Lake Ranking pages are broken. For example, it listed BLOODYGIRL_ON_FIRE's recent round time as 01:14, despite the fact that her most recent round time was in fact 12:00.

More will be posted as I find 'em.

Re: Various bugs

PostPosted: Sun Jul 22, 2007 3:03 pm
by Acorns
Colspan changed, good spot. I added the speed column and forgot to change it.

What the "round time" is currently showing is just the time between when their score last changed and now, aka how far they are into their current bucket (assuming they are still fishing). This is temporary, and not how I intend it to work; I changed the way round times are found from go-out-and query for them each time to being kept in a "current stats" table that the parser generates. This will be fixed when I finish the stats puller, and when 'LastRoundTime' disappears from the dev-todo list.

Re: -FIXED (up to first post)- Various bugs

PostPosted: Thu Jul 26, 2007 11:24 am
by SigmaJargon
On user pages, the current junk rank is not listed. For example, on alchemist's page, it says that he is not Not Ranked in junk, despite currently holding gold. Same goes for panda, Bria, and the other people on the Junk board.

Re: -FIXED (up to first post)- Various bugs

PostPosted: Fri Jul 27, 2007 3:37 am
by Acorns
Fixed a typo in the template, sorry that took so long; kind of ran out of freetime for a bit :( Hopefully can get Portal polished and ready to go live tomorrow.

Re: -FIXED (up to third post)- Various bugs

PostPosted: Mon Aug 06, 2007 11:49 am
by SigmaJargon
When using the search on Low Mode, clicking on a result does not lead to the user's page, but to a blank user. For example, searching for Gaidin yields links to http://fish.acornscity.com/index.php?p=1&u= when there should be links to http://fish.acornscity.com/index.php?p=1&u=Gaidin

Re: -FIXED (up to third post)- Various bugs

PostPosted: Mon Aug 06, 2007 12:20 pm
by Acorns
Creepy! I'll fix this as soon as I get home.

Edit: Fixed. Had mistyped/copied the array index variable for the code that printed out the name in that link.