svnno****@sourc*****
svnno****@sourc*****
2009年 7月 28日 (火) 18:39:07 JST
Revision: 946 http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=946 Author: okkez Date: 2009-07-28 18:39:07 +0900 (Tue, 28 Jul 2009) Log Message: ----------- uncomment a line (see rev.942) Modified Paths: -------------- hiki/trunk/ChangeLog hiki/trunk/misc/plugin/history.rb Modified: hiki/trunk/ChangeLog =================================================================== --- hiki/trunk/ChangeLog 2009-07-28 09:39:06 UTC (rev 945) +++ hiki/trunk/ChangeLog 2009-07-28 09:39:07 UTC (rev 946) @@ -1,5 +1,9 @@ 2009-07-28 okkez <okkez****@gmail*****> + * misc/plugin/history.rb (Hiki::History#history): uncomment. (see rev.942) + +2009-07-28 okkez <okkez****@gmail*****> + * misc/plugin/history.rb: use dot instead double colon when call singleton meshods. Modified: hiki/trunk/misc/plugin/history.rb =================================================================== --- hiki/trunk/misc/plugin/history.rb 2009-07-28 09:39:06 UTC (rev 945) +++ hiki/trunk/misc/plugin/history.rb 2009-07-28 09:39:07 UTC (rev 946) @@ -190,7 +190,7 @@ sources << " <tr><td>#{rev}</td><td>#{time.escapeHTML}</td><td align=right>#{op}</td></tr>\n" end else - #log.gsub!(/=============================================================================/, '') + log.gsub!(/=============================================================================/, '') log.chomp! log = "*** no log message ***" if log.empty? case history_repos_type