pgAdmin 4 commit: Fix all manner of inconsistencies in object propertie

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix all manner of inconsistencies in object propertie
Date: 2016-03-10 17:10:13
Message-ID: E1ae46H-0002ON-C2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix all manner of inconsistencies in object properties display:

- Don't display the OID on Edit dialogues
- Use the ACL summary display in the properties panel, not the subnode editor.
- s/Oid/OID/g
- Ensure all security properties are displayed in the Security group
- Ensure all object definition values are stored in the Definition (or a more precise) group, not General.
- Fix the ordering of General properties so the comment is always show last.

Branch
------
master

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

Modified Files
--------------
.../databases/casts/templates/cast/js/casts.js | 17 +++++++++++------
.../templates/event_triggers/js/event_trigger.js | 9 +++++++--
.../templates/extensions/js/extensions.js | 12 +++++++-----
.../languages/templates/languages/js/languages.js | 15 +++++++++++----
.../sequences/templates/sequence/js/sequence.js | 15 ++++++++++-----
.../schemas/templates/catalog/js/catalog.js | 6 +++---
.../schemas/templates/schema/js/schema.js | 22 +++++++++++-----------
.../databases/templates/databases/js/databases.js | 15 ++++++++++-----
.../servers/roles/templates/role/js/role.js | 2 +-
.../templates/tablespaces/js/tablespaces.js | 10 +++++-----
10 files changed, 76 insertions(+), 47 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-10 17:15:46 pgAdmin 4 commit: Variables should have their own tab on dialogues.
Previous Message Neel Patel 2016-03-10 16:58:14 Re: [pgAdmin4][Patch]: Foreign Data Wrapper