[Slashdotjp-dev 1030] [557] * Fix continue: firehose color for bookmark feed to same as normal bookmarks

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 3月 27日 (木) 16:07:33 JST


Revision: 557
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=557
Author:   tach
Date:     2008-03-27 16:07:33 +0900 (Thu, 27 Mar 2008)

Log Message:
-----------
 * Fix continue: firehose color for bookmark feed to same as normal bookmarks
   at tagboxes

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/debian/changelog
    slashjp/branches/2.5.0.192/tagboxes/FHEditorPop/FHEditorPop.pm
    slashjp/branches/2.5.0.192/tagboxes/FHPopularity/FHPopularity.pm
    slashjp/branches/2.5.0.192/tagboxes/FHPopularity2/FHPopularity2.pm
    slashjp/branches/2.5.0.192/tagboxes/FireHoseScores/FireHoseScores.pm


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/debian/changelog
===================================================================
--- slashjp/branches/2.5.0.192/debian/changelog	2008-03-26 05:06:11 UTC (rev 556)
+++ slashjp/branches/2.5.0.192/debian/changelog	2008-03-27 07:07:33 UTC (rev 557)
@@ -1,3 +1,10 @@
+slash (2.5.0.192-9) unstable; urgency=low
+
+  * Fix continue: firehose color for bookmark feed to same as normal bookmarks
+    at tagboxes
+
+ -- Taku YASUI <tach****@osdn*****>  Thu, 27 Mar 2008 06:46:20 +0000
+
 slash (2.5.0.192-8) unstable; urgency=low
 
   * Enable to select using shtml links at site RSS/RDF by

Modified: slashjp/branches/2.5.0.192/tagboxes/FHEditorPop/FHEditorPop.pm
===================================================================
--- slashjp/branches/2.5.0.192/tagboxes/FHEditorPop/FHEditorPop.pm	2008-03-26 05:06:11 UTC (rev 556)
+++ slashjp/branches/2.5.0.192/tagboxes/FHEditorPop/FHEditorPop.pm	2008-03-27 07:07:33 UTC (rev 557)
@@ -167,7 +167,7 @@
 	} elsif ($type eq 'urls') {
 		$extra_pop = $self->sqlCount('bookmarks', "url_id=$target_id_q") || 0;
 		$color_level = $self->sqlCount("firehose", "type='feed' AND url_id=$target_id")
-			? 6  # feed
+			? 7  # feed
 			: 7; # nonfeed
 	} elsif ($type eq "stories") {
 		my $story = $self->getStory($target_id);

Modified: slashjp/branches/2.5.0.192/tagboxes/FHPopularity/FHPopularity.pm
===================================================================
--- slashjp/branches/2.5.0.192/tagboxes/FHPopularity/FHPopularity.pm	2008-03-26 05:06:11 UTC (rev 556)
+++ slashjp/branches/2.5.0.192/tagboxes/FHPopularity/FHPopularity.pm	2008-03-27 07:07:33 UTC (rev 557)
@@ -153,7 +153,7 @@
 	} elsif ($type eq 'urls') {
 		$extra_pop = $self->sqlCount('bookmarks', "url_id=$target_id_q") || 0;
 		$color_level = $self->sqlCount("firehose", "type='feed' AND url_id=$target_id")
-			? 6  # feed
+			? 7  # feed
 			: 7; # nonfeed
 	} elsif ($type eq "stories") {
 		my $story = $self->getStory($target_id);

Modified: slashjp/branches/2.5.0.192/tagboxes/FHPopularity2/FHPopularity2.pm
===================================================================
--- slashjp/branches/2.5.0.192/tagboxes/FHPopularity2/FHPopularity2.pm	2008-03-26 05:06:11 UTC (rev 556)
+++ slashjp/branches/2.5.0.192/tagboxes/FHPopularity2/FHPopularity2.pm	2008-03-27 07:07:33 UTC (rev 557)
@@ -150,7 +150,7 @@
 	} elsif ($type eq 'urls') {
 		$extra_pop = $self->sqlCount('bookmarks', "url_id=$target_id_q") || 0;
 		$color_level = $self->sqlCount("firehose", "type='feed' AND url_id=$target_id")
-			? 6  # feed
+			? 7  # feed
 			: 7; # nonfeed
 	} elsif ($type eq "stories") {
 		my $story = $self->getStory($target_id);

Modified: slashjp/branches/2.5.0.192/tagboxes/FireHoseScores/FireHoseScores.pm
===================================================================
--- slashjp/branches/2.5.0.192/tagboxes/FireHoseScores/FireHoseScores.pm	2008-03-26 05:06:11 UTC (rev 556)
+++ slashjp/branches/2.5.0.192/tagboxes/FireHoseScores/FireHoseScores.pm	2008-03-27 07:07:33 UTC (rev 557)
@@ -268,7 +268,7 @@
 		# XXX should modify next line by users' vote clout
 		$extra_pop = $self->sqlCount('bookmarks', "url_id=$target_id_q") || 0;
 		$color_level = $self->sqlCount("firehose", "type='feed' AND url_id=$target_id")
-			? 6  # feed
+			? 7  # feed
 			: 7; # nonfeed
 	} elsif ($type eq "stories") {
 		my $story = $self->getStory($target_id);


Slashdotjp-dev メーリングリストの案内
Back to archive index