From codesite-noreply @ google.com Sun Jan 4 22:29:56 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 04 Jan 2009 13:29:56 +0000 Subject: [geeklog-jp commit] r1093 - in trunk/geeklog-1-jp-extended: . plugins/custommenu plugins/custommenu/bonus/layout/Prof... Message-ID: <00151750ddaa8b62a1045fa82be1@google.com> Author: dengenxp Date: Sun Jan 4 05:06:49 2009 New Revision: 1093 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp trunk/geeklog-1-jp-extended/plugins/custommenu/README_JP trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custom.css trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custommenu/menueditor.thtml trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/professional/custommenu/menueditor.thtml trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/professional/style.css trunk/geeklog-1-jp-extended/plugins/custommenu/config.php trunk/geeklog-1-jp-extended/plugins/custommenu/functions.inc trunk/geeklog-1-jp-extended/plugins/custommenu/install_defaults.php trunk/geeklog-1-jp-extended/plugins/custommenu/language/english.php trunk/geeklog-1-jp-extended/plugins/custommenu/language/english_utf-8.php trunk/geeklog-1-jp-extended/plugins/custommenu/language/japanese_utf-8.php trunk/geeklog-1-jp-extended/plugins/custommenu/layout/professional/custommenu/menueditor.thtml trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp.html trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html trunk/geeklog-1-jp-extended/public_html/admin/plugins/custommenu/index.php trunk/geeklog-1-jp-extended/public_html/custommenu/templates/menueditor.thtml Log: custommenuプラグイン:r1092の変更をtrunk/geeklog-1-jp-extendedへ反映させま す。 変更点をCHANGES.jpへ記載します。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Sun Jan 4 05:06:49 2009 @@ -1,5 +1,16 @@ $Id$ +2009-1-4 Yoshinori Tahara + + * PHPモードで、ID、クラス名、子メニューエントリの配列を設定できるよう + にしました。 + メニューアイテムの編集におけるバリデーションを強化しました。 + 0.4.0以降へのバージョンアップが正常に行えない問題に対応しました。 + メニューアイテムIDの変更に伴い親アイテムIDが更新されない問題に対応 + しました。 + テンプレートとCSSを一部修正しました。 + 説明書(readme_jp.thml, readme_jp_1.5.html)を充実させました。 + 2008-12-26 mystral-kk * Dataproxyプラグイン、サイトマッププラグインを共にバージョン Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/README_JP ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/README_JP (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/README_JP Sun Jan 4 05:06:49 2009 @@ -1,128 +1,4 @@ Geeklog1.4.1にインストールする場合は、readme_ja.htmlをお読みください。 Geeklog1.5.0にインストールする場合は、readme_ja_1.5.htmlをお読みください。 - -[多階層メニューに対応した独自メニューレンダラについて] - -バージョン0.4.0より多階層メニューや画像を使ったメニューに対応した独自メニ ューレンダラを搭載しました。 -比較的大規模なサイトに多くみられるプルダウンメニューなどを実装可能なHTMLを 出力できるようになりました。 - -Geeklog標準のメニューレンダラが出力するヘッダーメニュー部のHTMLは次のような ものです。 - -
- -
- -これに対して、今回搭載した独自メニューレンダラでは、次のような入れ子構造の HTMLを出力することができます。 - -
- -
- -また、メニューアイテムごとに次のテンプレート変数をサポートします。 - - menuitem_url メニューアイテムのリンク先URL - menuitem_text メニューアイテムのタイトル - menuitem_id メニューアイテムのID - menuitem_class メニューアイテムのクラス名 (例:'last') - class_property メニューアイテムのクラスプロパティ (例:'class="last"') - menuitem_icon_url メニューアイテムのアイコンとして用いる画像のURL - -多階層メニューを試すには、次の操作を行って下さい。 - (1) /bonus/lib-common.phpの657行〜666行のように、lib-common.phpを修正す る必要があります。 - (2) コンフィギュレーション -> カスタムメニュー -> メニューレンダラ を「 階層メニュー対応」に設定します。 - (3) /bonus/layout/テーマ名 のファイル群を、テーマディレクトリにコピーし ます。(professional と ProfessionalCSS のみ対応) - -上記(3)の操作で、menuitem.thtml, menuitem_last.thtml, style.css, custom.css を上書きしますので、事前のバックアップをお忘れなく。 - -「メニューアイテムの編集」で「親アイテムID」を使って階層を設定します。 - -階層メニューの起点になるメニューアイテムのクラス名に'drop'や'fly'を設定して みて下さい。(アローアイコンが出現します) -子階層メニューの最初のアイテム、孫階層メニューの最初のアイテム、親階層メニ ューの最後のアイテムのクラス名に'enclose'を設定して下さい。 - -画像を使ったメニューを試すには、テンプレート変数 menuitem_icon_url を使っ て、/layout/テーマ名/custommenu/内のmenuitem.thtml, menuitem_drop.thtmlを修 正します。加えて、CSSを使ってレイアウトを調整してください。 - - -[URLの照合機能について] - -バージョン0.3.0よりURLの照合機能を追加しました。 -URLの照合機能とは、Geeklogサイトの表示中のページのURLをメニューアイテムごと に照合し、マッチしたメニューアイテムのスタイルを変化させるものです。 -例えば、リンクのページを開いているときに、リンクのメニューアイテムを反転さ せて表示させることが可能となります。 -ただし、別途、システムの一部(lib-common.php)とテーマの一部を変更する必要 があります。 - -一例として、リンクのメニューアイテムを反転させる方法を示します。ここでは、 professionalテーマを用います。 -カスタムメニューの管理画面で「リンク」を編集します。 -項目「URL照合文字列」へ"/links/"を入力し、更新ボタンをクリックします。カス タムメニューエディタでの作業はこれだけです。 - -これは、「表示ページのURLに"/links/"が含まれていたときに、メニューアイテム 「リンク」のスタイルを変化させる。」という意味の設定です。 -なお、「正規表現」を有効にすると、PHPがサポートしている正規表現で照合するこ とができます。照合の条件が複雑な場合に使用することを想定した機能であり、使用 する場面は少ないでしょう。照合にはpreg_match関数を使用しています。 -正規表現の詳細については http://jp.php.net/manual/ja/regexp.reference.php を参照してください。 - -lib-common.phpの変更は実質2行追加するだけの簡単なものであり、副作用もありま せん。同梱の/bonus/lib-common.phpの623行目および681行目を参考にしてくださ い。Geeklog1.5.1用ですので該当バージョンをお使いの方はそのまま使用されてもよ いでしょう。 - -テーマの変更は、menuitem.thtml、menuitem_last.thtml、style.css の3つのファ イルを対象とします。 -/bonus/layout/professonal/内のファイルを参照してください。 -
  • タグに class="{menuitem_selected}" が追加されていることに注目してくださ い。 -style.csssは1031行目から1033行目の3行を加えるだけです。(サンプルなので単純 に背景色を変えただけ) - -これで完了です。メニューアイテム「リンク」をクリックして効果を確認してみて ください。 -テーマをさらに変更してハイセンスなメインメニューを構築してください。 - - -[多言語切り替え機能について] - -バージョン0.2.3より多言語切り替え機能への対応を強化しました。 -バージョン0.2.2以前のバージョンでは、多言語切り替えのために「可変モード」を 用意していましたが、メニューアイテムの表示を切り替えることはできるものの、リ ンク先まで切り替えることはできませんでした。(そこまでやるにはPHPモードを活 用する必要がありました。) -バージョン0.2.3からはGeeklog1.5.1から追加された「ブロックの多言語切り替え機 能」と同様の機能をサポートします。 - -「ブロックの多言語切り替え機能」の詳細については以下のWikiを参照してくださ い。 -http://wiki.geeklog.jp/index.php/Multi-Language_Support#.E3.83.96.E3.83.AD.E3.83.83.E3.82.AF -http://wiki.geeklog.net/wiki/index.php/Multi-Language_Support#Blocks - -一例として、英語と日本語を切り替える場合の使用方法を示します。 -カスタムメニュー管理画面で言語数+1つ(つまり合計3つ)で1セットのメニ ューアイテムを作成します。 -そして「メニューアイテムID」を、例えば次のように設定します。 -about -about_en -about_ja - -ここで添字"_en"を付加したものは英語モードで、添字"_ja"を付加したものは日本 語モードで用いるアイテムにします。 -そして、それぞれの「有効」オプションを次のように設定します。 -about 有効 -about_en 無効 -about_ja 無効 - -「タイトル(固定)」や「URL」はそれぞれの言語に応じて、表示させたいリンク先 のURLを指定します。(「モード」が「固定」の場合) -これで完了です。言語モードを切り替えてみてください。 - -メニューアイテム"about"の情報が、システムの言語モードに応じて、メニューアイ テム"about_en"やメニューアイテム"about_ja"の情報でオーバーライドされる仕組み です。システムの多言語モードがオフの時には、メニューアイテム"about"の情報が そのまま使われます。 - - - 以上。 Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custom.css ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custom.css (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custom.css Sun Jan 4 05:06:49 2009 @@ -90,6 +90,7 @@ div#container div#navigation li:hover { position : relative; + z-index : 100; } /* Make the hovered list color persist */ @@ -113,7 +114,7 @@ top : -11px; left : 80px; padding : 10px 30px 30px 30px; - background : transparent url(transparent.gif); + background : transparent url(custommenu/images/transparent.gif); width : 120px; } @@ -174,7 +175,7 @@ top : -11px; left : 80px; padding : 10px 30px 30px 30px; - background : transparent url(transparent.gif); + background : transparent url(custommenu/images/transparent.gif); } /* keep the third level+ hidden when you hover on first level link */ Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custommenu/menueditor.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custommenu/menueditor.thtml (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/ProfessionalCSS/custommenu/menueditor.thtml Sun Jan 4 05:06:49 2009 @@ -1,166 +1,100 @@ -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {lang_mode}: - -
    {lang_mode_info}
    -
    {lang_title_fixation}: - -
    {lang_title_fixation_info}
    -
    {lang_title_variable}: - -
    {lang_title_variable_info}
    -
    {lang_php_function}: - -
    {lang_php_function_info}
    -
    {lang_is_enabled}:
    {lang_menuitemurl}: - -
    {lang_includehttp}
    -
    {lang_menuitemid}: - -
    {lang_nospaces}
    -
    {lang_parentitemid}: -{selpmid} -
    {lang_class_name}: - -
    {lang_class_name_info}
    -
    {lang_topic}: - -
    {lang_menuitemorder}: - - 0 - 9999 -
    {lang_menuitemtype}:{lang_type}
    {lang_icon_url}: - -
    {lang_icon_url_info}
    -
    {lang_pattern}: - -  {lang_is_preg}: - -
    {lang_pattern_info}
    -
    {lang_accessrights}
    {lang_owner}:{owner_name}
    {lang_group}: - {group_dropdown} -
    {lang_permissions}:
    {lang_perm_key}
    {permissions_editor}
    {lang_permissions_msg}
     
    - - - - - - - -
    -
    +
    +
    + {lang_custommenueditor} +
    +
    +
    + +
    +
    {lang_mode_info}
    + +
    +
    +
    {lang_title_fixation_info}
    + +
    +
    +
    {lang_title_variable_info}
    + +
    +
    +
    {lang_php_function_info}
    + +
    +
    + +
    +
    +
    {lang_includehttp}
    + +
    +
    +
    {lang_nospaces}
    + +
    +
    {selpmid}
    + +
    +
    +
    {lang_class_name_info}
    + +
    +
    + +
    + +
    +
    +
    0-9999
    + +
    +
    {lang_type}
    + +
    +
    +
    {lang_icon_url_info}
    + +
    +
    +  {lang_is_preg}:
    +
    {lang_pattern_info}
    +
    +
    + +
    + {lang_accessrights} +
    +
    {lang_owner}
    +
    {owner_name}
    + +
    +
    {group_dropdown}
    + +
    +
    {permissions_editor}
    +
    {lang_perm_key}
    +
    {lang_permissions_msg}
    +
    +
    + +
      +
    • +
    • +
    • +
    • + + + + +
    • +
    +
    Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/professional/custommenu/menueditor.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/professional/custommenu/menueditor.thtml (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/layout/professional/custommenu/menueditor.thtml Sun Jan 4 05:06:49 2009 @@ -2,7 +2,7 @@
    - +
    {lang_mode}:{lang_mode}: - +
    {lang_mode}:{lang_mode}: + + + + + + + + + + + + + + + + + + + + + + + + +
    モード説明難易度柔軟性
    固定タイトル文字列を固定するモードです。
    併せて「タイトル(固定 )」を入力します。
    簡単
    可変Geeklogの多言語切り替え機能に応じてタイトルを可変にするモードで す。
    併せて「タイトル(可変)」を入力します。
    +「タイトル(可変)」には言語ファイル内で定義されている配列変数を指定しま す。
    +例えば、$MY_WORD['label'] をタイトルにする場合は MY_WORD['label'] を記入し ます。
    やや難しい
    PHP多言語切り替え機能に応じてタイトルを可変にするモードです。
    併せて「PHP関数名」を入力します。
    +「PHP関数名」にはメニューアイテムの情報を返り値として返す関数の関数名を指定 します。
    +この関数は関数名に接頭辞「phpmenuitem_」を付けて定義して下さい。
    +関数の定義は system/lib-custom.php で行うのが適当でしょう。
    +サンプルとして、plugins/custommenu/functions.php に 次の関数を定義していま す。
    + + + + + + + + + + + + + + + + +
    サンプル関数名メニュータイトル説明
    phpmenuitem_contribute記事投稿話題に応じてURLを変化させる例です。
    phpmenuitem_loginログイン(ログアウト)ユーザがログインしているかどうかに応じて、タイトルとURLを変化させ る例です。
    難しい
    + + +

    Goto Top

    -

    3) 著作権について

    +

    4) 多言語切り替え機能について

    +

    バージョン0.2.3より多言語切り替え機能への対応を強化しました。

    +

    バージョン0.2.2以前のバージョンでは、多言語切り替えのために「可変モー ド」を用意していましたが、メニューアイテムの表示を切り替えることはできるもの の、リンク先まで切り替えることはできませんでした。(そこまでやるにはPHPモー ドを活用する必要がありました。)

    +

    バージョン0.2.3からはGeeklog1.5.1から追加された「ブロックの多言語切り 替え機能」と同様の機能をサポートします。

    +

    「ブロックの多言語切り替え機能」の詳細については以下のWikiを参照してく ださい。

    + +

    一例として、英語と日本語を切り替える場合の使用方法を示します。

    +
      +
    • カスタムメニュー管理画面で言語数+1つ(つまり合計3つ)で1セットの メニューアイテムを作成します。
    • +
    • そして「メニューアイテムID」を、例えば次のように設定します。
    • +
    +
    about
    +about_en
    +about_ja
    +
      +
    • ここで添字"_en"を付加したものは英語モードで、添字"_ja"を付加したもの は日本語モードで用いるアイテムにします。
    • +
    • そして、それぞれの「有効」オプションを次のように設定します。
    • +
    +
    about        有効
    +about_en     無効
    +about_ja     無効
    +
      +
    • 「タイトル(固定)」や「URL」はそれぞれの言語に応じて、表示させたいリ ンク先のURLを指定します。(「モード」が「固定」の場合)
    • +
    • これで完了です。言語モードを切り替えてみてください。
    • +
    • メニューアイテム"about"の情報が、システムの言語モードに応じて、メニ ューアイテム"about_en"やメニューアイテム"about_ja"の情報でオーバーライドされ る仕組みです。システムの多言語モードがオフの時には、メニューアイテ ム"about"の情報がそのまま使われます。
    • +
    +

    Goto Top

    + +

    5) URLの照合機能について

    +

    バージョン0.3.0よりURLの照合機能を追加しました。

    +

    URLの照合機能とは、Geeklogサイトの表示中のページのURLをメニューアイテ ムごとに照合し、マッチしたメニューアイテムのスタイルを変化させるものです。

    +

    例えば、リンクのページを開いているときに、リンクのメニューアイテムを反 転させて表示させることが可能となります。

    +

    ただし、別途、システムの一部(lib-common.php)とテーマの一部を変更する 必要があります。

    +

    一例として、リンクのメニューアイテムを反転させる方法を示します。ここで は、professionalテーマを用います。

    +
      +
    • カスタムメニューの管理画面で「リンク」を編集します。
    • +
    • 項目「URL照合文字列」へ"/links/"を入力し、更新ボタンをクリックしま す。カスタムメニューエディタでの作業はこれだけです。
      +これは、「表示ページのURLに"/links/"が含まれていたときに、メニューアイテム 「リンク」のスタイルを変化させる。」という意味の設定です。
    • +
    • なお、「正規表現」を有効にすると、PHPがサポートしている正規表現で照合 することができます。照合の条件が複雑な場合に使用することを想定した機能であ り、使用する場面は少ないでしょう。照合にはpreg_match関数を使用しています。
      +正規表現の詳細については http://jp.php.net/manual/ja/regexp.reference.php を参照してください。
    • +
    • lib-common.phpの変更は実質2行追加するだけの簡単なものであり、副作用も ありません。同梱の/bonus/lib-common.phpの623行目および681行目を参考にしてく ださい。Geeklog1.5.1用ですので該当バージョンをお使いの方はそのまま使用されて もよいでしょう。
    • +
    • テーマの変更は、menuitem.thtml、menuitem_last.thtml、style.css の3つ のファイルを対象とします。
      +/bonus/layout/professonal 内のファイルを参照してください。
      +<li>タグに class="{menuitem_selected}" が追加されていることに注目して ください。
    • +
    • style.cssは1031行目から1033行目の3行を加えるだけです。(サンプルなので 単純に背景色を変えただけ)
    • +
    • これで完了です。メニューアイテム「リンク」をクリックして効果を確認し てみてください。
      +テーマをさらに変更してハイセンスなメインメニューを構築してください。
    • +
    +

    Goto Top

    + +

    6) 多階層メニューに対応した独自メニ ューレンダラについて

    +

    バージョン0.4.0より多階層メニューや画像を使ったメニューに対応した独自 メニューレンダラを搭載しました。

    +

    比較的大規模なサイトに多くみられるプルダウンメニューなどを実装可能な HTMLを出力できるようになりました。

    +

    Geeklog標準のメニューレンダラが出力するヘッダーメニュー部のHTMLは次の ようなものです。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li class="menuitem"><a  
    href="index2.php">text2</a></li>
    +    <li class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    これに対して、今回搭載した独自メニューレンダラでは、次のような入れ子構 造のHTMLを出力することができます。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li id="menu_id1" class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li id="menu_id2" class="menuitem"><a  
    href="index2.php">text2</a>
    +    <ul>
    +      <li id="submenu_id1" class="menuitem"><a  
    href="index_s1.php">text1</a></li>
    +      <li id="submenu_id2" class="menuitem"><a  
    href="index_s2.php">text2</a></li>
    +      <li id="submenu_id3" class="menuitem"><a  
    href="index_s3.php">text3</a></li>
    +          :
    +          :
    +          :
    +      <li id="submenu_idx" class="menuitem"><a  
    href="index_sx.php">textx</a></li>
    +    </ul>
    +    </li>
    +    <li id="menu_id3" class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li id="menu_idx" class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    また、メニューアイテムごとに次のテンプレート変数をサポートします。

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    テンプレート変数名説明
    menuitem_urlメニューアイテムのリンク先URL
    menuitem_textメニューアイテムのタイトル
    menuitem_idメニューアイテムのID
    menuitem_classメニューアイテムのクラス名 (例:'last')
    class_propertyメニューアイテムのクラスプロパティ (例:'class="last"')
    menuitem_icon_urlメニューアイテムのアイコンとして用いる画像のURL
    +
    +

    多階層メニューを試すには、次の操作を行って下さい。

    +
      +
    • /bonus/lib-common.phpの657行〜666行のように、lib-common.phpを修正す る必要があります。
    • +
    • コンフィギュレーション -> カスタムメニュー -> メニューレンダラ を「 階層メニュー対応」に設定します。
    • +
    • /bonus/layout/テーマ名 のファイル群を、テーマディレクトリにコピーし ます。(professional と ProfessionalCSS のみ対応)
      +この操作で、各テーマの menuitem.thtml, menuitem_last.thtml, style.css, custom.css を上書きしますので、事前のバックアップをお忘れなく。
    • +
    • 「メニューアイテムの編集」で「親アイテムID」を使って階層を設定しま す。
    • +
    • 階層メニューの起点になるメニューアイテムのクラス名に 'drop' や 'fly' を設定してみて下さい。(アローアイコンが出現します)
    • +
    • 子階層メニューの最初のアイテム、孫階層メニューの最初のアイテム、親 階層メニューの最後のアイテムのクラス名に 'enclose' を設定して下さい。
    • +
    +

    画像を使ったメニューを試すには、テンプレート変数 menuitem_icon_url を 使って、/layout/テーマ名/custommenu 内の menuitem.thtml, menuitem_drop.thtml を修正します。加えて、CSSを使ってレイアウトを調整してく ださい。

    +

    Goto Top

    + +

    7) 著作権について

    本作品で、削除および矢印アイコンとして使用している delete.png, arrow-dn.png, arrow-up.pngは Joseph North さんの著作物です。
    ライセンス は次のリンクをご覧ください。

    Sweetie Icon Set
    ----------------
    Author: Joseph North
    Email: sublick @ gmail.com
    License: Creative Commons Attribution-ShareAlike 2.0
    Year: 2005

    Goto Top

    -

    4) 改訂履歴

    +

    8) 改訂履歴

    + + + + + Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html Sun Jan 4 05:06:49 2009 @@ -116,9 +116,9 @@

    CustomMenu Editor プラグイン

    -

    バージョン: 0.4.0

    +

    バージョン: 0.4.1

    作成者: Yoshinori Tahara - dengen

    -

    公開日: 2008.12.24

    +

    公開日: 2009.1.4

    ライセンス: GPL

    概要:

    バージョン 公開日 説明
    0.4.12009.1.4追加 PHPモードで、ID、クラス名、子 メニューエントリの配列を設定できるようにしました。
    + 修正 メニューアイテムの編集における バリデーションを強化しました。
    + 修正 0.4.0以降へのバージョンアップ が正常に行えない問題に対応しました。
    + 修正 メニューアイテムIDの変更に伴い 親アイテムIDが更新されない問題に対応しました。
    + 修正 テンプレートとCSSを一部修正し ました。
    + 修正 説明書(readme_jp.thml, readme_jp_1.5.html)を充実させました。
    +
    0.4.0
    + + + + + + + + + + + + + + + + + + + + + + + + +
    モード説明難易度柔軟性
    固定タイトル文字列を固定するモードです。
    併せて「タイトル(固定 )」を入力します。
    簡単
    可変Geeklogの多言語切り替え機能に応じてタイトルを可変にするモードで す。
    併せて「タイトル(可変)」を入力します。
    +「タイトル(可変)」には言語ファイル内で定義されている配列変数を指定しま す。
    +例えば、$MY_WORD['label'] をタイトルにする場合は MY_WORD['label'] を記入し ます。
    やや難しい
    PHP多言語切り替え機能に応じてタイトルを可変にするモードです。
    併せて「PHP関数名」を入力します。
    +「PHP関数名」にはメニューアイテムの情報を返り値として返す関数の関数名を指定 します。
    +この関数は関数名に接頭辞「phpmenuitem_」を付けて定義して下さい。
    +関数の定義は system/lib-custom.php で行うのが適当でしょう。
    +サンプルとして、plugins/custommenu/functions.php に 次の関数を定義していま す。
    + + + + + + + + + + + + + + + + +
    サンプル関数名メニュータイトル説明
    phpmenuitem_contribute記事投稿話題に応じてURLを変化させる例です。
    phpmenuitem_loginログイン(ログアウト)ユーザがログインしているかどうかに応じて、タイトルとURLを変化させ る例です。
    難しい
    + + +

    Goto Top

    + + + + + + + +

    4) 多言語切り替え機能について

    +

    バージョン0.2.3より多言語切り替え機能への対応を強化しました。

    +

    バージョン0.2.2以前のバージョンでは、多言語切り替えのために「可変モー ド」を用意していましたが、メニューアイテムの表示を切り替えることはできるもの の、リンク先まで切り替えることはできませんでした。(そこまでやるにはPHPモー ドを活用する必要がありました。)

    +

    バージョン0.2.3からはGeeklog1.5.1から追加された「ブロックの多言語切り 替え機能」と同様の機能をサポートします。

    +

    「ブロックの多言語切り替え機能」の詳細については以下のWikiを参照してく ださい。

    + +

    一例として、英語と日本語を切り替える場合の使用方法を示します。

    +
      +
    • カスタムメニュー管理画面で言語数+1つ(つまり合計3つ)で1セットの メニューアイテムを作成します。
    • +
    • そして「メニューアイテムID」を、例えば次のように設定します。
    • +
    +
    about
    +about_en
    +about_ja
    +
      +
    • ここで添字"_en"を付加したものは英語モードで、添字"_ja"を付加したもの は日本語モードで用いるアイテムにします。
    • +
    • そして、それぞれの「有効」オプションを次のように設定します。
    • +
    +
    about        有効
    +about_en     無効
    +about_ja     無効
    +
      +
    • 「タイトル(固定)」や「URL」はそれぞれの言語に応じて、表示させたいリ ンク先のURLを指定します。(「モード」が「固定」の場合)
    • +
    • これで完了です。言語モードを切り替えてみてください。
    • +
    • メニューアイテム"about"の情報が、システムの言語モードに応じて、メニ ューアイテム"about_en"やメニューアイテム"about_ja"の情報でオーバーライドされ る仕組みです。システムの多言語モードがオフの時には、メニューアイテ ム"about"の情報がそのまま使われます。
    • +
    +

    Goto Top

    + +

    5) URLの照合機能について

    +

    バージョン0.3.0よりURLの照合機能を追加しました。

    +

    URLの照合機能とは、Geeklogサイトの表示中のページのURLをメニューアイテ ムごとに照合し、マッチしたメニューアイテムのスタイルを変化させるものです。

    +

    例えば、リンクのページを開いているときに、リンクのメニューアイテムを反 転させて表示させることが可能となります。

    +

    ただし、別途、システムの一部(lib-common.php)とテーマの一部を変更する 必要があります。

    +

    一例として、リンクのメニューアイテムを反転させる方法を示します。ここで は、professionalテーマを用います。

    +
      +
    • カスタムメニューの管理画面で「リンク」を編集します。
    • +
    • 項目「URL照合文字列」へ"/links/"を入力し、更新ボタンをクリックしま す。カスタムメニューエディタでの作業はこれだけです。
      +これは、「表示ページのURLに"/links/"が含まれていたときに、メニューアイテム 「リンク」のスタイルを変化させる。」という意味の設定です。
    • +
    • なお、「正規表現」を有効にすると、PHPがサポートしている正規表現で照合 することができます。照合の条件が複雑な場合に使用することを想定した機能であ り、使用する場面は少ないでしょう。照合にはpreg_match関数を使用しています。
      +正規表現の詳細については http://jp.php.net/manual/ja/regexp.reference.php を参照してください。
    • +
    • lib-common.phpの変更は実質2行追加するだけの簡単なものであり、副作用も ありません。同梱の/bonus/lib-common.phpの623行目および681行目を参考にしてく ださい。Geeklog1.5.1用ですので該当バージョンをお使いの方はそのまま使用されて もよいでしょう。
    • +
    • テーマの変更は、menuitem.thtml、menuitem_last.thtml、style.css の3つ のファイルを対象とします。
      +/bonus/layout/professonal 内のファイルを参照してください。
      +<li>タグに class="{menuitem_selected}" が追加されていることに注目して ください。
    • +
    • style.cssは1031行目から1033行目の3行を加えるだけです。(サンプルなので 単純に背景色を変えただけ)
    • +
    • これで完了です。メニューアイテム「リンク」をクリックして効果を確認し てみてください。
      +テーマをさらに変更してハイセンスなメインメニューを構築してください。
    • +
    +

    Goto Top

    + +

    6) 多階層メニューに対応した独自メニ ューレンダラについて

    +

    バージョン0.4.0より多階層メニューや画像を使ったメニューに対応した独自 メニューレンダラを搭載しました。

    +

    比較的大規模なサイトに多くみられるプルダウンメニューなどを実装可能な HTMLを出力できるようになりました。

    +

    Geeklog標準のメニューレンダラが出力するヘッダーメニュー部のHTMLは次の ようなものです。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li class="menuitem"><a  
    href="index2.php">text2</a></li>
    +    <li class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    これに対して、今回搭載した独自メニューレンダラでは、次のような入れ子構 造のHTMLを出力することができます。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li id="menu_id1" class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li id="menu_id2" class="menuitem"><a  
    href="index2.php">text2</a>
    +    <ul>
    +      <li id="submenu_id1" class="menuitem"><a  
    href="index_s1.php">text1</a></li>
    +      <li id="submenu_id2" class="menuitem"><a  
    href="index_s2.php">text2</a></li>
    +      <li id="submenu_id3" class="menuitem"><a  
    href="index_s3.php">text3</a></li>
    +          :
    +          :
    +          :
    +      <li id="submenu_idx" class="menuitem"><a  
    href="index_sx.php">textx</a></li>
    +    </ul>
    +    </li>
    +    <li id="menu_id3" class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li id="menu_idx" class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    また、メニューアイテムごとに次のテンプレート変数をサポートします。

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    テンプレート変数名説明
    menuitem_urlメニューアイテムのリンク先URL
    menuitem_textメニューアイテムのタイトル
    menuitem_idメニューアイテムのID
    menuitem_classメニューアイテムのクラス名 (例:'last')
    class_propertyメニューアイテムのクラスプロパティ (例:'class="last"')
    menuitem_icon_urlメニューアイテムのアイコンとして用いる画像のURL
    +
    +

    多階層メニューを試すには、次の操作を行って下さい。

    +
      +
    • /bonus/lib-common.phpの657行〜666行のように、lib-common.phpを修正す る必要があります。
    • +
    • コンフィギュレーション -> カスタムメニュー -> メニューレンダラ を「 階層メニュー対応」に設定します。
    • +
    • /bonus/layout/テーマ名 のファイル群を、テーマディレクトリにコピーし ます。(professional と ProfessionalCSS のみ対応)
      +この操作で、各テーマの menuitem.thtml, menuitem_last.thtml, style.css, custom.css を上書きしますので、事前のバックアップをお忘れなく。
    • +
    • 「メニューアイテムの編集」で「親アイテムID」を使って階層を設定しま す。
    • +
    • 階層メニューの起点になるメニューアイテムのクラス名に 'drop' や 'fly' を設定してみて下さい。(アローアイコンが出現します)
    • +
    • 子階層メニューの最初のアイテム、孫階層メニューの最初のアイテム、親 階層メニューの最後のアイテムのクラス名に 'enclose' を設定して下さい。
    • +
    +

    画像を使ったメニューを試すには、テンプレート変数 menuitem_icon_url を 使って、/layout/テーマ名/custommenu 内の menuitem.thtml, menuitem_drop.thtml を修正します。加えて、CSSを使ってレイアウトを調整してく ださい。

    +

    Goto Top

    + +

    7) 著作権について

    本作品で、削除および矢印アイコンとして使用している delete.png, arrow-dn.png, arrow-up.pngは Joseph North さんの著作物です。
    ライセンス は次のリンクをご覧ください。

    Sweetie Icon Set
    ----------------
    Author: Joseph North
    Email: sublick @ gmail.com
    License: Creative Commons Attribution-ShareAlike 2.0
    Year: 2005

    Goto Top

    -

    4) 改訂履歴

    + +

    8) 改訂履歴

    + + + + + Modified: trunk/geeklog-1-jp-extended/public_html/admin/plugins/custommenu/index.php ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/admin/plugins/custommenu/index.php (original) +++ trunk/geeklog-1-jp-extended/public_html/admin/plugins/custommenu/index.php Sun Jan 4 05:06:49 2009 @@ -57,6 +57,17 @@ exit; } +$pi_version = DB_getItem($_TABLES['plugins'], 'pi_version', "(pi_name = 'custommenu')"); +if (version_compare($pi_version, $_CMED_CONF['version']) < 0) { + $display = COM_siteHeader(); + $display .= COM_startBlock($LANG_CMED['warning_updated']); + $display .= $LANG_CMED['instructions_update']; + $display .= COM_endBlock(); + $display .= COM_siteFooter(true); + echo $display; + exit; +} + /** * Sanitize a URL * @@ -118,8 +129,9 @@ { global $_CONF, $MI; - $url = $_POST['url']; - $icon_url = $_POST['icon_url']; + $url = trim($_POST['url']); + $icon_url = trim($_POST['icon_url']); + $menuorder = trim($_POST['menuorder']); $MI = array( 'mid' => COM_applyFilter($_POST['mid']), 'pmid' => COM_applyFilter($_POST['pmid']), @@ -131,15 +143,13 @@ 'php_function' => $_POST['php_function'], // 'url' => isset ($url) ? CMED_sanitizeUrl($url, array('http', 'https')) : '', // 'icon_url' => isset ($icon_url) ? CMED_sanitizeUrl($icon_url, array('http', 'https')) : '', - 'url' => isset ($url) ? strip_tags($url) : '', - 'icon_url' => isset ($icon_url) ? strip_tags($icon_url) : '', + 'url' => empty($url) ? '' : strip_tags($url), + 'icon_url' => empty($icon_url) ? '' : strip_tags($icon_url), 'tid' => COM_applyFilter ($_POST['tid']), - 'menuorder' => $_POST['menuorder'], - + 'menuorder' => empty($menuorder) ? 0 : COM_applyFilter($menuorder, true), 'pattern' => $_POST['pattern'], 'is_preg' => ($_POST['is_preg'] == 'on') ? 1 : 0, 'class_name' => COM_applyFilter($_POST['class_name']), - 'owner_id' => COM_applyFilter($_POST['owner_id'], true), 'group_id' => COM_applyFilter($_POST['group_id'], true), 'perm_owner' => $_POST['perm_owner'], @@ -190,6 +200,10 @@ } } + if (empty($MI['url']) && ($MI['mode'] != 'php')) { + $retval .= $LANG_CMED_EDITOR['validate_message_7'] . ''; + } + return $retval; } @@ -555,6 +569,12 @@ . $MI['is_preg'] . ",'" . $MI['pmid'] . "','" . $MI['class_name'] . "')"; DB_query($sql); + // With a change of mid, I change pmid. + $result = DB_query("SELECT mid FROM {$_TABLES['menuitems']} WHERE pmid ='{$MI['old_mid']}'"); + while ($B = DB_fetchArray($result)) { + DB_query("UPDATE {$_TABLES['menuitems']} SET pmid = '{$MI['mid']}' WHERE mid = '{$B['mid']}'"); + } + } else { DB_save($_TABLES['menuitems'], 'mid, is_enabled, type, mode, label, label_var, php_function, url, ' @@ -730,6 +750,11 @@ } DB_delete($_TABLES['menuitems'], 'mid', $mid); + + $result = DB_query("SELECT mid FROM {$_TABLES['menuitems']} WHERE pmid ='$mid'"); + while ($B = DB_fetchArray($result)) { + DB_query("UPDATE {$_TABLES['menuitems']} SET pmid = '' WHERE mid = '{$B['mid']}'"); + } return $retval; } Modified: trunk/geeklog-1-jp-extended/public_html/custommenu/templates/menueditor.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/custommenu/templates/menueditor.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/custommenu/templates/menueditor.thtml Sun Jan 4 05:06:49 2009 @@ -2,7 +2,7 @@
    バージョン 公開日 説明
    0.4.12009.1.4追加 PHPモードで、ID、クラス名、子 メニューエントリの配列を設定できるようにしました。
    + 修正 メニューアイテムの編集における バリデーションを強化しました。
    + 修正 0.4.0以降へのバージョンアップ が正常に行えない問題に対応しました。
    + 修正 メニューアイテムIDの変更に伴い 親アイテムIDが更新されない問題に対応しました。
    + 修正 テンプレートとCSSを一部修正し ました。
    + 修正 説明書(readme_jp.thml, readme_jp_1.5.html)を充実させました。
    +
    0.4.0
    - +
    {lang_mode}:{lang_mode}: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {lang_mode}: - -
    {lang_mode_info}
    -
    {lang_title_fixation}: - -
    {lang_title_fixation_info}
    -
    {lang_title_variable}: - -
    {lang_title_variable_info}
    -
    {lang_php_function}: - -
    {lang_php_function_info}
    -
    {lang_is_enabled}:
    {lang_menuitemurl}: - -
    {lang_includehttp}
    -
    {lang_menuitemid}: - -
    {lang_nospaces}
    -
    {lang_parentitemid}: -{selpmid} -
    {lang_class_name}: - -
    {lang_class_name_info}
    -
    {lang_topic}: - -
    {lang_menuitemorder}: - - 0 - 9999 -
    {lang_menuitemtype}:{lang_type}
    {lang_icon_url}: - -
    {lang_icon_url_info}
    -
    {lang_pattern}: - -  {lang_is_preg}: - -
    {lang_pattern_info}
    -
    {lang_accessrights}
    {lang_owner}:{owner_name}
    {lang_group}: - {group_dropdown} -
    {lang_permissions}:
    {lang_perm_key}
    {permissions_editor}
    {lang_permissions_msg}
     
    - - - - - - - -
    - +
    +
    + {lang_custommenueditor} +
    +
    +
    + +
    +
    {lang_mode_info}
    + +
    +
    +
    {lang_title_fixation_info}
    + +
    +
    +
    {lang_title_variable_info}
    + +
    +
    +
    {lang_php_function_info}
    + +
    +
    + +
    +
    +
    {lang_includehttp}
    + +
    +
    +
    {lang_nospaces}
    + +
    +
    {selpmid}
    + +
    +
    +
    {lang_class_name_info}
    + +
    +
    + +
    + +
    +
    +
    0-9999
    + +
    +
    {lang_type}
    + +
    +
    +
    {lang_icon_url_info}
    + +
    +
    +  {lang_is_preg}:
    +
    {lang_pattern_info}
    +
    +
    + +
    + {lang_accessrights} +
    +
    {lang_owner}
    +
    {owner_name}
    + +
    +
    {group_dropdown}
    + +
    +
    {permissions_editor}
    +
    {lang_perm_key}
    +
    {lang_permissions_msg}
    +
    +
    + +
      +
    • +
    • +
    • +
    • + + + + +
    • +
    +
    Modified: trunk/plugins/custommenu/bonus/layout/professional/custommenu/menueditor.thtml ============================================================================== --- trunk/plugins/custommenu/bonus/layout/professional/custommenu/menueditor.thtml (original) +++ trunk/plugins/custommenu/bonus/layout/professional/custommenu/menueditor.thtml Sun Jan 4 05:05:13 2009 @@ -2,7 +2,7 @@
    - +
    {lang_mode}:{lang_mode}: - +
    {lang_mode}:{lang_mode}: - +
    {lang_mode}:{lang_mode}: + + + + + + + + + + + + + + + + + + + + + + + + +
    モード説明難易度柔軟性
    固定タイトル文字列を固定するモードです。
    併せて「タイトル(固定 )」を入力します。
    簡単
    可変Geeklogの多言語切り替え機能に応じてタイトルを可変にするモードで す。
    併せて「タイトル(可変)」を入力します。
    +「タイトル(可変)」には言語ファイル内で定義されている配列変数を指定しま す。
    +例えば、$MY_WORD['label'] をタイトルにする場合は MY_WORD['label'] を記入し ます。
    やや難しい
    PHP多言語切り替え機能に応じてタイトルを可変にするモードです。
    併せて「PHP関数名」を入力します。
    +「PHP関数名」にはメニューアイテムの情報を返り値として返す関数の関数名を指定 します。
    +この関数は関数名に接頭辞「phpmenuitem_」を付けて定義して下さい。
    +関数の定義は system/lib-custom.php で行うのが適当でしょう。
    +サンプルとして、plugins/custommenu/functions.php に 次の関数を定義していま す。
    + + + + + + + + + + + + + + + + +
    サンプル関数名メニュータイトル説明
    phpmenuitem_contribute記事投稿話題に応じてURLを変化させる例です。
    phpmenuitem_loginログイン(ログアウト)ユーザがログインしているかどうかに応じて、タイトルとURLを変化させ る例です。
    難しい
    + + +

    Goto Top

    -

    3) 著作権について

    +

    4) 多言語切り替え機能について

    +

    バージョン0.2.3より多言語切り替え機能への対応を強化しました。

    +

    バージョン0.2.2以前のバージョンでは、多言語切り替えのために「可変モー ド」を用意していましたが、メニューアイテムの表示を切り替えることはできるもの の、リンク先まで切り替えることはできませんでした。(そこまでやるにはPHPモー ドを活用する必要がありました。)

    +

    バージョン0.2.3からはGeeklog1.5.1から追加された「ブロックの多言語切り 替え機能」と同様の機能をサポートします。

    +

    「ブロックの多言語切り替え機能」の詳細については以下のWikiを参照してく ださい。

    + +

    一例として、英語と日本語を切り替える場合の使用方法を示します。

    +
      +
    • カスタムメニュー管理画面で言語数+1つ(つまり合計3つ)で1セットの メニューアイテムを作成します。
    • +
    • そして「メニューアイテムID」を、例えば次のように設定します。
    • +
    +
    about
    +about_en
    +about_ja
    +
      +
    • ここで添字"_en"を付加したものは英語モードで、添字"_ja"を付加したもの は日本語モードで用いるアイテムにします。
    • +
    • そして、それぞれの「有効」オプションを次のように設定します。
    • +
    +
    about        有効
    +about_en     無効
    +about_ja     無効
    +
      +
    • 「タイトル(固定)」や「URL」はそれぞれの言語に応じて、表示させたいリ ンク先のURLを指定します。(「モード」が「固定」の場合)
    • +
    • これで完了です。言語モードを切り替えてみてください。
    • +
    • メニューアイテム"about"の情報が、システムの言語モードに応じて、メニ ューアイテム"about_en"やメニューアイテム"about_ja"の情報でオーバーライドされ る仕組みです。システムの多言語モードがオフの時には、メニューアイテ ム"about"の情報がそのまま使われます。
    • +
    +

    Goto Top

    + +

    5) URLの照合機能について

    +

    バージョン0.3.0よりURLの照合機能を追加しました。

    +

    URLの照合機能とは、Geeklogサイトの表示中のページのURLをメニューアイテ ムごとに照合し、マッチしたメニューアイテムのスタイルを変化させるものです。

    +

    例えば、リンクのページを開いているときに、リンクのメニューアイテムを反 転させて表示させることが可能となります。

    +

    ただし、別途、システムの一部(lib-common.php)とテーマの一部を変更する 必要があります。

    +

    一例として、リンクのメニューアイテムを反転させる方法を示します。ここで は、professionalテーマを用います。

    +
      +
    • カスタムメニューの管理画面で「リンク」を編集します。
    • +
    • 項目「URL照合文字列」へ"/links/"を入力し、更新ボタンをクリックしま す。カスタムメニューエディタでの作業はこれだけです。
      +これは、「表示ページのURLに"/links/"が含まれていたときに、メニューアイテム 「リンク」のスタイルを変化させる。」という意味の設定です。
    • +
    • なお、「正規表現」を有効にすると、PHPがサポートしている正規表現で照合 することができます。照合の条件が複雑な場合に使用することを想定した機能であ り、使用する場面は少ないでしょう。照合にはpreg_match関数を使用しています。
      +正規表現の詳細については http://jp.php.net/manual/ja/regexp.reference.php を参照してください。
    • +
    • lib-common.phpの変更は実質2行追加するだけの簡単なものであり、副作用も ありません。同梱の/bonus/lib-common.phpの623行目および681行目を参考にしてく ださい。Geeklog1.5.1用ですので該当バージョンをお使いの方はそのまま使用されて もよいでしょう。
    • +
    • テーマの変更は、menuitem.thtml、menuitem_last.thtml、style.css の3つ のファイルを対象とします。
      +/bonus/layout/professonal 内のファイルを参照してください。
      +<li>タグに class="{menuitem_selected}" が追加されていることに注目して ください。
    • +
    • style.cssは1031行目から1033行目の3行を加えるだけです。(サンプルなので 単純に背景色を変えただけ)
    • +
    • これで完了です。メニューアイテム「リンク」をクリックして効果を確認し てみてください。
      +テーマをさらに変更してハイセンスなメインメニューを構築してください。
    • +
    +

    Goto Top

    + +

    6) 多階層メニューに対応した独自メニ ューレンダラについて

    +

    バージョン0.4.0より多階層メニューや画像を使ったメニューに対応した独自 メニューレンダラを搭載しました。

    +

    比較的大規模なサイトに多くみられるプルダウンメニューなどを実装可能な HTMLを出力できるようになりました。

    +

    Geeklog標準のメニューレンダラが出力するヘッダーメニュー部のHTMLは次の ようなものです。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li class="menuitem"><a  
    href="index2.php">text2</a></li>
    +    <li class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    これに対して、今回搭載した独自メニューレンダラでは、次のような入れ子構 造のHTMLを出力することができます。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li id="menu_id1" class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li id="menu_id2" class="menuitem"><a  
    href="index2.php">text2</a>
    +    <ul>
    +      <li id="submenu_id1" class="menuitem"><a  
    href="index_s1.php">text1</a></li>
    +      <li id="submenu_id2" class="menuitem"><a  
    href="index_s2.php">text2</a></li>
    +      <li id="submenu_id3" class="menuitem"><a  
    href="index_s3.php">text3</a></li>
    +          :
    +          :
    +          :
    +      <li id="submenu_idx" class="menuitem"><a  
    href="index_sx.php">textx</a></li>
    +    </ul>
    +    </li>
    +    <li id="menu_id3" class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li id="menu_idx" class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    また、メニューアイテムごとに次のテンプレート変数をサポートします。

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    テンプレート変数名説明
    menuitem_urlメニューアイテムのリンク先URL
    menuitem_textメニューアイテムのタイトル
    menuitem_idメニューアイテムのID
    menuitem_classメニューアイテムのクラス名 (例:'last')
    class_propertyメニューアイテムのクラスプロパティ (例:'class="last"')
    menuitem_icon_urlメニューアイテムのアイコンとして用いる画像のURL
    +
    +

    多階層メニューを試すには、次の操作を行って下さい。

    +
      +
    • /bonus/lib-common.phpの657行〜666行のように、lib-common.phpを修正す る必要があります。
    • +
    • コンフィギュレーション -> カスタムメニュー -> メニューレンダラ を「 階層メニュー対応」に設定します。
    • +
    • /bonus/layout/テーマ名 のファイル群を、テーマディレクトリにコピーし ます。(professional と ProfessionalCSS のみ対応)
      +この操作で、各テーマの menuitem.thtml, menuitem_last.thtml, style.css, custom.css を上書きしますので、事前のバックアップをお忘れなく。
    • +
    • 「メニューアイテムの編集」で「親アイテムID」を使って階層を設定しま す。
    • +
    • 階層メニューの起点になるメニューアイテムのクラス名に 'drop' や 'fly' を設定してみて下さい。(アローアイコンが出現します)
    • +
    • 子階層メニューの最初のアイテム、孫階層メニューの最初のアイテム、親 階層メニューの最後のアイテムのクラス名に 'enclose' を設定して下さい。
    • +
    +

    画像を使ったメニューを試すには、テンプレート変数 menuitem_icon_url を 使って、/layout/テーマ名/custommenu 内の menuitem.thtml, menuitem_drop.thtml を修正します。加えて、CSSを使ってレイアウトを調整してく ださい。

    +

    Goto Top

    + +

    7) 著作権について

    本作品で、削除および矢印アイコンとして使用している delete.png, arrow-dn.png, arrow-up.pngは Joseph North さんの著作物です。
    ライセンス は次のリンクをご覧ください。

    Sweetie Icon Set
    ----------------
    Author: Joseph North
    Email: sublick @ gmail.com
    License: Creative Commons Attribution-ShareAlike 2.0
    Year: 2005

    Goto Top

    -

    4) 改訂履歴

    +

    8) 改訂履歴

    + + + + + Modified: trunk/plugins/custommenu/readme_jp_1.5.html ============================================================================== --- trunk/plugins/custommenu/readme_jp_1.5.html (original) +++ trunk/plugins/custommenu/readme_jp_1.5.html Sun Jan 4 05:05:13 2009 @@ -116,9 +116,9 @@

    CustomMenu Editor プラグイン

    -

    バージョン: 0.4.0

    +

    バージョン: 0.4.1

    作成者: Yoshinori Tahara - dengen

    -

    公開日: 2008.12.24

    +

    公開日: 2009.1.4

    ライセンス: GPL

    概要:

    バージョン 公開日 説明
    0.4.12009.1.4追加 PHPモードで、ID、クラス名、子 メニューエントリの配列を設定できるようにしました。
    + 修正 メニューアイテムの編集における バリデーションを強化しました。
    + 修正 0.4.0以降へのバージョンアップ が正常に行えない問題に対応しました。
    + 修正 メニューアイテムIDの変更に伴い 親アイテムIDが更新されない問題に対応しました。
    + 修正 テンプレートとCSSを一部修正し ました。
    + 修正 説明書(readme_jp.thml, readme_jp_1.5.html)を充実させました。
    +
    0.4.0
    + + + + + + + + + + + + + + + + + + + + + + + + +
    モード説明難易度柔軟性
    固定タイトル文字列を固定するモードです。
    併せて「タイトル(固定 )」を入力します。
    簡単
    可変Geeklogの多言語切り替え機能に応じてタイトルを可変にするモードで す。
    併せて「タイトル(可変)」を入力します。
    +「タイトル(可変)」には言語ファイル内で定義されている配列変数を指定しま す。
    +例えば、$MY_WORD['label'] をタイトルにする場合は MY_WORD['label'] を記入し ます。
    やや難しい
    PHP多言語切り替え機能に応じてタイトルを可変にするモードです。
    併せて「PHP関数名」を入力します。
    +「PHP関数名」にはメニューアイテムの情報を返り値として返す関数の関数名を指定 します。
    +この関数は関数名に接頭辞「phpmenuitem_」を付けて定義して下さい。
    +関数の定義は system/lib-custom.php で行うのが適当でしょう。
    +サンプルとして、plugins/custommenu/functions.php に 次の関数を定義していま す。
    + + + + + + + + + + + + + + + + +
    サンプル関数名メニュータイトル説明
    phpmenuitem_contribute記事投稿話題に応じてURLを変化させる例です。
    phpmenuitem_loginログイン(ログアウト)ユーザがログインしているかどうかに応じて、タイトルとURLを変化させ る例です。
    難しい
    + + +

    Goto Top

    + + + + + + + +

    4) 多言語切り替え機能について

    +

    バージョン0.2.3より多言語切り替え機能への対応を強化しました。

    +

    バージョン0.2.2以前のバージョンでは、多言語切り替えのために「可変モー ド」を用意していましたが、メニューアイテムの表示を切り替えることはできるもの の、リンク先まで切り替えることはできませんでした。(そこまでやるにはPHPモー ドを活用する必要がありました。)

    +

    バージョン0.2.3からはGeeklog1.5.1から追加された「ブロックの多言語切り 替え機能」と同様の機能をサポートします。

    +

    「ブロックの多言語切り替え機能」の詳細については以下のWikiを参照してく ださい。

    + +

    一例として、英語と日本語を切り替える場合の使用方法を示します。

    +
      +
    • カスタムメニュー管理画面で言語数+1つ(つまり合計3つ)で1セットの メニューアイテムを作成します。
    • +
    • そして「メニューアイテムID」を、例えば次のように設定します。
    • +
    +
    about
    +about_en
    +about_ja
    +
      +
    • ここで添字"_en"を付加したものは英語モードで、添字"_ja"を付加したもの は日本語モードで用いるアイテムにします。
    • +
    • そして、それぞれの「有効」オプションを次のように設定します。
    • +
    +
    about        有効
    +about_en     無効
    +about_ja     無効
    +
      +
    • 「タイトル(固定)」や「URL」はそれぞれの言語に応じて、表示させたいリ ンク先のURLを指定します。(「モード」が「固定」の場合)
    • +
    • これで完了です。言語モードを切り替えてみてください。
    • +
    • メニューアイテム"about"の情報が、システムの言語モードに応じて、メニ ューアイテム"about_en"やメニューアイテム"about_ja"の情報でオーバーライドされ る仕組みです。システムの多言語モードがオフの時には、メニューアイテ ム"about"の情報がそのまま使われます。
    • +
    +

    Goto Top

    + +

    5) URLの照合機能について

    +

    バージョン0.3.0よりURLの照合機能を追加しました。

    +

    URLの照合機能とは、Geeklogサイトの表示中のページのURLをメニューアイテ ムごとに照合し、マッチしたメニューアイテムのスタイルを変化させるものです。

    +

    例えば、リンクのページを開いているときに、リンクのメニューアイテムを反 転させて表示させることが可能となります。

    +

    ただし、別途、システムの一部(lib-common.php)とテーマの一部を変更する 必要があります。

    +

    一例として、リンクのメニューアイテムを反転させる方法を示します。ここで は、professionalテーマを用います。

    +
      +
    • カスタムメニューの管理画面で「リンク」を編集します。
    • +
    • 項目「URL照合文字列」へ"/links/"を入力し、更新ボタンをクリックしま す。カスタムメニューエディタでの作業はこれだけです。
      +これは、「表示ページのURLに"/links/"が含まれていたときに、メニューアイテム 「リンク」のスタイルを変化させる。」という意味の設定です。
    • +
    • なお、「正規表現」を有効にすると、PHPがサポートしている正規表現で照合 することができます。照合の条件が複雑な場合に使用することを想定した機能であ り、使用する場面は少ないでしょう。照合にはpreg_match関数を使用しています。
      +正規表現の詳細については http://jp.php.net/manual/ja/regexp.reference.php を参照してください。
    • +
    • lib-common.phpの変更は実質2行追加するだけの簡単なものであり、副作用も ありません。同梱の/bonus/lib-common.phpの623行目および681行目を参考にしてく ださい。Geeklog1.5.1用ですので該当バージョンをお使いの方はそのまま使用されて もよいでしょう。
    • +
    • テーマの変更は、menuitem.thtml、menuitem_last.thtml、style.css の3つ のファイルを対象とします。
      +/bonus/layout/professonal 内のファイルを参照してください。
      +<li>タグに class="{menuitem_selected}" が追加されていることに注目して ください。
    • +
    • style.cssは1031行目から1033行目の3行を加えるだけです。(サンプルなので 単純に背景色を変えただけ)
    • +
    • これで完了です。メニューアイテム「リンク」をクリックして効果を確認し てみてください。
      +テーマをさらに変更してハイセンスなメインメニューを構築してください。
    • +
    +

    Goto Top

    + +

    6) 多階層メニューに対応した独自メニ ューレンダラについて

    +

    バージョン0.4.0より多階層メニューや画像を使ったメニューに対応した独自 メニューレンダラを搭載しました。

    +

    比較的大規模なサイトに多くみられるプルダウンメニューなどを実装可能な HTMLを出力できるようになりました。

    +

    Geeklog標準のメニューレンダラが出力するヘッダーメニュー部のHTMLは次の ようなものです。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li class="menuitem"><a  
    href="index2.php">text2</a></li>
    +    <li class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    これに対して、今回搭載した独自メニューレンダラでは、次のような入れ子構 造のHTMLを出力することができます。

    +
    <div class="header-navigation-container">
    +  <ul>
    +    <li id="menu_id1" class="menuitem"><a  
    href="index1.php">text1</a></li>
    +    <li id="menu_id2" class="menuitem"><a  
    href="index2.php">text2</a>
    +    <ul>
    +      <li id="submenu_id1" class="menuitem"><a  
    href="index_s1.php">text1</a></li>
    +      <li id="submenu_id2" class="menuitem"><a  
    href="index_s2.php">text2</a></li>
    +      <li id="submenu_id3" class="menuitem"><a  
    href="index_s3.php">text3</a></li>
    +          :
    +          :
    +          :
    +      <li id="submenu_idx" class="menuitem"><a  
    href="index_sx.php">textx</a></li>
    +    </ul>
    +    </li>
    +    <li id="menu_id3" class="menuitem"><a  
    href="index3.php">text3</a></li>
    +        :
    +        :
    +        :
    +    <li id="menu_idx" class="menuitem last"><a  
    href="indexx.php">textx</a></li>
    +  </ul>
    +</div>
    +

    また、メニューアイテムごとに次のテンプレート変数をサポートします。

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    テンプレート変数名説明
    menuitem_urlメニューアイテムのリンク先URL
    menuitem_textメニューアイテムのタイトル
    menuitem_idメニューアイテムのID
    menuitem_classメニューアイテムのクラス名 (例:'last')
    class_propertyメニューアイテムのクラスプロパティ (例:'class="last"')
    menuitem_icon_urlメニューアイテムのアイコンとして用いる画像のURL
    +
    +

    多階層メニューを試すには、次の操作を行って下さい。

    +
      +
    • /bonus/lib-common.phpの657行〜666行のように、lib-common.phpを修正す る必要があります。
    • +
    • コンフィギュレーション -> カスタムメニュー -> メニューレンダラ を「 階層メニュー対応」に設定します。
    • +
    • /bonus/layout/テーマ名 のファイル群を、テーマディレクトリにコピーし ます。(professional と ProfessionalCSS のみ対応)
      +この操作で、各テーマの menuitem.thtml, menuitem_last.thtml, style.css, custom.css を上書きしますので、事前のバックアップをお忘れなく。
    • +
    • 「メニューアイテムの編集」で「親アイテムID」を使って階層を設定しま す。
    • +
    • 階層メニューの起点になるメニューアイテムのクラス名に 'drop' や 'fly' を設定してみて下さい。(アローアイコンが出現します)
    • +
    • 子階層メニューの最初のアイテム、孫階層メニューの最初のアイテム、親 階層メニューの最後のアイテムのクラス名に 'enclose' を設定して下さい。
    • +
    +

    画像を使ったメニューを試すには、テンプレート変数 menuitem_icon_url を 使って、/layout/テーマ名/custommenu 内の menuitem.thtml, menuitem_drop.thtml を修正します。加えて、CSSを使ってレイアウトを調整してく ださい。

    +

    Goto Top

    + +

    7) 著作権について

    本作品で、削除および矢印アイコンとして使用している delete.png, arrow-dn.png, arrow-up.pngは Joseph North さんの著作物です。
    ライセンス は次のリンクをご覧ください。

    Sweetie Icon Set
    ----------------
    Author: Joseph North
    Email: sublick @ gmail.com
    License: Creative Commons Attribution-ShareAlike 2.0
    Year: 2005

    Goto Top

    -

    4) 改訂履歴

    + +

    8) 改訂履歴

    + + + + + From codesite-noreply @ google.com Tue Jan 6 12:50:50 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Tue, 06 Jan 2009 03:50:50 +0000 Subject: [geeklog-jp commit] r1094 - in trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS: . css images Message-ID: <0016e644ddec2efb34045fc85027@google.com> Author: milk851 Date: Mon Jan 5 18:41:58 2009 New Revision: 1094 Removed: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/images/logo.png trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/images/logo_black.png Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/form.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/custom.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/images/logo.gif Log: デザインの変更に伴う修正をしました。 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README Mon Jan 5 18:41:58 2009 @@ -391,10 +391,10 @@ - 削除 -■Ver.2.3(2008-12-13) - ・システムメッセージタイトル部分の背景色をコントラストを十分に保てる色に 変更しました。(*block.css) +■Ver.2.3(2008-12-30) + ・デザインを変更しました。  ・functions.phpに掲示板プラグイン対応させました。(*functions.php) - ・サイトロゴを新しいものに差し替えました。 (-/images/css/bg_logo.gif,+/images/logo_black.png) + ・サイトロゴを新しいものに差し替えました。 (-/images/css/bg_logo.gif,+/images/logo.gif)  ・ページの先頭へ戻るのアイコンを新しいものに差し替えました。 (-/images/css/icon_pagetop.gif,+/images/css/icon_pagetop.png)  ・ベーステーマProfessionalCSSに合わせて、ファイルを修正しました。  ・preとblockquote要素のスタイルを設定しました。(*default.css) @@ -402,7 +402,7 @@  ・Internet Explorer7で文字サイズを変更しても、文字の大きさが変化しない修 正方法をProfessionalCSSと同じようにしました。(*layout.css,common.css)  ・中央ブロックの右に余白を追加しました。(*block.css) ・Internet Explorer6のユーザーの編集ページでレイアウトが崩れていたので修 正しました。(*layout.css) - ・聞き飛ばし部分に入れているテキストを修正(*header.thtml,footer.thtml) + ・聞き飛ばし部分に入れているテキストを修正しました。 (*header.thtml,footer.thtml)  ・ページ内リンクのname属性の後にid属性を追加しました。 (*header.thtml,footer.thtml)  ・記事をメールするアイコン、印刷用アイコン、編集アイコンを作り直し新しい 物に変更しました。(*images/edit.png,images/print.png,images/mail.png)  ・記事をメールするアイコン、印刷用アイコン、編集アイコンの間を広げまし た。(*story.css) Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css Mon Jan 5 18:41:58 2009 @@ -65,7 +65,7 @@ div#centerblocks div#block-message dl dt { margin: 0; padding: 8px; - background: #3c4e2e; + background: #282960; color: #FFFFFF; font-weight: bold; } Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css Mon Jan 5 18:41:58 2009 @@ -22,13 +22,13 @@ --------------------------------------*/ body { - margin: 0; + margin: 0 0 20px; padding: 0; - background: #f1fcf4; + background: #e0e0e0; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; - line-height: 1.25; + line-height: 1.5; text-align: center; /* Win IE 6用(マージンの自動調整が効かない) */ } @@ -167,7 +167,8 @@ position: absolute; left: -9999px; margin: 0; -/* line-height: 0; */ + padding: 0; + line-height: 0; } Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css Mon Jan 5 18:41:58 2009 @@ -164,6 +164,14 @@ Hypertext Module ---------------------------------------*/ +a:link { + color: #0000ff; +} + +a:visited { + color: #295e29; +} + a:link, a:visited { text-decoration: underline; } Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/form.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/form.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/form.css Mon Jan 5 18:41:58 2009 @@ -19,7 +19,7 @@ margin: 0 0.2em 0.5em; padding: 0.7em; border-bottom: 1px solid #af9b83; - background: #ceedfc; + background: #dadaff; } /* フォーム */ Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Mon Jan 5 18:41:58 2009 @@ -21,8 +21,8 @@ ・サイト全体の幅[W] = 70em ・左ブロックの幅[L] = 12.5em ・右ブロックの幅[R] = 12.5em - ・中央ブロックの幅(3カラム) = 44.5em - ・中央ブロックの幅(2カラム) = 57em + ・中央ブロックの幅(3カラム) = 44.64em + ・中央ブロックの幅(2カラム) = 57.31em ・中央ブロックの幅(1カラム) = 69.8em 適用先 : header.thtml, footer.thtml, leftblocks.thtml, rightblocks.thtml ==============================================================================*/ @@ -36,11 +36,11 @@ div#container { position: relative; - width: 71em; + width: 70em; /* サイト全体の幅[W] */ min-width: 37.5em; - margin: 20px auto; + margin: 20px auto 0; padding: 0; - background: #af9b83; + border: 2px solid #00007d; font-size: 1em; text-align: left; } @@ -53,31 +53,23 @@ div#container div#header { position: relative; - width: 70em; /* サイト全体の幅[W] */ height: 7.5em; - margin: 0 0.5em 0.5em; padding: 0; - background: #bff691; - border-top: 0.5em solid #af9b83; -} - -/*-- IE6用 --*/ -* html div#container div#header { - margin: 0 0 0.5em 1.1em; -} - -* html body.left-center div#container div#header { - margin: 0 0.5em 0.5em; + background: #ffffff; } /* サイト名 */ div#container div#header h1.site_name { display: inline; /* Win IE 6用(フロートの左右マージンが指定値より大きく なる) */ - margin: 0 0 0 10px; + margin: 0.4em 0 0 0.5em; padding: 0; float: left; } +div#container div#header h1.site_name a:hover { + background: transparent; +} + /* スローガン */ div#container div#header p.site_slogan { margin: 0; @@ -88,7 +80,7 @@ /* ウェルカムメッセージ */ div#container div#header p.welcome_msg { - margin: 3.5em 0 0 2em; + margin: 3.2em 0 0 0.9em; } /* ウェルカムメッセージのリンク */ @@ -103,30 +95,20 @@ } + /*-------------------------------------- グローバルナビゲーションコンテナ --------------------------------------*/ div#container div#navigation { - width: 69em; height: 1.5em; - margin: 0 0.5em; - padding: 0.5em 0.5em; - background:#f8efcf; - border-top: 1px solid #a9a9a9; - border-bottom: 1px solid #a9a9a9; + padding: 0.49em; + background: #5152bf; + border-top: 2px solid #00007d; + border-bottom: 2px solid #00007d; text-align: left; } -/*-- IE6用 --*/ -* html div#container div#navigation { - margin: 0 0 0.5em 1.1em; -} - -* html body.left-center div#container div#navigation { - margin: 0 0.5em 0.5em; -} - /* ナビゲーションメニューリスト */ div#container div#navigation ul { list-style-type: none; @@ -150,11 +132,13 @@ div#container div#navigation ul li.menuitem a:link, div#container div#navigation ul li.menuitem a:visited { padding: 0.3em; + color: #ffffff; } div#container div#navigation ul li.menuitem a:hover, div#container div#navigation ul li.menuitem a:focus, div#container div#navigation ul li.menuitem a:active { + color: #000000; } /* ナビゲーションメニュー(最後) */ @@ -180,9 +164,7 @@ div#container div#wrapper { overflow: hidden; /* 浮動要素の調整用 */ - width: 70em; - margin: 0.5em; - padding: 1em 0 2em 0; + background: #ffffff; } /* 内容生成によってfloatを解除 */ @@ -209,19 +191,16 @@ /* JavaScript有効・2カラム(左ブロック・中央ブロック)時 */ body.left-center div#container div#wrapper { - width: 70em; padding: 0; } /* 2カラム(中央ブロック・右ブロック)時 */ body.center-right div#container div#wrapper { - width: 70em; padding: 0; } /*1カラム(中央ブロック)時のラッパー */ body.center div#container div#wrapper { - width: 70em; padding: 0; } @@ -231,6 +210,8 @@ padding: 0; } + + /*-------------------------------------- carrier(中央ブロック=div#centerblocksと左ブロック=div#leftblocksを包含しま す) --------------------------------------*/ @@ -238,7 +219,7 @@ /* JavaScript有効・3カラム(左ブロック・中央ブロック・右ブロック)時の carrier */ body.left-center-right div#container div#wrapper div#carrier { float: left; - width: 57.3em; + width: 57.47em; } /* JavaScript有効・2カラム(左ブロック・中央ブロック)時と1カラム(中央ブロッ ク)時のcarrier */ @@ -256,7 +237,7 @@ /* JavaScript無効時のcarrier */ body.js_off div#container div#wrapper div#carrier { float: left; - width: 57.3em; + width: 57.47em; } @@ -269,21 +250,21 @@ div#container div#wrapper div#carrier div#leftblocks { float: left; width: 12.5em; /* 左ブロックの幅[L] */ - background: #ceedfc; + background: #dadaff; } /*-- JavaScript有効・2カラム(左ブロック・中央ブロック)時の左ブロックコンテ ナ --*/ body.left-center div#container div#wrapper div#carrier div#leftblocks { float: left; width: 12.5em; - background: #ceedfc; + background: #dadaff; } /*-- JavaScript無効時の左ブロックコンテナ --*/ body.js_off div#container div#wrapper div#carrier div#leftblocks { float: left; width: 12.5em; - background: #ceedfc; + background: #dadaff; } @@ -306,22 +287,26 @@ /* JavaScript有効・3カラム(左ブロック・中央ブロック・右ブロック)時の中央ブ ロックコンテナ */ body.left-center-right div#container div#wrapper div#carrier div#centerblocks { float: right; - width: 44.5em; + width: 44.64em; background: #ffffff; + border-left: 2px solid #00007d; + border-right: 2px solid #00007d; } /* JavaScript有効・2カラム(左ブロック・中央ブロック)時の中央ブロックコンテ ナ */ body.left-center div#container div#wrapper div#carrier div#centerblocks { float: right; - width: 57em; + width: 57.31em; background: #ffffff; + border-left: 2px solid #00007d; } /* JavaScript有効・2カラム(中央ブロック・右ブロック)時の中央ブロックコンテ ナ */ body.center-right div#container div#wrapper div#carrier div#centerblocks { float: left; - width: 57em; + width: 57.31em; background: #ffffff; + border-right: 2px solid #00007d; } /* JavaScript有効・1カラム(中央ブロック)時の中央ブロックコンテナ */ @@ -333,8 +318,10 @@ /* JavaScript無効時の中央ブロックコンテナ */ body.js_off div#container div#wrapper div#carrier div#centerblocks { float: right; - width: 44.5em; + width: 44.64em; background: #ffffff; + border-left: 2px solid #00007d; + border-right: 2px solid #00007d; } @@ -346,22 +333,22 @@ div#container div#wrapper div#rightblocks { float: right; - width: 12.4em; /* 右ブロックの幅[R] */ - background: #ceedfc; + width: 12.5em; /* 右ブロックの幅[R] */ + background: #dadaff; } /* JavaScript有効・2カラム(中央ブロック・右ブロック)時の右ブロックコンテナ */ body.center-right div#container div#wrapper div#rightblocks { float: right; width: 12.5em; /* 右ブロックの幅[R] */ - background: #ceedfc; + background: #dadaff; } /* JavaScript無効時の右ブロックコンテナ */ body.js_off div#container div#wrapper div#rightblocks { float: right; width: 12.5em; - background: #ceedfc; + background: #dadaff; } @@ -373,23 +360,13 @@ div#container div#footer { position: relative; clear: left; - width: 70em; - margin: 0 0.5em; - padding-top: 1em; - padding-bottom: 2em; - border-bottom: 0.5em solid #af9b83; - background: #a0cf7b; + margin: 0; + padding-top: 0.5em; + padding-bottom: 0.5em; + background: #c2c2ea; + border-top: 2px solid #00007d; color: #000000; text-align: center; -} - -/*-- IE6用 --*/ -* html div#container div#footer { - margin: 0 0 0.5em 1.1em; -} - -* html body.left-center div#container div#footer { - margin: 0 0.5em 0.5em; } /* フッタリンク */ Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/custom.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/custom.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/custom.css Mon Jan 5 18:41:58 2009 @@ -8,7 +8,3 @@ -/* カスタムメニューエディタプラグインのURL照合機能に対応したサンプルスタイ ル */ -div#container div#navigation ul li.selected { - background : #CCCCFF; -} Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml Mon Jan 5 18:41:58 2009 @@ -36,9 +36,9 @@ Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/images/logo.gif ============================================================================== Binary files. No diff available. From codesite-noreply @ google.com Thu Jan 8 13:20:16 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 08 Jan 2009 04:20:16 +0000 Subject: [geeklog-jp commit] r1097 - in trunk: geeklog-1-jp geeklog-1-jp-extended Message-ID: <0016e640985a287cc7045ff0f5f6@google.com> Author: mystralkk Date: Wed Jan 7 20:05:52 2009 New Revision: 1097 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp trunk/geeklog-1-jp/CHANGES.jp Log: r1095, r1096の修正をCHANGES.jpに記録しました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Wed Jan 7 20:05:52 2009 @@ -1,5 +1,10 @@ $Id$ +2009-01-08 mystral-kk + + * 携帯の記事編集の対応(2008-11-13)で使用されている正規表現を一部修正 + しました。 + 2009-1-4 Yoshinori Tahara * PHPモードで、ID、クラス名、子メニューエントリの配列を設定できるよう Modified: trunk/geeklog-1-jp/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp/CHANGES.jp (original) +++ trunk/geeklog-1-jp/CHANGES.jp Wed Jan 7 20:05:52 2009 @@ -1,5 +1,10 @@ $Id$ +2009-01-08 mystral-kk + + * 携帯の記事編集の対応(2008-11-13)で使用されている正規表現を一部修正 + しました。 + 2008-12-21 Tetsuko Komma * 言語ファイルjapanese_utf-8.phpの「アカウント情報表示」「記事を送る」 From codesite-noreply @ google.com Thu Jan 8 13:24:17 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 08 Jan 2009 04:24:17 +0000 Subject: [geeklog-jp commit] r1095 - trunk/geeklog-1-jp/system/classes Message-ID: <0016361e89b685051f045ff103d8@google.com> Author: mystralkk Date: Wed Jan 7 19:56:00 2009 New Revision: 1095 Modified: trunk/geeklog-1-jp/system/classes/story.class.php Log: r1075での対策を完全なものにするために、正規表現のデリミタを(|)に変え、正規表 現を最適化しました。 Modified: trunk/geeklog-1-jp/system/classes/story.class.php ============================================================================== --- trunk/geeklog-1-jp/system/classes/story.class.php (original) +++ trunk/geeklog-1-jp/system/classes/story.class.php Wed Jan 7 19:56:00 2009 @@ -1173,9 +1173,9 @@ $imgSrc = $_CONF['site_url'] . '/getimage.php?mode=articles&image=' . $A['ai_filename']; } - $norm = '/' . preg_quote($lLinkPrefix . '' . $lLinkSuffix, '/') . '/'; - $left = '/' . preg_quote($lLinkPrefix . '' . $lLinkSuffix, '/') . '/'; - $right = '/' . preg_quote($lLinkPrefix . '' . $lLinkSuffix, '/') . '/'; + $norm = '|' . preg_quote($lLinkPrefix . '' . preg_quote($lLinkSuffix, '|') . '|'; + $left = '|' . preg_quote($lLinkPrefix . '' . preg_quote($lLinkSuffix, '|') . '|'; + $right = '|' . preg_quote($lLinkPrefix . '' . preg_quote($lLinkSuffix, '|') . '|'; $text = preg_replace($norm, $imageX, $text); $text = preg_replace($left, $imageX_left, $text); @@ -1188,9 +1188,9 @@ if (file_exists($lFilename_large_complete)) { $sizeattributes = COM_getImgSizeAttributes($lFilename_large_complete); - $norm = '/' . preg_quote('', '/') . '/'; - $left = '/' . preg_quote('', '/') . '/'; - $right = '/' . preg_quote('', '/') . '/'; + $norm = '|' . preg_quote('|'; + $left = '|' . preg_quote('|'; + $right = '|' . preg_quote('|'; } $text = preg_replace($norm, $unscaledX, $text); From codesite-noreply @ google.com Thu Jan 8 14:33:34 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 08 Jan 2009 05:33:34 +0000 Subject: [geeklog-jp commit] r1096 - trunk/geeklog-1-jp-extended/system/classes Message-ID: <0016361e7e7c4b7b49045ff1fb81@google.com> Author: mystralkk Date: Wed Jan 7 19:58:52 2009 New Revision: 1096 Modified: trunk/geeklog-1-jp-extended/system/classes/story.class.php Log: r1095の変更をgeeklog-1-jp-extendedにも適用します。 Modified: trunk/geeklog-1-jp-extended/system/classes/story.class.php ============================================================================== --- trunk/geeklog-1-jp-extended/system/classes/story.class.php (original) +++ trunk/geeklog-1-jp-extended/system/classes/story.class.php Wed Jan 7 19:58:52 2009 @@ -1173,11 +1173,9 @@ $imgSrc = $_CONF['site_url'] . '/getimage.php?mode=articles&image=' . $A['ai_filename']; } - $norm = '/' . $lLinkPrefix . '' . $lLinkSuffix . '/'; - $left = '/' . $lLinkPrefix . '' - . $lLinkSuffix . '/'; - $right = '/' . $lLinkPrefix . '' - . $lLinkSuffix . '/'; + $norm = '|' . preg_quote($lLinkPrefix . '' . preg_quote($lLinkSuffix, '|') . '|'; + $left = '|' . preg_quote($lLinkPrefix . '' . preg_quote($lLinkSuffix, '|') . '|'; + $right = '|' . preg_quote($lLinkPrefix . '' . preg_quote($lLinkSuffix, '|') . '|'; $text = preg_replace($norm, $imageX, $text); $text = preg_replace($left, $imageX_left, $text); @@ -1190,9 +1188,9 @@ if (file_exists($lFilename_large_complete)) { $sizeattributes = COM_getImgSizeAttributes($lFilename_large_complete); - $norm = '/' . '' . '/'; - $left = '/' . '' . '/'; - $right = '/' . '' . '/'; + $norm = '|' . preg_quote('|'; + $left = '|' . preg_quote('|'; + $right = '|' . preg_quote('|'; } $text = preg_replace($norm, $unscaledX, $text); From codesite-noreply @ google.com Fri Jan 9 01:43:52 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 08 Jan 2009 16:43:52 +0000 Subject: [geeklog-jp commit] r1100 - trunk/plugins/custommenu/bonus Message-ID: <0016e64f90e8754b1a045ffb5861@google.com> Author: dengenxp Date: Thu Jan 8 07:42:47 2009 New Revision: 1100 Modified: trunk/plugins/custommenu/bonus/lib-common.php Log: custommenuプラグイン:r1098の更新漏れです。 Modified: trunk/plugins/custommenu/bonus/lib-common.php ============================================================================== --- trunk/plugins/custommenu/bonus/lib-common.php (original) +++ trunk/plugins/custommenu/bonus/lib-common.php Thu Jan 8 07:42:47 2009 @@ -657,7 +657,7 @@ //@@@@@ added for CustomMenu Editor plugin >>------------------------------- global $_CMED_CONF; if (isset($_CMED_CONF['menu_render']) && ($_CMED_CONF['menu_render'] == 'pulldown') - && function_exists(CMED_renderMenu)) { + && function_exists('CMED_renderMenu')) { CMED_renderMenu($header, $custom_entries, $menuCounter); $url = ''; $label = ''; From codesite-noreply @ google.com Fri Jan 9 01:47:55 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 08 Jan 2009 16:47:55 +0000 Subject: [geeklog-jp commit] r1098 - trunk/plugins/custommenu Message-ID: <0016362835a6f19037045ffb66c6@google.com> Author: dengenxp Date: Thu Jan 8 07:34:42 2009 New Revision: 1098 Modified: trunk/plugins/custommenu/config.php trunk/plugins/custommenu/functions.inc trunk/plugins/custommenu/readme_jp.html trunk/plugins/custommenu/readme_jp_1.5.html Log: custommenuプラグイン:バージョン0.4.2に更新します。 掲示板プラグイン(forum)と併用した場合に、掲示板の「最新の投稿」が表示され なくなる問題に対応しました。 Modified: trunk/plugins/custommenu/config.php ============================================================================== --- trunk/plugins/custommenu/config.php (original) +++ trunk/plugins/custommenu/config.php Thu Jan 8 07:34:42 2009 @@ -69,7 +69,7 @@ /** * Plugin Version */ -$_CMED_CONF['version'] = '0.4.1'; +$_CMED_CONF['version'] = '0.4.2'; /** * Add to $_TABLES array the tables custommenu plugin uses Modified: trunk/plugins/custommenu/functions.inc ============================================================================== --- trunk/plugins/custommenu/functions.inc (original) +++ trunk/plugins/custommenu/functions.inc Thu Jan 8 07:34:42 2009 @@ -479,8 +479,8 @@ if (!function_exists('CUSTOM_menuEntries')) { - $pi_version = DB_getItem($_TABLES['plugins'], 'pi_version', "(pi_name = 'custommenu')"); - $_CMED_CONF['pulldown_enabled'] = (version_compare($pi_version, '0.4.0') >= 0); + $_CMED_pi_version = DB_getItem($_TABLES['plugins'], 'pi_version', "(pi_name = 'custommenu')"); + $_CMED_CONF['pulldown_enabled'] = (version_compare($_CMED_pi_version, '0.4.0') >= 0); function CUSTOM_menuEntries() { Modified: trunk/plugins/custommenu/readme_jp.html ============================================================================== --- trunk/plugins/custommenu/readme_jp.html (original) +++ trunk/plugins/custommenu/readme_jp.html Thu Jan 8 07:34:42 2009 @@ -116,9 +116,9 @@

    CustomMenu Editor プラグイン

    -

    バージョン: 0.4.1

    +

    バージョン: 0.4.2

    作成者: Yoshinori Tahara - dengen

    -

    公開日: 2009.1.4

    +

    公開日: 2009.1.9

    ライセンス: GPL

    概要:

      @@ -460,6 +460,12 @@
    + + + + + Modified: trunk/plugins/custommenu/readme_jp_1.5.html ============================================================================== --- trunk/plugins/custommenu/readme_jp_1.5.html (original) +++ trunk/plugins/custommenu/readme_jp_1.5.html Thu Jan 8 07:34:42 2009 @@ -116,9 +116,9 @@

    CustomMenu Editor プラグイン

    -

    バージョン: 0.4.1

    +

    バージョン: 0.4.2

    作成者: Yoshinori Tahara - dengen

    -

    公開日: 2009.1.4

    +

    公開日: 2009.1.9

    ライセンス: GPL

    概要:

      @@ -473,6 +473,12 @@
    + + + + + From codesite-noreply @ google.com Fri Jan 9 01:56:15 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 08 Jan 2009 16:56:15 +0000 Subject: [geeklog-jp commit] r1101 - trunk/geeklog-1-jp-extended/plugins/custommenu/bonus Message-ID: <000e0cd6ae8cc53124045ffb8476@google.com> Author: dengenxp Date: Thu Jan 8 07:43:50 2009 New Revision: 1101 Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/lib-common.php Log: custommenuプラグイン:r1099の更新漏れです。 Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/lib-common.php ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/lib-common.php (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/bonus/lib-common.php Thu Jan 8 07:43:50 2009 @@ -657,7 +657,7 @@ //@@@@@ added for CustomMenu Editor plugin >>------------------------------- global $_CMED_CONF; if (isset($_CMED_CONF['menu_render']) && ($_CMED_CONF['menu_render'] == 'pulldown') - && function_exists(CMED_renderMenu)) { + && function_exists('CMED_renderMenu')) { CMED_renderMenu($header, $custom_entries, $menuCounter); $url = ''; $label = ''; From codesite-noreply @ google.com Fri Jan 9 02:00:18 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 08 Jan 2009 17:00:18 +0000 Subject: [geeklog-jp commit] r1099 - in trunk/geeklog-1-jp-extended: . plugins/custommenu Message-ID: <000e0cd6ae8c367fa8045ffb938b@google.com> Author: dengenxp Date: Thu Jan 8 07:35:46 2009 New Revision: 1099 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp trunk/geeklog-1-jp-extended/plugins/custommenu/config.php trunk/geeklog-1-jp-extended/plugins/custommenu/functions.inc trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp.html trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html Log: custommenuプラグイン:r1098の変更をtrunk/geeklog-1-jp-extendedへ反映させま す。 変更点をCHANGES.jpへ記載します。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Thu Jan 8 07:35:46 2009 @@ -1,13 +1,20 @@ $Id$ +2009-01-09 Yoshinori Tahara + + * custommenuプラグインをバージョン0.4.2に更新しました。 + 掲示板プラグイン(forum)と併用した場合に、掲示板の「最新の投稿」が + 表示されなくなる問題に対応しました。 + 2009-01-08 mystral-kk * 携帯の記事編集の対応(2008-11-13)で使用されている正規表現を一部修正 しました。 -2009-1-4 Yoshinori Tahara +2009-01-04 Yoshinori Tahara - * PHPモードで、ID、クラス名、子メニューエントリの配列を設定できるよう + * custommenuプラグインをバージョン0.4.1に更新しました。 + PHPモードで、ID、クラス名、子メニューエントリの配列を設定できるよう にしました。 メニューアイテムの編集におけるバリデーションを強化しました。 0.4.0以降へのバージョンアップが正常に行えない問題に対応しました。 Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/config.php ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/config.php (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/config.php Thu Jan 8 07:35:46 2009 @@ -69,7 +69,7 @@ /** * Plugin Version */ -$_CMED_CONF['version'] = '0.4.1'; +$_CMED_CONF['version'] = '0.4.2'; /** * Add to $_TABLES array the tables custommenu plugin uses Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/functions.inc ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/functions.inc (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/functions.inc Thu Jan 8 07:35:46 2009 @@ -479,8 +479,8 @@ if (!function_exists('CUSTOM_menuEntries')) { - $pi_version = DB_getItem($_TABLES['plugins'], 'pi_version', "(pi_name = 'custommenu')"); - $_CMED_CONF['pulldown_enabled'] = (version_compare($pi_version, '0.4.0') >= 0); + $_CMED_pi_version = DB_getItem($_TABLES['plugins'], 'pi_version', "(pi_name = 'custommenu')"); + $_CMED_CONF['pulldown_enabled'] = (version_compare($_CMED_pi_version, '0.4.0') >= 0); function CUSTOM_menuEntries() { Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp.html ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp.html (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp.html Thu Jan 8 07:35:46 2009 @@ -116,9 +116,9 @@

    CustomMenu Editor プラグイン

    -

    バージョン: 0.4.1

    +

    バージョン: 0.4.2

    作成者: Yoshinori Tahara - dengen

    -

    公開日: 2009.1.4

    +

    公開日: 2009.1.9

    ライセンス: GPL

    概要:

      @@ -460,6 +460,12 @@
    + + + + + Modified: trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html (original) +++ trunk/geeklog-1-jp-extended/plugins/custommenu/readme_jp_1.5.html Thu Jan 8 07:35:46 2009 @@ -116,9 +116,9 @@

    CustomMenu Editor プラグイン

    -

    バージョン: 0.4.1

    +

    バージョン: 0.4.2

    作成者: Yoshinori Tahara - dengen

    -

    公開日: 2009.1.4

    +

    公開日: 2009.1.9

    ライセンス: GPL

    概要:

      @@ -473,6 +473,12 @@
    + + + + + From codesite-noreply @ google.com Mon Jan 12 22:44:34 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Mon, 12 Jan 2009 13:44:34 +0000 Subject: [geeklog-jp commit] r1102 - trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css Message-ID: <001517511a7698c7040460494eab@google.com> Author: milk851 Date: Mon Jan 12 05:09:40 2009 New Revision: 1102 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Log: レイアウト崩れを修正しました。 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Mon Jan 12 05:09:40 2009 @@ -18,11 +18,11 @@ ・「js_off」のみが常に指定されています。 各ブロックの幅は下記の通りです。 - ・サイト全体の幅[W] = 70em + ・サイト全体の幅[W] = 70.2em ・左ブロックの幅[L] = 12.5em ・右ブロックの幅[R] = 12.5em - ・中央ブロックの幅(3カラム) = 44.64em - ・中央ブロックの幅(2カラム) = 57.31em + ・中央ブロックの幅(3カラム) = 44.98em + ・中央ブロックの幅(2カラム) = 57.59em ・中央ブロックの幅(1カラム) = 69.8em 適用先 : header.thtml, footer.thtml, leftblocks.thtml, rightblocks.thtml ==============================================================================*/ @@ -36,11 +36,11 @@ div#container { position: relative; - width: 70em; /* サイト全体の幅[W] */ + width: 70.2em; /* サイト全体の幅[W] */ min-width: 37.5em; margin: 20px auto 0; padding: 0; - border: 2px solid #00007d; + border: 0.1em solid #00007d; font-size: 1em; text-align: left; } @@ -104,8 +104,8 @@ height: 1.5em; padding: 0.49em; background: #5152bf; - border-top: 2px solid #00007d; - border-bottom: 2px solid #00007d; + border-top: 0.1em solid #00007d; + border-bottom: 0.1em solid #00007d; text-align: left; } @@ -219,25 +219,25 @@ /* JavaScript有効・3カラム(左ブロック・中央ブロック・右ブロック)時の carrier */ body.left-center-right div#container div#wrapper div#carrier { float: left; - width: 57.47em; + width: 57.69em; } /* JavaScript有効・2カラム(左ブロック・中央ブロック)時と1カラム(中央ブロッ ク)時のcarrier */ body.left-center div#container div#wrapper div#carrier, body.center div#container div#wrapper div#carrier { - width: 70em; + width: 70.2em; } /* JavaScript有効・2カラム(中央ブロック・右ブロック)時のcarrier */ body.center-right div#container div#wrapper div#carrier { float: left; - width: 57.3em; + width: 57.69em; } /* JavaScript無効時のcarrier */ body.js_off div#container div#wrapper div#carrier { float: left; - width: 57.47em; + width: 57.69em; } @@ -287,26 +287,26 @@ /* JavaScript有効・3カラム(左ブロック・中央ブロック・右ブロック)時の中央ブ ロックコンテナ */ body.left-center-right div#container div#wrapper div#carrier div#centerblocks { float: right; - width: 44.64em; + width: 44.98em; background: #ffffff; - border-left: 2px solid #00007d; - border-right: 2px solid #00007d; + border-left: 0.1em solid #00007d; + border-right: 0.1em solid #00007d; } /* JavaScript有効・2カラム(左ブロック・中央ブロック)時の中央ブロックコンテ ナ */ body.left-center div#container div#wrapper div#carrier div#centerblocks { float: right; - width: 57.31em; + width: 57.59em; background: #ffffff; - border-left: 2px solid #00007d; + border-left: 0.1em solid #00007d; } /* JavaScript有効・2カラム(中央ブロック・右ブロック)時の中央ブロックコンテ ナ */ body.center-right div#container div#wrapper div#carrier div#centerblocks { float: left; - width: 57.31em; + width: 57.59em; background: #ffffff; - border-right: 2px solid #00007d; + border-right: 0.1em solid #00007d; } /* JavaScript有効・1カラム(中央ブロック)時の中央ブロックコンテナ */ @@ -318,10 +318,10 @@ /* JavaScript無効時の中央ブロックコンテナ */ body.js_off div#container div#wrapper div#carrier div#centerblocks { float: right; - width: 44.64em; + width: 44.98em; background: #ffffff; - border-left: 2px solid #00007d; - border-right: 2px solid #00007d; + border-left: 0.1em solid #00007d; + border-right: 0.1em solid #00007d; } @@ -364,7 +364,7 @@ padding-top: 0.5em; padding-bottom: 0.5em; background: #c2c2ea; - border-top: 2px solid #00007d; + border-top: 0.09em solid #00007d; color: #000000; text-align: center; } From codesite-noreply @ google.com Tue Jan 13 15:10:09 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Tue, 13 Jan 2009 06:10:09 +0000 Subject: [geeklog-jp commit] r1103 - trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css Message-ID: <001636163c5f58dbc5046057139e@google.com> Author: milk851 Date: Mon Jan 12 22:03:46 2009 New Revision: 1103 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Log: IE6でフッタ部分のページの先頭へ戻る及びvalidateアイコンが表示されていなかっ たのを修正しました。 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css Mon Jan 12 22:03:46 2009 @@ -168,7 +168,6 @@ left: -9999px; margin: 0; padding: 0; - line-height: 0; } Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Mon Jan 12 22:03:46 2009 @@ -360,6 +360,7 @@ div#container div#footer { position: relative; clear: left; + width: 70.2em; margin: 0; padding-top: 0.5em; padding-bottom: 0.5em; From codesite-noreply @ google.com Wed Jan 14 21:37:08 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Wed, 14 Jan 2009 12:37:08 +0000 Subject: [geeklog-jp commit] r1104 - in trunk/geeklog-1-jp: . language Message-ID: <00151750ee3822f5e7046070993e@google.com> Author: ivysoho Date: Wed Jan 14 04:36:14 2009 New Revision: 1104 Modified: trunk/geeklog-1-jp/CHANGES.jp trunk/geeklog-1-jp/language/japanese_utf-8.php Log: 言語ファイルjapanese_utf-8.phpの「Powered By」を「powered by」に変更しまし た。 Modified: trunk/geeklog-1-jp/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp/CHANGES.jp (original) +++ trunk/geeklog-1-jp/CHANGES.jp Wed Jan 14 04:36:14 2009 @@ -1,5 +1,10 @@ $Id$ +2009-01-14 Tetsuko Komma + + * 言語ファイルjapanese_utf-8.phpの「Powered By」を「powered by」に + 変更しました。 + 2009-01-08 mystral-kk * 携帯の記事編集の対応(2008-11-13)で使用されている正規表現を一部修正 Modified: trunk/geeklog-1-jp/language/japanese_utf-8.php ============================================================================== --- trunk/geeklog-1-jp/language/japanese_utf-8.php (original) +++ trunk/geeklog-1-jp/language/japanese_utf-8.php Wed Jan 14 04:36:14 2009 @@ -144,7 +144,7 @@ 92 => '秒', 93 => 'Copyright', 94 => '本ページのすべての商標と著作権はそれぞれの所有者に帰属します。', - 95 => 'Powered By', + 95 => 'powered by', 96 => 'グループ', 97 => 'ワードリスト', 98 => 'プラグイン', From codesite-noreply @ google.com Wed Jan 14 21:41:09 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Wed, 14 Jan 2009 12:41:09 +0000 Subject: [geeklog-jp commit] r1105 - in trunk/geeklog-1-jp-extended: . language Message-ID: <001636164aa781616a046070a7c6@google.com> Author: ivysoho Date: Wed Jan 14 04:39:01 2009 New Revision: 1105 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp trunk/geeklog-1-jp-extended/language/japanese_utf-8.php Log: r1104の変更をtrunk/geeklog-1-jp-extendedに反映させました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Wed Jan 14 04:39:01 2009 @@ -1,5 +1,10 @@ $Id$ +2009-01-14 Tetsuko Komma + + * 言語ファイルjapanese_utf-8.phpの「Powered By」を「powered by」に + 変更しました。 + 2009-01-09 Yoshinori Tahara * custommenuプラグインをバージョン0.4.2に更新しました。 Modified: trunk/geeklog-1-jp-extended/language/japanese_utf-8.php ============================================================================== --- trunk/geeklog-1-jp-extended/language/japanese_utf-8.php (original) +++ trunk/geeklog-1-jp-extended/language/japanese_utf-8.php Wed Jan 14 04:39:01 2009 @@ -144,7 +144,7 @@ 92 => '秒', 93 => 'Copyright', 94 => '本ページのすべての商標と著作権はそれぞれの所有者に帰属します。', - 95 => 'Powered By', + 95 => 'powered by', 96 => 'グループ', 97 => 'ワードリスト', 98 => 'プラグイン', From codesite-noreply @ google.com Thu Jan 15 19:37:00 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Thu, 15 Jan 2009 10:37:00 +0000 Subject: [geeklog-jp commit] r1106 - trunk/geeklog-1-jp-extended Message-ID: <0016e640cee8584524046083097e@google.com> Author: milk851 Date: Thu Jan 15 01:30:16 2009 New Revision: 1106 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp Log: r1102,r1103の修正をCHANGES.jpに記録しました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Thu Jan 15 01:30:16 2009 @@ -1,5 +1,12 @@ $Id$ +2009-01-15 Masuko Koeda + + * WAIproCSSがWindows Internet Explorer、Opera、Firefox、Google Chromeで +     文字サイズ縮小時にレイアウトが崩れていたのを修正しました。 +     Internet ExplorerIE6でフッタ部分のページの先頭へ戻る及び +     validateアイコンが表示されていなかったのを修正しました。 + 2009-01-14 Tetsuko Komma * 言語ファイルjapanese_utf-8.phpの「Powered By」を「powered by」に From codesite-noreply @ google.com Wed Jan 21 06:52:45 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Tue, 20 Jan 2009 21:52:45 +0000 Subject: [geeklog-jp commit] r1107 - in trunk: geeklog-1-jp-extended/system geeklog-1-jp/system Message-ID: <001485f922dc39a8050460f10ff9@google.com> Author: mystralkk Date: Sat Jan 17 16:52:40 2009 New Revision: 1107 Modified: trunk/geeklog-1-jp-extended/system/lib-comment.php trunk/geeklog-1-jp/system/lib-comment.php Log: Issue #52に対応しました。 Modified: trunk/geeklog-1-jp-extended/system/lib-comment.php ============================================================================== --- trunk/geeklog-1-jp-extended/system/lib-comment.php (original) +++ trunk/geeklog-1-jp-extended/system/lib-comment.php Sat Jan 17 16:52:40 2009 @@ -327,7 +327,7 @@ $template->set_var( 'end_author_anchortag', '' ); $template->set_var( 'author_link', COM_createLink( - $A['username'], + $fullname, $_CONF['site_url'] . '/users.php?mode=profile&uid=' . $A['uid'] ) ); Modified: trunk/geeklog-1-jp/system/lib-comment.php ============================================================================== --- trunk/geeklog-1-jp/system/lib-comment.php (original) +++ trunk/geeklog-1-jp/system/lib-comment.php Sat Jan 17 16:52:40 2009 @@ -327,7 +327,7 @@ $template->set_var( 'end_author_anchortag', '' ); $template->set_var( 'author_link', COM_createLink( - $A['username'], + $fullname, $_CONF['site_url'] . '/users.php?mode=profile&uid=' . $A['uid'] ) ); From codesite-noreply @ google.com Wed Jan 21 06:56:31 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Tue, 20 Jan 2009 21:56:31 +0000 Subject: [geeklog-jp commit] r1109 - trunk/geeklog-1-jp-extended Message-ID: <0016361e8778b478950460f11c38@google.com> Author: tacahi Date: Sun Jan 18 00:29:16 2009 New Revision: 1109 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp Log: milk851さんの2回のコミットに対する変更を、実際の日付けに合せて分けて 記述するようにしました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Sun Jan 18 00:29:16 2009 @@ -5,17 +5,20 @@ * フルネームを表示する」を「はい」にしても、コメントバーでユーザ名 が表示されてしまう問題(Issue #52)に対応しました。 -2009-01-15 Masuko Koeda - - * WAIproCSSがWindows Internet Explorer、Opera、Firefox、Google Chromeで - 文字サイズ縮小時にレイアウトが崩れていたのを修正しました。 - Internet ExplorerIE6でフッタ部分のページの先頭へ戻る及び - validateアイコンが表示されていなかったのを修正しました。 - 2009-01-14 Tetsuko Komma * 言語ファイルjapanese_utf-8.phpの「Powered By」を「powered by」に 変更しました。 + +2009-01-13 Masuko Koeda + + * Internet ExplorerIE6でフッタ部分のページの先頭へ戻る及び + validateアイコンが表示されていなかったのを修正しました。 + +2009-01-12 Masuko Koeda + + * WAIproCSSがWindows Internet Explorer、Opera、Firefox、Google Chromeで + 文字サイズ縮小時にレイアウトが崩れていたのを修正しました。 2009-01-09 Yoshinori Tahara From codesite-noreply @ google.com Wed Jan 21 07:00:09 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Tue, 20 Jan 2009 22:00:09 +0000 Subject: [geeklog-jp commit] r1112 - trunk/geeklog-1-jp-extended Message-ID: <0016e64355deb22f640460f129f8@google.com> Author: milk851 Date: Tue Jan 20 05:32:23 2009 New Revision: 1112 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp Log: r1111の内容をCHANGES.jpに記録しました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Tue Jan 20 05:32:23 2009 @@ -1,5 +1,11 @@ $Id$ +2009-01-20 Masuko Koeda + + * WAIproCSSの独自に追加していたフッタのリンクをコメントに変更しました。 + CSSのValidatorを通す為に「ProfessionalCSS」で設定されている + word-break:break-allを削除し、その変更をREADMEに追記しました。 + 2009-01-20 Tetsuko Komma * WAIproCSSのカラーをグレー系へ。アイコンをデフォルトアイコンを一律 From codesite-noreply @ google.com Wed Jan 21 07:13:57 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Tue, 20 Jan 2009 22:13:57 +0000 Subject: [geeklog-jp commit] r1108 - in trunk: geeklog-1-jp geeklog-1-jp-extended Message-ID: <0016e644012c049e090460f15ba3@google.com> Author: mystralkk Date: Sat Jan 17 17:00:18 2009 New Revision: 1108 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp trunk/geeklog-1-jp/CHANGES.jp Log: r1107の内容をCHANGES.jpに記録しました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Sat Jan 17 17:00:18 2009 @@ -1,11 +1,16 @@ $Id$ +2009-01-18 mystral-kk + + * フルネームを表示する」を「はい」にしても、コメントバーでユーザ名 + が表示されてしまう問題(Issue #52)に対応しました。 + 2009-01-15 Masuko Koeda - * WAIproCSSがWindows Internet Explorer、Opera、Firefox、Google Chromeで -     文字サイズ縮小時にレイアウトが崩れていたのを修正しました。 -     Internet ExplorerIE6でフッタ部分のページの先頭へ戻る及び -     validateアイコンが表示されていなかったのを修正しました。 + * WAIproCSSがWindows Internet Explorer、Opera、Firefox、Google Chromeで + 文字サイズ縮小時にレイアウトが崩れていたのを修正しました。 + Internet ExplorerIE6でフッタ部分のページの先頭へ戻る及び + validateアイコンが表示されていなかったのを修正しました。 2009-01-14 Tetsuko Komma Modified: trunk/geeklog-1-jp/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp/CHANGES.jp (original) +++ trunk/geeklog-1-jp/CHANGES.jp Sat Jan 17 17:00:18 2009 @@ -1,5 +1,10 @@ $Id$ +2009-01-18 mystral-kk + + * フルネームを表示する」を「はい」にしても、コメントバーでユーザ名 + が表示されてしまう問題(Issue #52)に対応しました。 + 2009-01-14 Tetsuko Komma * 言語ファイルjapanese_utf-8.phpの「Powered By」を「powered by」に From codesite-noreply @ google.com Wed Jan 21 07:51:18 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Tue, 20 Jan 2009 22:51:18 +0000 Subject: [geeklog-jp commit] r1111 - in trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS: . css Message-ID: <0016e644ba1aa163390460f1e05c@google.com> Author: milk851 Date: Tue Jan 20 05:25:31 2009 New Revision: 1111 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml Log: 独自に追加していたフッタのリンクをコメントに変更しました。 CSSのValidatorを通す為に「ProfessionalCSS」で設定されている word-break:break-allを削除し、その変更をREADMEに追記しました。 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README Tue Jan 20 05:25:31 2009 @@ -63,10 +63,10 @@ 音声読上げソフトを利用されている方が、メニューなどを聞き飛ばした後、現在地 がわかるよう「ここから記事」のようなテキストを入れてあります。 レイアウトのサイズ指定方法は、エラスティックレイアウト(em指定)を使用してい るので、テキストズームで拡大・縮小された時でもレイアウトの崩れはほとんどない ので、文字が読みやすくなっています。 -(「Windows XP Internet Explorer6,7の文字サイズ最大、Opera9.52ズーム200%、 Firefox2.0.0.18文字サイズ大きく×4、Google Chrome0.4.154.29Text Zoom拡大×4 」「Windows Vista Internet Explorer7文字サイズ最大」「Mac OSX バージョン 10.5.5 Safari3.2.1文字を拡大×4、Firefox3.0.4のズーム×4」で確認) +(「Windows XP Internet Explorer6,7の文字サイズ最大、Opera9.52ズーム200%、 Firefox2.0.0.18文字サイズ大きく×4、Google Chrome1.0.154.43Text Zoom拡大×4 」「Windows Vista Internet Explorer7文字サイズ最大」「Mac OSX バージョン 10.5.5 Safari3.2.1文字を拡大×4、Firefox3.0.4のズーム×4」で確認) Windows XP Internet Explorer6で文字サイズを最小にすると不具合がある事は確認 しております。 -配色は、白内障の方、第一色覚(赤)障害の方、第二色覚(緑)障害の方、第三色覚(青 )障害の方にも見やすいようコントラストや色差に配慮しています。 +配色は、コントラストや色差に配慮しています。 聴覚障害の方が情報を理解しやすいように、レイアウトが解りやすい背景色を設定 しています。 (Jun [Wrong HTML] & スティーブン・フォルナー[AIS]開発のカラー・コントラス ト・アナライザー、IBMのaDesigner、富士通のColorSelector5.1使用) @@ -78,14 +78,21 @@ リンク先とアクセスキーの対応は以下の通りです。なお,ブラウザごとのアクセス キーの利用方法と併せてご覧ください。 キー:英語のt リンク先:ホーム -キー:英語のw リンク先:White Stage -キー:英語のb リンク先:B-Line キー:英語のj リンク先:Geeklog Japanese ブラウザごとのアクセスキーの利用方法 Windows Alt+アクセスキー Mac Ctrl+アクセスキー + +CSS Validatorを通す為に「ProfessionalCSS」で設定されている下記の記述を削除 しています。 + +/* IE用(セルの幅に合わせて内容を折り返す) { */ + word-break: break-all; +/* } IE用 */ + +必要なかたは、default.css 369行目 th td に上記の記述を追加してください。 + 新しいテーマを制作する際のベーステーマとしてもご利用いただけます。 なお、システムとの整合性を保つため、マークアップ、命名規則等はGeeklog側に合 わせている部分があります。 @@ -404,7 +411,7 @@ ・Internet Explorer6のユーザーの編集ページでレイアウトが崩れていたので修 正しました。(*layout.css) ・聞き飛ばし部分に入れているテキストを修正しました。 (*header.thtml,footer.thtml)  ・ページ内リンクのname属性の後にid属性を追加しました。 (*header.thtml,footer.thtml) - ・記事をメールするアイコン、印刷用アイコン、編集アイコンを作り直し新しい 物に変更しました。(*images/edit.png,images/print.png,images/mail.png) + ・記事をメールするアイコン、印刷用アイコン、編集アイコンを新しい物に変更 しました。(*images/edit.png,images/print.png,images/mail.png)  ・記事をメールするアイコン、印刷用アイコン、編集アイコンの間を広げまし た。(*story.css) ■Ver.2.2(2008-11-27) Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/default.css Tue Jan 20 05:25:31 2009 @@ -369,9 +369,6 @@ th, td { vertical-align: top; -/* IE用(セルの幅に合わせて内容を折り返す) { */ - word-break: break-all; -/* } IE用 */ } th { Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml Tue Jan 20 05:25:31 2009 @@ -1,4 +1,4 @@ - +? @@ -34,9 +34,10 @@

    From codesite-noreply @ google.com Wed Jan 21 22:43:35 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Wed, 21 Jan 2009 13:43:35 +0000 Subject: [geeklog-jp commit] r1113 - in trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS: . css css/plugin images imag... Message-ID: <0016e6434aeaae1cbd0460fe5729@google.com> Author: milk851 Date: Wed Jan 21 05:31:15 2009 New Revision: 1113 Added: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/images/icon_pagetop.gif (contents, props changed) Removed: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/images/css/icon_pagetop.png Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/plugin/forum.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml Log: フッタにある「ページの先頭へ戻る」に付けているアイコンをgif形式に変更し、ア イコンにもリンクを付ける為、修正しました。 forum.css内で設定されている背景色と文字色のコントラストが不足していたので、 背景色を変更しました。 README概要を今回Macで確認していただいた環境に修正しました。 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/README Wed Jan 21 05:31:15 2009 @@ -63,7 +63,7 @@ 音声読上げソフトを利用されている方が、メニューなどを聞き飛ばした後、現在地 がわかるよう「ここから記事」のようなテキストを入れてあります。 レイアウトのサイズ指定方法は、エラスティックレイアウト(em指定)を使用してい るので、テキストズームで拡大・縮小された時でもレイアウトの崩れはほとんどない ので、文字が読みやすくなっています。 -(「Windows XP Internet Explorer6,7の文字サイズ最大、Opera9.52ズーム200%、 Firefox2.0.0.18文字サイズ大きく×4、Google Chrome1.0.154.43Text Zoom拡大×4 」「Windows Vista Internet Explorer7文字サイズ最大」「Mac OSX バージョン 10.5.5 Safari3.2.1文字を拡大×4、Firefox3.0.4のズーム×4」で確認) +(「Windows XP Internet Explorer6,7の文字サイズ最大、Opera9.52ズーム200%、 Firefox2.0.0.18文字サイズ大きく×4、Google Chrome1.0.154.43Text Zoom拡大×4 」「Windows Vista Internet Explorer7文字サイズ最大」「Mac OSX バージョン 10.4.11 Safari3.2.1文字を拡大×4、Firefox3.0.5のズーム×4」で確認) Windows XP Internet Explorer6で文字サイズを最小にすると不具合がある事は確認 しております。 配色は、コントラストや色差に配慮しています。 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Wed Jan 21 05:31:15 2009 @@ -421,9 +421,11 @@ div#container div#footer p.back { float: right; margin-right: 2em; - padding-left: 20px; - background: url(../images/css/icon_pagetop.png) no-repeat 0 0; text-align: right; +} + +div#container div#footer p.back a img { + vertical-align: middle; } /* コピーライト表示 */ Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/plugin/forum.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/plugin/forum.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/plugin/forum.css Wed Jan 21 05:31:15 2009 @@ -32,7 +32,7 @@ } .pluginBG { - background: #7398BA; + background: #56728c; color: #FEFEFE; } @@ -46,7 +46,7 @@ .pluginCellTitle { padding: 5px; - background: #7398BA; + background: #56728c; color: #FFFFFF; font-weight: bold; } Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/footer.thtml Wed Jan 21 05:31:15 2009 @@ -23,7 +23,7 @@

    ここからフッタ

    From codesite-noreply @ google.com Sun Jan 25 23:45:52 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 14:45:52 +0000 Subject: [geeklog-jp commit] r1119 - trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css Message-ID: <00151750e4d8c32d2004614fadfa@google.com> Author: milk851 Date: Sun Jan 25 06:07:58 2009 New Revision: 1119 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Log: マイアカウントでの不具合を修正しました。 中央ブロックの縦のボーダー(左右ボーダー)とフッタの横のボーダーの間にある 1pxの隙間をなくしました。 システムメッセージの背景色をデザインに合わせて変更しました。 Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/block.css Sun Jan 25 06:07:58 2009 @@ -65,7 +65,7 @@ div#centerblocks div#block-message dl dt { margin: 0; padding: 8px; - background: #282960; + background: #555555; color: #FFFFFF; font-weight: bold; } @@ -74,7 +74,7 @@ div#centerblocks div#block-message dl dd { margin: 0; padding: 8px; - background: #e0ffff; + background: #eeeeee; font-weight: bold; } Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/common.css Sun Jan 25 06:07:58 2009 @@ -368,10 +368,11 @@ form dl.notes dt { margin: 0 0 0.5em 0; - padding: 0 0 0 24px; + padding: 0 0 0 42px; border-bottom: 1px solid #000000; background: url(../images/icon_info.png) no-repeat 0 0; font-weight: bold; + line-height: 36px; } form dl.notes dd { Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/css/layout.css Sun Jan 25 06:07:58 2009 @@ -172,7 +172,7 @@ content: ""; display: block; clear: both; - height: 1px; + height: 0; overflow: hidden; } @@ -368,6 +368,11 @@ border-top: 0.09em solid #555555; color: #000000; text-align: center; +} + +/* IE6以下用 */ +* html div#container div#footer { +margin-top: -0.5em; } /* フッタリンク */ From codesite-noreply @ google.com Mon Jan 26 00:24:57 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 15:24:57 +0000 Subject: [geeklog-jp commit] r1122 - tags/geeklog-1.5.1-jp-1.3 Message-ID: <00151750dec685f6af04615039fc@google.com> Author: tacahi Date: Sun Jan 25 06:58:49 2009 New Revision: 1122 Added: tags/geeklog-1.5.1-jp-1.3/ - copied from r1121, /trunk/geeklog-1-jp/ Log: Make release https://geeklog-jp.googlecode.com/svn/tags/geeklog-1.5.1-jp-1.3 from https://geeklog-jp.googlecode.com/svn/trunk/geeklog-1-jp. From codesite-noreply @ google.com Mon Jan 26 00:32:59 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 15:32:59 +0000 Subject: [geeklog-jp commit] r1120 - trunk/geeklog-1-jp Message-ID: <000e0cd6ae7a47dcd70461505603@google.com> Author: tacahi Date: Sun Jan 25 06:53:54 2009 New Revision: 1120 Modified: trunk/geeklog-1-jp/CHANGES.jp trunk/geeklog-1-jp/release_jp.php Log: geeklog-1.5.1-jp-1.3をリリースのため、release_jp.phpの日本語版のバージョンを 1.3とします。 Modified: trunk/geeklog-1-jp/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp/CHANGES.jp (original) +++ trunk/geeklog-1-jp/CHANGES.jp Sun Jan 25 06:53:54 2009 @@ -1,3 +1,7 @@ +2009-01-25 Takahiro Kambe + + * geeklog-1.5.1-jp-1.3をリリースします。 + $Id$ 2009-01-25 Tetsuko Komma Modified: trunk/geeklog-1-jp/release_jp.php ============================================================================== --- trunk/geeklog-1-jp/release_jp.php (original) +++ trunk/geeklog-1-jp/release_jp.php Sun Jan 25 06:53:54 2009 @@ -1,4 +1,4 @@ \ No newline at end of file +?> From codesite-noreply @ google.com Mon Jan 26 00:37:00 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 15:37:00 +0000 Subject: [geeklog-jp commit] r1121 - trunk/geeklog-1-jp Message-ID: <001485f945a4a9b0c604615064fe@google.com> Author: tacahi Date: Sun Jan 25 06:55:06 2009 New Revision: 1121 Modified: trunk/geeklog-1-jp/CHANGES.jp Log: テキストの追加位置の誤りを修正します。 Modified: trunk/geeklog-1-jp/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp/CHANGES.jp (original) +++ trunk/geeklog-1-jp/CHANGES.jp Sun Jan 25 06:55:06 2009 @@ -1,8 +1,8 @@ +$Id$ + 2009-01-25 Takahiro Kambe * geeklog-1.5.1-jp-1.3をリリースします。 - -$Id$ 2009-01-25 Tetsuko Komma From codesite-noreply @ google.com Mon Jan 26 01:51:14 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 16:51:14 +0000 Subject: [geeklog-jp commit] r1124 - trunk/plugins/forum/themefiles/forum/layout Message-ID: <00151750d9401a763f0461516e57@google.com> Author: ivysoho Date: Sun Jan 25 08:09:33 2009 New Revision: 1124 Modified: trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml Log: 掲示板プラグイン(forum)をIssue #50に対応しました。 Modified: trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml ============================================================================== --- trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml (original) +++ trunk/plugins/forum/themefiles/forum/layout/categorylisting.thtml Sun Jan 25 08:09:33 2009 @@ -1,6 +1,6 @@ -
    バージョン 公開日 説明
    0.4.12009.1.4追加 PHPモードで、ID、クラス名、子 メニューエントリの配列を設定できるようにしました。
    + 修正 メニューアイテムの編集における バリデーションを強化しました。
    + 修正 0.4.0以降へのバージョンアップ が正常に行えない問題に対応しました。
    + 修正 メニューアイテムIDの変更に伴い 親アイテムIDが更新されない問題に対応しました。
    + 修正 テンプレートとCSSを一部修正し ました。
    + 修正 説明書(readme_jp.thml, readme_jp_1.5.html)を充実させました。
    +
    0.4.0 バージョン 公開日 説明
    0.4.22009.1.9修正 掲示板プラグイン(forum)と併 用した場合に、掲示板の「最新の投稿」が表示されなくなる問題に対応しました。
    +
    0.4.1 バージョン 公開日 説明
    0.4.22009.1.9修正 掲示板プラグイン(forum)と併 用した場合に、掲示板の「最新の投稿」が表示されなくなる問題に対応しました。
    +
    0.4.1バージョン 公開日 説明
    0.4.22009.1.9修正 掲示板プラグイン(forum)と併 用した場合に、掲示板の「最新の投稿」が表示されなくなる問題に対応しました。
    +
    0.4.1 バージョン 公開日 説明
    0.4.22009.1.9修正 掲示板プラグイン(forum)と併 用した場合に、掲示板の「最新の投稿」が表示されなくなる問題に対応しました。
    +
    0.4.1
    +
    Modified: trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml ============================================================================== --- trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml (original) +++ trunk/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml Sun Jan 25 08:09:33 2009 @@ -1,5 +1,5 @@ -
    +
    Modified: trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml ============================================================================== --- trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml (original) +++ trunk/plugins/forum/themefiles/forum/layout/submissionform_main.thtml Sun Jan 25 08:09:33 2009 @@ -12,7 +12,7 @@ {smilies} {captcha} Modified: trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml ============================================================================== --- trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml (original) +++ trunk/plugins/forum/themefiles/forum/layout/topic_navbar.thtml Sun Jan 25 08:09:33 2009 @@ -1,5 +1,5 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name} - +
    +
    Modified: trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml ============================================================================== --- trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml (original) +++ trunk/plugins/forum/themefiles/forum/layout/topiclisting.thtml Sun Jan 25 08:09:33 2009 @@ -1,7 +1,7 @@ {outline_header} -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    From codesite-noreply @ google.com Mon Jan 26 02:04:19 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 17:04:19 +0000 Subject: [geeklog-jp commit] r1125 - in trunk/geeklog-1-jp-extended: . plugins/forum/themefiles/forum/layout public_html/layou... Message-ID: <00163630f1d7dff2e10461519c0f@google.com> Author: ivysoho Date: Sun Jan 25 08:22:17 2009 New Revision: 1125 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/categorylisting.thtml trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/submissionform_main.thtml trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topic_navbar.thtml trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topiclisting.thtml trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/categorylisting.thtml trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/post_topic_navbar.thtml trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/submissionform_main.thtml trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topic_navbar.thtml trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topiclisting.thtml trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/categorylisting.thtml trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/post_topic_navbar.thtml trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/submissionform_main.thtml trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topic_navbar.thtml trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topiclisting.thtml trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/categorylisting.thtml trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/post_topic_navbar.thtml trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/submissionform_main.thtml trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topic_navbar.thtml trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topiclisting.thtml Log: 掲示板プラグイン(forum)の,IEでスクロールバーが表示される不具合にテーマ professional, ProfessionalCSS, WAIproCSSに対応させました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Sun Jan 25 08:22:17 2009 @@ -1,5 +1,10 @@ $Id$ +2009-01-26 Tetsuko Komma + + * 掲示板プラグイン(forum)の,IEでスクロールバーが表示される不具合に + テーマprofessional, ProfessionalCSS, WAIproCSSに対応させました。 + 2009-01-25 Tetsuko Komma * 言語ファイルjapanese_utf-8.phpの「powered by」を「Powered by」に @@ -17,8 +22,8 @@ 2009-01-20 Masuko Koeda * WAIproCSSの独自に追加していたフッタのリンクをコメントに変更しました。 - CSSのValidatorを通す為に「ProfessionalCSS」で設定されている - word-break:break-allを削除し、その変更をREADMEに追記しました。 + CSSのValidatorを通す為に「ProfessionalCSS」で設定されている + word-break:break-allを削除し、その変更をREADMEに追記しました。 2009-01-20 Tetsuko Komma Modified: trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/categorylisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/categorylisting.thtml (original) +++ trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/categorylisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,6 +1,6 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    Modified: trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/post_topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    +
    Modified: trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/submissionform_main.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/submissionform_main.thtml (original) +++ trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/submissionform_main.thtml Sun Jan 25 08:22:17 2009 @@ -12,7 +12,7 @@ {smilies} {captcha} Modified: trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name} - +
    +
    Modified: trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topiclisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topiclisting.thtml (original) +++ trunk/geeklog-1-jp-extended/plugins/forum/themefiles/forum/layout/topiclisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,7 +1,7 @@ {outline_header} -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/categorylisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/categorylisting.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/categorylisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,6 +1,6 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/post_topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/post_topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/post_topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/submissionform_main.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/submissionform_main.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/submissionform_main.thtml Sun Jan 25 08:22:17 2009 @@ -12,7 +12,7 @@ {smilies} {captcha} Modified: trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name} - +
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topiclisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topiclisting.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/ProfessionalCSS/forum/layout/topiclisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,7 +1,7 @@ {outline_header} -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/categorylisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/categorylisting.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/categorylisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,6 +1,6 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/post_topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/post_topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/post_topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/submissionform_main.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/submissionform_main.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/submissionform_main.thtml Sun Jan 25 08:22:17 2009 @@ -12,7 +12,7 @@ {smilies} {captcha} Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name} - +
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topiclisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topiclisting.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/layout/topiclisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,7 +1,7 @@ {outline_header} -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/categorylisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/categorylisting.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/categorylisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,6 +1,6 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/post_topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/post_topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/post_topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/submissionform_main.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/submissionform_main.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/submissionform_main.thtml Sun Jan 25 08:22:17 2009 @@ -12,7 +12,7 @@ {smilies} {captcha} Modified: trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topic_navbar.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topic_navbar.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topic_navbar.thtml Sun Jan 25 08:22:17 2009 @@ -1,5 +1,5 @@ -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name} - +
    +
    Modified: trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topiclisting.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topiclisting.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/professional/forum/layout/topiclisting.thtml Sun Jan 25 08:22:17 2009 @@ -1,7 +1,7 @@ {outline_header} -
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}
    +
    From codesite-noreply @ google.com Mon Jan 26 02:08:21 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 17:08:21 +0000 Subject: [geeklog-jp commit] r1123 - branches/geeklog-1.5.1-jp Message-ID: <0016e644cb7a4cfe66046151ab82@google.com> Author: tacahi Date: Sun Jan 25 07:48:07 2009 New Revision: 1123 Added: branches/geeklog-1.5.1-jp/ - copied from r1122, /trunk/geeklog-1-jp/ Log: trunk/geeklog-1-jpから、geeklog-1.5.1日本語版の保守用のブランチ: branches/geeklog-1.5.1-jpを作成します。 From codesite-noreply @ google.com Mon Jan 26 04:40:24 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Sun, 25 Jan 2009 19:40:24 +0000 Subject: [geeklog-jp commit] r1126 - in externals/geeklog-1.5.2rc1: . backups data language logs plugins plugins/calendar plug... Message-ID: <000e0cd6ae7a18bd9c046153cbb1@google.com> Author: tacahi Date: Sun Jan 25 08:32:18 2009 New Revision: 1126 Added: externals/geeklog-1.5.2rc1/ externals/geeklog-1.5.2rc1/INSTALL (contents, props changed) externals/geeklog-1.5.2rc1/backups/ externals/geeklog-1.5.2rc1/backups/README (contents, props changed) externals/geeklog-1.5.2rc1/data/ externals/geeklog-1.5.2rc1/data/README (contents, props changed) externals/geeklog-1.5.2rc1/db-config.php (contents, props changed) externals/geeklog-1.5.2rc1/emailgeeklogstories (contents, props changed) externals/geeklog-1.5.2rc1/language/ externals/geeklog-1.5.2rc1/language/._japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/afrikaans.php (contents, props changed) externals/geeklog-1.5.2rc1/language/afrikaans_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/bosnian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/bosnian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/bulgarian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/bulgarian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/catalan.php (contents, props changed) externals/geeklog-1.5.2rc1/language/catalan_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/chinese_simplified_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/chinese_traditional_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/croatian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/croatian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/czech.php (contents, props changed) externals/geeklog-1.5.2rc1/language/czech_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/danish.php (contents, props changed) externals/geeklog-1.5.2rc1/language/danish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/dutch.php (contents, props changed) externals/geeklog-1.5.2rc1/language/dutch_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/english.php (contents, props changed) externals/geeklog-1.5.2rc1/language/english_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/estonian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/estonian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/farsi_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/finnish.php (contents, props changed) externals/geeklog-1.5.2rc1/language/finnish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/french_canada.php (contents, props changed) externals/geeklog-1.5.2rc1/language/french_canada_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/french_france.php (contents, props changed) externals/geeklog-1.5.2rc1/language/french_france_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/german.php (contents, props changed) externals/geeklog-1.5.2rc1/language/german_formal.php (contents, props changed) externals/geeklog-1.5.2rc1/language/german_formal_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/german_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/hellenic.php (contents, props changed) externals/geeklog-1.5.2rc1/language/hellenic_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/indonesian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/indonesian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/italian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/italian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/korean.php (contents, props changed) externals/geeklog-1.5.2rc1/language/korean_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/norwegian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/norwegian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/polish.php (contents, props changed) externals/geeklog-1.5.2rc1/language/polish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/portuguese.php (contents, props changed) externals/geeklog-1.5.2rc1/language/portuguese_brazil.php (contents, props changed) externals/geeklog-1.5.2rc1/language/portuguese_brazil_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/portuguese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/romanian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/romanian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/russian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/russian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/slovak.php (contents, props changed) externals/geeklog-1.5.2rc1/language/slovak_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/slovenian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/slovenian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/spanish.php (contents, props changed) externals/geeklog-1.5.2rc1/language/spanish_argentina.php (contents, props changed) externals/geeklog-1.5.2rc1/language/spanish_argentina_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/spanish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/swedish.php (contents, props changed) externals/geeklog-1.5.2rc1/language/swedish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/turkish.php (contents, props changed) externals/geeklog-1.5.2rc1/language/turkish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/language/ukrainian.php (contents, props changed) externals/geeklog-1.5.2rc1/language/ukrainian_koi8-u.php (contents, props changed) externals/geeklog-1.5.2rc1/language/ukrainian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/logs/ externals/geeklog-1.5.2rc1/logs/access.log (contents, props changed) externals/geeklog-1.5.2rc1/logs/error.log (contents, props changed) externals/geeklog-1.5.2rc1/logs/spamx.log (contents, props changed) externals/geeklog-1.5.2rc1/plugins/ externals/geeklog-1.5.2rc1/plugins/calendar/ externals/geeklog-1.5.2rc1/plugins/calendar/functions.inc (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/install_defaults.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/ externals/geeklog-1.5.2rc1/plugins/calendar/language/README (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/czech.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/czech_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/danish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/danish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/dutch.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/dutch_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/english.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/english_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/estonian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/estonian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/french_canada.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/french_canada_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/german.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/german_formal.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/german_formal_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/german_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/korean.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/korean_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/russian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/russian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/slovenian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/slovenian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/spanish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/spanish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/ukrainian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/ukrainian_koi8-u.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/language/ukrainian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/sql/ externals/geeklog-1.5.2rc1/plugins/calendar/sql/mssql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/sql/mysql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/ externals/geeklog-1.5.2rc1/plugins/calendar/templates/addevent.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/addeventoption.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/addremoveevent.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/admin/ externals/geeklog-1.5.2rc1/plugins/calendar/templates/admin/batchdelete.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/admin/eventeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/calendar.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/calendarday.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/calendarevent.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/calendarweek.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/dayview/ externals/geeklog-1.5.2rc1/plugins/calendar/templates/dayview/column.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/dayview/dayview.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/dayview/quickaddform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/dayview/singleevent.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/editpersonalevent.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/eventdetails.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/events.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/mastercalendaroption.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/personalcalendaroption.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/submitevent.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/weekview/ externals/geeklog-1.5.2rc1/plugins/calendar/templates/weekview/events.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/calendar/templates/weekview/weekview.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/ externals/geeklog-1.5.2rc1/plugins/links/README (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/functions.inc (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/install_defaults.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/ externals/geeklog-1.5.2rc1/plugins/links/language/README (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/chinese_simplified_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/chinese_traditional_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/czech.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/czech_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/dutch.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/dutch_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/english.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/english_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/estonian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/estonian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/french_canada.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/french_canada_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/german.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/german_formal.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/german_formal_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/german_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/korean.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/korean_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/polish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/polish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/russian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/russian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/slovenian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/slovenian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/spanish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/spanish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/ukrainian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/ukrainian_koi8-u.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/language/ukrainian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/sql/ externals/geeklog-1.5.2rc1/plugins/links/sql/mssql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/sql/mysql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/ externals/geeklog-1.5.2rc1/plugins/links/templates/admin/ externals/geeklog-1.5.2rc1/plugins/links/templates/admin/categoryeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/admin/categorylist.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/admin/catitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/admin/linkeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/categoryactivecol.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/categorycol.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/categorydropdown.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/categorylinks.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/categorynavigation.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/categoryrow.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/linkdetails.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/links.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/pagenavigation.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/links/templates/submitlink.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/ externals/geeklog-1.5.2rc1/plugins/polls/functions.inc (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/install_defaults.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/ externals/geeklog-1.5.2rc1/plugins/polls/language/README (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/chinese_simplified_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/chinese_traditional_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/dutch.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/dutch_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/english.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/english_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/estonian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/estonian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/french_canada.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/french_canada_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/german.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/german_formal.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/german_formal_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/german_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/korean.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/korean_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/russian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/russian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/slovenian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/slovenian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/spanish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/spanish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/ukrainian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/ukrainian_koi8-u.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/language/ukrainian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/sql/ externals/geeklog-1.5.2rc1/plugins/polls/sql/mssql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/sql/mysql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/ externals/geeklog-1.5.2rc1/plugins/polls/templates/admin/ externals/geeklog-1.5.2rc1/plugins/polls/templates/admin/pollansweroption.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/admin/polleditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/admin/pollquestions.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollanswer.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollcomments.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/polllist.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollquestion.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollquestions.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollresult.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollvotes_bar.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/polls/templates/pollvotes_num.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/ externals/geeklog-1.5.2rc1/plugins/spamx/BaseAdmin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/BaseCommand.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/BlackList.Examine.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/DeleteComment.Action.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/Developer.txt (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/EditBlackList.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/EditHeader.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/EditIP.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/EditIPofURL.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/Header.Examine.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/IP.Examine.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/IPofUrl.Examine.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/LogView.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/MailAdmin.Action.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/MassDelTrackback.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/MassDelete.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/SLV.Examine.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/SLVbase.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/SLVreport.Action.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/SLVwhitelist.Admin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/functions.inc (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/install_defaults.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/ externals/geeklog-1.5.2rc1/plugins/spamx/language/._hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/english.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/english_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/estonian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/estonian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/farsi_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/french_canada.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/french_canada_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/french_france.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/french_france_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/italian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/italian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/russian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/russian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/slovenian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/slovenian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/spanish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/spanish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/ukrainian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/ukrainian_koi8-u.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/language/ukrainian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/rss.inc.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/sql/ externals/geeklog-1.5.2rc1/plugins/spamx/sql/mssql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/sql/mysql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/templates/ externals/geeklog-1.5.2rc1/plugins/spamx/templates/admin.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/spamx/templates/install.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/ externals/geeklog-1.5.2rc1/plugins/staticpages/functions.inc (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/install_defaults.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/ externals/geeklog-1.5.2rc1/plugins/staticpages/language/README (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/chinese_simplified_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/chinese_traditional_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/czech.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/czech_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/danish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/danish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/dutch.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/dutch_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/english.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/english_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/estonian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/estonian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/farsi_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/french_canada.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/french_canada_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/german.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/german_formal.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/german_formal_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/german_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/italian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/italian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/korean.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/korean_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/polish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/polish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/portuguese_brazil.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/portuguese_brazil_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/slovenian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/slovenian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/spanish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/spanish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/swedish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/swedish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/turkish.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/turkish_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/ukrainian.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/ukrainian_koi8-u.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/language/ukrainian_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/services.inc.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/sql/ externals/geeklog-1.5.2rc1/plugins/staticpages/sql/mssql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/sql/mysql_install.php (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/templates/ externals/geeklog-1.5.2rc1/plugins/staticpages/templates/admin/ externals/geeklog-1.5.2rc1/plugins/staticpages/templates/admin/editor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/templates/admin/editor_advanced.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/templates/centerblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/templates/printable.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/templates/spcomments.thtml (contents, props changed) externals/geeklog-1.5.2rc1/plugins/staticpages/templates/staticpage.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/ externals/geeklog-1.5.2rc1/public_html/404.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/ externals/geeklog-1.5.2rc1/public_html/admin/auth.inc.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/block.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/configuration.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/database.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/group.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/ externals/geeklog-1.5.2rc1/public_html/admin/install/config-install.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/configinfo.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/help.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/info.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/install.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/language/ externals/geeklog-1.5.2rc1/public_html/admin/install/language/chinese_simplified_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/language/chinese_traditional_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/language/english.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/language/german.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/language/hebrew_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/language/japanese_utf-8.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/language/polish.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/layout/ externals/geeklog-1.5.2rc1/public_html/admin/install/layout/header-bg.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/layout/logo.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/layout/style.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/success.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/install/toinnodb.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/mail.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/moderation.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/ externals/geeklog-1.5.2rc1/public_html/admin/plugins.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/calendar/ externals/geeklog-1.5.2rc1/public_html/admin/plugins/calendar/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/calendar/install.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/links/ externals/geeklog-1.5.2rc1/public_html/admin/plugins/links/category.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/links/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/links/install.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/polls/ externals/geeklog-1.5.2rc1/public_html/admin/plugins/polls/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/polls/install.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/spamx/ externals/geeklog-1.5.2rc1/public_html/admin/plugins/spamx/images/ externals/geeklog-1.5.2rc1/public_html/admin/plugins/spamx/images/spamx.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/spamx/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/spamx/install.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/staticpages/ externals/geeklog-1.5.2rc1/public_html/admin/plugins/staticpages/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/plugins/staticpages/install.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/sectest.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/story.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/syndication.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/topic.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/trackback.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/admin/user.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/article.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/backend/ externals/geeklog-1.5.2rc1/public_html/backend/geeklog.rss (contents, props changed) externals/geeklog-1.5.2rc1/public_html/calendar/ externals/geeklog-1.5.2rc1/public_html/calendar/event.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/calendar/images/ externals/geeklog-1.5.2rc1/public_html/calendar/images/calendar.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/calendar/images/delete_event.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/calendar/images/delete_event.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/calendar/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/calendar/style.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/comment.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/directory.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/ externals/geeklog-1.5.2rc1/public_html/docs/calendar.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/changed-files externals/geeklog-1.5.2rc1/public_html/docs/changes.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/config.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/docstyle.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/history externals/geeklog-1.5.2rc1/public_html/docs/images/ externals/geeklog-1.5.2rc1/public_html/docs/images/de.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/images/fr.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/images/jp.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/images/newlogo.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/images/pl.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/install.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/license externals/geeklog-1.5.2rc1/public_html/docs/links.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/plugin.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/polls.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/spamx.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/staticpages.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/support.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/theme.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/themevars.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/docs/trackback.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/ externals/geeklog-1.5.2rc1/public_html/fckeditor/_documentation.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/_upgrade.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/_whatsnew.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/_whatsnew_history.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckcontextmenu.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckdataprocessor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckdomrange.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckdomrange_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckdomrange_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckdomrangeiterator.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckeditingarea.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckelementpath.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckenterkey.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckevents.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckhtmliterator.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckicon.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckiecleanup.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckimagepreloader.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckkeystrokehandler.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckmenublock.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckmenublockpanel.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckmenuitem.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckpanel.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckplugin.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckspecialcombo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckstyle.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbar.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarbutton.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckw3crange.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckxml.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckxml_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/classes/fckxml_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fck_othercommands.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckfitwindow.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckindentcommands.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckjustifycommands.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fcklistcommands.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fcknamedcommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckshowblocks.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fckstylecommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fcktablecommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/fckconstants.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/fckeditorapi.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/fckjscoreextensions.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/fckscriptloader.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fck.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fck_contextmenu.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fck_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fck_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckbrowserinfo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckcodeformatter.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckcommands.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckconfig.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckdebug.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckdialog.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckdocumentprocessor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckdomtools.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcklanguagemanager.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcklisthandler.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcklistslib.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckplugins.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckregexlib.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckselection.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckselection_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckselection_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckstyles.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktablehandler.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktablehandler_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktablehandler_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktoolbaritems.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktoolbarset.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktools.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktools_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fcktools_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckundo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckurlparams.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckxhtml.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckxhtml_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckxhtml_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/_source/internals/fckxhtmlentities.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/behaviors/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/behaviors/disablehandles.htc externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/behaviors/showtableborders.htc externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/fck_editorarea.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/fck_internal.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/fck_showtableborders_gecko.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_address.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_blockquote.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_div.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_h1.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_h2.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_h3.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_h4.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_h5.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_h6.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_p.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/block_pre.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/fck_anchor.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/fck_flashlogo.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/fck_hiddenfield.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/fck_pagebreak.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/css/images/fck_plugin.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/common/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/common/fck_dialog_common.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/common/fck_dialog_common.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/common/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/common/images/locked.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/common/images/reset.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/common/images/unlocked.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_about/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_about.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_about/logo_fredck.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_about/sponsors/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_anchor.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_button.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_checkbox.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_colorselector.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_docprops/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_docprops.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_flash/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_flash.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_flash/fck_flash.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_form.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_hiddenfield.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_image/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_image.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_image/fck_image.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_image/fck_image_preview.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_link/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_link.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_link/fck_link.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_listprop.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_paste.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_radiobutton.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_replace.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_select/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_select.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_select/fck_select.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_smiley.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_source.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_specialchar.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_table.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_tablecell.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_template/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_template.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_template/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_template/images/template1.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_template/images/template2.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_template/images/template3.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_textarea.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dialog/fck_textfield.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dtd/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dtd/fck_dtd_test.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dtd/fck_xhtml10strict.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/dtd/fck_xhtml10transitional.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/fckdebug.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/fckdialog.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/fckeditor.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/fckeditor.original.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/browser.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/browser.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/frmactualfolder.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/frmfolders.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/frmresourceslist.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/frmresourcetype.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/frmupload.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/Folder.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/Folder32.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/html.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/js.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/png.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/images/spacer.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/js/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/js/common.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/browser/default/js/fckxml.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/basexml.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/commands.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/config.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/connector.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/io.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/phpcompat.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/upload.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/filemanager/connectors/php/util.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/anchor.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/arrow_ltr.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/arrow_rtl.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/angel_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/angry_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/broken_heart.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/cake.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/confused_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/cry_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/devil_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/embaressed_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/envelope.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/heart.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/kiss.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/lightbulb.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/omg_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/regular_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/sad_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/shades_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/teeth_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/thumbs_down.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/thumbs_up.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/tounge_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/smiley/msn/wink_smile.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/images/spacer.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/js/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/js/fckadobeair.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/js/fckeditorcode_gecko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/js/fckeditorcode_ie.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/_translationstatus.txt (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/af.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ar.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/bg.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/bn.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/bs.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ca.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/cs.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/da.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/de.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/el.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/en-au.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/en-ca.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/en-uk.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/en.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/eo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/es.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/et.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/eu.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/fa.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/fi.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/fo.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/fr-ca.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/fr.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/gl.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/he.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/hi.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/hr.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/hu.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/it.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ja.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/km.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ko.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/lt.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/lv.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/mn.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ms.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/nb.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/nl.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/no.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/pl.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/pt-br.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/pt.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ro.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/ru.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/sk.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/sl.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/sr-latn.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/sr.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/sv.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/th.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/tr.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/uk.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/vi.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/zh-cn.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/lang/zh.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/autogrow/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/autogrow/fckplugin.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/bbcode/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/bbcode/_sample/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/bbcode/_sample/sample.config.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/bbcode/_sample/sample.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/bbcode/fckplugin.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/dragresizetable/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/dragresizetable/fckplugin.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/fck_placeholder.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/fckplugin.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/lang/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/lang/de.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/lang/en.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/lang/es.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/lang/fr.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/lang/it.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/lang/pl.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/placeholder/placeholder.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/simplecommands/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/simplecommands/fckplugin.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/tablecommands/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/plugins/tablecommands/fckplugin.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/_fckviewstrips.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/fck_dialog.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/fck_dialog_ie6.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/fck_editor.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/fck_strip.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/dialog.sides.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/dialog.sides.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/dialog.sides.rtl.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/sprites.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/sprites.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/toolbar.arrowright.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/toolbar.collapse.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/toolbar.end.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/toolbar.expand.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/toolbar.separator.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/default/images/toolbar.start.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/fck_dialog.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/fck_dialog_ie6.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/fck_editor.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/fck_strip.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/dialog.sides.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/dialog.sides.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/sprites.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/sprites.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.bg.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.end.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.expand.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.separator.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/office2003/images/toolbar.start.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/fck_dialog.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/fck_dialog_ie6.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/fck_editor.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/fck_strip.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/ externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/dialog.sides.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/dialog.sides.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/sprites.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/sprites.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.collapse.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.end.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.expand.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.separator.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/editor/skins/silver/images/toolbar.start.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fckconfig.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fckeditor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fckeditor.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fckeditor_php4.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fckeditor_php5.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fckpackager.xml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fckstyles.xml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/fcktemplates.xml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/license.txt (contents, props changed) externals/geeklog-1.5.2rc1/public_html/fckeditor/myconfig.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/getimage.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/help/ externals/geeklog-1.5.2rc1/public_html/help/advancedsearch.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/help/cceventsubmission.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/help/cclinksubmission.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/help/ccstorysubmission.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/help/submitevent.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/help/submitlink.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/help/submitstory.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/ externals/geeklog-1.5.2rc1/public_html/images/admin/ externals/geeklog-1.5.2rc1/public_html/images/admin/block.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/event.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/link.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/logout.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/plugins.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/poll.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/story.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/topic.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/admin/user.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/articles/ externals/geeklog-1.5.2rc1/public_html/images/articles/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/bar.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/button_help.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/ externals/geeklog-1.5.2rc1/public_html/images/buttons/cms-geeklog.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/geeklog-badge.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/geekpower2.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/mysql.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/php.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/valid-css.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/buttons/valid-html.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/ externals/geeklog-1.5.2rc1/public_html/images/icons/block.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/event.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/feed.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/geeklog.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/group.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/link.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/logout.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/ping.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/plugins.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/poll.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/story.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/themes.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/topic.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/icons/user.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/ externals/geeklog-1.5.2rc1/public_html/images/library/File/ externals/geeklog-1.5.2rc1/public_html/images/library/File/test.pdf externals/geeklog-1.5.2rc1/public_html/images/library/Flash/ externals/geeklog-1.5.2rc1/public_html/images/library/Flash/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/ externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/ externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/ai.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/avi.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/bmp.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/cs.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/default.icon.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/dll.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/doc.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/exe.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/fla.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/gif.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/htm.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/html.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/jpg.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/js.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/mdb.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/mp3.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/pdf.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/ppt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/rdp.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/swf.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/swt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/txt.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/vsd.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/xls.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/xml.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/icons/zip.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/image1.jpg (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/image2.jpg (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Image/image3.jpg (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/library/Media/ externals/geeklog-1.5.2rc1/public_html/images/library/Media/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/mail.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/openid_login_icon.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/print.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/right_arrow.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/speck.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/sysmessage.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/topics/ externals/geeklog-1.5.2rc1/public_html/images/topics/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/topics/topic_gl.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/topics/topic_news.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/images/userphotos/ externals/geeklog-1.5.2rc1/public_html/images/userphotos/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/ externals/geeklog-1.5.2rc1/public_html/javascript/advanced_editor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/common.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/configmanager.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/moveusers.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/profile_editor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/staticpages_fckeditor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/storyeditor_fckeditor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/submitcomment_fckeditor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/javascript/submitstory_fckeditor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/ externals/geeklog-1.5.2rc1/public_html/layout/professional/ externals/geeklog-1.5.2rc1/public_html/layout/professional/README (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/block/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/block/blockeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/block/defaultblockeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/block/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/common/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/common/edit_permissions.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/common/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/config/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/config/config_element.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/config/configuration.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/config/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/config/menu_element.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/group/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/group/groupeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/group/groupmembers.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/group/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/field.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/header.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/list.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/listitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/searchmenu.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/lists/topmenu.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/mail/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/mail/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/mail/mailform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/moderation/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/moderation/ccitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/moderation/ccrow.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/moderation/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/moderation/moderation.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/plugins/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/plugins/editor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/plugins/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/story/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/story/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/story/storyeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/story/storyeditor_advanced.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/syndication/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/syndication/feededitor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/syndication/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/syndication/selecttype.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/topic/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/topic/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/topic/listitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/topic/topiceditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/topic/topiclist.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/autodetectitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/autodetectlist.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/pingbackform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/pingbackitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/pingbacklist.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/pingform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/pingitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/pinglist.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/serviceeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/trackback/trackbackeditor.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/user/ externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/user/batchdelete.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/user/batchdelete_options.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/user/edituser.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/user/groupedit.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/user/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/admin/user/reminder.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/adminoption.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/adminoption_off.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/advanced_editor_header.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/archivestorybodytext.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/archivestorytext.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/article/ externals/geeklog-1.5.2rc1/public_html/layout/professional/article/article.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/article/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/article/printable.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockfooter-config.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockfooter-left.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockfooter-list.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockfooter-message.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockfooter-related.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockfooter-right.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockfooter.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockheader-config.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockheader-left.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockheader-list.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockheader-message.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockheader-related.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockheader-right.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockheader.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/blockservices.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/ externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/comment.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/commentbar.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/commentform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/commentform_advanced.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/reportcomment.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/startcomment.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/comment/thread.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/featuredstorybodytext.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/featuredstorytext.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/footer.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/functions.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/header.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/ externals/geeklog-1.5.2rc1/public_html/layout/professional/images/addchild.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/admin/ externals/geeklog-1.5.2rc1/public_html/layout/professional/images/admin/block-left.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/admin/block-right.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/admin/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/bar.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/bararrowdown.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/bararrowup.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/button_help.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/collapse.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/copy.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/deleteitem.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/edit.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/expand.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/external.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/feed.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/header-bg.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icon_info.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/ externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/block.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/configuration.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/database.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/delete_event.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/docs.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/event.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/group.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/logout.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/mail.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/plugins.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/story.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/syndication.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/topic.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/trackback.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/user.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/icons/versioncheck.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/list.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/logo.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/mail.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/pdf.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/person.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/print.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/sendping.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/smallcamera.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/images/sysmessage.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/leftblocks.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/list.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/listitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/loginform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/loginform_openid.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/menuitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/menuitem_last.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/menuitem_none.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/ externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/breadcrumb_link.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/breadcrumbs.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/ externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/button.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/button_over.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/tableftI.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/tableftJ.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/tabrightI.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/images/tabrightJ.gif (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/menuitem.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/navbar/navbar.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/ externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/boxesblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/commentblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/deleteaccount.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/digestblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/displayblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/displayprefs.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/excludeblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/language.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/privacyblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/profile.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/theme.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/username.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/preferences/userphoto.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/profiles/ externals/geeklog-1.5.2rc1/public_html/layout/professional/profiles/contactauthorform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/profiles/contactuserform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/profiles/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/rightblocks.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/ externals/geeklog-1.5.2rc1/public_html/layout/professional/search/headingcolumn.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/resultauthdatehits.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/resultcolumn.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/resultrow.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/resultrowenhanced.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/resultsummary.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/resulttitle.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/searchauthors.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/searchblock.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/searchform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/searchresults.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/searchresults_heading.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/searchresults_norows.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/search/searchresults_rows.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/stats/ externals/geeklog-1.5.2rc1/public_html/layout/professional/stats/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/stats/itemstatistics.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/stats/singlestat.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/stats/singlesummary.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/stats/sitestatistics.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/storybodytext.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/storytext.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/style.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/submit/ externals/geeklog-1.5.2rc1/public_html/layout/professional/submit/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/submit/submitloginrequired.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/submit/submitstory.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/submit/submitstory_advanced.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/topcenterblock-span.thtmlx (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/topicoption.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/topicoption_off.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/trackback/ externals/geeklog-1.5.2rc1/public_html/layout/professional/trackback/formattedcomment.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/trackback/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/trackback/trackback.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/trackback/trackbackcomment.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/useroption.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/useroption_off.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/ externals/geeklog-1.5.2rc1/public_html/layout/professional/users/commentrow.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/getpasswordform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/index.html (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/loginform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/newpassword.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/profile.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/registrationform.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/services.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/layout/professional/users/storyrow.thtml (contents, props changed) externals/geeklog-1.5.2rc1/public_html/lib-common.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/links/ externals/geeklog-1.5.2rc1/public_html/links/images/ externals/geeklog-1.5.2rc1/public_html/links/images/links.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/links/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/links/portal.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/pingback.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/polls/ externals/geeklog-1.5.2rc1/public_html/polls/images/ externals/geeklog-1.5.2rc1/public_html/polls/images/polls.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/polls/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/polls/polls_editor.js (contents, props changed) externals/geeklog-1.5.2rc1/public_html/polls/style.css (contents, props changed) externals/geeklog-1.5.2rc1/public_html/profiles.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/robots.txt (contents, props changed) externals/geeklog-1.5.2rc1/public_html/search.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/siteconfig.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/staticpages/ externals/geeklog-1.5.2rc1/public_html/staticpages/images/ externals/geeklog-1.5.2rc1/public_html/staticpages/images/staticpages.png (contents, props changed) externals/geeklog-1.5.2rc1/public_html/staticpages/index.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/stats.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/submit.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/switchlang.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/trackback.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/users.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/usersettings.php (contents, props changed) externals/geeklog-1.5.2rc1/public_html/webservices/ externals/geeklog-1.5.2rc1/public_html/webservices/atom/ externals/geeklog-1.5.2rc1/public_html/webservices/atom/index.php (contents, props changed) externals/geeklog-1.5.2rc1/readme (contents, props changed) externals/geeklog-1.5.2rc1/sql/ externals/geeklog-1.5.2rc1/sql/mssql_tableanddata.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/mysql_tableanddata.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/ externals/geeklog-1.5.2rc1/sql/updates/0.1_to_0.2.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/0.2_to_0.3.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/0.3_to_0.4.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/0.4_to_0.5.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/0.5_to_1.0.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/1.0_to_1.1.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/1.1_to_1.2.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/1.2.5-1_to_1.3.NOTES externals/geeklog-1.5.2rc1/sql/updates/1.2.5-1_to_1.3.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/1.2_to_1.2.2.sql (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mssql_1.4.1_to_1.5.0.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mssql_1.5.0_to_1.5.1.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mssql_1.5.1_to_1.5.2.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.2.5-1_to_1.3.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.10_to_1.3.11.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.11_to_1.4.0.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.1_to_1.3.2.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.2-1_to_1.3.3.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.3_to_1.3.4.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.4_to_1.3.5.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.5_to_1.3.6.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.7_to_1.3.8.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.8_to_1.3.9.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3.9_to_1.3.10.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.3_to_1.3.1.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.4.0_to_1.4.1.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.4.1_to_1.5.0.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.5.0_to_1.5.1.php (contents, props changed) externals/geeklog-1.5.2rc1/sql/updates/mysql_1.5.1_to_1.5.2.php (contents, props changed) externals/geeklog-1.5.2rc1/system/ externals/geeklog-1.5.2rc1/system/classes/ externals/geeklog-1.5.2rc1/system/classes/authentication/ externals/geeklog-1.5.2rc1/system/classes/authentication/LDAP.auth.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/authentication/LiveJournal.auth.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/authentication/ldap/ externals/geeklog-1.5.2rc1/system/classes/authentication/ldap/config.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/calendar.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/config.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/conversion.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/downloader.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/kses.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/navbar.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/ externals/geeklog-1.5.2rc1/system/classes/openid/COPYING externals/geeklog-1.5.2rc1/system/classes/openid/LICENSE externals/geeklog-1.5.2rc1/system/classes/openid/association.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/consumer.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/httpclient.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/interface.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/oid_parse.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/oid_util.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/server.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openid/trustroot.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/openidhelper.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/plugin.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/sanitize.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/search.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/story.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/syndication/ externals/geeklog-1.5.2rc1/system/classes/syndication/atom.feed.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/syndication/feedparserbase.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/syndication/parserfactory.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/syndication/rdf.feed.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/syndication/rss.feed.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/template.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/timer.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/upload.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/classes/url.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/databases/ externals/geeklog-1.5.2rc1/system/databases/mssql.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/databases/mysql.class.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-admin.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-comment.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-custom.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-database.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-mbyte.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-pingback.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-plugins.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-security.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-sessions.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-story.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-syndication.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-trackback.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-user.php (contents, props changed) externals/geeklog-1.5.2rc1/system/lib-webservices.php (contents, props changed) externals/geeklog-1.5.2rc1/system/memberdetail.thtml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/ externals/geeklog-1.5.2rc1/system/pear/Archive/ externals/geeklog-1.5.2rc1/system/pear/Archive/Tar.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Archive/Zip.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Auth/ externals/geeklog-1.5.2rc1/system/pear/Auth/SASL/ externals/geeklog-1.5.2rc1/system/pear/Auth/SASL.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Auth/SASL/Anonymous.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Auth/SASL/Common.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Auth/SASL/CramMD5.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Auth/SASL/DigestMD5.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Auth/SASL/Login.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Auth/SASL/Plain.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Console/ externals/geeklog-1.5.2rc1/system/pear/Console/Getopt.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Date/ externals/geeklog-1.5.2rc1/system/pear/Date.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Date/Calc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Date/Human.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Date/Span.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Date/TimeZone.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/HTTP/ externals/geeklog-1.5.2rc1/system/pear/HTTP/._Request.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/HTTP/Request/ externals/geeklog-1.5.2rc1/system/pear/HTTP/Request.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/HTTP/Request/._Listener.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/HTTP/Request/Listener.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Mail/ externals/geeklog-1.5.2rc1/system/pear/Mail.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Mail/RFC822.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Mail/mail.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Mail/null.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Mail/sendmail.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Mail/smtp.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/ externals/geeklog-1.5.2rc1/system/pear/Net/DNS/ externals/geeklog-1.5.2rc1/system/pear/Net/DNS.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/Header.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/Packet.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/Question.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/ externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/A.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/AAAA.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/CNAME.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/HINFO.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/MX.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/NAPTR.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/NS.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/PTR.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/SOA.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/SRV.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/TSIG.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/RR/TXT.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/DNS/Resolver.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/SMTP.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/Socket.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Net/URL.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/OS/ externals/geeklog-1.5.2rc1/system/pear/OS/Guess.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/ externals/geeklog-1.5.2rc1/system/pear/PEAR.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Autoloader.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Builder.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/ChannelFile/ externals/geeklog-1.5.2rc1/system/pear/PEAR/ChannelFile.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/ChannelFile/Parser.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Command.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Auth.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Auth.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Build.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Build.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Channels.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Channels.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Common.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Config.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Config.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Install.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Install.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Mirror.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Mirror.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Package.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Package.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Pickle.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Pickle.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Registry.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Registry.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Remote.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Remote.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Test.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Command/Test.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Common.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Config.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Dependency.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Dependency2.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/DependencyDB.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Downloader/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Downloader.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Downloader/Package.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/ErrorStack.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Exception.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/FixPHP5PEARWarnings.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Frontend/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Frontend.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Frontend/CLI.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Cfg.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Cfg.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Common.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Data.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Data.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Doc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Doc.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Ext.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Ext.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Php.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Php.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Script.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Script.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Src.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Src.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Test.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Test.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Www.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Installer/Role/Www.xml (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/ externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/Generator/ externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/Generator/v1.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/Generator/v2.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/Parser/ externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/Parser/v1.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/Parser/v2.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/v1.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/v2/ externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/v2.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/v2/Validator.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/PackageFile/v2/rw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Packager.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/REST/ externals/geeklog-1.5.2rc1/system/pear/PEAR/REST.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/REST/10.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/REST/11.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/REST/13.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Registry.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Remote.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/RunTest.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Common.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Postinstallscript/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Postinstallscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Postinstallscript/rw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Replace/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Replace.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Replace/rw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Unixeol/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Unixeol.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Unixeol/rw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Windowseol/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Windowseol.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Task/Windowseol/rw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Validate.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/Validator/ externals/geeklog-1.5.2rc1/system/pear/PEAR/Validator/PECL.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PEAR/XMLParser.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/ externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/ externals/geeklog-1.5.2rc1/system/pear/PHP/Compat.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Components.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/ externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/DIRECTORY_SEPARATOR.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/E_STRICT.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/FILE.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/PATH_SEPARATOR.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/PHP_EOL.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/STD.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/T.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Constant/UPLOAD_ERR.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/ externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_change_key_case.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_chunk.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_combine.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_diff_assoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_diff_key.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_diff_uassoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_diff_ukey.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_intersect_assoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_intersect_key.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_intersect_uassoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_intersect_ukey.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_key_exists.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_product.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_search.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_udiff.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_udiff_assoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_udiff_uassoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_uintersect.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_uintersect_assoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_uintersect_uassoc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/array_walk_recursive.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/bcinvert.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/bcpowmod.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/call_user_func_array.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/clone.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/constant.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/convert_uudecode.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/convert_uuencode.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/debug_print_backtrace.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/file_get_contents.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/file_put_contents.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/floatval.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/fprintf.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/fputcsv.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/get_headers.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/get_include_path.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/html_entity_decode.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/htmlspecialchars_decode.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/http_build_query.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/ibase_timefmt.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/idate.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/image_type_to_mime_type.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/inet_ntop.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/inet_pton.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/ini_get_all.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/is_a.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/md5_file.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/mhash.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/mime_content_type.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/ob_clean.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/ob_flush.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/ob_get_clean.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/ob_get_flush.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/pg_affected_rows.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/pg_escape_bytea.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/pg_unescape_bytea.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/php_strip_whitespace.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/restore_include_path.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/scandir.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/set_include_path.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/str_ireplace.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/str_rot13.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/str_shuffle.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/str_split.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/str_word_count.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/stripos.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/strpbrk.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/strripos.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/substr_compare.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/time_sleep_until.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/var_export.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/version_compare.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/vprintf.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/PHP/Compat/Function/vsprintf.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/README (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/System.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Default.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Anchor.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Blockquote.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Bold.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Break.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Center.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Code.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Colortext.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Deflist.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Delimiter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Embed.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Emphasis.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Freelink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Function.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Heading.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Horiz.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Html.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Image.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Include.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Interwiki.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Italic.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/List.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Newline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Paragraph.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Phplookup.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Prefilter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Raw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Revise.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Smiley.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Strong.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Subscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Superscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Table.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Tighten.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Toc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Tt.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Underline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Url.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Parse/Default/Wikilink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Anchor.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Blockquote.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Bold.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Box.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Break.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Center.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Code.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Colortext.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Deflist.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Delimiter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Embed.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Emphasis.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Font.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Freelink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Function.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Heading.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Horiz.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Html.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Image.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Include.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Interwiki.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Italic.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/List.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Newline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Page.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Paragraph.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Phplookup.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Plugin.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Prefilter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Preformatted.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Raw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Revise.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Smiley.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Specialchar.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Strong.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Subscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Superscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Table.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Tighten.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Titlebar.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Toc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Tt.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Underline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Url.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Latex/Wikilink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Anchor.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Blockquote.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Bold.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Box.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Break.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Center.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Code.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Colortext.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Deflist.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Delimiter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Embed.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Emphasis.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Font.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Freelink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Function.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Heading.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Horiz.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Html.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Image.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Include.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Interwiki.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Italic.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/List.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Newline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Page.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Paragraph.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Phplookup.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Plugin.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Prefilter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Preformatted.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Raw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Revise.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Smiley.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Specialchar.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Strong.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Subscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Superscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Table.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Tighten.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Titlebar.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Toc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Tt.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Underline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Url.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Plain/Wikilink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/ externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Address.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Anchor.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Blockquote.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Bold.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Box.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Break.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Center.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Code.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Colortext.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Deflist.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Delimiter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Embed.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Emphasis.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Font.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Freelink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Function.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Heading.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Horiz.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Html.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Image.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Include.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Interwiki.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Italic.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/List.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Newline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Page.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Paragraph.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Phplookup.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Plugin.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Prefilter.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Preformatted.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Raw.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Revise.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Smiley.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Specialchar.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Strong.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Subscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Superscript.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Table.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Tighten.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Titlebar.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Toc.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Tt.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Underline.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Url.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/Text/Wiki/Render/Xhtml/Wikilink.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/XML/ externals/geeklog-1.5.2rc1/system/pear/XML/RPC/ externals/geeklog-1.5.2rc1/system/pear/XML/RPC.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/XML/RPC/Dump.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/XML/RPC/Server.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/ externals/geeklog-1.5.2rc1/system/pear/scripts/pear.bat (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/pear.sh (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/pearcmd.php (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/peardev.bat (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/peardev.sh (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/pecl.bat (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/pecl.sh (contents, props changed) externals/geeklog-1.5.2rc1/system/pear/scripts/peclcmd.php (contents, props changed) Log: geeklog-1.5.2rc1を externals/geeklog-1.5.2rc1 に取り込みます。 Added: externals/geeklog-1.5.2rc1/INSTALL ============================================================================== --- (empty file) +++ externals/geeklog-1.5.2rc1/INSTALL Sun Jan 25 08:32:18 2009 @@ -0,0 +1,7 @@ +Installation instructions for Geeklog can be found in the docs directory, +specifically in + + public_html/docs/install.html + +That document also includes a section on common installation problems. + Added: externals/geeklog-1.5.2rc1/backups/README ============================================================================== --- (empty file) +++ externals/geeklog-1.5.2rc1/backups/README Sun Jan 25 08:32:18 2009 @@ -0,0 +1,11 @@ +This is the directory where Geeklog will store database backups from the +"DB Backups" menu entry. Please note that Geeklog only lists the last 10 +backups - the directory may contain more files (old backups are NOT deleted). + +To restore a backup, either use phpMyAdmin or type + + mysql -u{user_name} -p -D {database_name} < {backup_file} + +on the command line, replacing {user_name}, {database_name}, and {backup_file} +with the correct values (do not include the curly brackets). + Added: externals/geeklog-1.5.2rc1/data/README ============================================================================== --- (empty file) +++ externals/geeklog-1.5.2rc1/data/README Sun Jan 25 08:32:18 2009 @@ -0,0 +1,3 @@ +This is Geeklog's general data directory, used for e.g. the batch user import. + +Remember that this file must be writable! Added: externals/geeklog-1.5.2rc1/db-config.php ============================================================================== --- (empty file) +++ externals/geeklog-1.5.2rc1/db-config.php Sun Jan 25 08:32:18 2009 @@ -0,0 +1,24 @@ + Added: externals/geeklog-1.5.2rc1/emailgeeklogstories ============================================================================== --- (empty file) +++ externals/geeklog-1.5.2rc1/emailgeeklogstories Sun Jan 25 08:32:18 2009 @@ -0,0 +1,15 @@ +#!/usr/local/bin/php -q + Added: externals/geeklog-1.5.2rc1/language/._japanese_utf-8.php ============================================================================== Binary file. No diff available. Added: externals/geeklog-1.5.2rc1/language/afrikaans.php ============================================================================== --- (empty file) +++ externals/geeklog-1.5.2rc1/language/afrikaans.php Sun Jan 25 08:32:18 2009 @@ -0,0 +1,1859 @@ + 'Geskryf deur:', + 2 => 'lees verder', + 3 => 'kommentaar', + 4 => 'Wysig', + 5 => 'Stem', + 6 => 'Resultaat', + 7 => '', + 8 => 'stemme', + 9 => 'Admin Funksies:', + 10 => 'Bydraes', + 11 => 'Artikels', + 12 => 'Blokke', + 13 => 'Onderwerpe', + 14 => '', + 15 => '', + 16 => '', + 17 => 'Gebruikers', + 18 => 'SQL Query', + 19 => 'Teken Uit', + 20 => 'Gebruikersinligting:', + 21 => 'Gebruikernaam', + 22 => 'Gebruiker ID', + 23 => 'Sekuriteitsvlak', + 24 => 'Anoniem', + 25 => 'Antwoord', + 26 => 'Die volgende kommentaar is die eiendom van wie dit ookal gepos het. Hierdie werf is geensins verantwoordelik vir wat daar gesê word nie.', + 27 => 'Mees Onlangse Plasing', + 28 => 'Verwyder', + 29 => 'Geen gebruiker kommentaar.', + 30 => 'Ouer Artikels', + 31 => 'Toegelate HTML Etikette:', + 32 => 'Fout, ongeldige gebruikernaam', + 33 => 'Fout, kon nie na die log lêer skryf nie', + 34 => 'Fout', + 35 => 'Teken Uit', + 36 => 'aan', + 37 => 'Geen gebruiker artikels', + 38 => 'Inhoud Sindikasie', + 39 => 'Herlaai', + 40 => 'Jou register_globals = Off in jou php.ini. Geekolog vereis egter dat register_globals aan is. Voordat jy verder gaan, stel dit na on en herlaai jou webblaaier.', + 41 => 'Besoekers', + 42 => 'Geskryf deur:', + 43 => 'Antwoord hierop', + 44 => 'Stam', + 45 => 'MySQL Foutnommer', + 46 => 'MySQL Foutboodskap', + 47 => 'Gebruikersfunksies', + 48 => 'Rekeninginligting', + 49 => 'Voorkeure', + 50 => 'Fout in SQL stelling', + 51 => 'help', + 52 => 'Nuut', + 53 => 'Admin Tuiste', + 54 => 'Kon die lêer nie oopmaak nie.', + 55 => 'Fout by', + 56 => 'Stem', + 57 => 'Wagwoord', + 58 => 'Teken in', + 59 => "Nog nie 'n rekening? Registreer dan as 'n Nuwe Gebruiker", + 60 => 'Lewer kommentaar', + 61 => 'Skep Nuwe Rekening', + 62 => 'woorde', + 63 => 'Kommentaar Voorkeure', + 64 => 'Epos Artikel aan \'n Vriend', + 65 => 'Vertoon Drukbare Weergawe', + 66 => '', + 67 => 'Welkom by', + 68 => 'Tuisblad', + 69 => 'Kontak', + 70 => 'Soek', + 71 => 'Skryf iets', + 72 => 'Web Hulpmiddele', + 73 => '', + 74 => '', + 75 => 'Gevorderde Soektog', + 76 => 'Werfstatistieke', + 77 => 'Proppies', + 78 => '', + 79 => 'Wat\'s Nuut', + 80 => 'artikels in laaste', + 81 => 'artikel in laaste', + 82 => 'ure', + 83 => 'KOMMENTARE', + 84 => '', + 85 => 'laaste 48 uur', + 86 => 'Geen nuwe kommentaar', + 87 => 'laaste 2 weke', + 88 => '', + 89 => '', + 90 => 'Tuisblad', + 91 => 'Hierdie blad geskep in', + 92 => 'sekondes', + 93 => 'Kopiereg', + 94 => 'Alle handelsmerke en kopieregte op hierdie blad word deur hulle onderskeie eienaars besit.', + 95 => 'Aangedryf Deur', + 96 => 'Groepe', + 97 => 'Woordelys', + 98 => 'Proppies', + 99 => 'ARTIKELS', + 100 => 'Geen nuwe artikels', + 101 => '', + 102 => '', + 103 => 'DB Rugsteuning', + 104 => 'deur', + 105 => 'EPOS aan Gebruikers', + 106 => 'Besigtigings:', + 107 => 'GL Weergawe Toets', + 108 => 'Vee Kas skoon', + 109 => 'Meld misbruik aan', + 110 => 'Rapporteer hierdie plasing aan die werfadmin', + 111 => 'Vertoon PDF Weergawe', + 112 => 'Geregistreerde Gebruikers', + 113 => 'Dokumentasie', + 114 => 'TRACKBACKS', + 115 => 'Geen nuwe trackback kommentaar', + 116 => 'Trackback', + 117 => 'Gids', + 118 => 'Lees asseblief verder op die volgende bladsy:', + 119 => "Jou wagwoord vergeet?", + 120 => 'Permanente skakel na hierdie kommentaar', + 121 => 'Kommentaar (%d)', + 122 => 'Trackbacks (%d)', + 123 => 'Alle HTML word toegelaat', + 124 => 'Click to delete all checked items', + 125 => 'Are you sure you want to Delete all checked items?', + 126 => 'Select or de-select all items', + 127 => 'Permalink', + 128 => 'Login with OpenID:', + 129 => 'Configuration', + 130 => 'Webservices' +); + +############################################################################### +# comment.php + +$LANG03 = array( + 1 => 'Lewer Kommentaar', + 2 => 'Plasingmodus', + 3 => 'Teken Uit', + 4 => 'Skep Rekening', + 5 => 'Gebruikernaam', + 6 => 'Hierdie werf vereis dat jy ingeteken moet wees om kommentaar te kan lewer, teken asseblief in. As jy nie \'n rekening het nie kan jy die vorm hier onder gebruik om een te skep.', + 7 => 'Jou laast kommentaar was ', + 8 => " sekondes gelede. Hierdie werf vereis dat ten minstne {$_CONF['commentspeedlimit']} sekondes tussen kommentare verstryk.", + 9 => 'Kommentaar', + 10 => 'Stuur Verslag', + 11 => 'Stuur Kommentaar', + 12 => 'Vul asseblief die Titel en Kommentaar velde in, dit is \'n vereiste.', + 13 => 'Jou Inligting', + 14 => 'Voorskou', + 15 => 'Rapporteer hierdie plasing', + 16 => 'Titel', + 17 => 'Fout', + 18 => 'Belangrike Goed', + 19 => 'Die plasing moet verkieslik met die onderwerp verband hou.', + 20 => 'Probeer eerder om kommentaar te lewer eerder as om \'n nuwe artikel te begin oor dieselfde besprekingsonderwerp.', + 21 => 'Lees ander mense se boodskappe voordat jy jou eie plaas om te verhoed dat jy herhaal wat reeds gesê is.', + 22 => 'Gebruik \'n duidelike onderwerp wat beskryf waaroor jou boodskap gaan.', + 23 => 'Jou epos adres sal NIE geopenbaar word nie.', + 24 => 'Anonieme Gebruiker', + 25 => 'Is jy seker dat jy hierdie plasing aan die werf admin wil rapporteer?', + 26 => '%s het die volgende beledigende plasing of misbruik gerapporteer:', + 27 => 'Misbruikverslag' +); + +############################################################################### +# users.php + +$LANG04 = array( + 1 => 'Gebruikersprofiel van', + 2 => 'Gebruikernaam', + 3 => 'Volle Naam', + 4 => 'Nuwe Wagwoord', + 5 => 'Epos', + 6 => 'Tuisblad', + 7 => 'Bio', + 8 => 'PGP Sleutel', + 9 => 'Stoor Inligting', + 10 => 'Laaste 10 kommentare van gebruiker', + 11 => 'Geen Gebruikerkommentaar', + 12 => 'Gebruikersvoorkeure van', + 13 => 'Epos Nagtelike Opsomming', + 14 => 'Hierdie wagwoord word deur \'n lukraak algoritme saamgestel. Daar word aanbeveel dat jy dit onmiddelik verander. Om jou wagwoord te verander moet jy inteken en dan op Rekeninginligting kliek by die Gebruikersfunksies keusebalk.', + 15 => "Jou {$_CONF['site_name']} rekening is suksesvol opgestel. Om dit te kan gebruik moet jy inteken deur die onderstaande inligting te gebruik. Stoor hierdie epos vir latere verwysing.", + 16 => 'Jou Rekeninginligting', + 17 => 'Rekening bestaan nie', + 18 => 'Die epos adres wat verskaf is blyk nie \'n geldige een te wees nie', + 19 => 'Die gebruikernaam of epos adres wat verskaf is bestaan reeds', + 20 => 'Die epos adres verskaf blyk nie \'n geldige adres te wees nie', + 21 => 'Fout', + 22 => "Registreer by {$_CONF['site_name']}!", + 23 => "Die skep van 'n gebruikersrekening sal jou al die voordele gee van lidmaatskap by {$_CONF['site_name']} en sal jou in staat stel om kommentaar te plaas asook om artikels self te skep. As jy nie 'n rekening het nie, sal jy slegs anonieme plasing kan maak. Neem asseblief kennis dat jou epos adres nooit op hierdie werf geopenbaar sal word nie.", + 24 => 'Jou wagwoord sal na die eposadres wat jy verskaf gestuur word.', + 25 => 'Het jy jou Wagwoord vergeet?', + 26 => 'Sleutel of jou gebruikernaam of die epos adres wat jy gebruik het om mee te registreer en kliek Epos Wagwoord. Instruksies oor hoe om \'n nuwe wagwoord in te stel sal aan die betrokke epos adres op rekord gestuur word.', + 27 => 'Registreer Nou!', + 28 => 'Epos Wagwoord', + 29 => 'uitgeteken vanuit', + 30 => 'ingeteken vanuit', + 31 => 'Die funksie wat jy gekies het vereis dat jy inteken', + 32 => 'Handtekening', + 33 => 'Nooit vertoon', + 34 => 'Dit is jou regte naam', + 35 => 'Sleutel wagwoord in om dit te verander', + 36 => 'Begin met http://', + 37 => 'Aangeheg by jou kommentaar', + 38 => 'Dit gaan alles oor jou! Enigeen kan dit lees', + 39 => 'Jou publieke PGP sleutel om te deel', + 40 => 'Geen Onderwerp Ikone', + 41 => 'Gewillig om te Modereer', + 42 => 'Datumformaat', + 43 => 'Maksimum Artikels', + 44 => 'Geen bokse', + 45 => 'Vertoon Voorkeure vir', + 46 => 'Uitgeslote Items vir', + 47 => 'Nuwe boks Konfigurasie vir', + 48 => 'Onderwerpe', + 49 => 'Geen ikone in artikels', + 50 => 'Verwyder merk as jy nie hierin belangstel nie', + 51 => 'Slegs die nuusartikels', + 52 => 'Die standaard is', + 53 => 'Ontvang die dag se stories elke nag', + 54 => 'Merk die boksies vir die onderwerpe en skrywers wat jy nie wil sien nie.', + 55 => 'As jy almal ongemerk laat beteken dit dat jy die standaard keuse van bokse wil sien. As jy bokse merk onthou om almal wat jy wil sien te merk aangesien die standaard keuses geïgnoreer gaan word. Standaard items word in drukskrif aangedui.', + 56 => 'Skrywers', + 57 => 'Vertoonmodus', + 58 => 'Sorteer Volgorde', + 59 => 'Kommentaar Limiet', + 60 => 'Hoe wil jy hê dat jou kommentaar vertoon word?', + 61 => 'Nuutste of oudstes eerste?', + 62 => 'Die standaard is 100', + 63 => "Jou wagwoord is aan jou gestuur per epos en behoort kortliks by jou uit te kom. Volg asseblief die aanwysings in die boodskap en dankie dat jy {$_CONF['site_name']} gebruik", + 64 => 'Kommentaarvoorkeure van', + 65 => 'Probeer weer Inteken', + 66 => 'Jy het moontlik jou besonderhede verkeerd ingesleutel. Probeer asseblief weer om hieronder in te teken.', + 67 => 'Lid Sedert', + 68 => 'Onthou My vir', + 69 => 'Hoe lank moet ons jou onthou na jy ingeteken het? Tydsverloop waarop jy kan terugkom sonder om weer in te teken', + 70 => "Verander die uitleg en inhoud van {$_CONF['site_name']} na jou sin", + 71 => "Een van die beste kenmerke van {$_CONF['site_name']} is dat jy die inhoud wat jy ontvang en die uitleg van die werf kan maak pas by jou eie sin. Om van hierdie kenmerke gebruik te kan maak moet jy eers registreer by {$_CONF['site_name']}. Is jy reeds 'n lid? Gebruik dan die intekenvorm aan die linkerkant om in te teken!", + 72 => 'Tema', + 73 => 'Taal', + 74 => 'Verander hoe die werf vertoon!', + 75 => 'Onderwerpe Gepos aan', + 76 => 'As jy \'n onderwerp hieronder kies sal jy enige nuwe stories wat by daardie onderwerp gevoeg word aan die einde van elke d ============================================================================== Diff truncated at 200k characters From codesite-noreply @ google.com Tue Jan 27 00:30:57 2009 From: codesite-noreply @ google.com (codesite-noreply @ google.com) Date: Mon, 26 Jan 2009 15:30:57 +0000 Subject: [geeklog-jp commit] r1127 - in trunk/geeklog-1-jp-extended: . public_html/layout/WAIproCSS public_html/layout/WAIproC... Message-ID: <0016e642d376dcd4830461646c86@google.com> Author: ivysoho Date: Mon Jan 26 07:29:17 2009 New Revision: 1127 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/locked.gif trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/locked_new.gif trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/nav_breadcrumbs.gif trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/nav_topic.gif trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/quote_button.gif trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/sticky.gif trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/sticky_new.gif trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml Log: WAIproCSSの掲示板プラグイン(forum)でgif形式のアイコンを追加。WAIproCSSのヘッ ダのh1タグのコメント部を改善しました。 Modified: trunk/geeklog-1-jp-extended/CHANGES.jp ============================================================================== --- trunk/geeklog-1-jp-extended/CHANGES.jp (original) +++ trunk/geeklog-1-jp-extended/CHANGES.jp Mon Jan 26 07:29:17 2009 @@ -1,5 +1,10 @@ $Id$ +2009-01-27 Tetsuko Komma + + * WAIproCSSの掲示板プラグイン(forum)でgif形式のアイコンを追加しました。 + WAIproCSSのヘッダのh1タグのコメント部を改善しました。 + 2009-01-26 Tetsuko Komma * 掲示板プラグイン(forum)の,IEでスクロールバーが表示される不具合に Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/locked.gif ============================================================================== Binary files. No diff available. Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/locked_new.gif ============================================================================== Binary files. No diff available. Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/nav_breadcrumbs.gif ============================================================================== Binary files. No diff available. Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/nav_topic.gif ============================================================================== Binary files. No diff available. Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/quote_button.gif ============================================================================== Binary files. No diff available. Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/sticky.gif ============================================================================== Binary files. No diff available. Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/forum/image_set/sticky_new.gif ============================================================================== Binary files. No diff available. Modified: trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml ============================================================================== --- trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml (original) +++ trunk/geeklog-1-jp-extended/public_html/layout/WAIproCSS/header.thtml Mon Jan 26 07:29:17 2009 @@ -37,9 +37,7 @@
    {navbreadcrumbsimg}  {forum_home} > {cat_name} > {forum_name}