[pgadmin-hackers] Pgadmin 1.22.1 binaries for win32 and osx

2016-02-26 Thread Nikolai Zhubr
Hello Dave, Haven't you forgot to publish standalone pgadmin 1.22.1 binaries (win32 and osx)? (http://www.postgresql.org/ftp/pgadmin3/release/v1.22.1/) Thank you, Nikolai -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Formatter Functions for Security Labels and Variables

2016-02-26 Thread Dave Page
Thanks - applied with a minor fix to a variable name that was misspelt. On Fri, Feb 26, 2016 at 12:36 PM, Khushboo Vashi wrote: > Hi, > > The Security Labels and the Variables are used in many modules under the > Database Node. > The functions to parse and return them into desired format, are kep

[pgadmin-hackers] pgAdmin 4 commit: Security Labels and the Variables are used in many mo

2016-02-26 Thread Dave Page
Security Labels and the Variables are used in many modules under the Database Node. Provide functions in the database node to handle them. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4a13eaafa5d1f84756960a60f219ede601f6b81 Author: Khushboo

[pgadmin-hackers] [pgAdmin4][Patch]: Formatter Functions for Security Labels and Variables

2016-02-26 Thread Khushboo Vashi
Hi, The Security Labels and the Variables are used in many modules under the Database Node. The functions to parse and return them into desired format, are kept in the database utility file (databases/utils.py), so every node can use them. I have applied the related changes in the database module

[pgadmin-hackers] pgAdmin 4 commit: Add backgrid extensions for use in various tools: sel

2016-02-26 Thread Dave Page
Add backgrid extensions for use in various tools: select-all, paginator and filter Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b3ff96d2db36f766c7647465bcdab798b57a4d31 Author: Akshay Joshi Modified Files -- libraries.txt

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Added some backgrid extensions

2016-02-26 Thread Dave Page
Thanks - applied. On Fri, Feb 26, 2016 at 11:00 AM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > > > On Fri, Feb 26, 2016 at 3:49 PM, Dave Page wrote: > >> >> >> On Thu, Feb 25, 2016 at 3:14 PM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi All >>> >>> I have added

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Added some backgrid extensions

2016-02-26 Thread Dave Page
On Thu, Feb 25, 2016 at 3:14 PM, Akshay Joshi wrote: > Hi All > > I have added some backgrid extensions like select-all, paginator and > filter. This extensions will be required for other modules like Grant > Wizard, Data Grid. Attached is the patch file, please review it and let me > know the co