pgAdmin 4 commit: Updated the jQuery-contextMenu to 1.9.2 (latest stabl

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Updated the jQuery-contextMenu to 1.9.2 (latest stabl
Date: 2016-03-17 19:41:39
Message-ID: E1agdnf-0005ZD-KO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Updated the jQuery-contextMenu to 1.9.2 (latest stable) version.
Also, added the missing license information about it in the libraries.txt.

Branch
------
master

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

Modified Files
--------------
libraries.txt | 1 +
web/pgadmin/browser/__init__.py | 16 +-
.../static/css/jQuery-contextMenu/images/cut.png | Bin 0 -> 648 bytes
.../static/css/jQuery-contextMenu/images/door.png | Bin 0 -> 412 bytes
.../jQuery-contextMenu/images/page_white_add.png | Bin 0 -> 442 bytes
.../jQuery-contextMenu/images/page_white_copy.png | Bin 0 -> 309 bytes
.../images/page_white_delete.png | Bin 0 -> 536 bytes
.../jQuery-contextMenu/images/page_white_edit.png | Bin 0 -> 618 bytes
.../jQuery-contextMenu/images/page_white_paste.png | Bin 0 -> 620 bytes
.../css/jQuery-contextMenu/jquery.contextMenu.css | 165 +-
.../jQuery-contextMenu/jquery.contextMenu.min.css | 16 +
.../jquery.contextMenu.min.css.map | 1 +
.../js/jQuery-contextMenu/jquery.contextMenu.js | 3215 ++++++++++----------
.../jQuery-contextMenu/jquery.contextMenu.min.js | 18 +
.../js/jQuery-contextMenu/jquery.ui.position.js | 74 +-
.../jQuery-contextMenu/jquery.ui.position.min.js | 4 +
16 files changed, 1858 insertions(+), 1652 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-03-17 20:05:10 pgAdmin 4 commit: Updated the font-awesome to 4.5 (latest) version.
Previous Message Ashesh Vashi 2016-03-17 17:46:15 Server side session management using the SQLite (per session) database