[pgAdmin] Regarding Alert-box on login page

2020-07-09 Thread Yogesh Jain
Hi Hackers, In case, if we have more than one flash messages/alert box on the pgAdmin login page and if we click on any alert box close button then it will close all alerts as each div has the same ID. PFA to fix the potential issue. -- Thanks, Yogesh Jain Ph:+91-8982696654 alertBoxLogin.patch

[pgAdmin][RM5496] : Issue while using select all for month days, hours & minutes in pgAgent job scheduler

2020-05-18 Thread Yogesh Jain
Hi Hackers, Attached is the patch to fix the issue while using select all for month days, hours and minutes in pgAgent job scheduler. Please review. PFA. -- Regards, Yogesh Jain 8982696654 diff --git a/web/pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.js b/web

Re: [pgAdmin] : Issue with Alert-box on login page

2020-05-12 Thread Yogesh Jain
Hi Hackers, Created a new RM*#5509 *regarding the same. On Tue, May 12, 2020 at 12:33 PM Yogesh Jain wrote: > Hi Hackers, > > Attached is the small patch to fix the cross button of alert-box, which > wasn't working on the login page (server mode). > > Please review.

[pgAdmin] : Issue with Alert-box on login page

2020-05-12 Thread Yogesh Jain
Hi Hackers, Attached is the small patch to fix the cross button of alert-box, which wasn't working on the login page (server mode). Please review. PFA. -- Regards, Yogesh Jain 8982696654 diff --git a/web/pgadmin/templates/security/messages.html b/web/pgadmin/templates/security/messages

Re: [pgAdmin][RM4279] : Issue with File Browser Home button

2020-04-29 Thread Yogesh Jain
Hi all, Here is an updated patch as per the review comments mentioned above. Please review the updated patch. PFA. RM4279v4.patch Description: Binary data

Re: [pgAdmin][RM4279] : Issue with File Browser Home button

2020-04-26 Thread Yogesh Jain
Hi Hackers, I have tested this patch in linux (Ubuntu 18.04) env only , which is working fine. It will be great if someone can review/test in the Windows environment as well as I don't have the setup ready for that. On Mon, Apr 27, 2020 at 10:47 AM Yogesh Jain wrote: > Hi Aditya, &g

Re: [pgAdmin][RM4279] : Issue with File Browser Home button

2020-04-26 Thread Yogesh Jain
path in the response > rendered JS file. You're exposing underlying directory structure to users > even in server mode. This is not appropriate. This info should remain at > the server and not at the client side. > +homedir=os.path.expanduser('~'), > > On Fri, Apr 24,

[pgAdmin][RM5430] : Adding title to login page

2020-04-24 Thread Yogesh Jain
Hi Hackers, Attached is the patch to Add app title to login page. Please review. PFA. -- Regards, Yogesh Jain 8982696654 diff --git a/web/pgadmin/templates/security/panel.html b/web/pgadmin/templates/security/panel.html index b93e2914f..46aa0524c 100644 --- a/web/pgadmin/templates/security

[pgAdmin][RM4279] : Issue with File Browser Home button

2020-04-24 Thread Yogesh Jain
Hi Hackers, Attached is the patch to fix the issue with the file browser Home button. FYI : While clicking on the home button it was pointing to the user's root directory rather than home directory, which is fixed in this patch. Please review. PFA. -- Regards, Yogesh Jain 8982696654

Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-22 Thread Yogesh Jain
the new patch. PFA. On Tue, Apr 21, 2020 at 1:32 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Mon, Apr 20, 2020 at 8:05 PM Yogesh Jain > wrote: > >> Hi Hackers, >> >> Attached is the patch to fix the rightmost & bottom tooltip crop issues >> i

[pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-20 Thread Yogesh Jain
Regards, Yogesh Jain 8982696654 diff --git a/web/pgadmin/misc/static/explain/js/explain.js b/web/pgadmin/misc/static/explain/js/explain.js index f20a427e2..21167775d 100644 --- a/web/pgadmin/misc/static/explain/js/explain.js +++ b/web/pgadmin/misc/static/explain/js/explain.js @@ -994,6 +994,9 @

[pgAdmin][RM4684] : Python encoding issue while saving data in charset other than 'utf-8'

2020-04-17 Thread Yogesh Jain
ec can't decode byte 0xfc in positon 761: invalid start byte', which is fixed in this patch. Please review. PFA. -- Regards, Yogesh Jain 8982696654 diff --git a/web/pgadmin/tools/sqleditor/__init__.py b/web/pgadmin/tools/sqleditor/__init__.py index 2d1fd1a5a..1a89514b2 100644 --- a/web/pg