XooNIps 3.42a
既知の問題および修正方法
d3forum によるコメント機能利用時のテンプレート変数の誤り (2009/2/12)
<{d3forum_comment dirname=$dir_name forum_id=$forum_id itemname=item_id subject=$xoops_pagetitle}>インポートしたアイテムの Preview のサムネイル作成に失敗する (2009/3/6)
--- class/orm/file.class.php 9 Dec 2008 04:09:31 -0000 1.1.4.1.2.16
+++ class/orm/file.class.php 6 Mar 2009 06:09:53 -0000 1.1.4.1.2.17
@@ -329,7 +329,7 @@
$new_width = round( $width * $scale );
$new_height = round( $height * $scale );
// resize
- $new_Image_id = imagecreatetruecolor( $new_width, $new_height );
+ $new_image_id = imagecreatetruecolor( $new_width, $new_height );
$result = imagecopyresized( $new_image_id, $image_id, 0, 0, 0, 0, $new_width, $new_height, $width, $height );
imagedestroy( $image_id );
$image_id = $new_image_id;"Paper" アイテムが編集できない (2009/3/25)
アカウント情報ページ "userinfo.php" でユーザ情報のボタンが動作しない (2009/3/30)
アイテム編集で日付の箇所が1970になってしまう (2009/4/9)
UTF-8 で動作させている際にファイル検索がうまく動作しない (2009/4/15)
アカウント情報ページ "userinfo.php" の検索結果のリンク切れ (2009/6/12)
アイテム編集時に公開承認状態および OAI-PMH の変更日時が更新されない (2009/7/13)
Last updated