E-mail
パスワード
次回から自動ログインする
パスワード紛失
新規登録
ホーム
|
新着情報
|
研究室
|
掲示板
|
ぶろぐ
|
Wiki
|
お問合せ
|
アルバム
|
リンク
|
サイトマップ
|
|
一覧
検索
最新
ヘルプ
ページへ戻る
履歴
リンク元
印刷
d3diary開発日記/2009-06-17
をテンプレートにして作成
xpwiki
:d3diary開発日記/2009-06-17 をテンプレートにして作成
開始行:
#navi(../)
#boxdate
* RC版、タグ機能の実装
正式公開の前に、タグ機能を組み込みました。
今回はRC版としての位置づけですが、まだバグもあるかと思...
** 概要
+ タグ機能の実装
-- kilicaさんの「でブクマ君」モジュールのソースをかなり使...
-- ユーザー毎のindexリストページと、全体のリストページへ...
-- 入力ページでは、自己のタグと全体のタグを表示して、クリ...
+ 携帯用テンプレートの同梱(正式リリース以降は、モバイル...
+ グローバルサーチで、1つの日記が複数検索されてしまう。...
+ 一度に送信できる画像掲載枚数、 設定した最大枚数-1枚...
+ head内の「○○さんの日記」の文字化け、直っていなかったの...
+ RSSのタイトル文字化け、修正したつもりが直っていなか...
+ block_diarylist.htmlブロックへの記事数設定が反映されな...
+ タイトルなしでの投稿防止のため、Javascriptで入力チェッ...
加えて、タイトル無しでも「タイトルなし」と表示するよう...
+ README.JA.TXTを同梱。
** 詳細など
*** フォルダ・ファイル構成
#code(pre,nonumber){{
html (XOOPS_ROOT_PATH)
├─class
│ └smarty
│ └plugins
│ function.d3comment.php
│ function.d3forum_comment.php
│ function.d3forum_comment_postscount.php
│ function.d3forum_comment_topicscount.php
│
└─modules
└─d3diary
│ comment_delete.php、comment_edit.php、com...
│ comment_post.php、comment_reply.php (wrap...
│ detail.php、diarylist.php (wrapper for co...
│ index.php (wrapper)
│ module_icon.php (wrapper)
│ mytrustdirname.php
│ notification.php、notification_update.php...
│ oninstall.php、onuninstall.php、onupdate....
│ rdf.php、search.php、viewcomment.php (wra...
│ xoops_version.php
├admin
│ admin_menu.php、index.php (wrapper)
├blocks
│ blocks.php (wrapper)
├cache (777)
├images
│ arrow1.png、、etc..
├include
│ imgresize.php (wrapper)、tag.css、tag.js
├preload
│ D3diaryPreload.class.php (wrapper)
└upimg (777)
}}
#code(pre,nonumber){{
trust (XOOPS_TRUST_PATH)
└modules
│└d3diary
│ │ admin.php、admin_menu.php
│ │ blocks.php
│ │ main.php
│ │ module_icon.php、module_icon.png
│ │ notification.php
│ │ oninstall.php、onuninstall.php、onupdate.p...
│ │ preload.php、README.JA.TXT、search.php
│ │ xoops_version.php
│ ├admin
│ │ import.php、index.php、mymenu.php
│ ├blocks
│ │ block_functions.php
│ ├class
│ │ category.class.php、diary.class.php
│ │ diaryconfig.class.php、gtickets.php、photo...
│ │ d3diaryD3commentContent.class.php
│ ├include
│ │ │ comment_view.php、d3pipes.inc.php、function...
│ │ │ header.php、imgresize.php、import_functions...
│ │ │ mytable.php、x20_keepblockoptions.inc.php
│ │ └magpierss
│ │ │ rss_cache.inc、rss_fetch.inc、rss_parse....
│ │ └extlib
│ │ Snoopy.class.inc
│ ├language
│ │ ├japanese
│ │ │ │ admin.php、blocks_common.php、blocks_each...
│ │ │ │ main.php、modinfo.php
│ │ │ └mail_template
│ │ │ blogger_comment_notify.tpl
│ │ │ blogger_newentry_notify.tpl
│ │ │ global_newentry_notify.tpl
│ │ └ja_utf8 (same as japanese)
│ ├main
│ │ bloggerlist.php、detail.php、diarylist.php
│ │ edit.php、editcat_config.php、editcategory...
│ │ index.php
│ │ notification_update.php、other.php
│ │ rdf.php、usr_config.php、viewcomment.php
│ ├sql
│ │ mysql.sql
│ └templates
│ admin_import.html
│ block_bloggerlist.html、block_diarylist.h...
│ bloggerlist.html
│ detail.html、diarylist.html
│ edit.html、editcat_config.html、editcateg...
│ inc_blog_options.html
│ index.html、other.html、rightarea.html
│ tabmenu.html
│ usr_config.html、viewcomment.html
└ d3pipesm
└joints
└block
D3pipesBlockD3diarylist.class.php (wra...
}}
** ソース
注意: 当初の、「d3diary_0.01RC_090617.zip」のタグ機能部...
テストのためダウンロードされた方は、お手数ですが以下の...
注意2: 更に、htmspecialcharsの扱いに不十分なところがあ...
|&ref(d3diary_0.01RC_090618_2.zip);|
** スクリーンショット
- 管理画面の設定
|&ref(tag_admin.gif,mw:300,mh:300);|
- 記事編集時のタグ入力
|&ref(tag_edit.gif,mw:300,mh:300);|
- 記事一覧でのタグクラウド
|&ref(tag_clowd.gif,mw:300,mh:300);|
- 記事詳細の、タグ表示
|&ref(tag_detail.gif,mw:300,mh:300);|
** 今後の予定
*** リリースまで
+ バグ潰し
+ (追記)d3pipesのblockジョイントに、d3統合コメントの表...
*** 次回バージョン以降
+ タグクラウドの、最大表示数制御。
+ タグクラウドブロックの実装予定。
+ タグの一括置き換え機能、実装予定。
+ トラックバック機能・・未定。
+ インポート機能の強化
-- MT形式ファイルからのインポート
-- d3blogからのインポート
終了行:
#navi(../)
#boxdate
* RC版、タグ機能の実装
正式公開の前に、タグ機能を組み込みました。
今回はRC版としての位置づけですが、まだバグもあるかと思...
** 概要
+ タグ機能の実装
-- kilicaさんの「でブクマ君」モジュールのソースをかなり使...
-- ユーザー毎のindexリストページと、全体のリストページへ...
-- 入力ページでは、自己のタグと全体のタグを表示して、クリ...
+ 携帯用テンプレートの同梱(正式リリース以降は、モバイル...
+ グローバルサーチで、1つの日記が複数検索されてしまう。...
+ 一度に送信できる画像掲載枚数、 設定した最大枚数-1枚...
+ head内の「○○さんの日記」の文字化け、直っていなかったの...
+ RSSのタイトル文字化け、修正したつもりが直っていなか...
+ block_diarylist.htmlブロックへの記事数設定が反映されな...
+ タイトルなしでの投稿防止のため、Javascriptで入力チェッ...
加えて、タイトル無しでも「タイトルなし」と表示するよう...
+ README.JA.TXTを同梱。
** 詳細など
*** フォルダ・ファイル構成
#code(pre,nonumber){{
html (XOOPS_ROOT_PATH)
├─class
│ └smarty
│ └plugins
│ function.d3comment.php
│ function.d3forum_comment.php
│ function.d3forum_comment_postscount.php
│ function.d3forum_comment_topicscount.php
│
└─modules
└─d3diary
│ comment_delete.php、comment_edit.php、com...
│ comment_post.php、comment_reply.php (wrap...
│ detail.php、diarylist.php (wrapper for co...
│ index.php (wrapper)
│ module_icon.php (wrapper)
│ mytrustdirname.php
│ notification.php、notification_update.php...
│ oninstall.php、onuninstall.php、onupdate....
│ rdf.php、search.php、viewcomment.php (wra...
│ xoops_version.php
├admin
│ admin_menu.php、index.php (wrapper)
├blocks
│ blocks.php (wrapper)
├cache (777)
├images
│ arrow1.png、、etc..
├include
│ imgresize.php (wrapper)、tag.css、tag.js
├preload
│ D3diaryPreload.class.php (wrapper)
└upimg (777)
}}
#code(pre,nonumber){{
trust (XOOPS_TRUST_PATH)
└modules
│└d3diary
│ │ admin.php、admin_menu.php
│ │ blocks.php
│ │ main.php
│ │ module_icon.php、module_icon.png
│ │ notification.php
│ │ oninstall.php、onuninstall.php、onupdate.p...
│ │ preload.php、README.JA.TXT、search.php
│ │ xoops_version.php
│ ├admin
│ │ import.php、index.php、mymenu.php
│ ├blocks
│ │ block_functions.php
│ ├class
│ │ category.class.php、diary.class.php
│ │ diaryconfig.class.php、gtickets.php、photo...
│ │ d3diaryD3commentContent.class.php
│ ├include
│ │ │ comment_view.php、d3pipes.inc.php、function...
│ │ │ header.php、imgresize.php、import_functions...
│ │ │ mytable.php、x20_keepblockoptions.inc.php
│ │ └magpierss
│ │ │ rss_cache.inc、rss_fetch.inc、rss_parse....
│ │ └extlib
│ │ Snoopy.class.inc
│ ├language
│ │ ├japanese
│ │ │ │ admin.php、blocks_common.php、blocks_each...
│ │ │ │ main.php、modinfo.php
│ │ │ └mail_template
│ │ │ blogger_comment_notify.tpl
│ │ │ blogger_newentry_notify.tpl
│ │ │ global_newentry_notify.tpl
│ │ └ja_utf8 (same as japanese)
│ ├main
│ │ bloggerlist.php、detail.php、diarylist.php
│ │ edit.php、editcat_config.php、editcategory...
│ │ index.php
│ │ notification_update.php、other.php
│ │ rdf.php、usr_config.php、viewcomment.php
│ ├sql
│ │ mysql.sql
│ └templates
│ admin_import.html
│ block_bloggerlist.html、block_diarylist.h...
│ bloggerlist.html
│ detail.html、diarylist.html
│ edit.html、editcat_config.html、editcateg...
│ inc_blog_options.html
│ index.html、other.html、rightarea.html
│ tabmenu.html
│ usr_config.html、viewcomment.html
└ d3pipesm
└joints
└block
D3pipesBlockD3diarylist.class.php (wra...
}}
** ソース
注意: 当初の、「d3diary_0.01RC_090617.zip」のタグ機能部...
テストのためダウンロードされた方は、お手数ですが以下の...
注意2: 更に、htmspecialcharsの扱いに不十分なところがあ...
|&ref(d3diary_0.01RC_090618_2.zip);|
** スクリーンショット
- 管理画面の設定
|&ref(tag_admin.gif,mw:300,mh:300);|
- 記事編集時のタグ入力
|&ref(tag_edit.gif,mw:300,mh:300);|
- 記事一覧でのタグクラウド
|&ref(tag_clowd.gif,mw:300,mh:300);|
- 記事詳細の、タグ表示
|&ref(tag_detail.gif,mw:300,mh:300);|
** 今後の予定
*** リリースまで
+ バグ潰し
+ (追記)d3pipesのblockジョイントに、d3統合コメントの表...
*** 次回バージョン以降
+ タグクラウドの、最大表示数制御。
+ タグクラウドブロックの実装予定。
+ タグの一括置き換え機能、実装予定。
+ トラックバック機能・・未定。
+ インポート機能の強化
-- MT形式ファイルからのインポート
-- d3blogからのインポート
ページ名:
ぺージ情報
ぺージ名 :
d3diary開発日記/2009-06-17
ページ別名 :
未設定
ページ作成 :
なーお
閲覧可
グループ :
すべての訪問者
ユーザー :
すべての訪問者
編集可
グループ :
なし
ユーザー :
なし
Counter: 0, today: 0, yesterday: 0
Go Page Top
Powered by
XOOPS Cube
2.2 © 2001-2012
XOOPS Cube Project
, theme design by
BCOOL
ログイン
ユーザ名:
パスワード:
IDとパスワードを記憶
パスワード紛失
新規登録
メインメニュー
ホーム
なーお'nぶろぐ
フォーラム
なーお'n研究室
xpwiki
最新ページ一覧
全ページ一覧
ヘルプ
新着情報
マイアルバム
ラン記録
大会リスト
シューズリスト
画像マネージャ
マイフレンド
WEBリンク集