[pgadmin-hackers] PATCH: To fix the issue where query tool was not displaying messages from function

2016-11-18 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where query tool was not displaying messages from functions. RM#1953 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1953.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadm

[pgadmin-hackers] pgAdmin 4 commit: Prevent users selecting elements of the UI that shoul

2016-11-18 Thread Dave Page
Prevent users selecting elements of the UI that shouldn't be selectable. Fixes #1976 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=687f1f640f299405ae26aedf8f7b40aae4051872 Modified Files -- web/pgadmin/about/templates/about/index

[pgadmin-hackers] PATCH: To fix the issue in trigger node (pgAdmin4)

2016-11-18 Thread Murtuza Zabuawala
Hi, PFA patch to to fix the issue where trigger node was not gets added in browser tree after creation & also refresh on specific trigger node was not working. RM#1747 I found the similar issue on Index node, Refresh on specific index node was not working, fix is included in the patch for the sam

[pgadmin-hackers] [pgAdmin4][Patch]: RM #1855

2016-11-18 Thread Khushboo Vashi
Hi, Please find attached patch to fix RM #1855: Displaying error message at the bottom of properties panel while creating Trigger Function. Issue: The status-bar context was getting changed in properties dialogue. I have removed status bar from properties (read-only mode) panel as that was not re

[pgadmin-hackers] pgAdmin 4 commit: Allow selection of process output and commands.

2016-11-18 Thread Dave Page
Allow selection of process output and commands. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=29743ad3c4fb9dcc0a6b331f12160e715124ffd7 Modified Files -- web/pgadmin/misc/bgprocess/static/css/bgprocess.css | 4 web/pgadmin/tool

[pgadmin-hackers] [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false

2016-11-18 Thread Khushboo Vashi
Hi, Please find the attached patch for RM #1801: Properly handle databases with datallowconn == false. Issue: While connecting the database, allowconn parameter was not in consideration. Also, the database properties query call was on the selected database which was not correct. Fix: Put the ch

[pgadmin-hackers] PATCH: To fix the issue grid columns alignment in Firefox (pgAdmin4)

2016-11-18 Thread Murtuza Zabuawala
Hi, PFA updated patch to fix the issue where SlickGrid was not rendering columns properly in Firefox browser. RM#1680 *Issue:* There was conflict in between Bootstrap's & SlickGrid's box sizing model calculation. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterpr

[pgadmin-hackers] pgAdmin 4 commit: Ensure the check_option is only set when editing view

2016-11-18 Thread Dave Page
Ensure the check_option is only set when editing views when appropriate. Fixes #1924 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6567669798590dcde6a515f56f5cf68428edecb3 Author: Khushboo Vashi Modified Files -- .../databases/s

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1924: Editing View Bug

2016-11-18 Thread Dave Page
Thanks, applied. On Fri, Nov 18, 2016 at 6:33 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch to fix the RM #1924. > > Thanks, > Khushboo > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postg

[pgadmin-hackers] pgAdmin 4 commit: Display messages and notices received in the query to

2016-11-18 Thread Dave Page
Display messages and notices received in the query tool. Fixes #1953 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e68e7501a5743b549fff060be31df84e1545f7b Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/sqleditor/_

Re: [pgadmin-hackers] PATCH: To fix the issue where query tool was not displaying messages from function

2016-11-18 Thread Dave Page
Thanks, applied. On Fri, Nov 18, 2016 at 8:59 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where query tool was not displaying messages from > functions. > RM#1953 > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL

[pgadmin-hackers] pgAdmin 4 commit: Add newly created triggers to the treeview. Fixes #17

2016-11-18 Thread Dave Page
Add newly created triggers to the treeview. Fixes #1747 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e5126d571ca9497f90b25aa34f5f318a54b5089 Author: Murtuza Zabuawala Modified Files -- .../databases/schemas/tables/indexes/__ini

Re: [pgadmin-hackers] PATCH: To fix the issue in trigger node (pgAdmin4)

2016-11-18 Thread Dave Page
Thanks, applied. On Fri, Nov 18, 2016 at 10:55 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to to fix the issue where trigger node was not gets added in > browser tree after creation & also refresh on specific trigger node was not > working. > RM#1747 > > I found the similar issue on Index no

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1855

2016-11-18 Thread Dave Page
Thanks, applied. On Fri, Nov 18, 2016 at 11:23 AM, Khushboo Vashi wrote: > Hi, > > Please find attached patch to fix RM #1855: Displaying error message at the > bottom of properties panel while creating Trigger Function. > > Issue: The status-bar context was getting changed in properties dialogue

[pgadmin-hackers] pgAdmin 4 commit: Ensure dialogue panels show their errors themselves,

2016-11-18 Thread Dave Page
Ensure dialogue panels show their errors themselves, and not in the properties panel. Fixes #1855 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54b35c711dd6a3bca989a9cf73f4e0e90d630d2a Author: Khushboo Vashi Modified Files -- we

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false

2016-11-18 Thread Dave Page
Hi On Fri, Nov 18, 2016 at 1:03 PM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch for RM #1801: Properly handle databases with > datallowconn == false. > > Issue: While connecting the database, allowconn parameter was not in > consideration. Also, the database properties query c

Re: [pgadmin-hackers] PATCH: To fix the issue grid columns alignment in Firefox (pgAdmin4)

2016-11-18 Thread Dave Page
Thanks, applied. On Fri, Nov 18, 2016 at 1:18 PM, Murtuza Zabuawala wrote: > Hi, > > PFA updated patch to fix the issue where SlickGrid was not rendering columns > properly in Firefox browser. > RM#1680 > > Issue: > There was conflict in between Bootstrap's & SlickGrid's box sizing model > calcul

[pgadmin-hackers] pgAdmin 4 commit: Render column headers at the correct width in the que

2016-11-18 Thread Dave Page
Render column headers at the correct width in the query tool under Firefox. Fixes #1680 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b7c819e912471e594713fb12b467c3330fd8383e Author: Murtuza Zabuawala Modified Files -- web/pgadm

[pgadmin-hackers] pgAdmin website commit: Add an FAQ about CPU usage, and how it may be r

2016-11-18 Thread Dave Page
Add an FAQ about CPU usage, and how it may be reduced by decreasing the dashboard graph refresh frequency. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=2a0de6cde3be6cb5c924f69c6dee046d44cacdd0 Modified Files -- faq.php | 5 ++

[pgadmin-hackers] pgAdmin 4 commit: Add file resources to the windows runtime. Fixes #187

2016-11-18 Thread Dave Page
Add file resources to the windows runtime. Fixes #1874 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d5351ad657146353915b1c5714a782d3c5eddf1d Modified Files -- runtime/pgAdmin4.pro | 6 ++ web/config.py| 4 2 files

[pgadmin-hackers] pgAdmin 4 commit: Minify HTML with Flask-HTMLMIN

2016-11-18 Thread Dave Page
Minify HTML with Flask-HTMLMIN Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=020bf1d5324d6d2d1a156b913649b70f8fad7934 Modified Files -- Make.bat| 1 - pkg/mac/build.sh| 1 - requirements_py2.txt| 2 +-