Index: setup/sql/update/mysql40/update04-for2.7.2-add_column_c_commu_topic_capacity.sql
===================================================================
--- setup/sql/update/mysql40/update04-for2.7.2-add_column_c_commu_topic_capacity.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql40/update04-for2.7.2-add_column_c_commu_topic_capacity.sql (.../2_8beta6) (revision 2675)
@@ -1 +1 @@
-ALTER TABLE `c_commu_topic` ADD COLUMN `capacity` int(11) NOT NULL DEFAULT '0' after `event_flag`;
+ALTER TABLE `c_commu_topic` ADD COLUMN `capacity` int(11) NOT NULL DEFAULT '0' after `event_flag`;
Index: setup/sql/update/mysql40/update06-for2.7.3-add_index.sql
===================================================================
--- setup/sql/update/mysql40/update06-for2.7.3-add_index.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql40/update06-for2.7.3-add_index.sql (.../2_8beta6) (revision 2675)
@@ -1 +1 @@
-ALTER TABLE c_commu_topic_comment ADD INDEX r_datetime_c_commu_id(r_datetime, c_commu_id);
+ALTER TABLE c_commu_topic_comment ADD INDEX r_datetime_c_commu_id(r_datetime, c_commu_id);
Index: setup/sql/update/mysql40/update07-for2.7.5-create_c_black_list.sql
===================================================================
--- setup/sql/update/mysql40/update07-for2.7.5-create_c_black_list.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql40/update07-for2.7.5-create_c_black_list.sql (.../2_8beta6) (revision 2675)
@@ -1,8 +1,8 @@
-CREATE TABLE `c_black_list` (
- `c_black_list_id` int(11) NOT NULL auto_increment,
- `address` blob NOT NULL,
- `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
- `memo` text NOT NULL,
- PRIMARY KEY (`c_black_list_id`),
- UNIQUE KEY `address` (`address`(100))
-) TYPE=MyISAM ;
+CREATE TABLE `c_black_list` (
+ `c_black_list_id` int(11) NOT NULL auto_increment,
+ `address` blob NOT NULL,
+ `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
+ `memo` text NOT NULL,
+ PRIMARY KEY (`c_black_list_id`),
+ UNIQUE KEY `address` (`address`(100))
+) TYPE=MyISAM ;
Index: setup/sql/update/mysql40/update05-for2.7.2-c_free_page_add_column.sql
===================================================================
--- setup/sql/update/mysql40/update05-for2.7.2-c_free_page_add_column.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql40/update05-for2.7.2-c_free_page_add_column.sql (.../2_8beta6) (revision 2675)
@@ -1,4 +1,4 @@
-ALTER TABLE `c_free_page` ADD COLUMN `title` text NOT NULL DEFAULT '' after `c_free_page_id`;
-ALTER TABLE `c_free_page` ADD COLUMN `type` enum('pc','ktai') NOT NULL default 'pc' after `body`;
-ALTER TABLE `c_free_page` ADD COLUMN `auth` tinyint(1) NOT NULL DEFAULT 1 after `type`;
-ALTER TABLE `c_free_page` CHANGE COLUMN `body` `body` MEDIUMTEXT NOT NULL DEFAULT '';
+ALTER TABLE `c_free_page` ADD COLUMN `title` text NOT NULL DEFAULT '' after `c_free_page_id`;
+ALTER TABLE `c_free_page` ADD COLUMN `type` enum('pc','ktai') NOT NULL default 'pc' after `body`;
+ALTER TABLE `c_free_page` ADD COLUMN `auth` tinyint(1) NOT NULL DEFAULT 1 after `type`;
+ALTER TABLE `c_free_page` CHANGE COLUMN `body` `body` MEDIUMTEXT NOT NULL DEFAULT '';
Index: setup/sql/update/mysql40/update11-for2.8beta6-c_cmd.sql
===================================================================
--- setup/sql/update/mysql40/update11-for2.8beta6-c_cmd.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql40/update11-for2.8beta6-c_cmd.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1,6 @@
+INSERT INTO c_cmd VALUES (NULL,'blog-apart.com',127);
+INSERT INTO c_cmd VALUES (NULL,'livlyisland',127);
+INSERT INTO c_cmd VALUES (NULL,'tagfriends',127);
+INSERT INTO c_cmd VALUES (NULL,'www.blog-apart.com',127);
+INSERT INTO c_cmd VALUES (NULL,'slurl.com',127);
+INSERT INTO c_cmd VALUES (NULL,'www.netprice.co.jp',127);
Index: setup/sql/update/mysql40/update14-for2.8beta6-create_c_tmp_file.sql
===================================================================
--- setup/sql/update/mysql40/update14-for2.8beta6-create_c_tmp_file.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql40/update14-for2.8beta6-create_c_tmp_file.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1,10 @@
+CREATE TABLE `c_tmp_file` (
+ `c_tmp_file_id` int(11) NOT NULL auto_increment,
+ `filename` text NOT NULL,
+ `bin` longblob NOT NULL,
+ `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
+ `original_filename` text,
+ PRIMARY KEY (`c_tmp_file_id`),
+ KEY `filename` (`filename`(100))
+) ENGINE=MyISAM;
+
Index: setup/sql/update/mysql40/update03-for2.7.2-add_column_c_commu_is_adult.sql
===================================================================
--- setup/sql/update/mysql40/update03-for2.7.2-add_column_c_commu_is_adult.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql40/update03-for2.7.2-add_column_c_commu_is_adult.sql (.../2_8beta6) (revision 2675)
@@ -1 +1 @@
-ALTER TABLE `c_commu` ADD COLUMN `is_adult` tinyint(1) NOT NULL DEFAULT '0';
+ALTER TABLE `c_commu` ADD COLUMN `is_adult` tinyint(1) NOT NULL DEFAULT '0';
Index: setup/sql/update/mysql40/update08-for2.7.5-create_c_file.sql
===================================================================
--- setup/sql/update/mysql40/update08-for2.7.5-create_c_file.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql40/update08-for2.7.5-create_c_file.sql (.../2_8beta6) (revision 2675)
@@ -1,11 +1,11 @@
-ALTER TABLE `c_commu_topic_comment` ADD COLUMN `filename` varchar(200) NOT NULL DEFAULT '' after `image_filename3`;
-
-CREATE TABLE `c_file` (
- `c_file_id` int(11) NOT NULL auto_increment,
- `filename` text NOT NULL,
- `bin` longblob NOT NULL,
- `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
- `type` text,
- PRIMARY KEY (`c_file_id`),
- KEY `filename` (`filename`(100))
-) TYPE=MyISAM ;
+ALTER TABLE `c_commu_topic_comment` ADD COLUMN `filename` varchar(200) NOT NULL DEFAULT '' after `image_filename3`;
+
+CREATE TABLE `c_file` (
+ `c_file_id` int(11) NOT NULL auto_increment,
+ `filename` text NOT NULL,
+ `bin` longblob NOT NULL,
+ `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
+ `type` text,
+ PRIMARY KEY (`c_file_id`),
+ KEY `filename` (`filename`(100))
+) TYPE=MyISAM ;
Index: setup/sql/update/mysql40/update13-for2.8beta6-drop_is_adult.sql
===================================================================
--- setup/sql/update/mysql40/update13-for2.8beta6-drop_is_adult.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql40/update13-for2.8beta6-drop_is_adult.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1 @@
+ALTER TABLE `c_commu` DROP COLUMN `is_adult`;
Index: setup/sql/update/mysql40/update09-for2.7.5-c_cmd.sql
===================================================================
--- setup/sql/update/mysql40/update09-for2.7.5-c_cmd.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql40/update09-for2.7.5-c_cmd.sql (.../2_8beta6) (revision 2675)
@@ -1,5 +1,5 @@
-INSERT INTO c_cmd VALUES ('','r.tabelog.com',127);
-INSERT INTO c_cmd VALUES ('','maps.google.com',127);
-INSERT INTO c_cmd VALUES ('','maps.google.co.jp',127);
-INSERT INTO c_cmd VALUES ('','www.google.com',127);
-INSERT INTO c_cmd VALUES ('','www.google.co.jp',127);
+INSERT INTO c_cmd VALUES (NULL,'r.tabelog.com',127);
+INSERT INTO c_cmd VALUES (NULL,'maps.google.com',127);
+INSERT INTO c_cmd VALUES (NULL,'maps.google.co.jp',127);
+INSERT INTO c_cmd VALUES (NULL,'www.google.com',127);
+INSERT INTO c_cmd VALUES (NULL,'www.google.co.jp',127);
Index: setup/sql/update/mysql40/update12-for2.8beta6-drop_black_list.sql
===================================================================
--- setup/sql/update/mysql40/update12-for2.8beta6-drop_black_list.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql40/update12-for2.8beta6-drop_black_list.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1 @@
+DROP TABLE `c_black_list`;
\ No newline at end of file
Index: setup/sql/update/mysql41/update04-for2.7.2-add_column_c_commu_topic_capacity.sql
===================================================================
--- setup/sql/update/mysql41/update04-for2.7.2-add_column_c_commu_topic_capacity.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql41/update04-for2.7.2-add_column_c_commu_topic_capacity.sql (.../2_8beta6) (revision 2675)
@@ -1 +1 @@
-ALTER TABLE `c_commu_topic` ADD COLUMN `capacity` int(11) NOT NULL DEFAULT '0' after `event_flag`;
+ALTER TABLE `c_commu_topic` ADD COLUMN `capacity` int(11) NOT NULL DEFAULT '0' after `event_flag`;
Index: setup/sql/update/mysql41/update06-for2.7.3-add_index.sql
===================================================================
--- setup/sql/update/mysql41/update06-for2.7.3-add_index.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql41/update06-for2.7.3-add_index.sql (.../2_8beta6) (revision 2675)
@@ -1 +1 @@
-ALTER TABLE c_commu_topic_comment ADD INDEX r_datetime_c_commu_id(r_datetime, c_commu_id);
+ALTER TABLE c_commu_topic_comment ADD INDEX r_datetime_c_commu_id(r_datetime, c_commu_id);
Index: setup/sql/update/mysql41/update07-for2.7.5-create_c_black_list.sql
===================================================================
--- setup/sql/update/mysql41/update07-for2.7.5-create_c_black_list.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql41/update07-for2.7.5-create_c_black_list.sql (.../2_8beta6) (revision 2675)
@@ -1,8 +1,8 @@
-CREATE TABLE `c_black_list` (
- `c_black_list_id` int(11) NOT NULL auto_increment,
- `address` blob NOT NULL,
- `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
- `memo` text NOT NULL,
- PRIMARY KEY (`c_black_list_id`),
- UNIQUE KEY `address` (`address`(100))
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+CREATE TABLE `c_black_list` (
+ `c_black_list_id` int(11) NOT NULL auto_increment,
+ `address` blob NOT NULL,
+ `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
+ `memo` text NOT NULL,
+ PRIMARY KEY (`c_black_list_id`),
+ UNIQUE KEY `address` (`address`(100))
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Index: setup/sql/update/mysql41/update05-for2.7.2-c_free_page_add_column.sql
===================================================================
--- setup/sql/update/mysql41/update05-for2.7.2-c_free_page_add_column.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql41/update05-for2.7.2-c_free_page_add_column.sql (.../2_8beta6) (revision 2675)
@@ -1,4 +1,4 @@
-ALTER TABLE `c_free_page` ADD COLUMN `title` text NOT NULL DEFAULT '' after `c_free_page_id`;
-ALTER TABLE `c_free_page` ADD COLUMN `type` enum('pc','ktai') NOT NULL default 'pc' after `body`;
-ALTER TABLE `c_free_page` ADD COLUMN `auth` tinyint(1) NOT NULL DEFAULT 1 after `type`;
-ALTER TABLE `c_free_page` CHANGE COLUMN `body` `body` MEDIUMTEXT NOT NULL DEFAULT '';
+ALTER TABLE `c_free_page` ADD COLUMN `title` text NOT NULL DEFAULT '' after `c_free_page_id`;
+ALTER TABLE `c_free_page` ADD COLUMN `type` enum('pc','ktai') NOT NULL default 'pc' after `body`;
+ALTER TABLE `c_free_page` ADD COLUMN `auth` tinyint(1) NOT NULL DEFAULT 1 after `type`;
+ALTER TABLE `c_free_page` CHANGE COLUMN `body` `body` MEDIUMTEXT NOT NULL DEFAULT '';
Index: setup/sql/update/mysql41/update11-for2.8beta6-c_cmd.sql
===================================================================
--- setup/sql/update/mysql41/update11-for2.8beta6-c_cmd.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql41/update11-for2.8beta6-c_cmd.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1,6 @@
+INSERT INTO c_cmd VALUES (NULL,'blog-apart.com',127);
+INSERT INTO c_cmd VALUES (NULL,'livlyisland',127);
+INSERT INTO c_cmd VALUES (NULL,'tagfriends',127);
+INSERT INTO c_cmd VALUES (NULL,'www.blog-apart.com',127);
+INSERT INTO c_cmd VALUES (NULL,'slurl.com',127);
+INSERT INTO c_cmd VALUES (NULL,'www.netprice.co.jp',127);
Index: setup/sql/update/mysql41/update14-for2.8beta6-create_c_tmp_file.sql
===================================================================
--- setup/sql/update/mysql41/update14-for2.8beta6-create_c_tmp_file.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql41/update14-for2.8beta6-create_c_tmp_file.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1,10 @@
+CREATE TABLE `c_tmp_file` (
+ `c_tmp_file_id` int(11) NOT NULL auto_increment,
+ `filename` text NOT NULL,
+ `bin` longblob NOT NULL,
+ `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
+ `original_filename` text,
+ PRIMARY KEY (`c_tmp_file_id`),
+ KEY `filename` (`filename`(100))
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+
Index: setup/sql/update/mysql41/update03-for2.7.2-add_column_c_commu_is_adult.sql
===================================================================
--- setup/sql/update/mysql41/update03-for2.7.2-add_column_c_commu_is_adult.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql41/update03-for2.7.2-add_column_c_commu_is_adult.sql (.../2_8beta6) (revision 2675)
@@ -1 +1 @@
-ALTER TABLE `c_commu` ADD COLUMN `is_adult` tinyint(1) NOT NULL DEFAULT '0';
+ALTER TABLE `c_commu` ADD COLUMN `is_adult` tinyint(1) NOT NULL DEFAULT '0';
Index: setup/sql/update/mysql41/update08-for2.7.5-create_c_file.sql
===================================================================
--- setup/sql/update/mysql41/update08-for2.7.5-create_c_file.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql41/update08-for2.7.5-create_c_file.sql (.../2_8beta6) (revision 2675)
@@ -1,12 +1,12 @@
-ALTER TABLE `c_commu_topic_comment` ADD COLUMN `filename` varchar(200) NOT NULL DEFAULT '' after `image_filename3`;
-
-CREATE TABLE `c_file` (
- `c_file_id` int(11) NOT NULL auto_increment,
- `filename` text NOT NULL,
- `bin` longblob NOT NULL,
- `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
- `type` text,
- PRIMARY KEY (`c_file_id`),
- KEY `filename` (`filename`(100))
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
+ALTER TABLE `c_commu_topic_comment` ADD COLUMN `filename` varchar(200) NOT NULL DEFAULT '' after `image_filename3`;
+
+CREATE TABLE `c_file` (
+ `c_file_id` int(11) NOT NULL auto_increment,
+ `filename` text NOT NULL,
+ `bin` longblob NOT NULL,
+ `r_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
+ `type` text,
+ PRIMARY KEY (`c_file_id`),
+ KEY `filename` (`filename`(100))
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;
+
Index: setup/sql/update/mysql41/update13-for2.8beta6-drop_is_adult.sql
===================================================================
--- setup/sql/update/mysql41/update13-for2.8beta6-drop_is_adult.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql41/update13-for2.8beta6-drop_is_adult.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1 @@
+ALTER TABLE `c_commu` DROP COLUMN `is_adult`;
Index: setup/sql/update/mysql41/update09-for2.7.5-c_cmd.sql
===================================================================
--- setup/sql/update/mysql41/update09-for2.7.5-c_cmd.sql (.../2_8beta5) (revision 2675)
+++ setup/sql/update/mysql41/update09-for2.7.5-c_cmd.sql (.../2_8beta6) (revision 2675)
@@ -1,5 +1,5 @@
-INSERT INTO c_cmd VALUES ('','r.tabelog.com',127);
-INSERT INTO c_cmd VALUES ('','maps.google.com',127);
-INSERT INTO c_cmd VALUES ('','maps.google.co.jp',127);
-INSERT INTO c_cmd VALUES ('','www.google.com',127);
-INSERT INTO c_cmd VALUES ('','www.google.co.jp',127);
+INSERT INTO c_cmd VALUES (NULL,'r.tabelog.com',127);
+INSERT INTO c_cmd VALUES (NULL,'maps.google.com',127);
+INSERT INTO c_cmd VALUES (NULL,'maps.google.co.jp',127);
+INSERT INTO c_cmd VALUES (NULL,'www.google.com',127);
+INSERT INTO c_cmd VALUES (NULL,'www.google.co.jp',127);
Index: setup/sql/update/mysql41/update12-for2.8beta6-drop_black_list.sql
===================================================================
--- setup/sql/update/mysql41/update12-for2.8beta6-drop_black_list.sql (.../2_8beta5) (revision 0)
+++ setup/sql/update/mysql41/update12-for2.8beta6-drop_black_list.sql (.../2_8beta6) (revision 2675)
@@ -0,0 +1 @@
+DROP TABLE `c_black_list`;
\ No newline at end of file
Index: setup/OpenPNE_Setup.html
===================================================================
--- setup/OpenPNE_Setup.html (.../2_8beta5) (revision 2675)
+++ setup/OpenPNE_Setup.html (.../2_8beta6) (revision 2675)
@@ -209,7 +209,7 @@
ベースURL(絶対パス)
DSN
(MySQLの)データベースへ接続するための情報です。
- 接続用ユーザ、パスワード、サーバホスト名、データベース名を設定します。
+ 接続用ユーザー名、パスワード、サーバホスト名、データベース名を設定します。
ENCRYPT_KEY
会員ログイン情報の暗号キー(56バイト以内のASCII文字)
他人に推測されにくい文字列にしてください。
@@ -365,12 +365,12 @@
(例) http://openpne.example.com/?m=setup
-ここでSNS名、管理用アカウント、初期ユーザの設定を行うことができます。
+ここでSNS名、初期メンバー、管理用アカウントの設定を行うことができます。
6. 管理ページへのアクセス
-セットアップ時に設定した管理用アカウントのユーザ名、パスワードを入力してログインしてください。ログイン後、管理メニューの「SNS設定変更」からSNSの基本情報の設定をすることができます。
+セットアップ時に設定した管理用アカウント名、パスワードを入力してログインしてください。ログイン後、管理メニューの「SNS設定変更」からSNSの基本情報の設定をすることができます。
OPENPNE_URL?m=admin
Index: setup/admin/README.txt
===================================================================
--- setup/admin/README.txt (.../2_8beta5) (revision 2675)
+++ setup/admin/README.txt (.../2_8beta6) (revision 2675)
@@ -4,8 +4,8 @@
管理画面用の公開ディレクトリにコピーし、
config.inc.php の内容を環境に合わせて書き換えてください。
-SNSのユーザ画面と管理画面を別サーバで運用する場合は、
-ユーザ画面用の設定ファイル(config.php)と同内容のファイルを
+SNSのメンバー画面と管理画面を別サーバで運用する場合は、
+メンバー画面用の設定ファイル(config.php)と同内容のファイルを
config.inc.php から読み込めるようにしてください。
Index: public_html/cmd/www.netprice.co.jp.js
===================================================================
--- public_html/cmd/www.netprice.co.jp.js (.../2_8beta5) (revision 0)
+++ public_html/cmd/www.netprice.co.jp.js (.../2_8beta6) (revision 2675)
@@ -0,0 +1,31 @@
+// cmd for www.netprice.co.jp
+function url2cmd(url) {
+ if (url.match(/^http:\/\/www\.netprice\.co.jp\/netprice\/.*\/([\-0-9A-Za-z]+)\/?$/)) {
+ goods(url);
+ } else {
+ others(url);
+ }
+ return;
+}
+
+function goods(url){
+ //configuration
+ var width = 420;
+ var height = 300;
+ var proxy_cgi = 'http://cmd-netprice.com/np.php?url=';
+
+ //iframe
+ var html = '';
+ document.write(html);
+ return;
+}
+
+function others(url){
+ var html = '' + url + '';
+ document.write(html);
+ return;
+}
Index: public_html/cmd/blog-apart.com.js
===================================================================
--- public_html/cmd/blog-apart.com.js (.../2_8beta5) (revision 0)
+++ public_html/cmd/blog-apart.com.js (.../2_8beta6) (revision 2675)
@@ -0,0 +1,47 @@
+document.write('';
+ document.write(html);
+}
Index: public_html/cmd/flipclip.net.js
===================================================================
--- public_html/cmd/flipclip.net.js (.../2_8beta5) (revision 2675)
+++ public_html/cmd/flipclip.net.js (.../2_8beta6) (revision 2675)
@@ -1,6 +1,6 @@
//MASTER:flipclip.net.js SLAVE:www.flipclip.net.js
function url2cmd(url) {
- if (!url.match(/^http:\/\/(?:www\.|)flipclip\.net\/clips\/[a-zA-Z0-9_-]+\/([a-zA-Z0-9_-]+)\/?$/)) {
+ if (!url.match(/^http:\/\/(?:www\.|)flipclip\.net\/clips\/[a-zA-Z0-9_\-]+\/([a-zA-Z0-9_\-]+)\/?$/)) {
return;
}
var clipid = RegExp.$1;
@@ -8,7 +8,7 @@
}
function main(clipid) {
- if (!clipid.match(/^[a-zA-Z0-9_-]+$/)) {
+ if (!clipid.match(/^[a-zA-Z0-9_\-]+$/)) {
return;
}
Index: public_html/cmd/watchme.js
===================================================================
--- public_html/cmd/watchme.js (.../2_8beta5) (revision 2675)
+++ public_html/cmd/watchme.js (.../2_8beta6) (revision 2675)
@@ -1,5 +1,5 @@
function main(id, width, height) {
- if (!id.match(/^[a-zA-Z0-9_-]+$/)) {
+ if (!id.match(/^[a-zA-Z0-9_\-]+$/)) {
return;
}
if (!width) width = 0; else width = parseInt(width);
Index: public_html/cmd/www.blog-apart.com.js
===================================================================
--- public_html/cmd/www.blog-apart.com.js (.../2_8beta5) (revision 0)
+++ public_html/cmd/www.blog-apart.com.js (.../2_8beta6) (revision 2675)
@@ -0,0 +1,47 @@
+document.write('';
+ document.write(html);
+}
Index: public_html/cmd/www.youtube.com.js
===================================================================
--- public_html/cmd/www.youtube.com.js (.../2_8beta5) (revision 2675)
+++ public_html/cmd/www.youtube.com.js (.../2_8beta6) (revision 2675)
@@ -1,5 +1,5 @@
function url2cmd(url) {
- if (!url.match(/^http:\/\/(?:www\.|)youtube\.com\/watch\?v=([a-zA-Z0-9_-]+)/)) {
+ if (!url.match(/^http:\/\/(?:www\.|)youtube\.com\/watch\?v=([a-zA-Z0-9_\-]+)/)) {
return;
}
var id = RegExp.$1;
@@ -9,7 +9,7 @@
}
function main(id, width, height) {
- if (!id.match(/^[a-zA-Z0-9_-]+$/)) {
+ if (!id.match(/^[a-zA-Z0-9_\-]+$/)) {
return;
}
if (!width) width = 0; else width = parseInt(width);
Index: public_html/cmd/youtube.js
===================================================================
--- public_html/cmd/youtube.js (.../2_8beta5) (revision 2675)
+++ public_html/cmd/youtube.js (.../2_8beta6) (revision 2675)
@@ -1,5 +1,5 @@
function main(id, width, height) {
- if (!id.match(/^[a-zA-Z0-9_-]+$/)) {
+ if (!id.match(/^[a-zA-Z0-9_\-]+$/)) {
return;
}
if (!width) width = 0; else width = parseInt(width);
Index: public_html/cmd/video.google.com.js
===================================================================
--- public_html/cmd/video.google.com.js (.../2_8beta5) (revision 2675)
+++ public_html/cmd/video.google.com.js (.../2_8beta6) (revision 2675)
@@ -1,5 +1,5 @@
function url2cmd(url) {
- if (!url.match(/^http:\/\/video\.google\.com\/videoplay\?docid=([0-9-]+).*?$/)) {
+ if (!url.match(/^http:\/\/video\.google\.com\/videoplay\?docid=([0-9\-]+).*?$/)) {
return;
}
@@ -8,7 +8,7 @@
}
function main(docid) {
- if (!docid.match(/^[-0-9]+$/)) {
+ if (!docid.match(/^[0-9\-]+$/)) {
return;
}
Index: public_html/cmd/sonetphoto.js
===================================================================
--- public_html/cmd/sonetphoto.js (.../2_8beta5) (revision 2675)
+++ public_html/cmd/sonetphoto.js (.../2_8beta6) (revision 2675)
@@ -1,5 +1,5 @@
function main(member_name, type, sort) {
- if (!member_name.match(/^[a-zA-Z0-9_-]+$/)) {
+ if (!member_name.match(/^[a-zA-Z0-9_\-]+$/)) {
return;
}
if (type == "t" || type == "thumbnail") {
Index: public_html/cmd/www.watchme.tv.js
===================================================================
--- public_html/cmd/www.watchme.tv.js (.../2_8beta5) (revision 2675)
+++ public_html/cmd/www.watchme.tv.js (.../2_8beta6) (revision 2675)
@@ -7,7 +7,7 @@
}
function main(id, width, height) {
- if (!id.match(/^[a-zA-Z0-9_-]+$/)) {
+ if (!id.match(/^[a-zA-Z0-9_\-]+$/)) {
return;
}
if (!width) width = 0; else width = parseInt(width);
Index: webapp_biz/modules/pc/page/h_home.php
===================================================================
--- webapp_biz/modules/pc/page/h_home.php (.../2_8beta5) (revision 2675)
+++ webapp_biz/modules/pc/page/h_home.php (.../2_8beta6) (revision 2675)
@@ -57,7 +57,7 @@
/// 左側 ///
$c_member = db_member_c_member4c_member_id($u);
- // メンバ情報
+ // メンバー情報
$this->set('c_member', $c_member);
// フレンドリスト
$this->set('c_friend_list', db_friend_c_friend_list4c_member_id($u, 9));
@@ -128,7 +128,7 @@
//お気に入りの最新ブログ
$this->set('bookmark_blog_list', db_bookmark_blog_list($u, 5));
- //お気に入りのメンバ
+ //お気に入りのメンバー
$this->set('bookmark_member_list', db_bookmark_member_list($u, 9));
$this->set('bookmark_count', db_bookmark_count($u));
}
Index: webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl
===================================================================
--- webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl (.../2_8beta5) (revision 2675)
+++ webapp_biz/modules/pc/templates/inc_f_home_h_prof.tpl (.../2_8beta6) (revision 2675)
@@ -402,7 +402,7 @@
({foreach from=$c_friend_list item=item key=key})
({if $key > 0})&({/if})
pne_item({$key+1})_id=({$item.c_member_id})
-&pne_item({$key+1})_name=({$item.nickname|t_truncate:12:'..'|escape:'url'})
+&pne_item({$key+1})_name=({$item.nickname|t_truncate:12:'..'|escape:url|smarty:nodefaults})
&pne_item({$key+1})_linkurl=({t_url m=pc a=page_f_home _urlencode=true _html=false})%26target_c_member_id=({$item.c_member_id})
&pne_item({$key+1})_imageurl=({t_img_url filename=$item.image_filename w=76 h=76 noimg=no_image _urlencode=true _html=false})
&pne_item({$key+1})_count=({$item.friend_count})
@@ -616,7 +616,7 @@
({foreach from=$c_commu_list item=item key=key})
({if $key > 0})&({/if})
pne_item({$key+1})_id=({$item.c_commu_id})
-&pne_item({$key+1})_name=({$item.name|t_truncate:12:'..'|escape:'url'})
+&pne_item({$key+1})_name=({$item.name|t_truncate:12:'..'|escape:url|smarty:nodefaults})
&pne_item({$key+1})_linkurl=({t_url m=pc a=page_c_home _urlencode=true _html=false})%26target_c_commu_id=({$item.c_commu_id})
&pne_item({$key+1})_imageurl=({t_img_url filename=$item.image_filename w=76 h=76 noimg=no_logo_small _urlencode=true _html=false})
&pne_item({$key+1})_count=({$item.count_commu_members})
Index: webapp_biz/modules/pc/templates/h_com_find_all.tpl
===================================================================
--- webapp_biz/modules/pc/templates/h_com_find_all.tpl (.../2_8beta5) (revision 2675)
+++ webapp_biz/modules/pc/templates/h_com_find_all.tpl (.../2_8beta6) (revision 2675)
@@ -4,7 +4,7 @@
({***************************})
({**ここから:メインコンテンツ**})
({***************************})
-({capture name="keyword_url"})({$keyword|escape:url})({/capture})
+({capture name="keyword_url"})({$keyword|escape:url|smarty:nodefaults})({/capture})
Index: webapp_biz/modules/pc/templates/h_home.tpl
===================================================================
--- webapp_biz/modules/pc/templates/h_home.tpl (.../2_8beta5) (revision 2675)
+++ webapp_biz/modules/pc/templates/h_home.tpl (.../2_8beta6) (revision 2675)
@@ -22,12 +22,12 @@
-
-
-
-
+
+
+
+
({if $smarty.const.USE_EXTRA_SERVICE})
-
+
({/if})
|
@@ -81,7 +81,7 @@
-({$site_info|smarty:nodefaults|default:" "})
+({$site_info|smarty:nodefaults|default:" "|t_url2cmd:'info'|t_cmd:'info'})
|
@@ -138,8 +138,7 @@
-({/if})
-
+({/if})
@@ -158,7 +157,7 @@
({if $inc_entry_point[3]})
-({$inc_entry_point[3]|smarty:nodefaults})
+({$inc_entry_point[3]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})
|
({/if})
@@ -182,7 +181,7 @@
({********************************})
({if $inc_entry_point[4]})
-({$inc_entry_point[4]|smarty:nodefaults})
+({$inc_entry_point[4]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})
({/if})
({capture name=mydata})
@@ -266,7 +265,7 @@
({if $inc_entry_point[5]})
-({$inc_entry_point[5]|smarty:nodefaults})
+({$inc_entry_point[5]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})
({/if})
({if $c_friend_list})
@@ -298,7 +297,7 @@
({foreach from=$c_friend_list item=item key=key})
({if $key > 0})&({/if})
pne_item({$key+1})_id=({$item.c_member_id})
-&pne_item({$key+1})_name=({$item.nickname|t_truncate:12:'..'|escape:'url'})
+&pne_item({$key+1})_name=({$item.nickname|t_truncate:12:'..'|escape:url|smarty:nodefaults})
&pne_item({$key+1})_linkurl=({t_url m=pc a=page_f_home _urlencode=true _html=false})%26target_c_member_id=({$item.c_member_id})
&pne_item({$key+1})_imageurl=({t_img_url filename=$item.image_filename w=76 h=76 noimg=no_image _urlencode=true _html=false})
&pne_item({$key+1})_count=({$item.friend_count})
@@ -477,7 +476,7 @@
({/if})
({if $inc_entry_point[6]})
-({$inc_entry_point[6]|smarty:nodefaults})
+({$inc_entry_point[6]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})
({/if})
@@ -517,7 +516,7 @@
({foreach from=$c_commu_user_list item=item key=key})
({if $key > 0})&({/if})
pne_item({$key+1})_id=({$item.c_commu_id})
-&pne_item({$key+1})_name=({$item.name|t_truncate:12:'..'|escape:'url'})
+&pne_item({$key+1})_name=({$item.name|t_truncate:12:'..'|escape:url|smarty:nodefaults})
&pne_item({$key+1})_linkurl=({t_url m=pc a=page_c_home _urlencode=true _html=false})%26target_c_commu_id=({$item.c_commu_id})
&pne_item({$key+1})_imageurl=({t_img_url filename=$item.image_filename w=76 h=76 noimg=no_logo_small _urlencode=true _html=false})
&pne_item({$key+1})_count=({$item.count_commu_members})
@@ -721,7 +720,7 @@
({foreach from=$bookmark_member_list item=item key=key})
({if $key > 0})&({/if})
pne_item({$key+1})_id=({$item.c_member_id})
-&pne_item({$key+1})_name=({$item.nickname|t_truncate:12:'..'|escape:'url'})
+&pne_item({$key+1})_name=({$item.nickname|t_truncate:12:'..'|escape:url|smarty:nodefaults})
&pne_item({$key+1})_linkurl=({t_url m=pc a=page_f_home _urlencode=true _html=false})%26target_c_member_id=({$item.c_member_id})
&pne_item({$key+1})_imageurl=({t_img_url filename=$item.image_filename w=76 h=76 noimg=no_image _urlencode=true _html=false})
&pne_item({$key+1})_count=({$item.friend_count})
@@ -895,7 +894,7 @@
({if $inc_entry_point[7]})
-({$inc_entry_point[7]|smarty:nodefaults})
+({$inc_entry_point[7]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})
({/if})
({********************************})
@@ -907,7 +906,7 @@
({********************************})
({if $inc_entry_point[8]})
-({$inc_entry_point[8]|smarty:nodefaults})
+({$inc_entry_point[8]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})
({/if})
({if $calendar})
@@ -938,7 +937,7 @@
({/if})
-予定
+予定