BugTrack/332
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*commentプラグインのnodateオプションが無効となっている [#...
-ページ: BugTrack
-投稿者: [[にぶんのに]]
-優先順位: 低
-状態: 完了
-カテゴリー: プラグイン
-投稿日: 2003-05-17 (土) 06:13:15
-バージョン:
**メッセージ [#n4eaf701]
commentプラグインで挿入する文字列に日付を付加しないオプシ...
sf.jp上の1.34および1.42で確認。orgではnodateが正しく働く...
+ $now_format = ($post['nodate']=='1') ? '' : COMMENT_NO...
- if ($post['nodate']=='1') {
- $comment_format = str_replace('$now','',$comment_form...
- }
$postdata = '';
$postdata_old = get_source($post['refer']);
$comment_no = 0;
$name = '';
if ($post['name'] != '') {
$name = str_replace('$name',$post['name'],COMMENT_NAME_...
}
$head = '';
if (preg_match('/^(-{1,2})(.*)/',$post['msg'],$match)) {
$head = $match[1];
$post['msg'] = $match[2];
}
$comment = str_replace("\x08MSG\x08",str_replace('$msg',...
$comment = str_replace("\x08NAME\x08",$name,$comment);
+ $comment = str_replace("\x08NOW\x08",str_replace('$now...
- $comment = str_replace("\x08NOW\x08",str_replace('$now...
$comment = $head.$comment;
----
-commentプラグインで上方/下方どちらにコメントを挿入する...
-これは…[[BugTrack/277]]の修正の時に作ったバグですね。 XD...
-cvsに投入しました。[[cvs:plugin/comment.inc.php]] (v1.4:...
-げげっ…、1.17→1.18で激変しちゃってますねぇ…。ぼちぼち追...
--とりあえず、ls2.inc.phpに続いて、comment.inc.phpのバー...
-そんなには変わってないと思います… {の位置が行末から次の...
--diffファイルが150行を超えてるので、手作業ではかなり難し...
//#comment
終了行:
*commentプラグインのnodateオプションが無効となっている [#...
-ページ: BugTrack
-投稿者: [[にぶんのに]]
-優先順位: 低
-状態: 完了
-カテゴリー: プラグイン
-投稿日: 2003-05-17 (土) 06:13:15
-バージョン:
**メッセージ [#n4eaf701]
commentプラグインで挿入する文字列に日付を付加しないオプシ...
sf.jp上の1.34および1.42で確認。orgではnodateが正しく働く...
+ $now_format = ($post['nodate']=='1') ? '' : COMMENT_NO...
- if ($post['nodate']=='1') {
- $comment_format = str_replace('$now','',$comment_form...
- }
$postdata = '';
$postdata_old = get_source($post['refer']);
$comment_no = 0;
$name = '';
if ($post['name'] != '') {
$name = str_replace('$name',$post['name'],COMMENT_NAME_...
}
$head = '';
if (preg_match('/^(-{1,2})(.*)/',$post['msg'],$match)) {
$head = $match[1];
$post['msg'] = $match[2];
}
$comment = str_replace("\x08MSG\x08",str_replace('$msg',...
$comment = str_replace("\x08NAME\x08",$name,$comment);
+ $comment = str_replace("\x08NOW\x08",str_replace('$now...
- $comment = str_replace("\x08NOW\x08",str_replace('$now...
$comment = $head.$comment;
----
-commentプラグインで上方/下方どちらにコメントを挿入する...
-これは…[[BugTrack/277]]の修正の時に作ったバグですね。 XD...
-cvsに投入しました。[[cvs:plugin/comment.inc.php]] (v1.4:...
-げげっ…、1.17→1.18で激変しちゃってますねぇ…。ぼちぼち追...
--とりあえず、ls2.inc.phpに続いて、comment.inc.phpのバー...
-そんなには変わってないと思います… {の位置が行末から次の...
--diffファイルが150行を超えてるので、手作業ではかなり難し...
//#comment
ページ名: