[pgadmin-hackers] pgAdmin 4 commit: Fix some additional table styling inconsistencies.

2016-12-19 Thread Dave Page
Fix some additional table styling inconsistencies. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d3862eef3f78c83fe356da107bfb710ed5fc1521 Modified Files -- web/pgadmin/static/css/overrides.css| 1 + web/

[pgadmin-hackers] pgAdmin 4 commit: Clarify the close browser warning.

2016-12-19 Thread Dave Page
Clarify the close browser warning. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ef5b8fe60333f0538ed2f61751479b484c4d41ee Modified Files -- web/pgadmin/browser/templates/browser/js/browser.js | 2 +- 1 file changed, 1 insertion(+),

[pgadmin-hackers] Re: PATCH: RM# 1679 - Background process for "restore" not reporting status back to pgAdmin

2016-12-19 Thread Dave Page
On Mon, Dec 19, 2016 at 11:52 AM, Dave Page wrote: > > > On Fri, Dec 16, 2016 at 10:16 AM, Ashesh Vashi > wrote: >> >> Hi Dave, >> >> On Mon, Dec 12, 2016 at 4:01 PM, Dave Page wrote: >>> >>> Hi, >>> >>> On Fri, Dec 9, 2016 at 9:16 AM, Ashesh Vashi >>> wrote: Hi Dave, Please

[pgadmin-hackers] Re: PATCH: RM# 1679 - Background process for "restore" not reporting status back to pgAdmin

2016-12-19 Thread Dave Page
On Fri, Dec 16, 2016 at 10:16 AM, Ashesh Vashi < ashesh.va...@enterprisedb.com> wrote: > Hi Dave, > > On Mon, Dec 12, 2016 at 4:01 PM, Dave Page wrote: > >> Hi, >> >> On Fri, Dec 9, 2016 at 9:16 AM, Ashesh Vashi < >> ashesh.va...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>> Please find the pa

Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]

2016-12-19 Thread Dave Page
Hi On Fri, Dec 16, 2016 at 6:46 PM, Harshal Dhumal wrote: > Hi Dave, > > Please find updated patch below for direct file navigation. > I have covered all of above mentioned case. Still not there I'm afraid: - On Mac, if I type \Users\dpage, it changes it to /\Users\dpage and then tells me it do

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 1780: Rendering glitches in the query editor line number column when editing many lines

2016-12-19 Thread Dave Page
Thanks - I committed this, though I changed with spacing to 1em as 0.7 wasn't quite enough on my machine. On Mon, Dec 19, 2016 at 6:24 AM, Khushboo Vashi wrote: > Hi Dave, > > Please find the attached patch to fox the block folding issue in the editor. > > Thanks, > Khushboo > > On Fri, Dec 16, 2

[pgadmin-hackers] pgAdmin 4 commit: Ensure the SQL editor has enough space to show block

2016-12-19 Thread Dave Page
Ensure the SQL editor has enough space to show block folding arrows in the gutter. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=500887220347b4422aa1b54f014ccfcd7a4845d4 Author: Khushboo Vashi Modified Files -- web/pgadmin/tools

Re: [pgadmin-hackers] pgAdmin dashboard UI changes

2016-12-19 Thread Dave Page
Thanks - patches applied! On Mon, Dec 19, 2016 at 8:15 AM, Harshal Dhumal wrote: > Hi Dave, > > Please find attached screen-shots for dashboard backgrid table and patch. > Also patch for grant wizard where is was showing multiple vertical > scrollbars. > > -- > Harshal Dhumal > Software Engineer

[pgadmin-hackers] pgAdmin 4 commit: fix display of double scrollbars on the grant wizard.

2016-12-19 Thread Dave Page
fix display of double scrollbars on the grant wizard. Fixes #2028 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5adc6b71caf14fa829dd30ef893531a73723297a Author: Harshal Dhumal Modified Files -- web/pgadmin/tools/grant_wizard/stat

[pgadmin-hackers] pgAdmin 4 commit: Fix inconsistent table styling. Fixes #2027

2016-12-19 Thread Dave Page
Fix inconsistent table styling. Fixes #2027 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2994c128f37525430ac48077ea6e51d129a47f72 Author: Harshal Dhumal Modified Files -- web/pgadmin/dashboard/templates/dashboard/js/dashboard.js