[pgpool-committers: 969] pgpool: Several improvement and refactoring, especially in status.php.
Nozomi Anzai
anzai at sraoss.co.jp
Mon May 13 15:10:27 JST 2013
Several improvement and refactoring, especially in status.php.
Now in status.php we can add a new backend, remove a backend, stop/reload start PostgreSQL, and know each watchdog statuses.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpooladmin.git;a=commitdiff;h=093043e9e66ec045e65fe8469fc8038c53efd4af
Modified Files
--------------
command.php | 48 ++-
common.php | 75 +++-
innerLog.php | 1 +
innerNodeServerStatus.php | 43 ++-
innerSystemCatalog.php | 22 +-
innerWatchdog.php | 39 ++
lang/en.lang.php | 20 +-
lang/ja.lang.php | 29 +-
login.php | 43 +--
nodeServerStatus.php | 15 +-
nodeStatus.php | 150 +++---
pgconfig.php | 38 ++-
screen.css | 150 ++++++-
status.php | 664 +++++++++++++++++----------
templates/elements/pgconfig_new_backend.tpl | 37 ++
templates/elements/status_js.tpl | 203 ++++++++
templates/elements/status_nodeinfo.tpl | 174 +++++++
templates/elements/status_options.tpl | 109 +++++
templates/elements/status_pgsql_buttons.tpl | 15 +
templates/elements/status_pgsql_options.tpl | 47 ++
templates/elements/status_start_option.tpl | 51 ++
templates/elements/status_stop_option.tpl | 25 +
templates/innerLog.tpl | 16 +-
templates/innerNodeServerStatus.tpl | 51 ++-
templates/innerSummary.tpl | 10 +
templates/innerSystemCatalog.tpl | 6 +-
templates/innerWatchdog.tpl | 51 ++
templates/menu.tpl | 2 +
templates/nodeServerStatus.tpl | 21 +-
templates/nodeStatus.tpl | 81 +----
templates/pgconfig.tpl | 71 ++--
templates/procInfo.tpl | 12 +-
templates/status.tpl | 547 ++++++-----------------
33 files changed, 1886 insertions(+), 980 deletions(-)
More information about the pgpool-committers
mailing list