[pgadmin-hackers] Control for selecting multiple columns [pgadmin4]

2016-03-07 Thread Harshal Dhumal
Hi, PFA backform control for selecting multiple columns.(This control depends on column node.) Usage: { id: 'columns', label: '{{ _('Columns') }}', type: 'collection', group: '{{ _('Definition') }}', editable:true, canDelete: true, canAdd: true, control: Backform.MultiColumnSelectControl,

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Grant Wizard

2016-03-07 Thread Surinder Kumar
Hi PFA patch with following changes: 1. Extends SqlTabControl to write a new function 'onWizardChange', instead of writing it in backform.pgadmin.js file. Also, validations in privilegeControl are not working properly, when validations gets fixed, I will send an updated patch. This is complete

Re: [pgadmin-hackers] Remove unneeded bash dependency

2016-03-07 Thread Dave Page
On Mon, Mar 7, 2016 at 1:40 PM, Daniel Camolês wrote: > Hello guys, > > I tried to compile > https://ftp.postgresql.org/pub/pgadmin3/release/v1.22.1/src/pgadmin3-1.22.1.tar.gz > on OpenBSD 5.8 and it failed because the shell script > pgadmin/ver_svn.sh shebang pointed to

[pgadmin-hackers] pgAdmin III commit: Use /bin/sh rather than /bin/bash for portability.

2016-03-07 Thread Dave Page
Use /bin/sh rather than /bin/bash for portability. Branch -- REL-1_22_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0caf1430e027f4820a7f5f92a2fef8a26d223993 Modified Files -- bootstrap | 2 +- pgadmin/ver_svn.sh | 2 +-

[pgadmin-hackers] pgAdmin III commit: Use /bin/sh rather than /bin/bash for portability.

2016-03-07 Thread Dave Page
Use /bin/sh rather than /bin/bash for portability. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d83e2618d9d8e585e4f6dabb89fef8ff01a72192 Modified Files -- bootstrap | 2 +- pgadmin/ver_svn.sh | 2 +-

[pgadmin-hackers] pgAdmin 4 commit: Added missing library in requirementsXXX.txt used by

2016-03-07 Thread Ashesh Vashi
Added missing library in requirementsXXX.txt used by the preferences utility. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=785d180451e4346c2211f4cc6a0fe91a0648c60f Modified Files -- requirements_py2.txt | 1 +

[pgadmin-hackers] Remove unneeded bash dependency

2016-03-07 Thread Daniel Camolês
Hello guys, I tried to compile https://ftp.postgresql.org/pub/pgadmin3/release/v1.22.1/src/pgadmin3-1.22.1.tar.gz on OpenBSD 5.8 and it failed because the shell script pgadmin/ver_svn.sh shebang pointed to /bin/bash, which I don't have. Looking into the script, it doesn't use any bash specific

Re: [pgadmin-hackers] PATCH: Preferences/Options dialog

2016-03-07 Thread Ashesh Vashi
Thanks. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Mon, Mar 7, 2016 at 5:18 PM, Dave Page wrote: > Thanks -

Re: [pgadmin-hackers] PATCH: Preferences/Options dialog

2016-03-07 Thread Dave Page
Thanks - applied. On Sun, Mar 6, 2016 at 11:12 AM, Ashesh Vashi wrote: > On Sun, Mar 6, 2016 at 3:00 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> Hi Dave, >> >> >> On Fri, Mar 4, 2016 at 4:08 PM, Dave Page wrote: >> >>> And

[pgadmin-hackers] pgAdmin 4 commit: Preferences dialogue. Patch by Ashesh and Khushboo Va

2016-03-07 Thread Dave Page
Preferences dialogue. Patch by Ashesh and Khushboo Vashi. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ea822f33e14f7fc9160077f67d6d3df40dbed00 Modified Files -- web/config.py | 2 +-

[pgadmin-hackers] pgAdmin 4 commit: Honor the visible property of the model schema, and s

2016-03-07 Thread Ashesh Vashi
Honor the visible property of the model schema, and show/hide different custom contorls based on it. i.e. UniqueCollectionControl, TabControl, FieldsetControl, etc. Branch -- master Details ---