pgAdmin 4 commit: Shown some text on process watcher till the initial l

2019-11-14 Thread Akshay Joshi
Shown some text on process watcher till the initial logs are loaded. Fixes #4925 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=00ce130286defdc9156c0784beacb3ff9b4f00a0 Author: Aditya Toshniwal Modified Files -- docs/en_US/releas

Re: [pgAdmin][RM3538] Reset button does not get enabled till all the mandatory fields provided with value in any dialogue.

2019-11-14 Thread Akshay Joshi
Thanks, patch applied. On Fri, Nov 15, 2019 at 11:00 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to enable reset button of dialog if any field is > changed. Currently, it is enabled only if all the mandatory fields are > provided. > > --

pgAdmin 4 commit: Fix issue where the Reset button does not get enabled

2019-11-14 Thread Akshay Joshi
Fix issue where the Reset button does not get enabled till all the mandatory fields are provided in the dialog. Fixes #3538 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3ff4dfd02df3ea7fa05048ea9b20be28f868cd08 Author: Aditya Toshniwal Mod

Re: [pgAdmin][RM4930] [Accessibility] Main window tan navigation

2019-11-14 Thread Akshay Joshi
Thanks, patch applied. On Wed, Nov 13, 2019 at 5:00 PM Nagesh Dhope wrote: > Hi Hackers, > Please find a patch for following accessibility issues on the main window. > >1. Dashboard -> Server Activity grid: terminate the session, cancel >active button not navigable using tab key >2.

pgAdmin 4 commit: Fix main window tab navigation accessibility issue:

2019-11-14 Thread Akshay Joshi
Fix main window tab navigation accessibility issue: 1) Dashboard -> Server Activity grid: terminate the session, cancel active button not navigable using tab key. 2) SQL -> If the focus inside code mirror control tab navigation not working. Fixes #4930 Branch -- master Details --- https

Re: [RM#4935] Accessibility related issues

2019-11-14 Thread Akshay Joshi
Thanks, patch applied. On Thu, Nov 14, 2019 at 6:27 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch for accessibility related issues, > 1) Suppress ESC > key presses in Alertify dialogues when the come from Select2 controls (It > also closes the alertify dial

pgAdmin 4 commit: Fix accessibility issues:

2019-11-14 Thread Akshay Joshi
Fix accessibility issues: 1) Suppress ESC key presses in Alertify dialogues when the come from Select2 controls (It also closes the alertify dialog when user try to close Select2 using ESC key) 2) Do not allow Tabindex focus on Switch control when it is disbaled 3) Tab keyboard shortcut navigatio

[pgAdmin][RM3538] Reset button does not get enabled till all the mandatory fields provided with value in any dialogue.

2019-11-14 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to enable reset button of dialog if any field is changed. Currently, it is enabled only if all the mandatory fields are provided. -- Thanks and Regards, Aditya Toshniwal Sr. Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE"

pgAdmin 4 v4.15 released

2019-11-14 Thread Akshay Joshi
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.15. This release of pgAdmin 4 includes over 33 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_15.html. pgAdmin is the leading Open

pgAdmin 4 commit: Tag REL-4_15 has been created.

2019-11-14 Thread Akshay Joshi
Tag REL-4_15 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-4_15 Log Message --- Tag v4.15

[RM#4935] Accessibility related issues

2019-11-14 Thread Murtuza Zabuawala
Hi, PFA patch for accessibility related issues, 1) Suppress ESC key presses in Alertify dialogues when the come from Select2 controls (It also closes the alertify dialog when user try to close Select2 using ESC key) 2) Do not allow Tabindex focus on Switch control when it is disbaled 3) Tab keyboa

pgAdmin 4 commit: Ensure that the superuser should be able to create da

2019-11-14 Thread Akshay Joshi
Ensure that the superuser should be able to create database and role, as the superuser overrides all the access restrictions. Fixes #4792 Fixes #4878 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f22134dabd6332f3faf851f2ddd96159c5bd7a85 Mod

Re: pgAdmin4 v4.15 candidate builds

2019-11-14 Thread Fahar Abbas
Hi Akshay, One Round of testing has been completed, Can you please publish pgAdmin4 4.15? On Tue, Nov 12, 2019 at 11:08 PM Akshay Joshi wrote: > Hi Fahar > > We have fixed the showstopper issue for Docker. Updated candidate builds > and sources can be found at > https://developer.pgadmin.org/bu

Re: Translators: Release next week

2019-11-14 Thread Akshay Joshi
Thanks, patch applied On Thu, Nov 14, 2019 at 2:52 PM Domenico Sgarbossa wrote: > Here italian translation files. > Sgarbossa Domenico > > -- > *De: *"Akshay Joshi" > *À: *"pgadmin-hackers" > *Envoyé: *Vendredi 8 Novembre 2019 14:20:59 > *Objet: *Translators: Releas

pgAdmin 4 commit: Update Italian translation.

2019-11-14 Thread Akshay Joshi
Update Italian translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b7d7bda93ad6d498115c416c341f1af9c48c179f Author: Domenico Sgarbossa Modified Files -- .../translations/it/LC_MESSAGES/messages.mo| Bin 155529 ->

pgAdmin 4 commit: Fix the help button link on the User Management dialo

2019-11-14 Thread Dave Page
Fix the help button link on the User Management dialog. Fixes #4934 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d4d40fa025608b508efbf15bd84be6c7ac5438f Modified Files -- docs/en_US/release_notes.rst |

Re: Refactored code for Table and its child nodes.

2019-11-14 Thread Khushboo Vashi
Hi Akshay, Everything works fine on Python 3 but not working on Python 2.7. Code refactoring looks good to me. Thanks, Khushboo On Wed, Nov 13, 2019 at 7:13 PM Akshay Joshi wrote: > Hi Hackers, > > For a couple of days, I was working on the code refactoring of Table and > it's child nodes. > >