[Slashdotjp-dev 1476] [1007] Fix: vanish olderstuff slashbox from top page when moved

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 13日 (金) 16:33:35 JST


Revision: 1007
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1007
Author:   tach
Date:     2009-02-13 16:33:35 +0900 (Fri, 13 Feb 2009)

Log Message:
-----------
 Fix: vanish olderstuff slashbox from top page when moved

Modified Paths:
--------------
    slashjp/trunk/Slash/DB/MySQL/MySQL.pm
    slashjp/trunk/debian/changelog


-------------- next part --------------
Modified: slashjp/trunk/Slash/DB/MySQL/MySQL.pm
===================================================================
--- slashjp/trunk/Slash/DB/MySQL/MySQL.pm	2009-02-13 04:32:22 UTC (rev 1006)
+++ slashjp/trunk/Slash/DB/MySQL/MySQL.pm	2009-02-13 07:33:35 UTC (rev 1007)
@@ -10537,6 +10537,7 @@
 	}
 	if (exists $hashref->{slashboxes}) {
 		my @slashboxes = grep /^[\w-]+$/, split /,/, $hashref->{slashboxes};
+		map { s/olderstuff/mainpage_more/; } @slashboxes;
 		$hashref->{slashboxes} = join ",", @slashboxes;
 	}
 

Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2009-02-13 04:32:22 UTC (rev 1006)
+++ slashjp/trunk/debian/changelog	2009-02-13 07:33:35 UTC (rev 1007)
@@ -6,8 +6,9 @@
     using constants "submission_remove_mainpage_nexus_tid"
   * Fix SQL to get top journals at journal_update_slashbox.pl
   * Change color to red for "This story will not appear" messa****@admin*****
+  * Fix: vanish olderstuff slashbox from top page when moved
 
- -- Taku YASUI <tach****@osdn*****>  Fri, 13 Feb 2009 04:22:33 +0000
+ -- Taku YASUI <tach****@osdn*****>  Fri, 13 Feb 2009 07:32:33 +0000
 
 slash (2.5.0.233-4) unstable; urgency=low
 



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