[pgadmin-hackers] pgAdmin 4 commit: Add missing translation tags.

2016-11-15 Thread Dave Page
Add missing translation tags. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7ce04bbaea0f4f8c703e8b47e029f8366cd1dfa5 Modified Files -- web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html | 2 +- 1 file changed, 1 inser

[pgadmin-hackers] pgAdmin 4 commit: Styling improvements for password input fields in bac

2016-11-15 Thread Dave Page
Styling improvements for password input fields in backgrid. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12d75e0a517b4a0f8efa767ae624c8298cdd90f3 Author: Khushboo Vashi Modified Files -- web/pgadmin/static/css/overrides.css | 23

Re: [pgadmin-hackers] [pgAdmin][Patch]: Backgrid password cell css

2016-11-15 Thread Dave Page
Thanks, applied. On Tue, Nov 15, 2016 at 5:00 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch for the Backgrid password cell css. Currently > the password cell does not have proper css in the edit mode. > > Thanks, > Khushboo > > > > -- > Sent via pgadmin-hackers mailing list (

[pgadmin-hackers] pgAdmin 4 1.1 RPMs released for RHEL 7, and Fedora 23, 24 and 25

2016-11-15 Thread Devrim Gündüz
Hi, After a great help from Dave, I pushed pgadmin4 1.1 RPMs to PostgreSQL YUM repository. RPMs are currently for the following platforms: * RHEL 7 * Fedora 25 (testing repo) * Fedora 24 * Fedora 23 Please note that we changed the package name, and it is now: pgadmin4-v1 To install it, please

Re: [pgadmin-hackers] pgAdmin4 Chinese (Simplified) translation Patch

2016-11-15 Thread Khushboo Vashi
Hi Dave, I have fixed the issue regarding the nodes are not translated. Please find the attached patch for the same. Issue: We were translating the nodes label while registering the module, but at that time the translator does not get the context, so it returns the null translation. Now I have