Re: [pgAdmin4][Patch]: RM #3619 Unable to Re-Dock Query Tool Lower Window Component

2018-11-27 Thread Akshay Joshi
Hi Dave On Tue, Nov 27, 2018 at 4:34 PM Dave Page wrote: > Hi > > On Tue, Nov 27, 2018 at 10:13 AM Akshay Joshi > wrote: > > > > Hi Hackers, > > > > Attached is the patch to fix RM #3619 Unable to Re-Dock Query Tool Lower > Window Component. Please review it. > > With this applied, I cannot move

Re: [pgAdmin4][Patch]: RM #3354 Debugger does not start if function has input vars of type array

2018-11-27 Thread Dave Page
Thanks, committed. On Tue, Nov 27, 2018 at 8:57 AM Akshay Joshi wrote: > Hi Hackers > On Tue, Nov 20, 2018 at 9:44 PM Dave Page wrote: > >> Hi >> >> On Fri, Nov 16, 2018 at 6:53 AM Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Attached is the patch to fix th

pgAdmin 4 commit: Fix handling of array types as inputs to the debugger

2018-11-27 Thread Dave Page
Fix handling of array types as inputs to the debugger. Fixes #3354 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bdf9f3404f3f85869bef6bc6969f196ba4183375 Author: Akshay Joshi Modified Files -- docs/en_US/release_notes.rst

Re: [pgAdmin4][Patch]: RM #3619 Unable to Re-Dock Query Tool Lower Window Component

2018-11-27 Thread Dave Page
Hi On Tue, Nov 27, 2018 at 10:13 AM Akshay Joshi wrote: > > Hi Hackers, > > Attached is the patch to fix RM #3619 Unable to Re-Dock Query Tool Lower > Window Component. Please review it. With this applied, I cannot move or resize floating windows. -- Dave Page Blog: http://pgsnake.blogspot.co

Re: [pgAdmin4][Patch]: To fix Bootstrap4 related issue

2018-11-27 Thread Dave Page
Thanks, applied. On Tue, Nov 27, 2018 at 5:23 AM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch to fix the CSS/SCSS issues. > > Affected - Grant Wizard, Backform Datetimepicker control. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.ente

pgAdmin 4 commit: Fix some minor CSS issues.

2018-11-27 Thread Dave Page
Fix some minor CSS issues. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c79ac2f8d2d3b70d1ac9fdd3d07322310cba87b4 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/browser/static/css/wizard.css | 9

Re: Japanese translation for v3.6

2018-11-27 Thread Dave Page
Thanks, committed. On Tue, Nov 27, 2018 at 9:35 AM fn ln wrote: > > Hello. > Updated message catalog for v3.6 (based on b6842e88) is in attachment. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

pgAdmin 4 commit: Update Japanese translation.

2018-11-27 Thread Dave Page
Update Japanese translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=63f7fbcf7da9293e7cf9b337ed1e99c1dd0089db Author: Identifier Anonymous Modified Files -- .../translations/ja/LC_MESSAGES/messages.mo| Bin 160730 -

pgAdmin 4 commit: Update French translation.

2018-11-27 Thread Dave Page
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d61fc8b8dbb0c652b590fe8b60af7288ed942683 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 153960 -> 154747

Re: fr-FR

2018-11-27 Thread Dave Page
Thanks, patch applied. On Mon, Nov 26, 2018 at 7:46 PM wrote: > > hi > french translation update for 3.6 release > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

[pgAdmin4][Patch]: RM #3619 Unable to Re-Dock Query Tool Lower Window Component

2018-11-27 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #3619 Unable to Re-Dock Query Tool Lower Window Component. Please review it. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_3619.patch Description: Binary data

Re: [pgAdmin4][Patch]: RM #3354 Debugger does not start if function has input vars of type array

2018-11-27 Thread Akshay Joshi
Hi Hackers On Tue, Nov 20, 2018 at 9:44 PM Dave Page wrote: > Hi > > On Fri, Nov 16, 2018 at 6:53 AM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is the patch to fix the RM #3354 "Debugger does not start if >> function has input vars of type array". Apart