Welcome to the Center web
Available Information
History
- 04 Dec 2009, upgrade to Foswiki 1.0.8
- 22 Sep 2009, upgrade to Foswiki 1.0.7
- 22 Jun 2009, upgrade to Foswiki 1.0.6
- 30 May 2009, testing Google Adsense
- 22 Mar 2009, upgrade to Foswiki 1.0.4
- Update GoogleAnalyticsPlugin from version for TWiki to version for Foswiki
- Update by configuration
- remove old TWiki version
- modified {Plugins}{GoogleAnalyticsPlugin}{Module} from TWiki::Plugins::GoogleAnalyticsPlugin to Foswiki::Plugins::GoogleAnalyticsPlugin
- WysiwygPlugin 中文輸入問題
- 修改 lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML.pm
119,122c119up
< # $text = Encode::decode_utf8($text);
< if (utf8::valid($text)) {
< utf8::decode($text);
< }
---
> $text = Encode::decode_utf8($text);
113,116c113
< # $text = Encode::decode_utf8($text);
< if (utf8::valid($text)) {
< utf8::decode($text);
< }
---
> $text = Encode::decode_utf8($text);
- 04 Jan 2009, migrate from TWiki 4.2.4 to Foswiki 1.0.0
Center Web Utilities
Topic revision: r8 - 04 Dec 2009 - 15:17:51 -
ChYang