#
# ChangeLog for trunk/templates/blocks
#
# Generated by Trac 1.0.9
# Apr 11, 2025, 4:58:45 PM

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)

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


Sat, 27 Dec 2008 08:50:32 GMT KURO [53]
	* trunk/templates/blocks/recent_comments_block.html (modified)

	HTMLタグ修正


Sat, 27 Dec 2008 03:29:06 GMT toemon [49]
	* trunk/include/xpress_block_render.php (modified)
	* trunk/templates/blocks/recent_comments_block.html (modified)
	* trunk/wp-content/plugins/xpressme/include/custom_functions.php (modified)
	* trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php (modified)

	コメントブロックにsmarty変数 data_countをアサイン
	ブロックに表示されるコメント数を取得、主にテンプレート側でデータ無し ...


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 ...


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の基本構成でコメントブロックを作成
	現状ではブロック側がモジュール複製には対応していない。