pgAdmin 4 commit: Allow configuration of CSV and clipboard formatting o

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow configuration of CSV and clipboard formatting o
Date: 2017-11-20 13:50:51
Message-ID: E1eGmTL-0005ej-CI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow configuration of CSV and clipboard formatting of query results. Fixes #2781

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c566f132e19ab4476f570664647683f97361cb0
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/preferences_sql_csv_output.png | Bin 0 -> 86945 bytes
docs/en_US/images/preferences_sql_result_grid.png | Bin 0 -> 100020 bytes
docs/en_US/preferences.rst | 16 ++++
docs/en_US/query_tool.rst | 6 +-
.../copy_selected_query_results_feature_test.py | 32 ++++----
.../feature_tests/query_tool_journey_test.py | 8 +-
web/pgadmin/preferences/static/js/preferences.js | 18 ++++-
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
web/pgadmin/static/js/selection/copy_data.js | 3 +-
.../js/selection/range_boundary_navigator.js | 40 ++++++----
.../handle_query_output_keyboard_event.js | 3 +-
web/pgadmin/tools/sqleditor/__init__.py | 81 ++++++++++++++++++++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 33 ++++++++-
web/pgadmin/utils/driver/psycopg2/__init__.py | 20 +++--
web/pgadmin/utils/preferences.py | 15 +++-
web/regression/feature_utils/pgadmin_page.py | 1 +
.../javascript/selection/copy_data_spec.js | 12 +--
.../selection/range_boundary_navigator_spec.js | 27 ++++---
.../handle_query_output_keyboard_event_spec.js | 4 +-
19 files changed, 248 insertions(+), 73 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-20 13:51:04 Re: [pgAdmin4][Patch]: RM #2781 - New option to set the quotation mark for copying to clipboard.
Previous Message Dave Page 2017-11-20 13:36:58 Re: [pgAdmin4][Patch]: Add support for time without time zone