pgadmin4/web
Ashesh Vashi 6d46dfbfba Added new url rules for each node by change NodeView class:
- Renamed the URL 'nodes' to 'children', because - we'll return the
  children for the current node.
- Using the URL 'nodes' to fetch all nodes of its type, when not
  specified the node-id, otherwise regenerate that node info using the
  node-id (it will be used by the refresh function).

- Added the URL 'msql' for fetching modified SQL for the modified
  objects.
- Separated the URL 'deps' (GET/POST methods) to 'dependency' and
  'dependent', because - it will be used to fetch the properties of the
  object, not manipulate it. (as suggested by Dave).

This commit includes the changes related to it in the specific nodes.
(i.e. server-group, and server).

Also, includes a javascript change to ask the user (if they really want
to leave the page, and it is not an accidental navigation by keyboard
shortcuts).
2015-11-23 13:57:43 +05:30
..
pgadmin Added new url rules for each node by change NodeView class: 2015-11-23 13:57:43 +05:30
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Adding maximum session idle time in the config.py file 2015-10-22 11:49:53 +05:30
pgAdmin4.py First round of Python 3 compatibility fixes. 2015-11-06 10:23:19 +00:00
setup.py First round of Python 3 compatibility fixes. 2015-11-06 10:23:19 +00:00