pgAdmin 4 commit: Added role=status attribute to all the status message

2019-12-02 Thread Akshay Joshi
Added role=status attribute to all the status messages for accessibility. Fixes #4773. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e56760317c8b046b51f5974b9cf22b32c15 Author: Khushboo Vashi Modified Files -- docs/en_US/r

[pgAdmin 4][Patch] - RM #4953 - Unable to retrieve table node if trigger is already disabled and user Click on Enable All

2019-12-02 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #4953 - Unable to retrieve table node if trigger is already disabled and user Click on Enable All. Thanks, Khushboo RM_4953.patch Description: Binary data

Re: [pgAdmin4][Patch] - RM 4773 - [Accessibility] Provide Role to element to display the status

2019-12-02 Thread Akshay Joshi
Thanks, patch applied. On Mon, Dec 2, 2019 at 11:28 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for RM #4773 - [Accessibility] Provide > Role to element to display the status. > > - Added role="status" attribute to all the status messages.

pgAdmin 4 commit: Fix an issue of retrieving properties for Compound Tr

2019-12-02 Thread Akshay Joshi
Fix an issue of retrieving properties for Compound Triggers. It's a regression of #4006. Fixes #4952. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d95e8db4ee02dede10a9e1c43b3c2f0375b809b0 Modified Files -- docs/en_US/release_no

pgAdmin 4 commit: Fix an issue where pgAdmin4 unable to retrieve table

2019-12-02 Thread Akshay Joshi
Fix an issue where pgAdmin4 unable to retrieve table node if the trigger is already disabled and the user clicks on Enable All. Fixes #4953. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ae2aadeedee3a7705bababf0cf67662e33a7daf4 Author: Khush

Re: [pgAdmin 4][Patch] - RM #4953 - Unable to retrieve table node if trigger is already disabled and user Click on Enable All

2019-12-02 Thread Akshay Joshi
Thanks, patch applied. On Mon, Dec 2, 2019 at 2:24 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #4953 - Unable to retrieve > table node if trigger is already disabled and user Click on Enable All. > > Thanks, > Khushboo > > --

[pgAdmin 4][Patch] - RM #4923 - Enhancement for RM#3279

2019-12-02 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #4923 - Enhancement for RM#3279. Earlier we had *Delete/Drop* label in the context menu to remove the server which was not appropriate, so we have changed it to *Remove Server*, but the approach taken was not generic, which has been fixed in this p

pgAdmin 4 commit: Allow Gunicorn logs in the container to be directed t

2019-12-02 Thread Dave Page
Allow Gunicorn logs in the container to be directed to a file specified through GUNICORN_ACCESS_LOGFILE. Fixes #4944 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=246a475600477c0bdd09a8ef19135a6a17501ab4 Modified Files -- docs/e

pgAdmin 4 commit: Use a 'play' icon for the Execute Query button in the

2019-12-02 Thread Dave Page
Use a 'play' icon for the Execute Query button in the Query Tool for greater consistency with other applications. Fixes #4711 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac2bd5e6ee7c41d5fc2f4ee0036042ac79ff9320 Modified Files

[pgAdmin][RM4772][Accessibility] Provide aria-label to an invisible label where a visible label cannot be used

2019-12-02 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to add label and aria-label wherever applicable. The patch also fixes few other accessibility related errors raised by "WAVE" extension of Chrome. Kindly review. -- Thanks and Regards, Aditya Toshniwal Sr. Software Engineer | EnterpriseDB India | Pune "Don't Co

pgAdmin 4 commit: Enhance the logic to change the label from 'Delete/Dr

2019-12-02 Thread Akshay Joshi
Enhance the logic to change the label from 'Delete/Drop' to 'Remove' for the server and server group node. Fixes #4923 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d476343b99b8c121039ba9e7ebc532eac5b1f853 Author: Khushboo Vashi Modified F

Re: [pgAdmin 4][Patch] - RM #4923 - Enhancement for RM#3279

2019-12-02 Thread Akshay Joshi
Thanks, patch applied. On Mon, Dec 2, 2019 at 5:15 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #4923 - Enhancement for > RM#3279. > > Earlier we had *Delete/Drop* label in the context menu to remove the > server which was not

pgAdmin 4 commit: Added aria-label to provide an invisible label where

2019-12-02 Thread Akshay Joshi
Added aria-label to provide an invisible label where a visible label cannot be used. Fixes #4772. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0a67b2ecb95df0859d6eb87b9cf9dcde24142df1 Author: Aditya Toshniwal Modified Files --

Re: [pgAdmin][RM4772][Accessibility] Provide aria-label to an invisible label where a visible label cannot be used

2019-12-02 Thread Akshay Joshi
Thanks, patch applied. On Tue, Dec 3, 2019 at 11:39 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to add label and aria-label wherever applicable. The > patch also fixes few other accessibility related errors raised by "WAVE" > extension o