2013
1月
1
(火)
d3diary-ver0.28 (php5+バージョン)
記事にHTMLとBBcodeの両対応設定を可能としました。
ご注意:ver0.20から、php5.0以上必須となりました。
ソース
本日時点のソースとして、このページにも貼っておきます。
変更内容
2013/1/1 ver0.28
- HTML投稿とBBcodeの両方を有効にできるようにした(つもり・・) (thx otanuki)
- 管理画面でGD関連の関数定義チェックを追加した。 (thx nouphet)
使い方変更箇所
投稿本文のサニタイズ選択肢が、以下の4つに増えました。
- BBcodeと改行有効 (:従来のHTML許可チェックオフと同等)
- HTMLのみ有効(BBcode無効) (:従来のHTML許可チェックおんと同等)
- HTMLとBBcode有効 (:今回追加)
- HTMLとBBcode、改行有効 (:今回追加)
変更ソース
+
| | ver0.27 --> ver0.28 | - xoops_trust_path/modules/d3diary/xoops_version.php (modified)
- xoops_trust_path/modules/d3diary/admin/index.php (modified)
- xoops_trust_path/modules/d3diary/class/func.class.php (modified)
- xoops_trust_path/modules/d3diary/include/import_functions.php (modified)
- xoops_trust_path/modules/d3diary/lamguages/(lang)/main.php (modified)
- xoops_trust_path/modules/d3diary/main/edit.php (modified)
- xoops_trust_path/modules/d3diary/main/index.php (modified)
- xoops_trust_path/modules/d3diary/templates/edit.html (modified)
|