[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Comments/Ratings for a Single Item
I was merging the functionality of canonicalURI, which takes an ItemID, into make_link_url, which takes a row, and I didn't do a thorough job of it. That is now fixed. Instead of duplicating functionality, canonicalURI will now use the ItemID to get a row with which it can call make_link_url. Having make_link_url call canonicalURI, as it was doing before, was wasteful, because it queried the database for a row it already had from a previous database query.
Bn Em points out a similar issue with link pages in this comment.
Okay, that's now fixed.
4 comments displayed
Permalink to the exact comments currently displayed.
The links to favorites are sometimes populated with just
chessvariants.com/rules/
. I didn't notice this on the overall favorites listing page, but did on theGames->YourFavorites
menu and my personal information page's listing, in both places TessChess (among others) failing to link correctly.