pgAdmin 4 commit: Fixed below review comments for QueryTool

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed below review comments for QueryTool
Дата
Msg-id E1ayf4H-0002E4-NY@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed below review comments for QueryTool
 - The button bar be moved out into an HTML template
 - create.sql should perhaps be renamed to insert.sql
 - The "Add Row" button only works if you're on the last page of the resultset.
 - Use one wcDocker instead of two
 - Added support of code folding

Branch
------
master

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

Modified Files
--------------
.../tools/datagrid/templates/datagrid/index.html   | 114 ++++++++-
web/pgadmin/tools/sqleditor/command.py             |   2 +-
.../tools/sqleditor/static/css/sqleditor.css       |  39 +++-
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 254 ++++++---------------
.../templates/sqleditor/sql/9.1_plus/create.sql    |   8 -
.../templates/sqleditor/sql/9.1_plus/insert.sql    |   8 +
6 files changed, 219 insertions(+), 206 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Added dependency of messages 'pgadmin.browser.message
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: First round of string review and cleanup.