From b91919c6b72d6f674f7c975c64418e34776fd418 Mon Sep 17 00:00:00 2001 From: Nozomi Anzai Date: Thu, 13 Oct 2011 03:12:48 +0000 Subject: [PATCH] Prepare 3.1. --- ChangeLog | 998 +++++++++++++++++++++++++++++++----------------------- NEWS | 46 ++- 2 files changed, 601 insertions(+), 443 deletions(-) diff --git a/ChangeLog b/ChangeLog index 661aaeb..8c12f86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,147 @@ +2011-10-13 12:02 anzai + + * config.php, definePgpoolConfParam.php, innerSummary.php, + nodeStatus.php, pgconfig.php, procInfo.php: + + - replace copyright 2010 -> 2011 + +2011-10-13 12:02 anzai + + * install/: checkDirectory.php, checkParameter.php, + defaultParameter.php, index.php: + + - based on one coding rule + - replace copyright 2010 -> 2011 + +2011-10-12 16:42 anzai + + * lang/: en.lang.php, ja.lang.php: + + - add messages for pcp_promote_node + - sync dead_lock_timeout message in ja.lang.php to en.lang.php + +2011-10-12 16:38 anzai + + * command.php, definePgpoolConfParam.php, templates/pgconfig.tpl: + + remove the parameter "pcp_timeout" and set default timeout seconds : + 10s. + +2011-10-12 13:32 anzai + + * definePgpoolConfParam.php: + + - allow regex values as black_function_list and white_function_list + - change default boolean value true/false -> 'on'/'off' + +2011-10-11 16:39 anzai + + * command.php, common.php, nodeStatus.php, status.php, + templates/nodeStatus.tpl, templates/status.tpl: + + - add pcp_promote_node command + (This will be shown in Master/Slave & SR mode.) + +2011-10-11 16:30 anzai + + * images/check.png, images/no.png, templates/innerSummary.tpl: + + better appearance + +2011-10-11 16:28 anzai + + * changePassword.php: + + - split() -> explode() + - based on one coding rule + +2011-10-11 13:20 anzai + + * pgconfig.php: + + change to write boolean value with on/off format (but inputting with + true/false format is also allowed.) + +2011-10-11 11:10 anzai + + * innerLog.php, templates/innerLog.tpl: + + separate each parts in log line + +2011-10-11 10:19 bambo + + * lang/: en.lang.php, zh_cn.lang.php: Sync Simplified Chinese + language file to the latest. Fix a translate mistake in English + version + +2011-10-07 16:59 anzai + + * definePgpoolConfParam.php, pgconfig.php, lang/en.lang.php, + lang/ja.lang.php, templates/pgconfig.tpl: + + add new parameters in pgpool-II 3.1 + - for SR: follow_master_command, sr_check_period, sr_check_user, + sr_check_password + - for syslog: log_destination, syslog_facility, syslog_ident + - other: relcache_expire, backend_flag + +2011-10-07 13:11 anzai + + * screen.css, templates/pgconfig.tpl: + + - sort parameters by their order in pgpool.conf + +2011-10-06 13:45 anzai + + * changePassword.php, command.php, common.php, config.php, + definePgpoolConfParam.php, index.php, innerLog.php, + innerNodeServerStatus.php, innerSummary.php, + innerSystemCatalog.php, login.php, nodeServerStatus.php, + nodeStatus.php, pgconfig.php, procInfo.php, queryCache.php, + status.php, systemDb.php, version.php, templates/config.tpl, + templates/error.tpl, templates/login.tpl, templates/menu.tpl, + templates/nodeServerStatus.tpl, templates/nodeStatus.tpl, + templates/pgconfig.tpl: + + rearrange to read easier + - add empty rows + - add comments + - based on one coding rule + - sort parameters by their order in pgpool.conf + (definePgpoolConfParam.php) + +2011-09-25 07:03 t-ishii + + * definePgpoolConfParam.php: Allow to use function name including + "_" in white_function_list and black_function_list. + +2011-09-01 00:17 bambo + + * lang/en.lang.php: Fix the wrong detail of 'e9' + +2011-09-01 00:13 bambo + + * install/lang/zh_cn.lang.php, lang/zh_cn.lang.php: Add Simplified + Chinese language file for pgpoolAdmin + +2011-08-26 11:32 bambo + + * command.php: Fix the bug while use some special charactors such + as '*', '?', '$' in password will cause execute pcp command faile + issue. + +2011-03-15 18:04 gleu + + * install/lang/fr.lang.php: Recode fr.lang.php in UTF-8. Patch from + Jehan-Guillaume "ioguix" de Rorthais. + +2011-03-11 13:03 t-ishii + + * ChangeLog (tags: V3_0_3): Prepare 3.0.3. + 2011-03-11 13:02 t-ishii - * NEWS: Change release date. + * NEWS (tags: V3_0_3): Change release date. 2011-03-10 14:40 t-ishii @@ -8,29 +149,29 @@ 2011-03-10 14:35 t-ishii - * templates/footer.tpl: Update copyright year + * templates/footer.tpl (tags: V3_0_3): Update copyright year 2011-03-10 14:33 t-ishii - * version.php: Prepare 3.0.3 + * version.php (tags: V3_0_3): Prepare 3.0.3 2011-03-10 14:32 t-ishii - * tools/make_tarball.sh: Fix usage. + * tools/make_tarball.sh (tags: V3_0_3): Fix usage. 2010-11-08 21:22 gleu - * lang/fr.lang.php: Update french translation, per a patch from - Jean-Paul Argudo. + * lang/fr.lang.php (tags: V3_0_3): Update french translation, per a + patch from Jean-Paul Argudo. 2010-11-04 13:11 t-ishii - * config.php: Update copyright year. + * config.php (tags: V3_0_3): Update copyright year. 2010-11-03 21:58 t-ishii - * install/checkParameter.php: Allow to accept '|' for pgpool - logfile. + * install/checkParameter.php (tags: V3_0_3): Allow to accept '|' + for pgpool logfile. 2010-09-24 18:03 kitagawa @@ -85,12 +226,12 @@ plugins/modifier.debug_print_var.php, plugins/modifier.regex_replace.php, plugins/modifier.truncate.php, - plugins/outputfilter.trimwhitespace.php (utags: V3_0_1): Update - embedded Smarty to 2.6.26. + plugins/outputfilter.trimwhitespace.php (utags: V3_0_1, V3_0_3): + Update embedded Smarty to 2.6.26. 2010-09-20 12:20 t-ishii - * install/phpinfo.php (tags: V3_0_1): Add missing file. + * install/phpinfo.php (tags: V3_0_3, V3_0_1): Add missing file. 2010-09-10 09:58 kitagawa @@ -111,7 +252,7 @@ 2010-08-18 14:18 t-ishii - * nodeStatus.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2): Fix + * nodeStatus.php (tags: V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2): Fix connect/disconnect buttons disappering ini node status window. 2010-08-18 10:01 t-ishii @@ -125,12 +266,12 @@ 2010-08-16 19:06 t-ishii - * common.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2), nodeStatus.php, - lang/en.lang.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2), - lang/ja.lang.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2), - templates/nodeStatus.tpl (tags: V3_0_1, V3_0_0, V3_0_0_BETA2) - (utags: V3_0_0_BETA1): Add primary/standby mode info to node - status. + * common.php (tags: V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2), + nodeStatus.php, lang/en.lang.php (tags: V3_0_3, V3_0_1, V3_0_0, + V3_0_0_BETA2), lang/ja.lang.php (tags: V3_0_3, V3_0_1, V3_0_0, + V3_0_0_BETA2), templates/nodeStatus.tpl (tags: V3_0_3, V3_0_1, + V3_0_0, V3_0_0_BETA2) (utags: V3_0_0_BETA1): Add primary/standby + mode info to node status. 2010-08-16 16:59 gleu @@ -139,9 +280,10 @@ 2010-08-16 15:48 t-ishii - * .htaccess (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), - ChangeLog, NEWS (tags: V3_0_0_BETA1): Add NEWS, ChangeLog. Also - modify .htaccess not to allow access to NEWS and ChageLog. + * .htaccess (tags: V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2, + V3_0_0_BETA1), ChangeLog, NEWS (tags: V3_0_0_BETA1): Add NEWS, + ChangeLog. Also modify .htaccess not to allow access to NEWS and + ChageLog. 2010-08-16 15:16 t-ishii @@ -149,11 +291,12 @@ 2010-08-16 15:14 t-ishii - * definePgpoolConfParam.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1), pgconfig.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1), lang/en.lang.php, lang/ja.lang.php, - templates/pgconfig.tpl (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1): Add white_function_list and black_function_list. + * definePgpoolConfParam.php (tags: V3_0_3, V3_0_1, V3_0_0, + V3_0_0_BETA2, V3_0_0_BETA1), pgconfig.php (tags: V3_0_3, V3_0_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), lang/en.lang.php, + lang/ja.lang.php, templates/pgconfig.tpl (tags: V3_0_3, V3_0_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1): Add white_function_list and + black_function_list. 2010-08-16 15:12 t-ishii @@ -162,14 +305,14 @@ 2010-08-16 15:12 t-ishii * innerSummary.php, templates/innerSummary.tpl (utags: V3_0_0, - V3_0_0_BETA1, V3_0_0_BETA2, V3_0_1): Refactor pgpool + V3_0_0_BETA1, V3_0_0_BETA2, V3_0_1, V3_0_3): Refactor pgpool status/summary. 2010-08-16 15:11 t-ishii * procInfo.php, templates/procInfo.tpl (utags: V3_0_0, - V3_0_0_BETA1, V3_0_0_BETA2, V3_0_1): Adopt for pgpool-II 3.0 - pcp_proc_info command. + V3_0_0_BETA1, V3_0_0_BETA2, V3_0_1, V3_0_3): Adopt for pgpool-II + 3.0 pcp_proc_info command. Add "Backend pid" (process if of PostgreSQL database server process) and "Frontend connected"(1 if frontend actually connets) to Process @@ -197,7 +340,8 @@ 2010-08-05 15:33 anzai - * screen.css (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1): + * screen.css (tags: V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2, + V3_0_0_BETA1): Change font-size: small -> x-small @@ -209,7 +353,7 @@ 2010-07-22 14:19 anzai - * conf/pgmgt.conf.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, + * conf/pgmgt.conf.php (tags: V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1): Add define() for the new start option "-D" @@ -217,15 +361,16 @@ 2010-07-22 14:17 anzai * config.php (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), - definePgpoolConfParam.php, login.php (tags: V3_0_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1), queryCache.php (tags: V3_0_1, - V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), status.php (tags: V3_0_1, - V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), version.php, - lang/en.lang.php, lang/fr.lang.php, lang/ja.lang.php, - templates/config.tpl (tags: V3_0_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1), templates/nodeStatus.tpl, templates/pgconfig.tpl, - templates/procInfo.tpl, templates/status.tpl (tags: V3_0_1, - V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1): + definePgpoolConfParam.php, login.php (tags: V3_0_3, V3_0_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), queryCache.php (tags: + V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), status.php + (tags: V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), + version.php, lang/en.lang.php, lang/fr.lang.php, + lang/ja.lang.php, templates/config.tpl (tags: V3_0_3, V3_0_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), templates/nodeStatus.tpl, + templates/pgconfig.tpl, templates/procInfo.tpl, + templates/status.tpl (tags: V3_0_3, V3_0_1, V3_0_0, V3_0_0_BETA2, + V3_0_0_BETA1): Add new start option "-D". Change the vaild range of client_idle_limit_in_recovery (Now -1 became valid). Add new @@ -242,9 +387,9 @@ 2010-07-22 14:08 anzai - * install/: checkParameter.php, defaultParameter.php, - lang/en.lang.php, lang/ja.lang.php (utags: V3_0_0, V3_0_0_BETA1, - V3_0_0_BETA2, V3_0_1): + * install/: checkParameter.php, defaultParameter.php (tags: + V3_0_3), lang/en.lang.php (tags: V3_0_3), lang/ja.lang.php (tags: + V3_0_3) (utags: V3_0_0, V3_0_0_BETA1, V3_0_0_BETA2, V3_0_1): Add new start option "-D". Add the input part for pcp_timeout to the pgpoolAdmin parameters' form. Fix copyright year. @@ -252,7 +397,7 @@ 2010-07-22 14:04 anzai * install/: checkDirectory.php, index.php (utags: V3_0_0, - V3_0_0_BETA1, V3_0_0_BETA2, V3_0_1): + V3_0_0_BETA1, V3_0_0_BETA2, V3_0_1, V3_0_3): Fix copyright year @@ -320,10 +465,11 @@ * definePgpoolConfParam.php, version.php, lang/en.lang.php, lang/ja.lang.php, templates/footer.tpl (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), templates/pgconfig.tpl, - templates/help/en/pgconfig.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1), templates/help/ja/pgconfig.tpl - (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1) - (utags: V2_3_0): Prepare pgpoolAdmin 2.3 + templates/help/en/pgconfig.tpl (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1), + templates/help/ja/pgconfig.tpl (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1) (utags: V2_3_0): Prepare + pgpoolAdmin 2.3 2009-11-08 19:31 t-ishii @@ -344,7 +490,7 @@ 2009-01-25 17:16 t-ishii - * command.php (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, + * command.php (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0), common.php (tags: V2_3_0, V2_2_0), definePgpoolConfParam.php (tags: V2_2_0), version.php, lang/en.lang.php (tags: V2_2_0), lang/ja.lang.php (tags: V2_2_0), @@ -364,9 +510,9 @@ 2008-10-31 13:28 t-ishii * queryCache.php (tags: V2_3_1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/screen.css (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), lang/en.lang.php, - lang/ja.lang.php, templates/pgconfig.tpl, + doc/screen.css (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, + V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), + lang/en.lang.php, lang/ja.lang.php, templates/pgconfig.tpl, templates/help/en/pgconfig.tpl, templates/help/ja/pgconfig.tpl: Bug fix and enhancements from Matsusaka regarding help and styles @@ -387,115 +533,123 @@ 2008-03-18 18:00 y-asaba - * doc/index_en.html (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), doc/index_ja.html - (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, - V2_3_0, V2_2_0, V2_2_0_BETA1), doc/en/changePassword.html (tags: - V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), doc/en/config.html (tags: V3_0_1, V2_3_1, - V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), doc/en/errorCode.html (tags: V3_0_1, V2_3_1, - V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), doc/en/install.html (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/en/login.html (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), doc/en/logout.html - (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, - V2_3_0, V2_2_0, V2_2_0_BETA1), doc/en/nodeServerStatus.html - (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, - V2_3_0, V2_2_0, V2_2_0_BETA1), doc/en/pgconfig.html (tags: - V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), doc/en/queryCache.html (tags: V3_0_1, - V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), doc/en/status.html (tags: V3_0_1, V2_3_1, V3_0_0, + * doc/index_en.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/en/systemDb.html (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/ja/changePassword.html (tags: V3_0_1, V2_3_1, V3_0_0, + doc/index_ja.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/ja/config.html (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/ja/errorCode.html (tags: V3_0_1, V2_3_1, V3_0_0, + doc/en/changePassword.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/ja/install.html (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), doc/ja/login.html - (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, - V2_3_0, V2_2_0, V2_2_0_BETA1), doc/ja/logout.html (tags: V3_0_1, - V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), doc/ja/nodeServerStatus.html (tags: V3_0_1, - V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), doc/ja/pgconfig.html (tags: V3_0_1, V2_3_1, - V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), doc/ja/queryCache.html (tags: V3_0_1, V2_3_1, - V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), doc/ja/status.html (tags: V3_0_1, V2_3_1, V3_0_0, + doc/en/config.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - doc/ja/systemDb.html (tags: V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, - V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/changePassword.tpl (tags: V3_0_1, V2_3_1, V3_0_0, + doc/en/errorCode.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/config.tpl (tags: V2_3_1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/error.tpl (tags: V3_0_1, V2_3_1, V3_0_0, + doc/en/install.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/innerError.tpl (tags: V3_0_1, V2_3_1, V3_0_0, + doc/en/login.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/innerLog.tpl (tags: V3_0_1, V2_3_1, V3_0_0, + doc/en/logout.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/innerNodeServerStatus.tpl (tags: V3_0_1, V2_3_1, + doc/en/nodeServerStatus.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/innerSummary.tpl (tags: V2_3_1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/innerSystemCatalog.tpl (tags: - V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/login.tpl (tags: V3_0_1, V2_3_1, + V2_2_0_BETA1), doc/en/pgconfig.html (tags: V3_0_3, V3_0_1, + V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), doc/en/queryCache.html (tags: V3_0_3, V3_0_1, + V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), doc/en/status.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/nodeServerStatus.tpl (tags: V3_0_1, + V2_2_0_BETA1), doc/en/systemDb.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/nodeStatus.tpl (tags: V2_3_1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/pgconfig.tpl, - templates/pgmgtNotFound.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/procInfo.tpl (tags: V2_3_1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/queryCache.tpl (tags: V3_0_1, V2_3_1, + V2_2_0_BETA1), doc/ja/changePassword.html (tags: V3_0_3, V3_0_1, + V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), doc/ja/config.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/status.tpl (tags: V2_3_1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/systemDb.tpl (tags: V3_0_1, + V2_2_0_BETA1), doc/ja/errorCode.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/help/en/changePassword.tpl (tags: + V2_2_0_BETA1), doc/ja/install.html (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), doc/ja/login.html (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), doc/ja/logout.html (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), doc/ja/nodeServerStatus.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/help/en/config.tpl (tags: + V2_2_0, V2_2_0_BETA1), doc/ja/pgconfig.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/help/en/errorCode.tpl (tags: + V2_2_0, V2_2_0_BETA1), doc/ja/queryCache.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/help/en/login.tpl (tags: V3_0_1, + V2_2_0, V2_2_0_BETA1), doc/ja/status.html (tags: V3_0_3, V3_0_1, + V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), doc/ja/systemDb.html (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/help/en/nodeServerStatus.tpl (tags: + V2_2_0_BETA1), templates/changePassword.tpl (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/help/en/pgconfig.tpl, - templates/help/en/queryCache.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/help/en/status.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/help/en/systemDb.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/help/ja/changePassword.tpl (tags: V3_0_1, V2_3_1, + V2_2_0, V2_2_0_BETA1), templates/config.tpl (tags: V2_3_1, + V2_3_0, V2_2_0, V2_2_0_BETA1), templates/error.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/innerError.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/innerLog.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/innerNodeServerStatus.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1), templates/innerSummary.tpl (tags: + V2_3_1, V2_3_0, V2_2_0, V2_2_0_BETA1), + templates/innerSystemCatalog.tpl (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), templates/login.tpl (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), templates/nodeServerStatus.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/nodeStatus.tpl (tags: V2_3_1, + V2_3_0, V2_2_0, V2_2_0_BETA1), templates/pgconfig.tpl, + templates/pgmgtNotFound.tpl (tags: V3_0_3, V3_0_1, V2_3_1, + V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), templates/procInfo.tpl (tags: V2_3_1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/queryCache.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/status.tpl (tags: V2_3_1, + V2_3_0, V2_2_0, V2_2_0_BETA1), templates/systemDb.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1), + templates/help/en/changePassword.tpl (tags: V3_0_3, V3_0_1, + V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), templates/help/en/config.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/help/en/errorCode.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1), templates/help/en/login.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1), + templates/help/en/nodeServerStatus.tpl (tags: V3_0_3, V3_0_1, + V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, + V2_2_0_BETA1), templates/help/en/pgconfig.tpl, + templates/help/en/queryCache.tpl (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/help/ja/config.tpl (tags: V3_0_1, + V2_2_0_BETA1), templates/help/en/status.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/help/en/systemDb.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1), + templates/help/ja/changePassword.tpl (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/help/ja/errorCode.tpl (tags: V3_0_1, + V2_2_0_BETA1), templates/help/ja/config.tpl (tags: V3_0_3, + V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, + V2_2_0, V2_2_0_BETA1), templates/help/ja/errorCode.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1), templates/help/ja/login.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1), + templates/help/ja/nodeServerStatus.tpl (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/help/ja/login.tpl (tags: V3_0_1, V2_3_1, + V2_2_0_BETA1), templates/help/ja/pgconfig.tpl, + templates/help/ja/queryCache.tpl (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, - V2_2_0_BETA1), templates/help/ja/nodeServerStatus.tpl (tags: + V2_2_0_BETA1), templates/help/ja/status.tpl (tags: V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, - V2_2_0, V2_2_0_BETA1), templates/help/ja/pgconfig.tpl, - templates/help/ja/queryCache.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/help/ja/status.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1), - templates/help/ja/systemDb.tpl (tags: V3_0_1, V2_3_1, V3_0_0, - V3_0_0_BETA2, V3_0_0_BETA1, V2_3_0, V2_2_0, V2_2_0_BETA1): Fixed - wrong tag position. pgpoolAdmin showed empty pages when lang - setting was Japanese. + V2_2_0, V2_2_0_BETA1), templates/help/ja/systemDb.tpl (tags: + V3_0_3, V3_0_1, V2_3_1, V3_0_0, V3_0_0_BETA2, V3_0_0_BETA1, + V2_3_0, V2_2_0, V2_2_0_BETA1): Fixed wrong tag position. + pgpoolAdmin showed empty pages when lang setting was Japanese. Japanese title