Oliver M. Bolzer
olive****@faker*****
2004年 1月 15日 (木) 21:09:21 JST
バグ#676 (要約): 日記エントリの題名を編集しても、コメントページに表示される題名が 変更されない。 変更の概要:journal.pl:saveArticle()にて議論を収容するdiscussionの tileを変更すべきところ、(存在しない)description誤って修正されていたので、 titleを変更 RCS file: /cvsroot/slash/slash/plugins/Journal/journal.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -p --unified=3 -r1.6 -r1.7 --- journal.pl 2002/11/18 06:20:14 1.6 +++ journal.pl 2003/05/09 03:31:37 1.7 @@ -2,7 +2,7 @@ # This code is a part of Slash, and is released under the GPL. # Copyright 1997-2001 by Open Source Development Network. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: journal.pl,v 1.6 2002/11/18 06:20:14 tach Exp $ +# $Id: journal.pl,v 1.7 2003/05/09 03:31:37 tach Exp $ use strict; use Slash 2.001; # require Slash 2.1 @@ -14,7 +14,7 @@ use vars qw($VERSION); use HTML::Entities; ###END_ADD_J -($VERSION) = ' $Revision: 1.6 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.7 $ ' =~ /\$Revision:\s+([^\s]+)/; use constant ALLOWED => 0; use constant FUNCTION => 1; @@ -391,7 +391,7 @@ sub saveArticle { # update description if changed } elsif (!$form->{comments_on} && $article->{discussion} && $article->{description} ne $description) { - $slashdb->setDiscussion($article->{discussion}, { description => $description }); + $slashdb->setDiscussion($article->{discussion}, { title => $description }); } unless ($form->{comments_on}) { このバグはSlashcode 2.2.6にもあるので、cvs.slashcode.comの復活後にまだ 残っているかチェックして上流にも投げるべき。 -- Oliver M. Bolzer olive****@gol***** GPG (PGP) Fingerprint = 621B 52F6 2AC1 36DB 8761 018F 8786 87AD EF50 D1FF