[pgadmin-hackers] pgAdmin III commit: Modify builddocs.bat to ensure it works with static

2015-03-05 Thread Dave Page
Modify builddocs.bat to ensure it works with static or dynamic builds. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d7848b4faf17e3e41e6246f656e9b70180acfc16 Author: Sandeep Thakkar Modified Files -- docs/builddocs.bat |3 +--

Re: [pgadmin-hackers] PgAgent Patch

2015-03-05 Thread Akshay Joshi
Hi Mehmet I have added the logic in job.cpp file to read the error message, If batch job is failed. Attached is the patch file and job.cpp with the email. I haven't tested it because facing some difficulty in linking the project on Windows. Can you please apply the patch and test it at your end, a

[pgadmin-hackers] pgAdmin III commit: Modify builddocs.bat to ensure it works with static

2015-03-05 Thread Dave Page
Modify builddocs.bat to ensure it works with static or dynamic builds. Branch -- REL-1_20_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=99a2d7dfe6341838cf9d9c3923350f41fe169fb5 Author: Sandeep Thakkar Modified Files -- docs/builddocs.ba

Re: [pgadmin-hackers] Patch for builddocs.bat

2015-03-05 Thread Dave Page
Thanks - applied (though I managed to screw up the commit message :-/ ) On Thu, Mar 5, 2015 at 5:58 AM, Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > Sorry, the patch contained the unnecessary newline in the condition. This > is fixed and the patch is attached. > > > On Wed, Feb 25

[pgadmin-hackers] pgAdmin 4 commit: Update to use the new skeleton CSS from wcDocker, and

2015-03-05 Thread Dave Page
Update to use the new skeleton CSS from wcDocker, and restore a default layout if the saved one fails for any reason. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=caff78053b48a15579e987fa58decca3e82e1976 Modified Files -- .../bro

[pgadmin-hackers] pgAdmin III commit: Add a note explaining that the "password" connectio

2015-03-05 Thread Dave Page
Add a note explaining that the "password" connection string option is not supported on the command line for security reasons, per Prasad. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=dfa343d78aad89eb2eb5811bd74c8b7aa2c0 Modified Files --

[pgadmin-hackers] pgAdmin III commit: Add a note explaining that the "password" connectio

2015-03-05 Thread Dave Page
Add a note explaining that the "password" connection string option is not supported on the command line for security reasons, per Prasad. Branch -- REL-1_20_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e3ab3ddd6b5faafbc883cfb5003b6a2cecef2ce2 Modif