pgadmin4/web/pgadmin/browser/static/js
Aditya Toshniwal bdb7e3fde2 Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294
Highlights of this patch include:
- Changes will affect SQL Editors in Create dialog boxes, SQL tab of the main screen, Query tool, History entries in the query tool, Query tool opened in New Tab/Window
- All the components of SQL editor will refer to single source of preferences which is cached in the Browser object. All other redundant ajax get preference calls are removed.
- SQL editor will not refer template JS variables anymore, once all the references are removed the template variables will also be removed.
- Code refactoring wherever possible.
- Covered JS test cases wherever possible.
2018-07-05 11:38:43 +01:00
..
browser.js Infrastructure and changes to the Query Tool for realtime preference handling. Refs #3294 2018-07-05 11:38:43 +01:00
collection.js Extract the tests and refactor some of the methods. 2018-06-05 16:42:59 +05:30
datamodel.js Allow the connection timeout to be configured on a per-server basis. Fixes #3388 2018-06-19 19:58:46 -04:00
error.js Close button added to the alertify message box, which pops up in case of backend error. Fixes #3290 2018-04-24 18:57:31 +05:30
frame.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
keyboard.js Update jQuery to 3.3.1. Fixes #3271 2018-05-25 16:26:37 +01:00
menu.js Update jQuery to 3.3.1. Fixes #3271 2018-05-25 16:26:37 +01:00
node.js Extract the tests and refactor some of the methods. 2018-06-05 16:42:59 +05:30
node.ui.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
panel.js Add keyboard navigation options for the main browser windows. Fixes #2895 2018-02-02 14:28:37 +01:00
wizard.js Support tab navigation in dialogs. Fixes #2898 2018-02-27 11:18:36 +00:00