OSDN Git Service

- followed Smarty 2.6.24 release.
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 17 May 2009 04:33:39 +0000 (04:33 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 17 May 2009 04:33:39 +0000 (04:33 +0000)
- CHANGES tweaks.

CHANGES
misc/optional_package/Smarty/build/build.conf
misc/optional_package/Smarty/src/Smarty-2.6.23.tar.gz [deleted file]
misc/optional_package/Smarty/src/Smarty-2.6.24.tar.gz [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index 9dc6403..8d4a739 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,8 @@
 - add-project 時の www 以下に出来るエントリポイントから APPID_Controller へのパスを相対パスに変更
 - ethna コマンドの挙動変更
 -- ethna help コマンドを追加
-- 指定 Action が存在しない場合い、app/action 以下を全て include する仕様を変更
+- 指定 Action が存在しない場合、app/action 以下を全て include する仕様を変更
+-- include せず、fallback用のactionを実行する
 - add-project -b オプションの挙動変更
 - controller での smarty_xx_plugin の機能を削除
 - ビューまわりの変更
      とすれば http://example.com にリダイレクトされる
 -- レイアウトテンプレートを実装
 --- HTMLの外側に当たる雛形のテンプレートを描くためのもの。各アクションの出力はこのテンプレートの出力でラップされる
---- デフォルトは template/{locale_name/layout.tpl に置かれている。
+--- デフォルトは template/{locale_name}/layout.tpl に置かれている。
 --- この機能はデフォルトで有効になっている。無効にしたければ、[appid]_ViewClass.php の $use_layout を false にする
 -- フォームヘルパのテキストエリアに value 属性を付加していた動きを修正。(thanks: syachi5150)
 ---  http://sourceforge.jp/ticket/browse.php?group_id=1343&tid=16326
-- [Breaking B.C] ルールがユーザにとって直感的ではないとの理由から、フォーム定義の max と フォームヘルパの maxlength の連携機能を削除 (thanks: syachi5150)
--- https://sourceforge.jp/ticket/browse.php?group_id=1343&tid=16325
-- Smarty を 2.6.23 に追随
-- プラグインに関する変更
+- [Breaking B.C] プラグインに関する変更
 -- プラグインの名前空間の除去(検索用appidをなくした)
 -- それに伴いファイル名の命名規則を変更
 -- extlibの設置
+- その他雑多な変更
+-- Smarty を 2.6.24 に追随
+-- [Breaking B.C] ルールがユーザにとって直感的ではないとの理由から、フォーム定義の max と フォームヘルパの maxlength の連携機能を削除 (thanks: syachi5150)
+--- https://sourceforge.jp/ticket/browse.php?group_id=1343&tid=16325
 
 *** bug fix
 
index 0081f5f..5189e1d 100644 (file)
@@ -1,7 +1,7 @@
 ;VERSION [2.6.23]
 
 [project]
-src_dir = ../src/Smarty-2.6.23/libs
+src_dir = ../src/Smarty-2.6.24/libs
 release_dir = ../release
 
 [package]
@@ -13,7 +13,7 @@ summary = PHP Template Engine
 ;description = Most Popular Template Engine
 notes = PEAR Style Package
 ;summary_file = <filepath>
-description_file = ../src/Smarty-2.6.23/README
+description_file = ../src/Smarty-2.6.24/README
 ;notes_file = <filepath>
 
 [role]
@@ -31,9 +31,9 @@ RELEASE_NOTES = doc
 TODO = doc
 
 [version]
-release_ver = 2.6.23
+release_ver = 2.6.24
 release_stab = stable
-api_ver = 2.6.23
+api_ver = 2.6.24
 api_stab = stable
 php_min = 4.0.6
 pear_min = 1.4.0
diff --git a/misc/optional_package/Smarty/src/Smarty-2.6.23.tar.gz b/misc/optional_package/Smarty/src/Smarty-2.6.23.tar.gz
deleted file mode 100644 (file)
index 41302bc..0000000
Binary files a/misc/optional_package/Smarty/src/Smarty-2.6.23.tar.gz and /dev/null differ
diff --git a/misc/optional_package/Smarty/src/Smarty-2.6.24.tar.gz b/misc/optional_package/Smarty/src/Smarty-2.6.24.tar.gz
new file mode 100644 (file)
index 0000000..b7ac0ec
Binary files /dev/null and b/misc/optional_package/Smarty/src/Smarty-2.6.24.tar.gz differ