pgAdmin 4 commit: Properly support file downloads in the desktop runtim

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly support file downloads in the desktop runtim
Date: 2016-07-13 11:26:29
Message-ID: E1bNIJB-0006cl-23@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly support file downloads in the desktop runtime. Fixes #1405. Fixes #1342

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d22ea8bf61b1d644c9add7880b4dbea6d1e3c1d6
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
runtime/BrowserWindow.cpp | 445 ++++++++++++++++++++-
runtime/BrowserWindow.h | 16 +
.../sqleditor/templates/sqleditor/js/sqleditor.js | 4 +-
3 files changed, 462 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-13 11:26:41 Re: [pgAdmin4][runtime]: Download feature in runtime
Previous Message Murtuza Zabuawala 2016-07-13 10:40:07 PATCH: To fix issue using PUBLIC as role (pgAdmin4)