ページへ戻る

− Links

 印刷 

Ver 3.04 - 05 (未作成ページへのファイル添付抑制など) :: XOOPS マニア

xpwiki:xpWiki開発日記/2007-07-09


Tag: Bugfix[4] CSS[5]
2007 7月 9 (月)
 

Ver 3.04 - 05 (未作成ページへのファイル添付抑制など) anchor.png[6] Edit [7]

  • 変数名の間違いを修正 (フォーラム:新しいページを作成時のエラー[8])
  • 未作成ページへはファイル添付できないようにした。
  • スキンのDIVエレメントに [モジュールディレクトリ名]_header, [モジュールディレクトリ名]_navigator ID を付加した。
    • 以前、Ver 2.18 で ElementID から ClassName に変更しましたが、hash として利用していたのを忘れていました。 :hammer: その修正です。 :-P
  • #noheader で適用されるCSSを修正しました。
    • display:none -> height: 0px
  • プラグインのCSSタグが正常に出力されないことがある問題を修正しました。(内部で判定用に使う変数名を変更)
    • $is_main, $is_block, $render_mode を それぞれ $render_mode['main'], ['block'], ['render'] とした。
Page Top

CVS 更新内容 anchor.png[9] Edit [10]

  • 2007-07-09 17:05 nao-pon[11]
    • * xoops_version.php (1.148):
      • Version 3.05
  • 2007-07-09 17:04 nao-pon[11]
    • * main.php (1.16), class/root.php (1.10), class/xpwiki[12].php (1.45), class/func/xpwiki_func.php (1.79), class/include/init.php (1.24):
      • Changed flagname $is_main, $is_block, $render_mode to $render_mode['main'], ['block'], ['render'].
  • 2007-07-09 17:02 nao-pon[11]
    • * skin/css/noheader.css (1.3):
      • Changed from display:none to height: 0px.
  • 2007-07-09 08:33 nao-pon[11]
    • * xoops_version.php (1.147):
      • Version 3.04
  • 2007-07-09 08:31 nao-pon[11]
    • * skin/tdiary.skin.php (1.23), class/func/pukiwiki_func.php (1.89), lang/en.lng.php (1.16), lang/ja.lng.php (1.16), lang/ja_utf8.lng.php (1.3), skin/pukiwiki[13].skin.php (1.22):
      • Added html element id "[DIRNAME]_header" & "[DIRNAME]_navigator" in SKIN for hash.
  • 2007-07-09 08:28 nao-pon[11]
    • * class/func/xpwiki_func.php (1.78):
      • Clear value "root->head_pre_tags" & "root->head_tags" in function get_additional_headtags().
  • 2007-07-09 08:25 nao-pon[11]
    • * plugin[14]/attach.inc.php (1.15):
      • Change to disable upload when page not found.
  • 2007-07-09 08:24 nao-pon[11]
    • * events/onPageWriteAfter/api.inc.php (1.3):
      • Fixed variable name typo.
Page Top

一行コメント anchor.png[15] Edit [16]




Last-modified: 2007-07-10 (火) 07:35:01 (JST) (6978d) by nao-pon