From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Allow admins to disable the use of Gravatar if they c |
Date: | 2018-03-07 16:35:35 |
Message-ID: | E1etc2R-0006AL-Up@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Allow admins to disable the use of Gravatar if they choose. Fixes #3037
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=abf0b1a7ae0b57cf08ca196adc641f66868e20e5
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
web/config.py | 5 ++
web/pgadmin/browser/__init__.py | 24 ++++----
web/pgadmin/browser/static/css/browser.css | 4 ++
web/pgadmin/browser/templates/browser/index.html | 15 ++++-
.../templates/browser/macros/gravatar_icon.macro | 8 +++
.../browser/macros/static_user_icon.macro | 3 +
.../browser/tests/test_gravatar_image_display.py | 68 ++++++++++++++++++++++
web/pgadmin/browser/tests/test_login.py | 16 ++---
8 files changed, 122 insertions(+), 21 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-03-07 16:35:41 | Re: [pgAdmin4][RM#3037] Allow user to disable Gravatar image |
Previous Message | pgAdmin 4 Jenkins | 2018-03-07 16:33:35 | Build failed in Jenkins: pgadmin4-master-python35 #512 |