pgAdmin 4 commit: Fix handline of large file uploads and properly show

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix handline of large file uploads and properly show
Date: 2017-07-17 09:51:31
Message-ID: E1dX2gd-0005ng-8O@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix handline of large file uploads and properly show any errors that may occur. Fixes #2153

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8bbcf0ab364f1ede76da51a1d0d6033799a76d72
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 8 ++++++--
.../file_manager/templates/file_manager/js/utility.js | 2 +-
web/pgadmin/tools/sqleditor/__init__.py | 17 +++++++++--------
.../tools/sqleditor/templates/sqleditor/js/sqleditor.js | 8 +++-----
4 files changed, 19 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-17 09:51:36 Re: [RM2153][pgAdmin4] handle large file uploads
Previous Message Surinder Kumar 2017-07-17 09:48:32 Re: [pgAdmin4]: Webpacking of static JS/CSS