Hi,
PFA minor patch to fix the issue where long database object names were
truncated and not visible due to fixed pop-up size.
RM#2726
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/tools/sqleditor/static/css/sqle
Add missing __init__.py to backports.csv when building the MSVC windows build.
Fixes #2918
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4617a90123b22381682e9fe2942b7471c70b5cb2
Author: Maxim Zakharov
Modified Files
--
Make.bat
Ensure the auto-complete selection list can display longer names. Fixes #2726
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f10733e8d42370cb4456f5c2560e3c10da849147
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/tools/s
Thanks, applied.
On Wed, Nov 29, 2017 at 8:23 AM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>
> PFA minor patch to fix the issue where long database object names were
> truncated and not visible due to fixed pop-up size.
> RM#2726
>
> --
> Regards,
> Murtuza Zabuawala
>
Hi,
Unlike flask login-manager flask-security does not provide facility to pass
custom view
function to any of callbacks like change/reset/forgot password. So we cannot
handle any exceptions occurred during changing/resetting password.
Only way we can handle such exceptions is writing our own rout
Fixing the lint error messages in javascript using 'eslint --fix'
command.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d54c35d74f5851a6aa6f79c162c1ea1f7fa75b52
Modified Files
--
.../js/selection/range_boundary_navigator.js
Using the correct type name (along with the internal name) while
generating the query for update/insert table data (Data grid).
Modified by Ashesh for array support.
Fixes #2830
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=281b6c91b5f61e64
Do not show success message, when there is an error saving the data in
the DataGrid.
Fixes #2907
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ea82d92e41e985eb79fc36087aef5c8e82cb2260
Author: Akshay Joshi
Modified Files
--
web/
Hi,
Please find attached patch to fix issue where desktop user was logged in
each request
in runtime.
--
*Harshal Dhumal*
*Sr. Software Engineer*
EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/__init__.py b/web/pgadmin/__init__.py
inde