pgAdmin 4 commit: Replace bootstrap-dialog with Alertify.js, which is m

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Replace bootstrap-dialog with Alertify.js, which is m
Date: 2015-01-28 15:57:36
Message-ID: E1YGUzo-0008HU-Mg@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Replace bootstrap-dialog with Alertify.js, which is more configurable
and supports non-modal dialogs.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/about/templates/about/browser.js | 35 +-
web/pgadmin/static/css/alertifyjs/alertify.css | 874 ++++++
web/pgadmin/static/css/alertifyjs/alertify.min.css | 3 +
web/pgadmin/static/css/alertifyjs/alertify.rtl.css | 874 ++++++
.../static/css/alertifyjs/alertify.rtl.min.css | 3 +
.../static/css/alertifyjs/themes/bootstrap.css | 55 +
.../static/css/alertifyjs/themes/bootstrap.min.css | 3 +
.../static/css/alertifyjs/themes/bootstrap.rtl.css | 55 +
.../css/alertifyjs/themes/bootstrap.rtl.min.css | 3 +
web/pgadmin/static/css/bootstrap-dialog.css | 120 -
web/pgadmin/static/css/bootstrap-dialog.min.css | 1 -
web/pgadmin/static/css/overrides.css | 10 +
.../static/js/vendor/alertifyjs/alertify.js | 3257 ++++++++++++++++++++
.../static/js/vendor/alertifyjs/alertify.min.js | 3 +
web/pgadmin/static/js/vendor/bootstrap-dialog.js | 1239 --------
.../static/js/vendor/bootstrap-dialog.min.js | 1 -
web/pgadmin/templates/base.html | 12 +-
web/pgadmin/test/browser.py | 16 +-
web/pgadmin/test/templates/test/browser.js | 70 +
19 files changed, 5266 insertions(+), 1368 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-01-28 17:56:28 pgAdmin 4 commit: Minor tweaks to the dialog code.
Previous Message Dave Page 2015-01-27 16:57:23 pgAdmin 4 commit: Add support for creating dialogs, and add an About di