[Slim-Checkins] r11866 - in /trunk/server: Changelog6.html HTML/Nokia770/cmdwrappers
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Mon Apr 30 18:03:29 PDT 2007
Author: kdf
Date: Mon Apr 30 18:03:29 2007
New Revision: 11866
URL: http://svn.slimdevices.com?rev=11866&view=rev
Log:
Bug: 4950
Description: use itemobj for album link/title in trackinfo
Modified:
trunk/server/Changelog6.html
trunk/server/HTML/Nokia770/cmdwrappers
Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=11866&r1=11865&r2=11866&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Mon Apr 30 18:03:29 2007
@@ -54,6 +54,8 @@
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4924">#4924</a> - Nice to have: Up and Down buttons for PlayList on Dark skin</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4926">#4926</a> - Mac Installer & Preference Pane still shows 6.5.1 should be 6.5.2</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4940">#4940</a> - Error! url:[0] is empty or a track could not be read</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4947">#4947</a> - Search does not search '0'</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4950">#4950</a> - Nokia770 song search results are missing album information and hyperlinks</li>
</ul>
<br />
<li>Other:
Modified: trunk/server/HTML/Nokia770/cmdwrappers
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/cmdwrappers?rev=11866&r1=11865&r2=11866&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/cmdwrappers (original)
+++ trunk/server/HTML/Nokia770/cmdwrappers Mon Apr 30 18:03:29 2007
@@ -227,7 +227,7 @@
<a [% PROCESS songinfoItemHRef %]>[% item.text | html %][% IF showYear && item.year %] ([% item.year %])[% END %]</a>
[% IF verbose %]
[% "FROM" | string %]
- <a href="[% webroot %]browsedb.html?hierarchy=album,track&level=1&album=[% item.album.id %]&player=[% playerURI %]">[% item.album.title | html %]</a>
+ <a href="[% webroot %]browsedb.html?hierarchy=album,track&level=1&album=[% item.itemobj.album.id %]&player=[% playerURI %]">[% item.itemobj.album.title | html %]</a>
[% PROCESS artistsAsHTML.html notarget=1 %]
[% END %]
[%# IF includeArtist && artist; PROCESS artistsAsHTML.html notarget = 1; END %]
More information about the checkins
mailing list