[pgadmin-hackers] pgAdmin III commit: Fix a potential crash in the debugger.

2014-05-28 Thread Dave Page
Fix a potential crash in the debugger. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=006d86492f04a37d54311985894644f7a56837e4 Author: Akshay Joshi Modified Files -- pgadmin/ctl/ctlProgressStatusBar.cpp |3 ++- 1 fi

[pgadmin-hackers] pgAdmin III commit: Fix escape handling in pgpass files.

2014-05-28 Thread Dave Page
Fix escape handling in pgpass files. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3289001ee35dcdacff93d4078ce7e95d241c38f6 Author: Akshay Joshi Modified Files -- CHANGELOG |1 + pgadmin/frm/f

[pgadmin-hackers] pgAdmin III commit: Fix a crash bug in the config editor.

2014-05-28 Thread Dave Page
Fix a crash bug in the config editor. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=155eb570277ba0b8dc60f14f1058f8ff7d73a949 Author: Akshay Joshi Modified Files -- pgadmin/frm/frmMainConfig.cpp |7 +-- 1 file c

[pgadmin-hackers] pgAdmin III commit: Correctly initialise the datadir variable when usin

2014-05-28 Thread Dave Page
Correctly initialise the datadir variable when using wxWidgets 3.0 on Mac. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=657a731ba10e6d3ee365d5ef88b61a95cba78b6d Author: Ashesh Vashi Modified Files -- pgadmin/pgAdmin3

Re: [pgadmin-hackers] Re: [BUGS] BUG #10250: pgAdmin III 1.16.1 stores unescaped plaintext password

2014-05-28 Thread Dave Page
Thanks - patch applied. On Thu, May 22, 2014 at 6:17 AM, Dhiraj Chawla < [email protected]> wrote: > Hi Akshay, > > I have reviewed the patch and tested it as well on the Linux platform. The > patch looks good to me. It is working as expected. > > regards, > > *Dhiraj Chawla* > Seni

[pgadmin-hackers] pgAdmin III commit: Fix escape handling in pgpass files.

2014-05-28 Thread Dave Page
Fix escape handling in pgpass files. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6172fec7b8f836f96b40906991d39a22d41f08d5 Author: Akshay Joshi Modified Files -- CHANGELOG |1 + pgadmin/frm/frmPgpassConf

Re: [pgadmin-hackers] PATCH: wxWidgets 3.0 Data dir

2014-05-28 Thread Dave Page
Thanks - applied (though... didn't we give you a commit bit to do that yourself? :-p ) On Fri, May 23, 2014 at 5:31 AM, Ashesh Vashi wrote: > Hi Team, > > While working on pgAdmin III with wxWidgets 3.0, I found that datadir > variable is not getting initialized for wxWidgets 3.0 for MacOSX, be

[pgadmin-hackers] pgAdmin III commit: Correctly initialise the datadir variable when usin

2014-05-28 Thread Dave Page
Correctly initialise the datadir variable when using wxWidgets 3.0 on Mac. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=22d26b14dad893e77a41bf0977a41c32fd869c6b Author: Ashesh Vashi Modified Files -- pgadmin/pgAdmin3.cpp |2

Re: [pgadmin-hackers] Fixed crash in debugger with wxWidget 3.0

2014-05-28 Thread Dave Page
Thanks - applied. On Fri, May 23, 2014 at 9:05 AM, Akshay Joshi wrote: > Hi Dave > > During testing of pgAdmin3 with wxWidget 3.0, I have found one crash in > debugger. Cause of the crash is "m_progress" variable is not instantiated > before the function call "wxStatusBar::SetFieldsCount(fields

[pgadmin-hackers] pgAdmin III commit: Fix a potential crash in the debugger.

2014-05-28 Thread Dave Page
Fix a potential crash in the debugger. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6b18ec06cfc08d326683956e2a629e642c92a716 Author: Akshay Joshi Modified Files -- pgadmin/ctl/ctlProgressStatusBar.cpp |3 ++- 1 file changed,

[pgadmin-hackers] pgAdmin III commit: Fix version check.

2014-05-28 Thread Dave Page
Fix version check. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b0cdf3c10ac2ef5cea3897bca79585b912ae9d80 Modified Files -- pgadmin/include/pgAdmin3.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgadmin-

Re: [pgadmin-hackers] Fixed one crash when "Open postgresql.conf" menu is clicked

2014-05-28 Thread Dave Page
Thanks, applied. On Fri, May 23, 2014 at 5:16 AM, Akshay Joshi wrote: > Hi Dave > > During testing I found one crash when I clicked on "Open postgresql.conf" > menu under the File menu. I have fixed the crash and attached is the patch > file. Please review it and if looks good can you please co

[pgadmin-hackers] pgAdmin III commit: Fix a crash bug in the config editor.

2014-05-28 Thread Dave Page
Fix a crash bug in the config editor. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fc13472a971ee9a3d742eb4cc820c873afa18738 Author: Akshay Joshi Modified Files -- pgadmin/frm/frmMainConfig.cpp |7 +-- 1 file changed, 5 in