pgpooladmin.git
14 years agoUpdate version. V2_3_STABLE V2_3_1
Toshihiro Kitagawa [Fri, 24 Sep 2010 08:36:55 +0000 (08:36 +0000)]
Update version.

14 years agoUpdate embedded Smarty to 2.6.26.
Tatsuo Ishii [Fri, 24 Sep 2010 07:52:33 +0000 (07:52 +0000)]
Update embedded Smarty to 2.6.26.

14 years agoAdd some params of pgpool.conf:
Nozomi Anzai [Wed, 23 Jun 2010 04:32:29 +0000 (04:32 +0000)]
Add some params of pgpool.conf:
lobj_lock_table, ssl, ssl_key, ssl_cert, ssl_ca_cert, ssl_ca_cert_dir

14 years agoAdd some isset() checks into if conditions.
Nozomi Anzai [Wed, 23 Jun 2010 04:28:22 +0000 (04:28 +0000)]
Add some isset() checks into if conditions.

14 years agoReplace deprecated functions
Nozomi Anzai [Wed, 23 Jun 2010 04:24:09 +0000 (04:24 +0000)]
Replace deprecated functions
 - ereg -> preg_match
 - split -> explode
 - ereg_replace -> str_replace

15 years agoPrepare pgpoolAdmin 2.3 V2_3_0
Tatsuo Ishii [Tue, 8 Dec 2009 02:13:59 +0000 (02:13 +0000)]
Prepare pgpoolAdmin 2.3

15 years agoFix comment of pid_file_name:
Tatsuo Ishii [Sun, 8 Nov 2009 10:31:24 +0000 (10:31 +0000)]
Fix comment of pid_file_name:
logdir -> pid_file_name

16 years agoFix PHP error V2_2_0
Tatsuo Ishii [Sat, 28 Feb 2009 05:41:12 +0000 (05:41 +0000)]
Fix PHP error

16 years agoVersion 2.2
Tatsuo Ishii [Sat, 28 Feb 2009 05:19:40 +0000 (05:19 +0000)]
Version 2.2

16 years agoUpdate french translation.
Guillaume Lelarge [Mon, 26 Jan 2009 17:19:05 +0000 (17:19 +0000)]
Update french translation.

16 years agoVersion 2.2beta1 V2_2_0_BETA1
Tatsuo Ishii [Sun, 25 Jan 2009 08:16:30 +0000 (08:16 +0000)]
Version 2.2beta1

16 years agoUpdate french translation.
Guillaume Lelarge [Fri, 31 Oct 2008 16:07:55 +0000 (16:07 +0000)]
Update french translation.

16 years agoUpdate version 2.1beta to 2.1
Tatsuo Ishii [Fri, 31 Oct 2008 04:56:31 +0000 (04:56 +0000)]
Update version 2.1beta to 2.1

16 years agoBug fix and enhancements from Matsusaka regarding help and styles
Tatsuo Ishii [Fri, 31 Oct 2008 04:28:18 +0000 (04:28 +0000)]
Bug fix and enhancements from Matsusaka regarding help and styles

16 years agoFix layout in pgpool.conf editing page
Tatsuo Ishii [Thu, 25 Sep 2008 05:09:27 +0000 (05:09 +0000)]
Fix layout in pgpool.conf editing page

17 years agoRemove tools directory. This directory has developer's tools. No need
Yoshiyuki Asaba [Tue, 25 Mar 2008 01:48:27 +0000 (01:48 +0000)]
Remove tools directory. This directory has developer's tools. No need
to contain in release package.

17 years agoUse cvs export instead of cvs checkout.
Yoshiyuki Asaba [Tue, 25 Mar 2008 01:34:51 +0000 (01:34 +0000)]
Use cvs export instead of cvs checkout.

17 years agoFixed wrong <meta> tag position. pgpoolAdmin showed empty pages when
Yoshiyuki Asaba [Tue, 18 Mar 2008 09:00:42 +0000 (09:00 +0000)]
Fixed wrong <meta> tag position. pgpoolAdmin showed empty pages when
lang setting was Japanese.

  <title>Japanese title</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

"Japanese title" is encoded by UTF-8. The following order is correct.

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <title>Japanese title</title>

17 years agoAdd a script to create release package for pgpoolAdmin. V2_1_0_BETA1
Yoshiyuki Asaba [Mon, 17 Mar 2008 02:35:44 +0000 (02:35 +0000)]
Add a script to create release package for pgpoolAdmin.

Usage: make_tarball.sh version cvs-tag-name

17 years agoUpdate version.
Yoshiyuki Asaba [Fri, 14 Mar 2008 07:37:28 +0000 (07:37 +0000)]
Update version.

17 years agoUpdate screenshots.
Yoshiyuki Asaba [Fri, 14 Mar 2008 07:37:06 +0000 (07:37 +0000)]
Update screenshots.

17 years agoRemove replication_timeout.
Yoshiyuki Asaba [Fri, 14 Mar 2008 07:01:32 +0000 (07:01 +0000)]
Remove replication_timeout.

17 years agobeta1
Yoshiyuki Asaba [Thu, 13 Mar 2008 01:18:36 +0000 (01:18 +0000)]
beta1

17 years ago* Allow empty string in backend_data_directoryN and recovery_user
Yoshiyuki Asaba [Thu, 13 Mar 2008 01:17:50 +0000 (01:17 +0000)]
* Allow empty string in backend_data_directoryN and recovery_user
  field.

* Fix regular expression to check failover_command and
  failback_command value.

17 years agoAllow backend_weight to be 0.0 to 100.0
User yamaguti [Sat, 9 Feb 2008 02:15:20 +0000 (02:15 +0000)]
Allow backend_weight to be 0.0 to 100.0

17 years agonew backend_data_directory (float) -> (string).
User yamaguti [Sat, 9 Feb 2008 02:04:13 +0000 (02:04 +0000)]
new backend_data_directory (float) -> (string).

17 years agoUpdate french translation.
Guillaume Lelarge [Fri, 8 Feb 2008 13:51:56 +0000 (13:51 +0000)]
Update french translation.

17 years agoFixed "failover_back" -> "failback_command".
User yamaguti [Fri, 8 Feb 2008 08:07:26 +0000 (08:07 +0000)]
Fixed "failover_back" -> "failback_command".

17 years agoAdded "recovery_timeout" parameter in pgpool.conf edit function.
User yamaguti [Fri, 8 Feb 2008 07:37:45 +0000 (07:37 +0000)]
Added "recovery_timeout" parameter in pgpool.conf edit function.

Added Online Recovery manual to docs and helps.

17 years agoDelete "replication_strict" parameter description.
User yamaguti [Wed, 6 Feb 2008 09:17:06 +0000 (09:17 +0000)]
Delete "replication_strict" parameter description.

17 years agoDisable "Log" button in "pgpool status" screen if a PIPE command is set as a log...
User yamaguti [Wed, 6 Feb 2008 08:41:32 +0000 (08:41 +0000)]
Disable "Log" button in "pgpool status" screen if a PIPE command is set as a log file.

17 years agoUpdated doc/ manual and Help files due to the recent fixes
User yamaguti [Wed, 6 Feb 2008 08:08:15 +0000 (08:08 +0000)]
Updated doc/ manual and Help files due to the recent fixes

no need to update French messages :)

17 years agoUpdate french translation.
Guillaume Lelarge [Wed, 6 Feb 2008 08:04:07 +0000 (08:04 +0000)]
Update french translation.

17 years agoAllow users to change the following pgpool.conf parameters through pgpoolAdmin.
User yamaguti [Wed, 6 Feb 2008 07:26:49 +0000 (07:26 +0000)]
Allow users to change the following pgpool.conf parameters through pgpoolAdmin.

* log_connections
* log_hostname
* enable_pool_hba

Added messages to lang/*. *French messages are in English*

17 years agoUpdate french translation.
Guillaume Lelarge [Mon, 4 Feb 2008 15:55:24 +0000 (15:55 +0000)]
Update french translation.

17 years agoallow a use of PIPE for a pgpool log in pgpoolAdmin
User yamaguti [Mon, 4 Feb 2008 09:31:22 +0000 (09:31 +0000)]
allow a use of PIPE for a pgpool log in pgpoolAdmin

updated messages in lang/*, but my French is probably inaccurate.

17 years agohide *.tpl files from a client
User yamaguti [Mon, 4 Feb 2008 04:33:20 +0000 (04:33 +0000)]
hide *.tpl files from a client

17 years agolowered "Pgpool"'s first 'P' in English documents & messages
User yamaguti [Fri, 1 Feb 2008 08:57:41 +0000 (08:57 +0000)]
lowered "Pgpool"'s first 'P' in  English documents & messages

17 years agoupdated HTML footer copyright
User yamaguti [Fri, 1 Feb 2008 07:08:54 +0000 (07:08 +0000)]
updated HTML footer copyright

2006 - 2007  =>  2006 - 2008

17 years agoupdated source files copyright
User yamaguti [Fri, 1 Feb 2008 07:06:41 +0000 (07:06 +0000)]
updated source files copyright

2003-2007  =>  2003-2008

17 years ago* fixed typo "excutable" -> "executable"
User yamaguti [Wed, 9 Jan 2008 09:16:17 +0000 (09:16 +0000)]
* fixed typo "excutable" -> "executable"
* changed strPgpoolCommandOption to H3 header

17 years ago"password file" -> "pcp.conf file"
Yoshiyuki Asaba [Wed, 9 Jan 2008 08:45:42 +0000 (08:45 +0000)]
"password file" -> "pcp.conf file"

17 years agoImprove error message.
Yoshiyuki Asaba [Wed, 9 Jan 2008 08:43:04 +0000 (08:43 +0000)]
Improve error message.

17 years ago"Pgpool" -> "pgpool"
Yoshiyuki Asaba [Wed, 9 Jan 2008 08:42:45 +0000 (08:42 +0000)]
"Pgpool" -> "pgpool"

17 years agoUpdate screenshot.
Yoshiyuki Asaba [Fri, 4 Jan 2008 06:19:16 +0000 (06:19 +0000)]
Update screenshot.

17 years agoAdd new parameters.
Yoshiyuki Asaba [Fri, 28 Dec 2007 02:21:17 +0000 (02:21 +0000)]
Add new parameters.

17 years agoFix typo.
Yoshiyuki Asaba [Fri, 28 Dec 2007 02:12:46 +0000 (02:12 +0000)]
Fix typo.

17 years agoRemove replication_strict parameter.
Yoshiyuki Asaba [Fri, 28 Dec 2007 02:06:08 +0000 (02:06 +0000)]
Remove replication_strict parameter.

17 years ago- Add recovery button.
Yoshiyuki Asaba [Fri, 28 Dec 2007 01:50:44 +0000 (01:50 +0000)]
- Add recovery button.
- Add reloading conf file.

17 years agoRun sed 's/1.0 Alpha/2.0/g'.
Yoshiyuki Asaba [Fri, 28 Dec 2007 01:24:24 +0000 (01:24 +0000)]
Run sed 's/1.0 Alpha/2.0/g'.

17 years agoFix pgpool shutdown handling. shutdown mode was always 'smart' mode.
Yoshiyuki Asaba [Thu, 27 Dec 2007 06:57:43 +0000 (06:57 +0000)]
Fix pgpool shutdown handling. shutdown mode was always 'smart' mode.

17 years agoEnable 'return' button if all nodes are detached and a node is active.
Yoshiyuki Asaba [Wed, 26 Dec 2007 08:21:28 +0000 (08:21 +0000)]
Enable 'return' button if all nodes are detached and a node is active.

17 years agoFix connection failure if backend_hostname is empty.
Yoshiyuki Asaba [Wed, 26 Dec 2007 08:19:24 +0000 (08:19 +0000)]
Fix connection failure if backend_hostname is empty.

17 years agoDisable 'recovery' button if all nodes are down.
Yoshiyuki Asaba [Wed, 26 Dec 2007 08:05:06 +0000 (08:05 +0000)]
Disable 'recovery' button if all nodes are down.

17 years agoFix wrong restart message.
Yoshiyuki Asaba [Wed, 26 Dec 2007 07:52:36 +0000 (07:52 +0000)]
Fix wrong restart message.

17 years agoFix typo.
Yoshiyuki Asaba [Wed, 26 Dec 2007 07:31:08 +0000 (07:31 +0000)]
Fix typo.

17 years agoFix typo.
Yoshiyuki Asaba [Wed, 26 Dec 2007 07:19:59 +0000 (07:19 +0000)]
Fix typo.

17 years agoRecode french translation with UTF-8, per a report from Richard Michalowicz.
Guillaume Lelarge [Thu, 6 Dec 2007 14:27:40 +0000 (14:27 +0000)]
Recode french translation with UTF-8, per a report from Richard Michalowicz.

17 years agoAdd translation for the two new strings.
Guillaume Lelarge [Sat, 24 Nov 2007 08:48:22 +0000 (08:48 +0000)]
Add translation for the two new strings.

17 years agoFix copyright
Tatsuo Ishii [Tue, 20 Nov 2007 01:48:03 +0000 (01:48 +0000)]
Fix copyright

17 years ago- Support to reload config files on pgpoolAdmin.
Yoshiyuki Asaba [Mon, 19 Nov 2007 05:14:44 +0000 (05:14 +0000)]
- Support to reload config files on pgpoolAdmin.
- Fix adding new backend_data_direcotory parameter.

17 years agoFIX: failover_back was displayed as failover_command at pgpoolAdmin
Yoshiharu Mori [Fri, 16 Nov 2007 02:49:05 +0000 (02:49 +0000)]
FIX: failover_back was displayed as failover_command at pgpoolAdmin

17 years agoPrepare for pgpoolAdmin 2.0.
Yoshiyuki Asaba [Tue, 13 Nov 2007 01:37:00 +0000 (01:37 +0000)]
Prepare for pgpoolAdmin 2.0.

17 years agoAllow to set empty string about recovery_*, failover_command
Yoshiyuki Asaba [Fri, 9 Nov 2007 06:23:38 +0000 (06:23 +0000)]
Allow to set empty string about recovery_*, failover_command
and failback_command.

17 years agoUpdate french translation.
Guillaume Lelarge [Thu, 1 Nov 2007 08:53:40 +0000 (08:53 +0000)]
Update french translation.

17 years agopgpoolAdmin 2.0 beta1 V2_0_0_BETA1
Yoshiyuki Asaba [Tue, 30 Oct 2007 01:16:32 +0000 (01:16 +0000)]
pgpoolAdmin 2.0 beta1

17 years agoFix syntax error.
Yoshiyuki Asaba [Tue, 30 Oct 2007 01:15:56 +0000 (01:15 +0000)]
Fix syntax error.

17 years agoSupport the following derectives.
Yoshiyuki Asaba [Tue, 30 Oct 2007 01:13:17 +0000 (01:13 +0000)]
Support the following derectives.
  - client_idle_limit
  - authentication_timeout
  - recovery_1st_stage_command
  - recovery_2nd_stage_command
  - failover_command
  - failback_command

17 years agoversion 2.0
Yoshiyuki Asaba [Mon, 29 Oct 2007 09:27:41 +0000 (09:27 +0000)]
version 2.0

17 years agoSupport the following derectives.
Yoshiyuki Asaba [Mon, 29 Oct 2007 09:25:53 +0000 (09:25 +0000)]
Support the following derectives.
  - client_idle_limit
  - authentication_timeout
  - recovery_1st_stage_command
  - recovery_2nd_stage_command
  - failover_command
  - failback_command

TODO: translate message catalog.

17 years agoFix some english typos.
Guillaume Lelarge [Tue, 7 Aug 2007 21:44:28 +0000 (21:44 +0000)]
Fix some english typos.

17 years agoFix typo (English) and new string (French)
Devrim GÜNDÜZ [Fri, 3 Aug 2007 18:52:43 +0000 (18:52 +0000)]
Fix typo (English) and new string (French)

Guillaume

17 years agoAdd "replicate_select" directive.
Yoshiyuki Asaba [Fri, 3 Aug 2007 08:25:10 +0000 (08:25 +0000)]
Add "replicate_select" directive.

17 years agoAdd French translation.
Yoshiyuki Asaba [Tue, 3 Jul 2007 09:31:18 +0000 (09:31 +0000)]
Add French translation.
Patch contributed by Guillaume Lelarge.

17 years agoFix english typos.
Yoshiyuki Asaba [Thu, 28 Jun 2007 12:51:38 +0000 (12:51 +0000)]
Fix english typos.
Patch contributed by Guillaume Lelarge.

17 years ago* support online recovery on pgpoolAdmin.
Yoshiyuki Asaba [Fri, 22 Jun 2007 10:15:26 +0000 (10:15 +0000)]
* support online recovery on pgpoolAdmin.
* support to edit new pgpool.conf parameters.

18 years agoRemoved Vendor tag, per guidelines
Devrim GÜNDÜZ [Tue, 20 Feb 2007 09:55:17 +0000 (09:55 +0000)]
Removed Vendor tag, per guidelines

18 years agoSpec file for RPM builds
Devrim GÜNDÜZ [Tue, 20 Feb 2007 09:54:24 +0000 (09:54 +0000)]
Spec file for RPM builds

18 years agoallow weight 0.
Yoshiyuki Asaba [Fri, 26 Jan 2007 07:38:30 +0000 (07:38 +0000)]
allow weight 0.

18 years agoCopyright update
Devrim GÜNDÜZ [Thu, 4 Jan 2007 17:18:45 +0000 (17:18 +0000)]
Copyright update

18 years agoChange a max value from 65355 to 65535.
Yoshiyuki Asaba [Mon, 20 Nov 2006 04:35:57 +0000 (04:35 +0000)]
Change a max value from 65355 to 65535.

18 years agoTranslation updates
Devrim GÜNDÜZ [Tue, 26 Sep 2006 09:27:18 +0000 (09:27 +0000)]
Translation updates

18 years agopgpoolAdmin initial release V1_0_0
Tatsuo Ishii [Fri, 8 Sep 2006 03:39:43 +0000 (03:39 +0000)]
pgpoolAdmin initial release