Re: Fix for RM2811

2017-11-28 Thread Harshal Dhumal
Hi Dave, -- On Mon, Nov 27, 2017 at 9:20 PM, Harshal Dhumal wrote: > > > On Mon, Nov 27, 2017 at 6:32 PM, Dave Page wrote: > >> Hi >> >> On Mon, Nov 27, 2017 at 12:29 PM, Harshal Dhumal < >> harshal.dhu...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>> Please find updated patch. >>> >>> -- >>

Re: Fix for RM2811

2017-11-28 Thread Dave Page
On Tue, Nov 28, 2017 at 9:10 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi Dave, > -- > On Mon, Nov 27, 2017 at 9:20 PM, Harshal Dhumal > wrote: > >> >> >> On Mon, Nov 27, 2017 at 6:32 PM, Dave Page wrote: >> >>> Hi >>> >>> On Mon, Nov 27, 2017 at 12:29 PM, Harshal Dhumal < >

pgAdmin 4 commit: Illustrate how to set the default mail sender name.

2017-11-28 Thread Dave Page
Illustrate how to set the default mail sender name. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=10c8befb7133e9c237fc9aab96419aca1cc3262d Modified Files -- web/config.py | 4 1 file changed, 4 insertions(+)

pgAdmin 4 commit: Cleanup properly after running the Foreign Table test

2017-11-28 Thread Dave Page
Cleanup properly after running the Foreign Table test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=035c134fede1bf5df4dda84fd3a08b084f5b7dc7 Author: Navnath Gadakh Modified Files -- .../foreign_tables/tests/test_foreign_t

Re: [pgAdmin4][Patch]: RM-2859: Can't create new user

2017-11-28 Thread Dave Page
On Tue, Nov 28, 2017 at 7:10 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Nov 27, 2017 at 5:01 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Nov 27, 2017 at 4:58 PM, Dave Page wrote: >> >>> >>> >>> On Mon, Nov 27, 2017 at 11:26 AM,

Re: [pgAdmin4][Patch]: RM-2859: Can't create new user

2017-11-28 Thread Khushboo Vashi
On Tue, Nov 28, 2017 at 3:40 PM, Dave Page wrote: > > > On Tue, Nov 28, 2017 at 7:10 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Nov 27, 2017 at 5:01 PM, Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Mon, Nov 27, 2017 at 4:58 P

Re: [pgAdmin4][Patch]: Allow user to change their password without leaving application

2017-11-28 Thread Dave Page
Thanks, applied. On Tue, Nov 28, 2017 at 10:00 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch which will allow users to change their pgAdmin4 password without > leaving the application. > RM#2891 > > Also updated docs accordingly. > > -- > Regards, > Murtuz

pgAdmin 4 commit: Allow changing of the users password without leaving

2017-11-28 Thread Dave Page
Allow changing of the users password without leaving the app. Fixes #2891 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ae4a03784fa73e886be34d6aca553dbfc8a42a7 Author: Murtuza Zabuawala Modified Files -- docs/en_US/change_user_

Re: [pgAdmin4][Patch]: RM-2859: Can't create new user

2017-11-28 Thread Khushboo Vashi
Hi Dave, Please find the attached updated patch, which includes: - The fix for this RM - Close button for the error message, which is applicable globally Thanks, Khushboo On Tue, Nov 28, 2017 at 4:18 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Tue, Nov 28, 2017 at 3:4

[pgAdmin4][Patch]: Add basic JSON formatting - Query tool

2017-11-28 Thread Murtuza Zabuawala
Hi, PFA minor patch which will add basic formatting in our custom SlickGrid JSON editor. RM#2748 I have updated RM with sample sql for testing. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/static/js/slickgrid/e

pgAdmin 4 commit: Allow form validation messages to be close in case th

2017-11-28 Thread Dave Page
Allow form validation messages to be close in case the eclipse anything on the form. Fixes #2859 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5bfa450a5fd261b2cd8c74f464d0b4a6acbeadac Author: Khushboo Vashi Modified Files -- we

Re: [pgAdmin4][Patch]: RM-2859: Can't create new user

2017-11-28 Thread Dave Page
Thanks, patch applied! On Tue, Nov 28, 2017 at 11:22 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached updated patch, which includes: > > - The fix for this RM > - Close button for the error message, which is applicable globally > > Thanks, > Khu

pgAdmin 4 commit: Format JSON/JSONB nicely when displaying it in the gr

2017-11-28 Thread Dave Page
Format JSON/JSONB nicely when displaying it in the grid editor pop-up. Fixes #2748 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=362bd15c8ef3815e0ebc5f699be09c6afc5057f3 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/s

Re: [pgAdmin4][Patch]: Add basic JSON formatting - Query tool

2017-11-28 Thread Dave Page
Thanks, applied. On Tue, Nov 28, 2017 at 1:14 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch which will add basic formatting in our custom SlickGrid > JSON editor. > RM#2748 > > I have updated RM with sample sql for testing. > > -- > Regards, > Murtuz