pgAdmin 4 commit: Allow admins to disable the use of Gravatar if theyc

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow admins to disable the use of Gravatar if theyc
Дата
Msg-id E1etc2R-0006AL-Up@gothos.postgresql.org
обсуждение исходный текст
Список 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.zabuawala@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Build failed in Jenkins: pgadmin4-master-python35 #512
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM#3037] Allow user to disable Gravatar image