[pgadmin-hackers] pgAdmin 4 commit: Fix python detection on Linux/Mac.

2016-06-17 Thread Dave Page
Fix python detection on Linux/Mac. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4dc563d71caaf0a76256c6eb2c1e4de6e38de475 Modified Files -- runtime/pgAdmin4.pro | 29 - 1 file changed, 20 insertions(+),

[pgadmin-hackers] pgAdmin 4 commit: Improve detection of the runtime environment, and sub

2016-06-17 Thread Dave Page
Improve detection of the runtime environment, and subsequent self-configuration. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=262ae7d28c8c50670d71bfb2d4451153048c54bd Modified Files -- web/pgAdmin4.py | 11 +++ 1 file chan

[pgadmin-hackers] pgAdmin 4 commit: Use a separate class to remove the footer space in th

2016-06-17 Thread Ashesh Vashi
Use a separate class to remove the footer space in the query editor, when no of records in a page is set to 0 (or, less than 0). So that - we do not loose CSS applied on the children DOM Elements dependent of the original class. This was regression of commit-id: f9393aee4488c5f35eece0d2884ccf90ff1

[pgadmin-hackers] pgadmin4 qmake selects python 3 by default?

2016-06-17 Thread Colin Beckingham
On openSUSE Leap 42.1, using system with both python2- and python3-config, qmake selects python3. --- qmake Project MESSAGE: Building for QT4... Project MESSAGE: Building for Linux/Mac... Project MESSAGE: Using /usr/bin/python3-config Project MESSAGE: Python3 detected. --- Is this a deliberate ch

Re: [pgadmin-hackers] pgadmin4 qmake selects python 3 by default?

2016-06-17 Thread Dave Page
On Fri, Jun 17, 2016 at 11:02 AM, Colin Beckingham wrote: > On openSUSE Leap 42.1, using system with both python2- and python3-config, > qmake selects python3. > --- > qmake > Project MESSAGE: Building for QT4... > Project MESSAGE: Building for Linux/Mac... > Project MESSAGE: Using /usr/bin/python

[pgadmin-hackers] PATCH: Patch to fix issue in trigger function (pgAdmin4)

2016-06-17 Thread Murtuza Zabuawala
Hi, PFA minor patch to fix the issue where we were getting 'index out of range' while creating trigger function. (RM#1212) -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1212.patch Description: Binary data -- Sent via pgadmin-hacke

[pgadmin-hackers] pgAdmin 4 commit: Replace runtime menu with shortcuts for a cleaner UI

2016-06-17 Thread Dave Page
Replace runtime menu with shortcuts for a cleaner UI (and because 99% of users don't need those options anyway). Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7e27c6280fae31d7062782949512ab7d5ded3425 Modified Files -- runtime/Brow

[pgadmin-hackers] pgAdmin 4 commit: Favour Python 2 as it's more widely tested.

2016-06-17 Thread Dave Page
Favour Python 2 as it's more widely tested. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e9dc1496e2ae62d69eefab9b9a22560748ca1df9 Modified Files -- runtime/pgAdmin4.pro | 8 1 file changed, 4 insertions(+), 4 deletions(-)

Re: [pgadmin-hackers] PATCH: Patch to fix issue in trigger function (pgAdmin4)

2016-06-17 Thread Murtuza Zabuawala
++ Issue: Error was due to wrong ‘edbspl’ language selection, we have now exclude it for trigger function creation. > On 17-Jun-2016, at 3:50 pm, Murtuza Zabuawala > wrote: > > Hi, > > PFA minor patch to fix the issue where we were getting 'index out of range' > while creating trigger func

[pgadmin-hackers] PATCH: To fix incorrect start date in Backup/Restore dialog (pgAdmin4)

2016-06-17 Thread Murtuza Zabuawala
Hi, PFA minor patch to fix the issue which was showing incorrect datetime in Backup/Restore dialog. (RM#1377) -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1377.patch Description: Binary data -- Sent via pgadmin-hackers mailing li

[pgadmin-hackers] PATCH: To fix the issue in Restore/Backup dialog

2016-06-17 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in backup/restore while selecting section-> data option, it was throwing error. RM#1219 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1219.patch Description: Binary data -- Sent via pgadmin-hackers m

Re: [pgadmin-hackers] PATCH: Patch to fix issue in trigger function (pgAdmin4)

2016-06-17 Thread Dave Page
Thanks, applied. On Fri, Jun 17, 2016 at 11:37 AM, Murtuza Zabuawala wrote: > ++ > > Issue: Error was due to wrong ‘edbspl’ language selection, we have now > exclude it for trigger function creation. > > > On 17-Jun-2016, at 3:50 pm, Murtuza Zabuawala > wrote: > > Hi, > > PFA minor patch to fix

[pgadmin-hackers] pgAdmin 4 commit: Don't allow creation of edbspl trigger functions (the

2016-06-17 Thread Dave Page
Don't allow creation of edbspl trigger functions (they should be created as part of the trigger). Fixes #1212. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=014eb2a5c27735a375d1f3f1c9565dd9dad31842 Author: Murtuza Zabuawala Modified Files -

[pgadmin-hackers] pgAdmin 4 commit: Fix issue which was showing incorrect datetime in Bac

2016-06-17 Thread Dave Page
Fix issue which was showing incorrect datetime in Backup/Restore dialog. Fixes #1377 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b94b47f0216a4e32868aa447dd4117a35f6245ae Author: Murtuza Zabuawala Modified Files -- web/pgadmin/

Re: [pgadmin-hackers] PATCH: To fix incorrect start date in Backup/Restore dialog (pgAdmin4)

2016-06-17 Thread Dave Page
Thanks, applied. On Fri, Jun 17, 2016 at 12:47 PM, Murtuza Zabuawala wrote: > Hi, > > PFA minor patch to fix the issue which was showing incorrect datetime in > Backup/Restore dialog. > (RM#1377) > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise Po

[pgadmin-hackers] pgAdmin 4 commit: Fix the issue in backup/restore while selecting secti

2016-06-17 Thread Dave Page
Fix the issue in backup/restore while selecting section-> data option, it was throwing error.. Fixes #1219 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bc4703c5b704ed003d6e01bbd4a598218b23e1d7 Author: Murtuza Zabuawala Modified Files -

Re: [pgadmin-hackers] PATCH: To fix the issue in Restore/Backup dialog

2016-06-17 Thread Dave Page
Thanks, applied. On Fri, Jun 17, 2016 at 1:05 PM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue in backup/restore while selecting section-> data > option, it was throwing error. > RM#1219 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enter

[pgadmin-hackers] pgAdmin 4 commit: String improvements.

2016-06-17 Thread Dave Page
String improvements. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fd6c43b3936560a3f03e1caf59146523fd15b5c4 Modified Files -- web/pgadmin/misc/bgprocess/__init__.py | 6 +++--- web/pgadmin/misc/bgprocess/process_executor.p

[pgadmin-hackers] pgAdmin 4 commit: String improvements.

2016-06-17 Thread Dave Page
String improvements. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69d8f01d01ec72a2458884643e3e8f1493cbe772 Modified Files -- web/pgadmin/browser/server_groups/servers/ppas.py | 2 +- web/pgadmin/browser/server_groups/servers/type

[pgadmin-hackers] pgAdmin 4 commit: Re-order view data options

2016-06-17 Thread Dave Page
Re-order view data options Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8c279421f3f88720ac963def24957ad27c671965 Modified Files -- .../tools/datagrid/templates/datagrid/js/datagrid.js | 14 +++--- 1 file changed, 7 i

[pgadmin-hackers] pgAdmin 4 commit: Further string improvements.

2016-06-17 Thread Dave Page
Further string improvements. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3bcc5a4bd336ae67cf1dc272cab208ab77ddd017 Modified Files -- .../databases/schemas/tables/templates/table/js/table.js | 2 +- .../server_groups/servers/t

[pgadmin-hackers] pgAdmin 4 commit: Process manager UI cleanup.

2016-06-17 Thread Dave Page
Process manager UI cleanup. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2b6ab816bd33d8dec1a023ef8935e93306c172c Modified Files -- .../misc/bgprocess/static/css/bgprocess.css| 28 -- web/pgadmin/misc/b

[pgadmin-hackers] pgAdmin 4 commit: Missed string change

2016-06-17 Thread Dave Page
Missed string change Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=be100b82e6c4fc7e7b5f3fda5834a6f4d98c7dc6 Modified Files -- web/pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [pgadmin-hackers] Fixed RM #1356

2016-06-17 Thread Akshay Joshi
Hi Dave On Thu, Jun 16, 2016 at 6:48 PM, Dave Page wrote: > > > On Thu, Jun 16, 2016 at 1:43 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> >> >> On Thu, Jun 16, 2016 at 6:09 PM, Dave Page wrote: >> >>> >>> >>> On Thu, Jun 16, 2016 at 1:34 PM, Akshay Joshi < >>> akshay.jo...@en

Re: [pgadmin-hackers] Fixed RM #1356

2016-06-17 Thread Dave Page
On Fri, Jun 17, 2016 at 4:04 PM, Akshay Joshi wrote: > Hi Dave > > On Thu, Jun 16, 2016 at 6:48 PM, Dave Page wrote: > >> >> >> On Thu, Jun 16, 2016 at 1:43 PM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> >>> >>> On Thu, Jun 16, 2016 at 6:09 PM, Dave Page wrote: >>>

Re: [pgadmin-hackers] Fixed RM #1356

2016-06-17 Thread Dave Page
On Fri, Jun 17, 2016 at 4:25 PM, Ashesh Vashi wrote: > > On Jun 17, 2016 20:53, "Dave Page" wrote: >> >> >> >> On Fri, Jun 17, 2016 at 4:04 PM, Akshay Joshi >> wrote: >>> >>> Hi Dave >>> >>> On Thu, Jun 16, 2016 at 6:48 PM, Dave Page wrote: On Thu, Jun 16, 2016 at 1:43 PM, A

Re: [pgadmin-hackers] Fixed RM #1356

2016-06-17 Thread Ashesh Vashi
On Jun 17, 2016 20:53, "Dave Page" wrote: > > > > On Fri, Jun 17, 2016 at 4:04 PM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: >> >> Hi Dave >> >> On Thu, Jun 16, 2016 at 6:48 PM, Dave Page wrote: >>> >>> >>> >>> On Thu, Jun 16, 2016 at 1:43 PM, Akshay Joshi < akshay.jo...@enterprisedb.c

[pgadmin-hackers] pgAdmin 4 commit: Get rid of canvas colouring in graphical explain.

2016-06-17 Thread Dave Page
Get rid of canvas colouring in graphical explain. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a53811ef270559eb649a0a501a3f66d1be7549fd Modified Files -- web/pgadmin/misc/templates/explain/js/explain.js | 3 +-- 1 file changed, 1

[pgadmin-hackers] pgAdmin 4 commit: File dialogue layout tweaks.

2016-06-17 Thread Dave Page
File dialogue layout tweaks. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1172e31019c4bd72c9a4cfa0bbb8b9d65a9ea353 Modified Files -- web/pgadmin/misc/file_manager/static/css/file_manager.css | 2 +- 1 file changed, 1 insertion(+),

[pgadmin-hackers] pgAdmin 4 commit: Make the file manager work a little more sanely with

2016-06-17 Thread Dave Page
Make the file manager work a little more sanely with regard to paths. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35243b9869d5191d1fbd5217e87acbfe288df827 Modified Files -- web/pgadmin/misc/file_manager/__init__.py|

[pgadmin-hackers] pgAdmin 4 commit: Revert "Make the file manager work a little more sane

2016-06-17 Thread Dave Page
Revert "Make the file manager work a little more sanely with regard to paths." This breaks things even more on Windows :-( This reverts commit 35243b9869d5191d1fbd5217e87acbfe288df827. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c62d1a4b7

[pgadmin-hackers] pgAdmin 4 commit: Second attempt at fixing the file handling code. Test

2016-06-17 Thread Dave Page
Second attempt at fixing the file handling code. Tested on Mac and Windows in both desktop and server modes. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05e7ee5a05d5a196dcf2272ff5a6e66e08c5a188 Modified Files -- .../templates/f