librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1451] "free artists" on the other pages as well


From: Clint Adams
Subject: [Librefm-commits] [1451] "free artists" on the other pages as well
Date: Sun, 10 May 2009 03:26:35 +0000

Revision: 1451
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1451
Author:   clint
Date:     2009-05-10 03:26:35 +0000 (Sun, 10 May 2009)
Log Message:
-----------
"free artists" on the other pages as well

Modified Paths:
--------------
    branches/stable/nixtape/artist.php
    branches/stable/nixtape/explore.php
    branches/stable/nixtape/group.php
    branches/stable/nixtape/listen.php
    branches/stable/nixtape/track.php
    branches/stable/nixtape/user-edit.php

Modified: branches/stable/nixtape/artist.php
===================================================================
--- branches/stable/nixtape/artist.php  2009-05-10 03:22:26 UTC (rev 1450)
+++ branches/stable/nixtape/artist.php  2009-05-10 03:26:35 UTC (rev 1451)
@@ -32,7 +32,7 @@
 $smarty->assign("id", $artist->id);
 $smarty->assign("bio_summary", $artist->bio_summary);
 
-$aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
+$aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
 if (!PEAR::isError ($aTagCloud)) {
         $smarty->assign('tagcloud', $aTagCloud);
 }

Modified: branches/stable/nixtape/explore.php
===================================================================
--- branches/stable/nixtape/explore.php 2009-05-10 03:22:26 UTC (rev 1450)
+++ branches/stable/nixtape/explore.php 2009-05-10 03:26:35 UTC (rev 1451)
@@ -27,7 +27,7 @@
 require_once('data/TagCloud.php');
 
 // This should be contextual based on the mode= parameter?
-$aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
+$aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
 if (!PEAR::isError ($aTagCloud)) {
         $smarty->assign('tagcloud', $aTagCloud);
 }

Modified: branches/stable/nixtape/group.php
===================================================================
--- branches/stable/nixtape/group.php   2009-05-10 03:22:26 UTC (rev 1450)
+++ branches/stable/nixtape/group.php   2009-05-10 03:26:35 UTC (rev 1451)
@@ -36,7 +36,7 @@
                                'href' => 
$base_url.'/rdf.php?fmt=xml&page='.htmlentities($_SERVER['REQUEST_URI'])
                                )
                ));
-       $aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
+       $aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
        if (!PEAR::isError ($aTagCloud))
        {
                $smarty->assign('tagcloud', $aTagCloud);

Modified: branches/stable/nixtape/listen.php
===================================================================
--- branches/stable/nixtape/listen.php  2009-05-10 03:22:26 UTC (rev 1450)
+++ branches/stable/nixtape/listen.php  2009-05-10 03:26:35 UTC (rev 1451)
@@ -23,7 +23,7 @@
 require_once('templating.php');
 require_once('data/TagCloud.php');
 
-$aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
+$aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
 if (!PEAR::isError ($aTagCloud)) {
         $smarty->assign('tagcloud', $aTagCloud);
 }

Modified: branches/stable/nixtape/track.php
===================================================================
--- branches/stable/nixtape/track.php   2009-05-10 03:22:26 UTC (rev 1450)
+++ branches/stable/nixtape/track.php   2009-05-10 03:26:35 UTC (rev 1451)
@@ -33,7 +33,7 @@
 $smarty->assign("artisturl", Server::getArtistURL($track->artist_name));
 
 // no idea how this would be track-relevant
-$aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
+$aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
 if (!PEAR::isError ($aTagCloud)) {
         $smarty->assign('tagcloud', $aTagCloud);
 }

Modified: branches/stable/nixtape/user-edit.php
===================================================================
--- branches/stable/nixtape/user-edit.php       2009-05-10 03:22:26 UTC (rev 
1450)
+++ branches/stable/nixtape/user-edit.php       2009-05-10 03:26:35 UTC (rev 
1451)
@@ -170,7 +170,7 @@
        }
 
        # And display the page.
-       $aTagCloud = TagCloud::GenerateTagCloud('Scrobbles', 'artist');
+       $aTagCloud = TagCloud::GenerateTagCloud('Free_Scrobbles', 'artist');
        if (!PEAR::isError ($aTagCloud))
        {
                $smarty->assign('tagcloud', $aTagCloud);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]