ページへ戻る

− Links

 印刷 

Ver 4.01.1 (FCKeditor 搭載など) のバックアップソース(No.2) :: XOOPS マニア

xpwiki:xpWiki開発日記/2008-11-13 のバックアップソース(No.2)

« Prev[5]  Next »[6]
#navi(../)

#datebox
* Ver 4.01.1 (FCKeditor 搭載など) [#pdaba5ea]

&tag(FCKeditor,fckxpwiki,html側更新,Ajax);

** 概要 [#cc0f8e04]
- FCKeditor を搭載。
- html側を更新。
-- Ver 3 からのhtml側差分パック
--- &ref(xpWiki開発日記/xpWiki_html_V3toV4.zip);

** FCKeditor について [#x60e7b04]

Version 3.71.86 から仮導入していた FCKeditor ですが、今回の Ver 4.01.1 から FCKeditor の導入先を XOOPS_ROOT_PATH/common ディレクトリに変更しました。

デフォルトでは

- XOOPS_ROOT_PATH/common/
-- fckeditor_2.6 (FCKeditor 本体)
-- fckxpwiki (FCKeditor用 xpWikiプラグイン)

となっています。fckeditor_2.6 は管理画面の一般設定から変更できます。FCKeditor を無効にしたい場合は、その設定値を空にしてください。

fckeditor_2.6 以下のファイルは、FCKeditor がそのまま入っています。独自変更はないので、FCKeditor 本体がバージョンアップされた場合もそこへ新しいバージョンを上書きすればOKです。

fckxpwiki 以下には、xpWiki 独自のファイルが含まれていて、これらのファイルは、更なる改良が必要と思われますので、その都度変更していきますが、その際 xpWiki のメジャーバージョン番号は変更されません。

その都度アナウンスしますので、適宜上書きしてください。

開発時の動作確認ブラウザは、FireFox 3.0.3, IE 7, Google Chrome 0.3.154.9, Safari 3.1.2, Opera 9.62 (いづれも Windows版) で行っています。(IE はかなり重くなりますので、他のブラウザをお勧めします)

** CVS 更新内容 [#d20fee9e]
#region(今回の更新分){{
-2008-11-13 09:32  nao-pon
--* version.php (1.53):
---Version 4.01.1
-2008-11-13 09:30  nao-pon
--* gate.php (1.6), loader.php (1.54), ini/pukiwiki.ini.php (1.86),
language/xpwiki/de/plugin/conf.lng.php (1.6),
language/xpwiki/de/plugin/pluginlist.lng.php (1.1),
language/xpwiki/de_utf8/plugin/conf.lng.php (1.6),
language/xpwiki/de_utf8/plugin/pluginlist.lng.php (1.1),
language/xpwiki/en/plugin/conf.lng.php (1.10),
language/xpwiki/en/plugin/pluginlist.lng.php (1.1),
language/xpwiki/ja/plugin/conf.lng.php (1.10),
language/xpwiki/ja/plugin/pluginlist.lng.php (1.1),
language/xpwiki/ja_utf8/plugin/conf.lng.php (1.10),
language/xpwiki/ja_utf8/plugin/pluginlist.lng.php (1.1),
plugin/conf.inc.php (1.13), skin/js/main.js (1.51),
skin/js/xpwiki.js (1.29):
--- Enabled the setting of installation features of FCKeditor.
--- fckxpwiki is moved to "XOOPS_ROOT_PATH/common".
-2008-11-13 09:26  nao-pon
--* skin/js/fck.config.js (1.3):
---FCKConfig.EMailProtection = 'none';
-2008-11-13 09:26  nao-pon
--* skin/css/fckeditor.css (1.3):
---Edited font-size.
-2008-11-13 09:25  nao-pon
--* skin/css/base.css (1.5):
---Added "#xpwiki_loading_text"
-2008-11-13 09:24  nao-pon
--* class/attach.php (1.10):
---Correction of problem that cannot be inserted with FCKeditor.
-2008-11-13 09:21  nao-pon
--* ways/: w2x.php (1.6), x2w.php (1.8):
---Display inline images in edit area.
-2008-11-13 09:20  nao-pon
--* plugin/setlang.inc.php (1.2):
---Supported block mode.
-2008-11-13 09:19  nao-pon
--* plugin/ref.inc.php (1.37):
---Use attr align & style(float) at inline mode.
-2008-11-13 09:18  nao-pon
--* plugin/pluginlist.inc.php (1.3):
---Output JSON data for FCKeditor on action mode.
-2008-11-13 09:00  nao-pon
--* plugin/googlemaps2_insertmarker.inc.php (1.4):
---Disabled inline plugin.
-2008-11-08 08:57  nao-pon
--* version.php (1.52):
---Version 3.71.93
-2008-11-08 08:56  nao-pon
--* ways/x2w.php (1.7):
---Corrected problem of "'".
-2008-11-08 08:54  nao-pon
--* ways/w2x.php (1.5):
---Treated "<" as well as xpWiki.
-2008-11-08 08:52  nao-pon
--* skin/css/fckeditor.css (1.2):
---Edited "div.plugin", "div.ref". (white-space: pre; ...)
-2008-11-07 17:23  nao-pon
--* version.php (1.51):
---Version 3.71.92
-2008-11-07 17:21  nao-pon
--* skin/js/xpwiki.js (1.28), language/xpwiki/de/default.js (1.2),
language/xpwiki/de_utf8/default.js (1.2),
language/xpwiki/en/default.js (1.2), language/xpwiki/ja/default.js
(1.2), language/xpwiki/ja_utf8/default.js (1.2):
---Added a toggle button. ( Rich <-> Normal)
-2008-11-07 17:20  nao-pon
--* ways/x2w.php (1.6):
---A useless first blank is deleted.
-2008-11-07 17:20  nao-pon
--* ways/w2x.php (1.4):
---Check exists_plugin_convert().
-2008-11-07 17:19  nao-pon
--* skin/css/base.css (1.4):
---Tuned "WrapBtn" & "FckBtn".
-2008-11-07 08:22  nao-pon
--* version.php (1.50):
---Version 3.71.91
-2008-11-07 08:21  nao-pon
--* skin/js/resizable.js (1.11):
--- Correction of problem that height of IFARME might not be able to
be adjusted with Safari.
--- Added a cover for cache mouse event for
IFRAME.
-2008-11-07 08:16  nao-pon
--* ways/w2x.php (1.3):
---Corrected the conversion mistake of the font plug-in.
}}

** 一行コメント [#c2bf71fe]
#comment

#navi(../)


« Prev[5]  Next »[6]