Bugzilla – Bug 1966
Browse by year in web interface is empty
Last modified: 2008-12-15 11:57:38 UTC
On both the 8/11 and 8/12 nightlies the Browse By Year pages for Default and Fishbone skins contain the right number of lines but no year text. I'll attach a screenshot.
having trouble putting up an attachment, I'll try again later if necessary
no worries on the screenshot. I can see the same, and I think I know where they are getting blanked. change line 1257 of Pages.pm to: if (!ref($item) && $item =~ /^\d+$/ && $levels[$level] ne 'year') { the Years aren't numeric id's, even though they will match the regex, so have to specifically check that its not the year level in heirarchy.
Created attachment 717 [details] patch for above
works great for me. thanks kdf!
cool beans. I'll get it merged for the next nightly. (I realised recently that it was really line 1242, so I'm glad you found the right line :)
committed to trunk at change 3952. Doesn't seem to apply to 6.1.x
This bug has been fixed in the latest release of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.