pgAdmin 4 commit: Fix PEP-8 issue.

2019-05-31 Thread Dave Page
Fix PEP-8 issue. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41a20e02525f2fae5ec43c648b9bb4e43724e247 Modified Files -- web/pgadmin/browser/register_browser_preferences.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [pgAdmin][RM2653] Lock layout

2019-05-31 Thread Dave Page
Thanks, patch applied. On Fri, May 31, 2019 at 1:07 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the updated rebased patch. > I realised I didn't update the documentations. The patch also include doc > updates. > > On Fri, May 31, 2019 at 12:42 AM Dave Pag

pgAdmin 4 commit: Allow the UI layout to be fully locked or to prevent

2019-05-31 Thread Dave Page
Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2dd075161d811c0db1e502d1dbc92627a2bec0f1 Modified Files -- docs/en_US/images/file_menu.png

pgAdmin 4 commit: Disable the master password in test mode (for now).

2019-05-31 Thread Dave Page
Disable the master password in test mode (for now). Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=91075cc3f5777085ed42d3a46c2f6bc565c64f7d Author: Aditya Toshniwal Modified Files -- web/pgadmin/__init__.py | 1 + 1 file changed,