« 2005年01月 | メイン | 2005年03月 »

2005年02月23日

サイン・インとサイン・アウトのリンク修正

個別テンプレート内のサイン・インとサイン・アウトのリンクを修正しました。

これでTypeKeyトークンを設定している人のウェブログでは、サイン・インができるようになったと思うのですが…。

きりしま屋: サイン・インがうまくいかない MT3.11-ja

投稿者 Kirishima : 15:42

2005年02月06日

3.15[ja]にアップグレードしました。

MovableTypeを3.01D[ja]から3.15[ja]にアップグレードしました。

独自の調査方法によるいい加減なアップグレードなので、おかしな所に気づいたらお知らせください。

いちおう、手順としては

3.01[ja]D → 3.15[ja]
の比較で新しくなっているファイルを含むフォルダを上書きアップロード。

/docs
/extlib
/images
/lib
/php
/schemas
/search_templates
/tmpl
/tools

あと、

mt.cgi
mt-add-notify.cgi
mt-atom.cgi
mt-comments.cgi
mt-db2sql.cgi
mt-search.cgi
mt-send-entry.cgi
mt-set-reg.cgi
mt-tb.cgi
mt-upgrade31.cgi
mt-upgradecheck.cgi
mt-view.cgi
mt-xmlrpc.cgi
styles.css

をアップロード。mt-upgradeXX.cgiはもっと古いバージョンからのアップグレードの人が使うのでアップせず。

mt-upgrade31.cgi
のパーミッションを[755]にセットして、
ブラウザから呼び出します。


Upgrading your databases:
Running 'alter table mt_blog add blog_ping_technorati tinyint'
Running 'alter table mt_blog add blog_children_modified_on datetime'
Running 'alter table mt_blog add blog_custom_dynamic_templates varchar(25)'
Running 'update mt_blog set blog_custom_dynamic_templates = 'none''
Running 'alter table mt_template add template_created_on datetime not null'
Running 'alter table mt_template add template_modified_on timestamp not null'
Running 'alter table mt_template add template_created_by integer'
Running 'alter table mt_template add template_modified_by integer'
Running 'alter table mt_template add template_build_dynamic tinyint'
Running 'update mt_template set template_build_dynamic = 0 where template_build_dynamic <> 1'
Running 'alter table mt_template modify template_build_dynamic tinyint not null'
Running 'alter table mt_category add category_parent integer'
Running 'update mt_category set category_parent = 0'
Running 'alter table mt_category modify category_parent integer not null'
Running 'alter table mt_entry modify entry_basename varchar(50) not null'
Running 'create table mt_fileinfo (
fileinfo_id integer primary key auto_increment,
fileinfo_blog_id integer not null,
fileinfo_entry_id integer,
fileinfo_url varchar(255),
fileinfo_file_path text,
fileinfo_template_id integer,
fileinfo_templatemap_id integer,
fileinfo_archive_type varchar(255),
fileinfo_category_id integer,
fileinfo_startdate varchar(80),
fileinfo_virtual tinyint,
index(fileinfo_blog_id),
index(fileinfo_entry_id),
index(fileinfo_url)
)
'
Creating Dynamic Site Bootstrapper.
Creating Dynamic Pages Error Template.

Done upgrading your schema! All went well.


こんな感じです。
All went well.
と出ればオッケーだと思っていますので、これにて終了。

投稿者 Kirishima : 17:20

2005年02月04日

Quasi-Spam Filter Plugin 組み込みました。

トラックバックspamの嵐が吹き荒れているようなので、

Quasi-Spam Filter Plugin
コメントスパム受信時、トラックバックスパム受信時のリアクションを複数サポートする、スパムフィルタプラグインです。
Ogawa::Memoranda: Quasi-Spam Filter Plugin

の0.15を組み込みました。


プラグインなので、ただpluginsディレクトリにアップロードするだけで動作するらしいので、すぐ対応ができるのがいいところですね。

きりしま屋に比べると、ウェブログのRSSを登録するサービスなどに登録していない人が多いと思うので影響は少ないかと思いますが、あまりに実装が簡単なので導入してみました。

本体のバージョンが若干古いので、
トラックバックやコメントに不具合が発生するようならお知らせ下さい。

投稿者 Kirishima : 09:45