#
# ChangeLog for trunk/blocks
#
# Generated by Trac 1.0.9
# Apr 11, 2025, 2:46:29 AM

Mon, 05 Jan 2009 16:18:31 GMT toemon [63]
	* trunk/blocks/block_common.php (modified)

	カテゴリー選択のあるブロックで、カテゴリリストを得るために、WPをロー ...


Sat, 27 Dec 2008 17:28:17 GMT toemon [54]
	* trunk/blocks/recent_posts_content_block.php (added)
	* trunk/language/ja_utf8/blocks.php (modified)
	* trunk/language/ja_utf8/modinfo.php (modified)
	* trunk/templates/blocks/recent_posts_content_block.html (added)
	* trunk/wp-content/plugins/xpressme/include/custom_functions.php (modified)
	* trunk/wp-content/plugins/xpressme/language/xpressme-ja.mo (modified)
	* trunk/wp-content/plugins/xpressme/language/xpressme-ja.po (modified)
	* trunk/wp-content/themes/xpress_default/blocks/recent_posts_content_block_theme.php (added)
	* trunk/xoops_version.php (modified)

	最近の記事内容ブロック 実装
	概要処理の部分と、閲覧数の部分は未完です。


Thu, 25 Dec 2008 15:15:54 GMT toemon [46]
	* trunk/blocks/recent_comments_block.php (modified)
	* trunk/include/xpress_block_render.php (modified)
	* trunk/wp-content/plugins/xpressme/include/custom_functions.php (modified)
	* trunk/wp-content/plugins/xpressme/xpressme.php (modified)
	* trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php (modified)

	WordPress管理画面からXOOPSデータベースへのアクセス  #50  実装
	  xpressmeプラグインにより ...


Wed, 24 Dec 2008 04:11:22 GMT toemon [44]
	* trunk/blocks/recent_comments_block.php (added)
	* trunk/blocks/xpress_block_recent_comments.php (deleted)
	* trunk/include/xoops_block_cache.php (deleted)
	* trunk/include/xpress_block_render.php (added)
	* trunk/include/xpress_block_theme.php (deleted)
	* trunk/templates/blocks/recent_comments_block.html (added)
	* trunk/templates/blocks/xpress_block_recent_comments.html (deleted)
	* trunk/wp-content/themes/xpress_default/blocks/recent_comments_block.php (deleted)
	* trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php (added)

	全てのブロックが include/xpress_block_render.php内の
	function ...


Tue, 23 Dec 2008 12:51:44 GMT toemon [43]
	* trunk/blocks/xpress_block_recent_comments.php (modified)
	* trunk/include/xoops_block_cache.php (modified)

	ブロックキャッシュの認識子としてブロックIDを使用するように変更、 #49
	概要抽出用の関数xpress_substr()を追加


Mon, 22 Dec 2008 16:23:59 GMT toemon [41]
	* trunk/blocks/xpress_block_recent_comments.php (modified)
	* trunk/wp-content/themes/xpress_default/blocks/recent_comments_block.php (modified)

	ブロック複製時でも、モジュール外に配置した場合、同一キャッシュを使用
	し同じ結果を表示してしまうバグを修正。 ...


Mon, 22 Dec 2008 12:55:10 GMT toemon [38]
	* trunk/blocks/xpress_block_recent_comments.php (modified)
	* trunk/include/xpress_block_theme.php (added)
	* trunk/include/xpress_chache.php (deleted)
	* trunk/templates/blocks/xpress_block_recent_comments.html (modified)
	* trunk/wp-content/themes/xpress_default/blocks (added)
	* trunk/wp-content/themes/xpress_default/blocks/recent_comments_block.php (added)
	* trunk/wp-content/themes/xpress_default/blocks/style.css (added)

	ブロックのスタイルシートはテンプレート変数<{$xoops_block_header}>にア
	サインします。 ...


Sat, 20 Dec 2008 18:01:51 GMT toemon [36]
	* trunk/blocks/xpress_block_recent_comments.php (modified)
	* trunk/include/xoops_block_cache.php (added)
	* trunk/include/xpress_cache.php (added)
	* trunk/templates/blocks/xpress_block_recent_comments.html (modified)

	ブロックのXMLキャッシュ化 #43


Fri, 19 Dec 2008 16:38:22 GMT toemon [35]
	* trunk/blocks (added)
	* trunk/blocks/block_common.php (added)
	* trunk/blocks/index.html (added)
	* trunk/blocks/xpress_block_recent_comments.php (added)
	* trunk/include/xml.php (added)
	* trunk/include/xpress_chache.php (added)
	* trunk/language/ja_utf8/blocks.php (modified)
	* trunk/language/ja_utf8/modinfo.php (modified)
	* trunk/templates (added)
	* trunk/templates/blocks (added)
	* trunk/templates/blocks/xpress_block_recent_comments.html (added)
	* trunk/xoops_version.php (modified)

	ブロックのテストの為にXOOPSの基本構成でコメントブロックを作成
	現状ではブロック側がモジュール複製には対応していない。