pgAdmin 4 commit: Revert "Make the file manager work a little more sane

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Revert "Make the file manager work a little more sane
Date: 2016-06-17 17:20:15
Message-ID: E1bDxRH-00019l-K0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Revert "Make the file manager work a little more sanely with regard to paths."

This breaks things even more on Windows :-(

This reverts commit 35243b9869d5191d1fbd5217e87acbfe288df827.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c62d1a4b7290b1aac767f022153876e686b0652

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 3 +++
.../templates/file_manager/js/file_manager.js | 20 +++++++++++++++-----
web/pgadmin/tools/sqleditor/__init__.py | 2 ++
web/pgadmin/utils/paths.py | 4 ++--
4 files changed, 22 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-17 21:07:08 pgAdmin 4 commit: Second attempt at fixing the file handling code. Test
Previous Message Dave Page 2016-06-17 16:12:07 pgAdmin 4 commit: Make the file manager work a little more sanely with