pgAdmin 4 commit: Moving the messages used in common utilities in a sep

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Moving the messages used in common utilities in a sep
Date: 2016-04-11 11:46:07
Message-ID: E1apaIB-0002ll-Ov@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Moving the messages used in common utilities in a separate javascript.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/__init__.py | 26 +++++++++++--------
.../browser/templates/browser/js/browser.js | 21 +++++----------
.../browser/templates/browser/js/messages.js | 30 ++++++++++++++++++++++
web/pgadmin/misc/depends/static/js/depends.js | 2 +-
web/pgadmin/misc/sql/static/js/sql.js | 4 +--
.../static/js/alertifyjs/pgadmin.defaults.js | 4 +--
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
7 files changed, 58 insertions(+), 31 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-04-11 11:49:08 Re: [pgAdmin4] PATCH: View and Role Node
Previous Message Harshal Dhumal 2016-04-11 11:26:56 Patch for index constraint (primary and unique key) [pgadmin4]