pgAdmin 4 commit: Additional docs from Susan.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Additional docs from Susan.
Date: 2016-05-26 14:29:37
Message-ID: E1b5wI5-00017s-RR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Additional docs from Susan.

Branch
------
master

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

Modified Files
--------------
docs/en_US/domain_dialog.rst | 81 ++++++++++++
docs/en_US/foreign_server_dialog.rst | 66 ++++++++++
docs/en_US/fts_configuration_dialog.rst | 61 +++++++++
docs/en_US/fts_dictionary_dialog.rst | 61 +++++++++
docs/en_US/images/foreign_server_definition.png | Bin 0 -> 34726 bytes
docs/en_US/images/foreign_server_general.png | Bin 0 -> 39331 bytes
docs/en_US/images/foreign_server_options.png | Bin 0 -> 39514 bytes
docs/en_US/images/foreign_server_security.png | Bin 0 -> 44105 bytes
docs/en_US/images/foreign_server_sql.png | Bin 0 -> 63914 bytes
docs/en_US/images/fts_configuration_definition.png | Bin 0 -> 39500 bytes
docs/en_US/images/fts_configuration_general.png | Bin 0 -> 42191 bytes
docs/en_US/images/fts_configuration_sql.png | Bin 0 -> 53042 bytes
docs/en_US/images/fts_configuration_tokens.png | Bin 0 -> 42069 bytes
docs/en_US/images/materialized_view_definition.png | Bin 0 -> 34160 bytes
docs/en_US/images/materialized_view_general.png | Bin 0 -> 43921 bytes
docs/en_US/images/materialized_view_security.png | Bin 0 -> 53850 bytes
docs/en_US/images/materialized_view_sql.png | Bin 0 -> 65319 bytes
docs/en_US/images/materialized_view_storage.png | Bin 0 -> 74586 bytes
docs/en_US/images/type_composite.png | Bin 0 -> 25971 bytes
docs/en_US/images/type_definition.png | Bin 0 -> 38541 bytes
docs/en_US/images/type_enumeration.png | Bin 0 -> 25954 bytes
docs/en_US/images/type_external.png | Bin 0 -> 28343 bytes
docs/en_US/images/type_general.png | Bin 0 -> 26220 bytes
docs/en_US/images/type_range.png | Bin 0 -> 30674 bytes
docs/en_US/images/type_security.png | Bin 0 -> 31316 bytes
docs/en_US/images/type_shell.png | Bin 0 -> 21101 bytes
docs/en_US/images/type_sql.png | Bin 0 -> 44258 bytes
docs/en_US/images/user_mapping_general.png | Bin 0 -> 26048 bytes
docs/en_US/images/user_mapping_options.png | Bin 0 -> 25836 bytes
docs/en_US/images/user_mapping_sql.png | Bin 0 -> 32799 bytes
docs/en_US/images/view_definition.png | Bin 0 -> 37470 bytes
docs/en_US/images/view_general.png | Bin 0 -> 39864 bytes
docs/en_US/images/view_security.png | Bin 0 -> 49497 bytes
docs/en_US/images/view_sql.png | Bin 0 -> 71367 bytes
docs/en_US/index.rst | 18 ++-
docs/en_US/materialized_view_dialog.rst | 79 ++++++++++++
docs/en_US/type_dialog.rst | 143 +++++++++++++++++++++
docs/en_US/user_mapping_dialog.rst | 48 +++++++
docs/en_US/view_dialog.rst | 73 +++++++++++
.../templates/user_mappings/js/user_mappings.js | 1 +
.../domains/templates/domains/js/domains.js | 1 +
.../fts_configuration/js/fts_configuration.js | 1 +
.../templates/fts_dictionary/js/fts_dictionary.js | 1 +
.../schemas/types/templates/type/js/type.js | 1 +
.../schemas/views/templates/mview/js/mview.js | 1 +
.../schemas/views/templates/view/js/view.js | 1 +
46 files changed, 634 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-05-27 06:10:53 PATCH: To fix issue in removing comments in edit mode (pgAdmin4)
Previous Message Dave Page 2016-05-26 14:27:09 pgAdmin 4 commit: s/domain-constraints/domain_constraints for consisten