pgadmin4/web/pgadmin/browser/server_groups/servers/databases/schemas
Ashesh Vashi 32e0a0d4b6 Clear the node cache, when an node is created/updated to make sure - we
will always have latest data related to that type of node. Also, fixed
the cache_level for different node types.

This commit also contains fixes for the following issue:
* In extension module - use the 'node-list-by-name' instead of using a
  custom 'node-ajax-options' control, and removed redundant template
  schemas from it.
* When we tries to destroy the select2 object from
  Select2Cell/Select2Control while releasing the properties view,
  sometimes select2 can not find the instance related it for some
  unknown reason. Hence - before removing it we will check for manual
  instance existance using $.data('select2').
* When we traverse through the browser tree nodes very quickly, it tries
  to remove the object before it gets created completely, and results
  into an exception.
* Icon in the select2 drop down list was not visible due to some CSS
  issues.

Apart of that, we will generate two new browser events -
'pgadmin-node:created:<NODE-TYPE>', 'pgadmin-node:updated:<NODE-TYPE>'
whenever a new node is created, or an existing node will be updated.
2016-04-29 15:50:38 +05:30
..
catalog_objects Fix a number of minor issues with catalog objects: 2016-03-11 10:09:23 +00:00
collations Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
domains Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
fts_dictionaries Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
fts_parser Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
fts_templates Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
functions Rename "Parameters" to "Arguments" and "Variables" to "Parameters" for consistency with the PG docs. 2016-04-14 20:11:55 +01:00
sequences Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
static/img Add support for Schemas and Catalogs. 2016-03-08 15:48:11 +00:00
templates Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
types Type fixes: 2016-04-14 15:46:25 +01:00
__init__.py Add support for Schemas and Catalogs. 2016-03-08 15:48:11 +00:00
utils.py Fix various issues with Types, per discussion 2016-04-14 12:37:19 +01:00