pgAdmin 4 commit: Second attempt at fixing the file handling code. Test

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Second attempt at fixing the file handling code. Test
Date: 2016-06-17 21:07:08
Message-ID: E1bE0yq-0002uZ-JC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Second attempt at fixing the file handling code. Tested on Mac and Windows in both desktop and server modes.

Branch
------
master

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

Modified Files
--------------
.../templates/file_manager/js/file_manager.js | 20 +++++---------------
web/pgadmin/tools/backup/__init__.py | 4 ++--
.../tools/backup/templates/backup/js/backup.js | 12 ++++++------
web/pgadmin/tools/import_export/__init__.py | 4 ++--
.../templates/import_export/js/import_export.js | 4 ++--
web/pgadmin/tools/restore/__init__.py | 6 +++---
.../tools/restore/templates/restore/js/restore.js | 6 +++---
web/pgadmin/tools/sqleditor/__init__.py | 12 +++++++-----
8 files changed, 30 insertions(+), 38 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Neel Patel 2016-06-18 10:43:44 [pgAdmin4][debugger]: RM #1354 & RM #1323
Previous Message Dave Page 2016-06-17 17:20:15 pgAdmin 4 commit: Revert "Make the file manager work a little more sane