Re: [pgAdmin][Patch] Highlight adjacent switch cell on focus in backgrid(IE11)

2019-07-25 Thread Akshay Joshi
Hi Dave Yesterday I have committed this patch, as email was held for moderation. Ganesh has send the patch to me directly. On Thu, 25 Jul, 2019, 21:25 Dave Page, wrote: > Hi, > > What's the RM number for this please? > > On Thu, Jul 25, 2019 at 4:49 PM Ganesh Jaybhay < > ganesh.jayb...@enterpr

Re: [pgAdmin][Patch] Highlight adjacent switch cell on focus in backgrid(IE11)

2019-07-25 Thread Dave Page
Hi, What's the RM number for this please? On Thu, Jul 25, 2019 at 4:49 PM Ganesh Jaybhay < ganesh.jayb...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the minor fix to highlight adjacent switch cell on focus in > IE11. > > Currently nn create table columns tab, on navigating from Not N

[pgAdmin][Patch] Highlight adjacent switch cell on focus in backgrid(IE11)

2019-07-25 Thread Ganesh Jaybhay
Hi Hackers, Attached is the minor fix to highlight adjacent switch cell on focus in IE11. Currently nn create table columns tab, on navigating from Not Null? to Primary key? column, switch cell for primary key doesn't get highlighted. Kindly review. Regards, Ganesh Jaybhay adjacent_switch_foc

Pgadmin4 off - line installation

2019-07-25 Thread
dear: I would like to ask how to deploy pgadmin4 to bare metal isolated from the Internet. Now move the pgadmin4 on the Internet to the bare metal off-grid using the following steps (pgadmin) [root@localhost pgadmin4]# pip3 freeze >requirements.txt (pgadmin) [root@localhost pgadmin4]# pip3 d

Re: Query Auto Completion

2019-07-25 Thread Dave Page
Hi On Thu, Jul 25, 2019 at 12:23 PM Avin Kavish wrote: > Hi Hackers, > > One major improvement I can think of for pgAdmin is query auto completion. > In the Jetbrains IDEs, the database console does smart completion using > relation and column names and even completes the join based on reference

Re: [pgAdmin4][Patch]: Fix for Feature #4334, RM #4496 and #4497

2019-07-25 Thread Dave Page
Thanks, patch applied. On Wed, Jul 24, 2019 at 12:58 PM Akshay Joshi wrote: > Hi Hackers, > > Attached is the updated patch with Documentation for Identity/Generated > columns and updated screenshots. > Please ignore the previous patch. > > On Wed, Jul 24, 2019 at 12:39 PM Akshay Joshi < > aksha

pgAdmin 4 commit: Add support for generated columns in Postgres 12+. Fi

2019-07-25 Thread Dave Page
Add support for generated columns in Postgres 12+. Fixes #4334 Ensure columns can be created when they are IDENTITY fields with the CYCLE option enabled. Fixes #4496 Ensure purely numeric comments can be saved on new columns. Fixed #4497 Branch -- master Details --- https://git.postgresq

Re: Fix projection of pg_type for Greenplum query

2019-07-25 Thread Dave Page
Thanks, patch applied. On Tue, Jul 23, 2019 at 9:13 AM Daniel Gustafsson wrote: > The bug in https://redmine.postgresql.org/issues/4179 seems to be due to > pg_type being projected from but not selected, the attached patch adds a > FROM > clause entry and also adds projection of typname. This m

pgAdmin 4 commit: Fix generation of reverse engineered SQL for tables w

2019-07-25 Thread Dave Page
Fix generation of reverse engineered SQL for tables with Greenplum 5.x. Fixes #4179 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b322d94e8a0efb0bd4123c392233473679d37a6 Author: Daniel Gustafsson Modified Files -- docs/en_US/r

Re: [pgAdmin4][Patch] - RM #4333 - Add support for function selectivity.

2019-07-25 Thread Dave Page
Thanks, applied! On Tue, Jul 23, 2019 at 6:35 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached updated patch. > > On Mon, Jul 22, 2019 at 2:07 PM Dave Page wrote: > >> Hi >> >> In the Trigger and Type dialogues when selecting a function we give

pgAdmin 4 commit: Add support for planner support functions in PostgreS

2019-07-25 Thread Dave Page
Add support for planner support functions in PostgreSQL 12+ functions. Fixes #4333 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=adb5cd34bfd87e8b3665ef377f16cd22e0953d9a Author: Khushboo Vashi Modified Files -- docs/en_US/funct

Re: pgAdmin 4 v4.11 released

2019-07-25 Thread Anthony DeBarros
Many thanks! On Thu, Jul 25, 2019 at 9:13 AM Dave Page wrote: > My bad; should be OK now (you might need to refresh). > > On Thu, Jul 25, 2019 at 2:09 PM Anthony DeBarros > wrote: > >> Hi, >> >> FYI, the download URL for the macOS v4.11 is broken. >> >> On Thu, Jul 25, 2019 at 9:06 AM Akshay Jo

Re: pgAdmin 4 v4.11 released

2019-07-25 Thread Dave Page
My bad; should be OK now (you might need to refresh). On Thu, Jul 25, 2019 at 2:09 PM Anthony DeBarros wrote: > Hi, > > FYI, the download URL for the macOS v4.11 is broken. > > On Thu, Jul 25, 2019 at 9:06 AM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> The pgAdmin Development Tea

Re: pgAdmin 4 v4.11 released

2019-07-25 Thread Anthony DeBarros
Hi, FYI, the download URL for the macOS v4.11 is broken. On Thu, Jul 25, 2019 at 9:06 AM Akshay Joshi wrote: > The pgAdmin Development Team are pleased to announce pgAdmin 4 version > 4.11. > This release of pgAdmin 4 includes over 34 bug fixes and new features. > For more details please see th

pgAdmin 4 v4.11 released

2019-07-25 Thread Akshay Joshi
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.11. This release of pgAdmin 4 includes over 34 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_11.html. pgAdmin is the leading Open

pgAdmin 4 commit: Fix accessibility issue for Datetime cell in backgrid

2019-07-25 Thread Akshay Joshi
Fix accessibility issue for Datetime cell in backgrid. Fixes #4508 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=108af5c10b9d629c409b4e9955775a16a5585e26 Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes_4_12.

Re: [RM#4508] Fix tab navigation issue with Backgrid Datetime cell

2019-07-25 Thread Akshay Joshi
Thanks patch applied. On Wed, Jul 24, 2019 at 4:59 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch to fix the tab navigation issue with Backgrid datetime > cell. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Ent

[GSoC] Support editing resultsets from tables with OIDs

2019-07-25 Thread Yosry Muhammad
Hi, Please find a patch attached to add supporting of resultsets from tables with OIDs as updatable resultsets (with updated test cases and docs) - this is a part of a GSoC project. Please review ! This patch also includes a small refactor of the previous patch and a small bug fix that occurred whe

Re: pgAdmin4 v4.11 candidate builds

2019-07-25 Thread Fahar Abbas
Hi, One round of Smoke/ Functional Sanity and Detail(level 1) testing has been completed for pgadmin4 4.11. Can we please publish pgadmin4 4.11? Kind Regards On Wed, Jul 24, 2019 at 7:14 PM Dave Page wrote: > > > On Wed, Jul 24, 2019 at 3:10 PM Akshay Joshi < > akshay.jo...@enterprisedb.com

Re: [pgAdmin][RM4490] Checkbox doesn't highlight on focus in IE11

2019-07-25 Thread Akshay Joshi
Thanks patch applied. On Tue, Jul 23, 2019 at 11:27 PM Ganesh Jaybhay < ganesh.jayb...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the minor css fix to highlight checkbox on focus in IE11. > Kindly review. > > Regards, > Ganesh Jaybhay > -- *Thanks & Regards* *Akshay Joshi* *Sr. So

pgAdmin 4 commit: 1) Fix accessibility issue for checkbox in IE11. Fixe

2019-07-25 Thread Akshay Joshi
1) Fix accessibility issue for checkbox in IE11. Fixes #4490 2) Fix adjacent switch cell focus issue in backgrid for IE. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=136bb412a1363a161a7b4f37151d97db1de19cfb Author: Ganesh Jaybhay Modified

Query Auto Completion

2019-07-25 Thread Avin Kavish
Hi Hackers, One major improvement I can think of for pgAdmin is query auto completion. In the Jetbrains IDEs, the database console does smart completion using relation and column names and even completes the join based on references. For example, to get the query below I only had to type "s * f m

pgAdmin 4 commit: build-deps doesn't exist any more.

2019-07-25 Thread Dave Page
build-deps doesn't exist any more. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6cc17b40dff92b33ec0446a20fe99d19ba67ee3 Modified Files -- pkg/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Fix handling of JSON in the Query Tool with NULL elem

2019-07-25 Thread Dave Page
Fix handling of JSON in the Query Tool with NULL elements. Fixes #4263 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57ab2b872b3ebe62be030c5106cba4f947bb2c16 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes

pgAdmin 4 commit: Update version for release

2019-07-25 Thread Dave Page
Update version for release Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c24cedbcae5ed2b26f74d98ede21cd918909f33 Author: Akshay Joshi Modified Files -- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Update message catalogs.

2019-07-25 Thread Dave Page
Update message catalogs. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3fb7a4e301476363ba27e21f27f01933d112e050 Author: Akshay Joshi Modified Files -- web/pgadmin/messages.pot | 1307 ++- .../

pgAdmin 4 commit: Add a missing fix.

2019-07-25 Thread Dave Page
Add a missing fix. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92c1a91e5d0768ba0627cf285bf7db20fb55ec96 Modified Files -- docs/en_US/release_notes_4_7.rst | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-)

pgAdmin 4 commit: Also need openssl-dev

2019-07-25 Thread Dave Page
Also need openssl-dev Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ad142c4a341bc2e9fdb98b7618b17ae58f152338 Modified Files -- pkg/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Fixed CSRF security vulnerability issue. per Alvin Li

2019-07-25 Thread Dave Page
Fixed CSRF security vulnerability issue. per Alvin Lindstam. Fixes #4217 Initial patch by: Khushboo Vashi Modified by: Ashesh Vashi and Murtuza Zabuawala Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=687cd1193bc97da3b2c4144d8f1f6f05da40137

pgAdmin 4 commit: 1) Make folder name pluralise inside 'templates' fold

2019-07-25 Thread Dave Page
1) Make folder name pluralise inside 'templates' folder and fix naming inconsistency. 2) Remove unwanted functions "module_js()" from the code. 3) Change naming convention for 'Roles' module. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=

pgAdmin 4 commit: Don't try to set permissions on Windows. It won't wor

2019-07-25 Thread Dave Page
Don't try to set permissions on Windows. It won't work anyway. Fixes #4276 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa12297e63e91778904a0c926cfed0d926957926 Modified Files -- web/pgadmin/__init__.py | 3 ++- w

pgAdmin 4 commit: Relax the permission check on the directory containin

2019-07-25 Thread Dave Page
Relax the permission check on the directory containing the config database, as it may fail in some environments such as OpenShift. Fixes #4276 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=082142ff6a4e6afdb57f74e991883180b89b6bf1 Modifie

pgAdmin 4 commit: Argh, they are Alpine packages, not Python.

2019-07-25 Thread Dave Page
Argh, they are Alpine packages, not Python. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4b41896eecb61836b50ce29609a70d60b252e09 Modified Files -- pkg/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

pgAdmin 4 commit: 1. Added Master Password to increase the security of

2019-07-25 Thread Dave Page
1. Added Master Password to increase the security of saved passwords. Fixes #4184 2. In server(web) mode, update all the saved server credentials when user password is changed. Fixes #3377 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca

pgAdmin 4 commit: Fix accessibility issue for menu navigation. Fixes #4

2019-07-25 Thread Dave Page
Fix accessibility issue for menu navigation. Fixes #4194 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ae2ffe1aa6b70131c7c0d22afb04c0a7416636d8 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_7.rst

pgAdmin 4 commit: Feature test stabilisation.

2019-07-25 Thread Dave Page
Feature test stabilisation. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df1c43c16f628829a51f4437e47b86cbcf3fae14 Author: Usman Muzaffar Modified Files -- web/pgadmin/feature_tests/file_manager_test.py | 4 +- .../pg_uti

pgAdmin 4 commit: Looks like we also need build tools for the cryptogra

2019-07-25 Thread Dave Page
Looks like we also need build tools for the cryptography module. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d05a317c22bad7dd707c5ae3aa4df9a66c51da26 Modified Files -- pkg/docker/Dockerfile | 2 +- 1 file changed, 1 insertion

pgAdmin 4 commit: Doc builds now need the cryptography module.

2019-07-25 Thread Dave Page
Doc builds now need the cryptography module. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27d160f43e69289c8b88dcf93017e5b5927c7bff Modified Files -- pkg/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Update Japanese translation.

2019-07-25 Thread Dave Page
Update Japanese translation. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a7c16c2b0a6b8a0fdf18ba394e0425ec780d07d Author: Identifier Anonymous Modified Files -- .../translations/ja/LC_MESSAGES/messages.mo| Bin 16535

pgAdmin 4 commit: 1) Fixed Tab key navigation for Maintenance dialog. F

2019-07-25 Thread Dave Page
1) Fixed Tab key navigation for Maintenance dialog. Fixes #4227 2) Fix Tab key issue for Toggle switch controls and button on the dialog footer in Safari browser. Fixes #4244 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=24379369d64989c53

pgAdmin 4 commit: Update the UI logo. Artwork by Chethana Kumar. Fixes

2019-07-25 Thread Dave Page
Update the UI logo. Artwork by Chethana Kumar. Fixes #4208 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce424eeb91384b70c4151321f9fc81cf79d63d47 Author: Aditya Toshniwal Modified Files -- docs/en_US/images/file_menu.png

pgAdmin 4 commit: Fix navigation of switch cells in grids. Fixes #4269

2019-07-25 Thread Dave Page
Fix navigation of switch cells in grids. Fixes #4269 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5d9e190f4994c0d83e5ecbd1e1575a94fa15468e Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes_4_7.rst

pgAdmin 4 commit: Added Help button on all master password dialogs.

2019-07-25 Thread Dave Page
Added Help button on all master password dialogs. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df7bb11580c4963620f26c680fecb1d1f42e96d0 Author: Aditya Toshniwal Modified Files -- docs/en_US/images/master_password_enter.png

pgAdmin 4 commit: Add EXPLAIN options for SETTINGS and SUMMARY. Fixes #

2019-07-25 Thread Dave Page
Add EXPLAIN options for SETTINGS and SUMMARY. Fixes #4335 Prevent flickering of large tooltips on the Graphical EXPLAIN canvas. Fixes #4224 EXPLAIN options should be Query Tool instance-specific. Fixes #4395 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git

pgAdmin 4 commit: Ensure that the Return key can be used to submit the

2019-07-25 Thread Dave Page
Ensure that the Return key can be used to submit the Master Password dialogue. Fixes #4310 Ensure that browser auto-fill doesn't cause Help pages to be opened unexpectedly. Fixes #4317 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b1398d

pgAdmin 4 commit: 1. Fix syntax error when adding more than one column

2019-07-25 Thread Dave Page
1. Fix syntax error when adding more than one column to the existing table. Fixes #4162 2. Fix syntax error when creating a table with a serial column. Fixes #4284 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4e9674a23d7252b70c1ff535711

pgAdmin 4 commit: Validate permissions on the session directory itself,

2019-07-25 Thread Dave Page
Validate permissions on the session directory itself, not it's parent, per Felix Pusch. Fixes #4276 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4fc42f47ae9d6ed8d1ef9d7350d66b23f091a94 Modified Files -- web/pgadmin/setup/da

pgAdmin 4 commit: Prevent Alertify from inadvertently opening help page

2019-07-25 Thread Dave Page
Prevent Alertify from inadvertently opening help pages. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7a9f90c65d660e3bcd27847ca4a5256f77d02e9a Author: Aditya Toshniwal Modified Files -- web/pgadmin/browser/static/js/browser.j

pgAdmin 4 commit: Omit the geometry viewer in the Query Tool from layou

2019-07-25 Thread Dave Page
Omit the geometry viewer in the Query Tool from layout saving. Fixes #4169 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b092f65ab9f582169ab2f4f490c0309e14bb39aa Author: Aditya Toshniwal Modified Files -- docs/en_US/release_n

pgAdmin 4 commit: Fixed error on displaying table properties of a table

2019-07-25 Thread Dave Page
Fixed error on displaying table properties of a table partitioned by list having a default partition. Fixes #4262 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fc87d4c7be4d78ed162a56cf4e6e8583a481a46b Author: Sander Eikelenboom Modified

pgAdmin 4 commit: Update the release date in the release note.

2019-07-25 Thread Dave Page
Update the release date in the release note. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1afea2495acc785775d541a78e390337c3378e10 Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_4_8.rst | 2 +- 1 file changed

pgAdmin 4 commit: Ensure that element should get highlighted when they

2019-07-25 Thread Dave Page
Ensure that element should get highlighted when they get focus on using Tab key. Fixes #4245 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac83b31b2c8f3a2ed872c696a54c5d56762c6de6 Author: Aditya Toshniwal Modified Files -- d

pgAdmin 4 commit: Clarify wording for the NO INHERIT option on constrai

2019-07-25 Thread Dave Page
Clarify wording for the NO INHERIT option on constraints, per Michel Feinstein. Fixes #4275 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cf41d438729707c0bb4d445c605d38548848e637 Modified Files -- docs/en_US/check_dialog.rst

pgAdmin 4 commit: Fix encoding issue for background process, it is regr

2019-07-25 Thread Dave Page
Fix encoding issue for background process, it is regression of Master Password. Fixes #4303 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3386100d31990cbeefe33c64a496a04b82f6af98 Author: Akshay Joshi Modified Files -- web/pg

pgAdmin 4 commit: Fix typo

2019-07-25 Thread Dave Page
Fix typo Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d9f2f7dc41ce51df1e052241d69677ec7c33000 Modified Files -- docs/en_US/keyboard_shortcuts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Fix typo.

2019-07-25 Thread Dave Page
Fix typo. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dc7484629d5aeaad2c91be91af4d099dbcc538d0 Modified Files -- docs/en_US/container_deployment.rst | 1 - 1 file changed, 1 deletion(-)

pgAdmin 4 commit: Fix fatal error on launch of pgAdmin4. Fixes #4298

2019-07-25 Thread Dave Page
Fix fatal error on launch of pgAdmin4. Fixes #4298 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=407a95fc30844b3d409dcca1b92b8b1b0004c618 Author: Ashesh Vashi Modified Files -- web/pgadmin/misc/__init__.py | 2 ++ 1 file chang

pgAdmin 4 commit: Fix the check target.

2019-07-25 Thread Dave Page
Fix the check target. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed4e5c5c630769f894c2b671dc388aae0da1792e Modified Files -- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Update message catalogs.

2019-07-25 Thread Dave Page
Update message catalogs. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0525b4f215e2ebf4e9dd89abcd4f40618b476c2 Author: Akshay Joshi Modified Files -- web/pgadmin/messages.pot | 1025 ++--

pgAdmin 4 commit: Fix the issue of accessing the SQL for Views and Mate

2019-07-25 Thread Dave Page
Fix the issue of accessing the SQL for Views and Materialized Views. Regression of pluralisation of folder names. Fixes #4308 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c17df2e276f5567c084e60857191e8602eef8785 Author: Akshay Joshi Mo

pgAdmin 4 commit: Update French translation.

2019-07-25 Thread Dave Page
Update French translation. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a098c92186e7d12b5f8d73962b42d378afe65cf1 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 158720 -> 17

pgAdmin 4 commit: Improve the performance of explain plan by embedding

2019-07-25 Thread Dave Page
Improve the performance of explain plan by embedding the images only when downloading it. Fixes #4307 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54b0c76f431c2386c5e01be66491c19601228ae0 Author: Murtuza Zabuawala Modified Files --

pgAdmin 4 commit: Allow the UI layout to be fully locked or to prevent

2019-07-25 Thread Dave Page
Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6607d836b38b6cf0804d54fc3b59298b6663f866 Modified Files -- docs/en_US/images/file_menu.png

pgAdmin 4 commit: Credit reporter who provided test script.

2019-07-25 Thread Dave Page
Credit reporter who provided test script. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2af052f41b9236a07bb5e3cd58b5b71cd7ba6076 Modified Files -- docs/en_US/release_notes_4_7.rst | 2 +- 1 file changed, 1 insertion(+), 1 delet

pgAdmin 4 commit: Fix issue where reverse engineered SQL was failing fo

2019-07-25 Thread Dave Page
Fix issue where reverse engineered SQL was failing for foreign tables, if it had = in the options. Fixes #4171 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb78c11be2f11f12f0248621badf177c9a646a26 Author: Aditya Toshniwal Modified File

pgAdmin 4 commit: Prevent Backgrid Password cells from losing focus if

2019-07-25 Thread Dave Page
Prevent Backgrid Password cells from losing focus if the browser opens an autocomplete list. Fixes #4278 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f54b767d19be604e67a71ed4a754e529bbafea0 Author: Murtuza Zabuawala Modified Files ---

pgAdmin 4 commit: Fix an initialisation error when two functions with p

2019-07-25 Thread Dave Page
Fix an initialisation error when two functions with parameters are debugged in parallel. Fixes #4329 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=59c260ec9c2a5e3cf48bad8f81dd8e4362109e02 Author: Aditya Toshniwal Modified Files

pgAdmin 4 commit: Fix PEP-8 issue.

2019-07-25 Thread Dave Page
Fix PEP-8 issue. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5d924905c7fcf7fd4ef7ac2066c22f55ff2a6770 Modified Files -- web/pgadmin/browser/register_browser_preferences.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(

pgAdmin 4 commit: Tidy up keyboard shortcut docs.

2019-07-25 Thread Dave Page
Tidy up keyboard shortcut docs. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1450bff5487630d132657a7330f731e8ede862e6 Modified Files -- docs/en_US/keyboard_shortcuts.rst | 126 +++--- 1 file cha

pgAdmin 4 commit: Initial support for PostgreSQL 12. Fixes #4283. Fixes

2019-07-25 Thread Dave Page
Initial support for PostgreSQL 12. Fixes #4283. Fixes #4288. Fixes #4290. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b82efa4e27e456d28024d6d3f421a58fd38ee480 Modified Files -- docs/en_US/release_notes_4_9.rst

pgAdmin 4 commit: Ensure that successful maintenance tasks don't leave

2019-07-25 Thread Dave Page
Ensure that successful maintenance tasks don't leave a notifier window behind when running regression tests. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bef4df1b375a30732fe8341a0423912ecef9f8f9 Author: Usman Muzaffar Modified Files --

pgAdmin 4 commit: Minor phrasing fix.

2019-07-25 Thread Dave Page
Minor phrasing fix. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bfa4aed06f4bbf88e61f2f3069086aa75b25ba83 Modified Files -- docs/en_US/release_notes_4_7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Fix issue where property dialog of column should open

2019-07-25 Thread Dave Page
Fix issue where property dialog of column should open properly for EPAS v12. Fixes #4343 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d8c6417a40c70135afe6d8e03a1c4c22db3f117 Author: Akshay Joshi Modified Files -- docs/en_U

pgAdmin 4 commit: Update French translation.

2019-07-25 Thread Dave Page
Update French translation. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8679d03f3993f6913507d3391a9caa531c0baf0a Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 159456 -> 15

pgAdmin 4 commit: Fix issue where new column should be created with Def

2019-07-25 Thread Dave Page
Fix issue where new column should be created with Default value. Fixes #4235 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b267b3d8c79d56688bbf397fd69412eeaaad6905 Author: Aditya Toshniwal Modified Files -- docs/en_US/release

pgAdmin 4 commit: Update version for release.

2019-07-25 Thread Dave Page
Update version for release. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c9b06750cfa9d19db275eb2606e83c5c9bb5fbab Author: Akshay Joshi Modified Files -- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Update Chinese translation.

2019-07-25 Thread Dave Page
Update Chinese translation. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e953dc4d8b5b853a071259c51a669b9bd17abdc Author: Ma Yanhong Modified Files -- .../translations/zh/LC_MESSAGES/messages.mo| Bin 129335 -> 13802

pgAdmin 4 commit: Fix syntax error while opening properties tab of func

2019-07-25 Thread Dave Page
Fix syntax error while opening properties tab of functions and procedures inside packages. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=495112c1f54a1bb61148d427b815ae1697e4c9fe Author: Akshay Joshi Modified Files -- .../pac

pgAdmin 4 commit: Disable the master password in test mode (for now).

2019-07-25 Thread Dave Page
Disable the master password in test mode (for now). Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4a2851d5fc8169877c0d24189bc41a59423ed13a Author: Aditya Toshniwal Modified Files -- web/pgadmin/__init__.py | 1 + 1 file change

pgAdmin 4 commit: Add more comprehensive feature tests for the data gri

2019-07-25 Thread Dave Page
Add more comprehensive feature tests for the data grid editor. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ee4d86af38da8d11906b0b722014734f5f23e040 Author: Aditya Toshniwal Modified Files -- web/pgadmin/feature_tests/locato

pgAdmin 4 commit: Clarify warnings about disabling the master password.

2019-07-25 Thread Dave Page
Clarify warnings about disabling the master password. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d21dd5bf9d7bd4fb364f3272fc41e0603c6aacec Modified Files -- docs/en_US/master_password.rst | 13 + 1 file changed, 9

pgAdmin 4 commit: Disable upgrade checks whilst testing.

2019-07-25 Thread Dave Page
Disable upgrade checks whilst testing. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c4d09d7508610f164a6dfa96a7d44ec032df2e8 Modified Files -- web/pgadmin/__init__.py | 1 + 1 file changed, 1 insertion(+)

pgAdmin 4 commit: Prevent the geometry viewer grabbing key presses when

2019-07-25 Thread Dave Page
Prevent the geometry viewer grabbing key presses when not in focus under Firefox, IE and Edge. Fixes #4255 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d4122f860a15f26b583bc0b2bfe2cc0a3e0d69a Author: Aditya Toshniwal Modified Files --

pgAdmin 4 commit: Fix table icon issue when updating any existing field

2019-07-25 Thread Dave Page
Fix table icon issue when updating any existing field. Fixes #4437 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=70c41d3b9fb68587ad6d0a01f48611a7343875a7 Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_4_11.rs

pgAdmin 4 commit: 1) Fix issue where SSH tunnel connection using passwo

2019-07-25 Thread Dave Page
1) Fix issue where SSH tunnel connection using password is failing, it's regression of Master Password. Fixes #4320 2) Fix some more issues related to SSH Tunnel(By: Akshay Joshi) Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=724b8f643a9c

pgAdmin 4 commit: Clarify docs around configuration files and disabling

2019-07-25 Thread Dave Page
Clarify docs around configuration files and disabling the master password. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b88d470ed5e00a0fa8452d7b9b63789872cb602b Modified Files -- docs/en_US/desktop_deployment.rst | 8 ++-

pgAdmin 4 commit: Feature test fixes:

2019-07-25 Thread Dave Page
Feature test fixes: The query tool element while running on jenkins, is present on the DOM but not visible due to comparatively small page size. So handle it , would work in both cases(if element is visible or not). The tab name handles XSS characters due to which table name is shown modified

pgAdmin 4 commit: update the release date and message catalogs

2019-07-25 Thread Dave Page
update the release date and message catalogs Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50971bc7ebeb8ef4385af7864f2393a1c88a14d4 Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_4_10.rst |

pgAdmin 4 commit: Update version for release

2019-07-25 Thread Dave Page
Update version for release Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a144feaec9f36d1612261c8222a3f5bb91009165 Author: Akshay Joshi Modified Files -- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Add RE-SQL tests for Roles and Resource Groups. Fixes

2019-07-25 Thread Dave Page
Add RE-SQL tests for Roles and Resource Groups. Fixes #4415 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b73120229a4f52450de855e51f928ab7a1c7ea66 Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes_4_11.rst

pgAdmin 4 commit: Update message catalogs.

2019-07-25 Thread Dave Page
Update message catalogs. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11df41c5f535c19ea9da351359975c94be2bd849 Author: Akshay Joshi Modified Files -- web/pgadmin/messages.pot | 451 +++--- .../trans

pgAdmin 4 commit: Correct the condition to compare version for Windows

2019-07-25 Thread Dave Page
Correct the condition to compare version for Windows installer. Regression of last commit. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=957155e62071e0358d2238024536893fe0dc6868 Author: Aditya Toshniwal Modified Files -- pkg

pgAdmin 4 commit: Update the version number in release note.

2019-07-25 Thread Dave Page
Update the version number in release note. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3307687e2345d7514fcbc7cd3439f3f4169adb09 Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_4_11.rst | 2 +- 1 file changed,

pgAdmin 4 commit: Fix keyboard navigation in "inner" tabsets such as th

2019-07-25 Thread Dave Page
Fix keyboard navigation in "inner" tabsets such as the Query Tool and Debugger. Fixes #4195 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=891e073c97a388fc3caefdede2b56718e39430b6 Author: Aditya Toshniwal Modified Files -- do

pgAdmin 4 commit: Fxi a couple of colors in the doc theme per Aditya.

2019-07-25 Thread Dave Page
Fxi a couple of colors in the doc theme per Aditya. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=abccd981e155327e319a5059793b53c90605ecf0 Modified Files -- docs/en_US/theme/pgadmin4/static/style.css | 18 -- 1

pgAdmin 4 commit: Update codemirror version. Fixes #4035

2019-07-25 Thread Dave Page
Update codemirror version. Fixes #4035 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eee46183bd283309f8719c045174e4c4a4f587e3 Author: Aditya Toshniwal Modified Files -- web/package.json | 2 +- 1 file changed, 1 insertion(+),

pgAdmin 4 commit: Fix connection restoration issue when pgAdmin server

2019-07-25 Thread Dave Page
Fix connection restoration issue when pgAdmin server is restarted and the page is refreshed. Fixes #4357 Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed1f8f051121f2c33db4a23c576b6397dabc0771 Author: Aditya Toshniwal Modified Files

pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F

2019-07-25 Thread Dave Page
Use different folders for pg vs. ppas RE-SQL tests. Fall back to the tests folder without a subdirectory if neither exist. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dc7e2e6f8c15983190d1a6271e898038e6460271 Author: Akshay Joshi Modif

pgAdmin 4 commit: Add an example of reverse proxying from HTTPS to HTTP

2019-07-25 Thread Dave Page
Add an example of reverse proxying from HTTPS to HTTP using Nginx. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ec573bdf0ecb350b8755eb65f480584b9ca99b3 Modified Files -- docs/en_US/container_deployment.rst | 41 +

pgAdmin 4 commit: Remove some files which was committed by mistake.

2019-07-25 Thread Dave Page
Remove some files which was committed by mistake. Branch -- electron2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db6df092872d91ff8d884e296d8e66f3d839cef1 Author: Akshay Joshi Modified Files -- .../tests/9.3_plus/create_trusted_language.sql

  1   2   3   >