[Svn-src-all:2795] [version-2_12-dev 21694] #1692 フックポイント名の変更に伴う修正
h_yoshimoto
admin @ mail.ec-cube.net
2012年 3月 29日 (木) 22:01:54 JST
Subversion committed to /home/svn/open 21694
http://svn.ec-cube.net/open_trac/changeset/21694
┌────────────────────────────┐
│更新者 : h_yoshimoto │
│更新日時: 2012-03-29 22:01:54 +0900 (木, 29 3月 2012)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#1692 フックポイント名の変更に伴う修正
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_12-dev/data/mtb_constants_init.php
U branches/version-2_12-dev/html/install/sql/insert_data.sql
変更: branches/version-2_12-dev/data/mtb_constants_init.php
===================================================================
--- branches/version-2_12-dev/data/mtb_constants_init.php 2012-03-29 12:57:07 UTC (rev 21693)
+++ branches/version-2_12-dev/data/mtb_constants_init.php 2012-03-29 13:01:54 UTC (rev 21694)
@@ -469,7 +469,7 @@
/** 郵便番号CSVのZIPアーカイブファイルの取得元 */
define('ZIP_DOWNLOAD_URL', "http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip");
/** フックポイント(プレプロセス) */
-define('HOOK_POINT_PREPROCESS', lc_page_preProcess);
+define('HOOK_POINT_PREPROCESS', "LC_Page_preProcess");
/** フックポイント(プロセス) */
-define('HOOK_POINT_PROCESS', lc_page_process);
+define('HOOK_POINT_PROCESS', "LC_Page_process");
?>
変更: branches/version-2_12-dev/html/install/sql/insert_data.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/insert_data.sql 2012-03-29 12:57:07 UTC (rev 21693)
+++ branches/version-2_12-dev/html/install/sql/insert_data.sql 2012-03-29 13:01:54 UTC (rev 21694)
@@ -1267,8 +1267,8 @@
INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ECCUBE_INFO', 'true', 1218, 'EC-CUBE更新情報取得 (true:取得する false:取得しない)');
INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HTTP_REQUEST_TIMEOUT', '"5"', 1219, '外部サイトHTTP取得タイムアウト時間(秒)');
INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('ZIP_DOWNLOAD_URL', '"http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip"', 1224, '郵便番号CSVのZIPアーカイブファイルの取得元');
-INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PREPROCESS', 'lc_page_preProcess', 1301, 'フックポイント(プレプロセス)');
-INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PROCESS', 'lc_page_process', 1302, 'フックポイント(プロセス)');
+INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PREPROCESS', 'LC_Page_preProcess', 1301, 'フックポイント(プレプロセス)');
+INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('HOOK_POINT_PROCESS', 'LC_Page_process', 1302, 'フックポイント(プロセス)');
INSERT INTO dtb_index_list (table_name, column_name, recommend_flg, recommend_comment) VALUES ('dtb_customer', 'email_mobile', 0, '会員数増加時のログイン処理速度を向上させたいときに試してみてください');
INSERT INTO dtb_index_list (table_name, column_name, recommend_flg, recommend_comment) VALUES ('dtb_products', 'name', 2, '商品名検索速度を向上させたいときに試してみてください');
Svn-src-all メーリングリストの案内