public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Misc fixes and additions for pgAgent support:
Date: Thu, 22 Sep 2016 14:28:03 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Misc fixes and additions for pgAgent support:
- Added DatetimepickerControl, MomentCell (using moment.js)
- Used the 'DatetimepickerControl' in Role (Also - resolved an issue, when unset the datetime for 'Valid Until'.)
- Added a 'Select All/Unselect All' adaptor for Select2 used by pgAgent nodes.
- Fixed an issue with SubNodeCollectionControl, which was not starting the modification session of the child model, when created default value for collection is not null/undefined. And, hence - validation on the child model was not working.
- Fixed a memory leak with SqlFieldControl, and SqlTabControl, which was not releasing the CodeMirror properly.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=163ae4d53d65940061b55c6a9fa80424e8998...
Author: Ashesh Vashi <[email protected]>
Modified Files
--------------
.../server_groups/servers/roles/__init__.py | 13 +-
.../servers/roles/templates/role/js/role.js | 28 +-
.../roles/templates/role/sql/post8_4/update.sql | 5 +-
.../roles/templates/role/sql/post9_0/update.sql | 4 +-
.../roles/templates/role/sql/post9_1/update.sql | 4 +-
.../roles/templates/role/sql/post9_4/update.sql | 4 +-
web/pgadmin/browser/static/js/node.ui.js | 76 +-
.../browser/templates/browser/js/messages.js | 4 +-
.../templates/preferences/preferences.js | 5 +-
.../static/css/bootstrap-datetimepicker.min.css | 5 +
web/pgadmin/static/css/overrides.css | 47 +-
web/pgadmin/static/css/pgadmin.css | 4 +
web/pgadmin/static/js/backform.pgadmin.js | 196 +-
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js | 202 +-
web/pgadmin/static/js/bootstrap-datetimepicker.js | 2623 ++++
.../static/js/bootstrap-datetimepicker.min.js | 217 +
web/pgadmin/static/js/moment-with-locales.js | 12251 +++++++++++++++++++
web/pgadmin/static/js/moment-with-locales.min.js | 678 +
web/pgadmin/templates/base.html | 13 +-
19 files changed, 16304 insertions(+), 75 deletions(-)
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pgAdmin 4 commit: Misc fixes and additions for pgAgent support:
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox