Downloadliste

Projektbeschreibung

KakiWiki is a wiki clone written in Ruby.
This is a tool for creation, management, and public presentation of the
multilingualized documents.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2004-08-11 17:38
KakiWiki 1.0.2 (1 files Verstecken)

Versionsanmerkungen

* Ruby 1.8.X での CGI や mod_ruby モードで動かす場合のバグフィックス

Änderungsprotokoll

* freeze されている文字列をuntaint しようとしてエラーになっていた部分
を修正(Ruby 1.8 環境で環境変数が frozen されるようになったため)
* エラーページ生成中に例外が起きた場合に,なにも表示されなくなるバグを修正
(text/plain で例外を表示するように変更した)
* text/plain での例外の表示に Exception#to_s() と Exception#backtrace()
の内容を追加