[pgadmin-hackers] pgAdmin 4 commit: Changed switch label from True/False to Show/Hide for

2017-04-14 Thread Akshay Joshi
Changed switch label from True/False to Show/Hide for 'Package Functions' and 'Package Procedures' node in Preferences dialog. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d566a6f3a2397f9d71c5f9ea2901fe04729cf71 Modified Files

[pgadmin-hackers] pgAdmin 4 commit: Proper alignment of dropdown menu labels

2017-04-14 Thread Akshay Joshi
Proper alignment of dropdown menu labels Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c35dbc7211fe2c32a0bae76bc112b10da183de30 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/static/css/bootstrap.overrides.css | 1 + 1 fi

[pgadmin-hackers] [pgAdmin4][PATCH] Table column edit breaks when using column level permissions

2017-04-14 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in table node where it breaks column edit when user provides column level permissions. RM#2335 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/static/js/

[pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue with displaying bigint[] values in query tool

2017-04-14 Thread Murtuza Zabuawala
> > Hi, > > PFA minor patch to fix the the issue with bigint[] array values as JS > truncates long numbers from array object. > RM#2272 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > diff --git a/web/pgadmin/utils/driver/psyco

[pgadmin-hackers] [patch] Query Output Header Width

2017-04-14 Thread George Gelashvili
Hello Hackers, We found that having the column header extend all the way across the query output frame made it seem like there were more columns. This was confusing to some users. We made a change to the column header styling so it ends with the rightmost column. Happy Friday! Matt & Shirley & G

[pgadmin-hackers] Sorted Makefile

2017-04-14 Thread Jonas Thelemann
Hey pgAdmin hackers, I sorted the Makefile entries alphabetically for a better reading experience. Greetings, Jonas Thelemann diff --git a/Makefile b/Makefile index 96eea2ff..886cda9c 100644 --- a/Makefile +++ b/Makefile @@ -16,52 +16,52 @@ SHELL = /bin/sh # Include only platform-independent

[pgadmin-hackers] CSS Focus Bug Fix

2017-04-14 Thread Jonas Thelemann
Hello pgAdmin hackers, when the upper left logo is clicked and the mouse leaves the logo it turns white. The attached .diff fixes this bug. Greetings, Jonas Thelemann diff --git a/web/pgadmin/static/css/bootstrap.overrides.css b/web/pgadmin/static/css/bootstrap.overrides.css index b7cdccd..f