提供: GeeklogJpWiki
2007/03/01版差替内容
- パスワード再発行のお知らせメールの文章の改善
- /language/japanese.php
- /language/japanese_utf-8.php
- /language/korean.php
- /language/korean_utf-8.php
- Professional CSS Ver.0.95.2(2007-02-23)
- /public_html/layout/ProfessionalCSS/advanced_editor_header.thtml
- /public_html/layout/ProfessionalCSS/blockheader-left.thtml
- /public_html/layout/ProfessionalCSS/blockheader-right.thtml
- /public_html/layout/ProfessionalCSS/README
- /public_html/layout/ProfessionalCSS/css/navbar/navbar.css
- /public_html/layout/ProfessionalCSS/css/admin/story.css
- /public_html/layout/ProfessionalCSS/css/preferences/preferences.css
- テーマエディタ メニュー一覧修正
- /plugins/themedit/config.php差し替え
- /plugins/themedit/config.php2削除
- プラグイン ファイル管理 タグ抜け修正
- /public_html/filemgmt/submit.php
- 静的ページ テンプレート 管理者編集用 タイトルnowrap追加
- /plaugins/staticpages/templates/admin/editor.thtml
- /plaugins/staticpages/templates/admin/editor_advanced.thtml
- 静的ページ編集時にエラーが発生する問題の対応(PHP5のみ発生)
所有者ヘッダのソートを有効、初期ソートを最終更新日降順
- /public_html/admin/plugins/staticpages/index.php
- /public_html/admin/plugins/staticpages/add_to_index.php 削除
- コンフィギュレーションエディタ
- デフォルトテーマが新規登録ユーザに反映されない問題を修正
- /plugins/userconfig/config.php
- /userconfig_now.php
- URLリライトの変更が反映されない問題を修正(→プラグイン内ではなく,Geeklog本体のconfig.php最後の行でuserconfig_now.phpを取り込む方法に変更しました。)
- /plugins/userconfig/config.php
- /userconfig_now.php
- /config.php
- 二階層メニュー マルチリンガル設定でない時にエラーが発生することがある(The second argument should be either an array or an object)
- /system/custom/phpblock_nmoxmenu.php
- 新規登録の時のメールのタイトル等修正
- /language/japanese.php
- /language/japanese_utf-8.php
- 長さ修正。ユーザ名は16, メールアドレスは32
- /public_html/layout/ProfessionalCSS/users/getpasswordform.thtml
- /public_html/layout/ProfessionalCSS/users/registrationform.thtml
- /public_html/layout/mobile/users/getpasswordform.thtml
- /public_html/layout/mobile/users/registrationform.thtml
- メール不具合
- /public_html/lib-common.php/
- /system/lib-custom.php/
- /system/custom/custom_mail_JIS.php
- /system/custom/custom_mail_SAMPLE2.php (utf-8のみ)
require_once( 'custom/custom_mail.php' )のコメントはずしましたが
custom/custom_mail.php で関数はコメントになっているので
default では custom_mail は実行されません。
メール送信がうまく動作しない場合は
custom_mail_JIS.php または custom_mail_SAMPLE2.phpを
custom_mail.php にリネームしてお試しください。