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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]
Date: 2016-11-21 14:18:29
Message-ID: CA+OCxoxHfeU_Xx8q+rrOR7RHxEQ3ZPGehyJC4UWjy_FEE5tMtg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Sat, Nov 19, 2016 at 5:57 PM, Harshal Dhumal
<harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:
> Hi,
>
> PFA for RM1911
>
> Feature added: Allow user add file/folder path directly in input field.
> Other improvements like clean up after file manager is closed.

I did a quick check on Mac, in server mode and immediately hit problems:

- [Screenshot 1]: I typed in "/Foo2" to navigate into the Foo2
directory. a) it didn't navigate as expected, and b) it gave me a very
non-user friendly error message.

- [Screenshot 2]: I typed in "foo2.sql". It added the leading /
automatically, then gave the error dpagefoo2.sql does not exist.

Then on Windows in desktop mode:

- [Screenshot 3]: I typed in "C:\Users\dpage" (which does exist) and
got the error shown.

- [Screenshot 4]: I typed in "\\172.16.253.235\data" (which does
exist) and got the error shown.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
ss1.png image/png 163.7 KB
ss2.png image/png 164.9 KB
ss3.png image/png 75.5 KB
ss4.png image/png 92.1 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-11-21 14:55:03 pgAdmin website commit: Use the i tag instead of li. Italics work bette
Previous Message Dave Page 2016-11-21 13:46:35 pgAdmin 4 commit: Actually Flask-HTMLmin *does not* require django-html