Re: [PATCH] Fix error on displaying table properties of a table partitioned by list having a default partition.

2019-05-15 Thread Akshay Joshi
Thanks patch applied. On Mon, May 13, 2019 at 2:26 PM Sander Eikelenboom wrote: > L.S., > > This patch fixes an error on displaying table properties of a table > partitioned by list having a default partition. > This is an additional fix for bug #3938 which was missed in commit > a9d964b5ca04bbe

pgAdmin 4 commit: Fixed error on displaying table properties of a table

2019-05-15 Thread Akshay Joshi
Fixed error on displaying table properties of a table partitioned by list having a default partition. Fixes #4262 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab5f35da8d5242a74b42f1da28267ade27bd1b43 Author: Sander Eikelenboom Modified Fi

pgAdmin 4 commit: Ensure that element should get highlighted when they

2019-05-15 Thread Akshay Joshi
Ensure that element should get highlighted when they get focus on using Tab key. Fixes #4245 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db4bb22cc63a31d0fa4c5878b67b9048ddab736a Author: Aditya Toshniwal Modified Files -- docs

Re: [pgAdmin][RM4245] Elements does not highlight when they get focus (Accessibility)

2019-05-15 Thread Akshay Joshi
Thanks patch applied On Tue, May 14, 2019 at 4:28 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixed the highlight issue on few places on using tab key. > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | Enter

Re: [pgAdmin][RM4227] Tab key navigation for is not working on Maintenance dialog (Accessibility)

2019-05-15 Thread Akshay Joshi
Thanks patch applied. On Wed, May 15, 2019 at 1:30 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated combined patch for RM4227 and RM4244 (Toggle > switch buttons and Button on the dialog footer are not getting focus by Tab > key in safari b

pgAdmin 4 commit: 1) Fixed Tab key navigation for Maintenance dialog. F

2019-05-15 Thread Akshay Joshi
1) Fixed Tab key navigation for Maintenance dialog. Fixes #4227 2) Fix Tab key issue for Toggle switch controls and button on the dialog footer in Safari browser. Fixes #4244 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2cd58efcddc08e8914e7

Re: [pgAdmin][RM4194] Menu navigation is broken (Accessibility)

2019-05-15 Thread Akshay Joshi
Thanks patch applied. Patch didn't fix RM4195, as I have verified it with Query Tool Tabs. On Tue, May 14, 2019 at 4:19 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Also fixes RM4195. > > On Tue, May 14, 2019 at 3:26 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com>

pgAdmin 4 commit: Fix accessibility issue for menu navigation. Fixes #4

2019-05-15 Thread Akshay Joshi
Fix accessibility issue for menu navigation. Fixes #4194 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed8d1cde0094902c1e9d2a97cdf0a79bc9a01057 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_7.rst

pgAdmin 4 commit: 1) Make folder name pluralise inside 'templates' fold

2019-05-15 Thread Akshay Joshi
1) Make folder name pluralise inside 'templates' folder and fix naming inconsistency. 2) Remove unwanted functions "module_js()" from the code. 3) Change naming convention for 'Roles' module. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b71

pgAdmin 4 commit: Fix the check target.

2019-05-15 Thread Dave Page
Fix the check target. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3364350b013e177565c3acef71b2b5412956ff64 Modified Files -- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Stop using application/x-javascript as a mime type an

2019-05-15 Thread Dave Page
Stop using application/x-javascript as a mime type and use the RFC-compliant application/javascript instead. Fixes #4261 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4b421550d3c10bb3c11f4be1a4c090d6e96ac910 Modified Files -- do

Re: [pgAdmin][RM4227] Tab key navigation for is not working on Maintenance dialog (Accessibility)

2019-05-15 Thread Aditya Toshniwal
Hi Hackers, Attached is the updated combined patch for RM4227 and RM4244 (Toggle switch buttons and Button on the dialog footer are not getting focus by Tab key in safari browser) as they are related to each other. Please ignore the previous patch. Please note, by default, tab navigation in Safar