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://
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
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
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
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
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
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