pgadmin4/web/pgadmin
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
..
about Added support for the infrastructure for on demand access/create the 2015-10-20 12:33:29 +05:30
browser Added new url rules for each node by change NodeView class: 2015-11-23 13:57:43 +05:30
help Fixed few bugs and changed the node create/edit view to use the dialog 2015-08-11 19:19:29 +05:30
misc Added support for the infrastructure for on demand access/create the 2015-10-20 12:33:29 +05:30
redirects Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
settings Added NoneType exception handling in settings & server modules while returning json response. 2015-11-13 16:59:16 +00:00
static Resolved a typo in the version check condition during schema generation. 2015-11-20 10:45:35 +05:30
templates Allow to save only the partial model changes, undo-redo operation 2015-10-28 22:54:30 +05:30
test Allow to generate events from the nodes, whenever some any events. 2015-11-19 23:42:01 +05:30
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils Issues resolved related to connection management and collection nodes: 2015-11-20 14:55:55 +05:30
__init__.py First round of Python 3 compatibility fixes. 2015-11-06 10:23:19 +00:00
messages.pot Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00