[Slashdotjp-dev 835] [351] Add journal time to FireHose when journal is added to FireHose

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 12月 25日 (火) 00:00:26 JST


Revision: 351
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=351
Author:   tach
Date:     2007-12-25 00:00:25 +0900 (Tue, 25 Dec 2007)

Log Message:
-----------
Add journal time to FireHose when journal is added to FireHose

Modified Paths:
--------------
    slashjp/trunk/debian/changelog
    slashjp/trunk/plugins/FireHose/FireHose.pm


-------------- next part --------------
Modified: slashjp/trunk/debian/changelog
===================================================================
--- slashjp/trunk/debian/changelog	2007-12-24 14:01:44 UTC (rev 350)
+++ slashjp/trunk/debian/changelog	2007-12-24 15:00:25 UTC (rev 351)
@@ -8,8 +8,9 @@
       /usr/lib/perl5/Slash/DB/Static/MySQL.pm line 866.
   * Fix for FireHose initial data script at
     /usr/lib/perl5/Slash/Utility/Data.pm line 434
+  * Add journal time to FireHose when journal is added to FireHose
 
- -- Taku YASUI <tach****@osdn*****>  Mon, 24 Dec 2007 22:59:42 +0900
+ -- Taku YASUI <tach****@osdn*****>  Mon, 24 Dec 2007 23:59:35 +0900
 
 slash (2.5.0.187-1) unstable; urgency=low
 

Modified: slashjp/trunk/plugins/FireHose/FireHose.pm
===================================================================
--- slashjp/trunk/plugins/FireHose/FireHose.pm	2007-12-24 14:01:44 UTC (rev 350)
+++ slashjp/trunk/plugins/FireHose/FireHose.pm	2007-12-24 15:00:25 UTC (rev 351)
@@ -148,6 +148,7 @@
 			title 			=> $journal->{description},
 			globjid 		=> $globjid,
 			uid 			=> $journal->{uid},
+			createtime		=> $journal->{date},
 			attention_needed 	=> "yes",
 			public 			=> "yes",
 			introtext 		=> $introtext,


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