pgAdmin 4 commit: Upgraded Alertify to v1.7.1

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Upgraded Alertify to v1.7.1
Date: 2016-06-20 07:17:22
Message-ID: E1bEtSU-0003Lv-QO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Upgraded Alertify to v1.7.1

This version includes the feature request about invoking the callbacks
for different resize events. It will allows us to adjust the layout of
the dialogs based on its width, just like we've in the panels.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95c79e3a4ce43567c8a1714f65eac508a54e8733

Modified Files
--------------
libraries.txt | 2 +-
web/pgadmin/static/css/alertifyjs/alertify.css | 2 +-
web/pgadmin/static/css/alertifyjs/alertify.min.css | 2 +-
web/pgadmin/static/css/alertifyjs/alertify.rtl.css | 2 +-
.../static/css/alertifyjs/alertify.rtl.min.css | 2 +-
.../static/css/alertifyjs/themes/bootstrap.css | 2 +-
.../static/css/alertifyjs/themes/bootstrap.min.css | 2 +-
.../static/css/alertifyjs/themes/bootstrap.rtl.css | 2 +-
.../css/alertifyjs/themes/bootstrap.rtl.min.css | 2 +-
.../static/css/alertifyjs/themes/default.css | 2 +-
.../static/css/alertifyjs/themes/default.min.css | 2 +-
.../static/css/alertifyjs/themes/default.rtl.css | 2 +-
.../css/alertifyjs/themes/default.rtl.min.css | 2 +-
.../static/css/alertifyjs/themes/semantic.css | 2 +-
.../static/css/alertifyjs/themes/semantic.min.css | 2 +-
.../static/css/alertifyjs/themes/semantic.rtl.css | 2 +-
.../css/alertifyjs/themes/semantic.rtl.min.css | 2 +-
web/pgadmin/static/js/alertifyjs/alertify.js | 267 +++++++++++----------
web/pgadmin/static/js/alertifyjs/alertify.min.js | 4 +-
19 files changed, 154 insertions(+), 151 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-06-20 08:03:04 PATCH: To fixed the issue in Materialized view (pgAdmin4)
Previous Message Akshay Joshi 2016-06-20 05:41:33 Re: Fixed RM #1356