Re: [pgAdmin][RM-5732] : Scan and fix accessibility issues reported by WAVE.

2020-09-17 Thread Akshay Joshi
Thanks, patch applied. On Wed, Sep 16, 2020 at 11:59 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the patch to fix a couple more fixes. > > On Tue, Sep 15, 2020 at 1:20 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, patch applied. >

Re: [pgAdmin][patch] Explain plain color changes per theme

2020-09-17 Thread Akshay Joshi
Thanks, patch applied. On Thu, Sep 17, 2020 at 4:27 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will change the explain plan SVG colors based on theme. > Also fixed some minor color issues in the analysis tab. > > Please review. > > -- > Thanks

Re: [pgAdmin][RM5802] Remove max password length in server dialog

2020-09-17 Thread Akshay Joshi
Thanks, patch applied. On Thu, Sep 17, 2020 at 4:51 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a tiny patch to remove max length on password field in server > dialog. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin hacker | Sr. Sof

Re: pgAdmin 4 commit: 1) Added email id validation on the login page.

2020-09-17 Thread Akshay Joshi
Thanks, patch applied. On Wed, Sep 16, 2020 at 2:52 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Team, > > PFA patch to fix typo introduced with this patch. > > -- > Regards, > Murtuza Zabuawala > *EDB* > *POWER TO POSTGRES* > https://www.edbpostgres.com > > > On Fri, Se

pgAdmin 4 commit: Update French translation.

2020-09-17 Thread Akshay Joshi
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ae4924995a259916238c79dc9e56e55181567097 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 183152 -> 20136

pgAdmin 4 commit: Remove maximum length on the password field in the se

2020-09-17 Thread Akshay Joshi
Remove maximum length on the password field in the server dialog. Fixes #5802 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a25e808e0662d827c4d114923f831635da47b93e Author: Aditya Toshniwal  Modified Files -- docs/en_US/release_

pgAdmin 4 commit: Some more accessibility fixes.

2020-09-17 Thread Akshay Joshi
Some more accessibility fixes. refs #5732 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95a5b1e4591b9881a4d38db6c8992ecf63c1603d Author: Aditya Toshniwal  Modified Files -- .../browser/server_groups/servers/databases/static/js/

pgAdmin 4 commit: Change the explain plan SVG colors based on the theme

2020-09-17 Thread Akshay Joshi
Change the explain plan SVG colors based on the theme. Fixed some minor color issues in the analysis tab. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf183bdcffb707167a599ea6b72cb9827e01227f Author: Aditya Toshniwal  Modified Files -

pgAdmin 4 commit: Fixed typo in 'get_storage_directory' function.

2020-09-17 Thread Akshay Joshi
Fixed typo in 'get_storage_directory' function. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e69e134687eb66e6e813fc0cf0f8ea2730e43a5 Author: Murtuza Zabuawala  Modified Files -- web/pgadmin/utils/paths.py | 2 +- 1 file changed

pgAdmin 4 commit: Fixed and improve API test cases for the schema diff

2020-09-17 Thread Akshay Joshi
Fixed and improve API test cases for the schema diff tool. Fixes #5417 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=55b5080c77740f0d3c686a523c49e5baf8302274 Modified Files -- docs/en_US/release_notes.rst |

pgAdmin 4 v4.26 released

2020-09-17 Thread Akshay Joshi
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 4.26. This release of pgAdmin 4 includes 30 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/4.26/release_notes_4_26.html. pgAdmin is the leading Open Sourc

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

2020-09-17 Thread Akshay Joshi
Tag REL-4_26 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-4_26 Log Message --- Tag v4.26

[pgAdmin][RM5802] Remove max password length in server dialog

2020-09-17 Thread Aditya Toshniwal
Hi Hackers, Attached is a tiny patch to remove max length on password field in server dialog. Please review. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM5802.patch Description: Binar

Re: pgAdmin4 v4.26 candidate builds

2020-09-17 Thread Fahar Abbas
@Akshay Joshi One Round of testing has been done, Can you please publish pgadmin4 4.26. Kind Regards, On Tue, Sep 15, 2020 at 6:12 PM Akshay Joshi wrote: > Hi All > > We have found two issues today, so have to create the candidate build > again. The latest candidate builds and source can be

[pgAdmin][patch] Explain plain color changes per theme

2020-09-17 Thread Aditya Toshniwal
Hi Hackers, Attached patch will change the explain plan SVG colors based on theme. Also fixed some minor color issues in the analysis tab. Please review. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* "Don't Complain about Heat, P

[pgAdmin][RM5807] Removed columns use modified name in generated script

2020-09-17 Thread Aditya Toshniwal
Hi Hackers, If a column is renamed and then removed, then drop SQL query takes the renamed column and not the original one. Attached is the patch to fix this issue. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* "Don't Complain abo