pgadmin4/web/pgadmin
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
..
about Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
browser Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
dashboard Core infrastructure for dashboards. 2016-04-16 17:51:44 +01:00
help Icon and toolbar cleanup/consistency. 2016-04-15 13:32:17 +01:00
misc Refresh the SQL control, whenever necessary. 2016-04-22 15:29:23 +05:30
model Procedural language debugger. 2016-04-14 21:36:04 +01:00
preferences Fixed the issue - preferences were saved. 2016-04-25 11:54:02 +05:30
redirects Fix favicon routing 2016-04-14 13:40:01 +01:00
settings Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
static Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
templates Load the codemirror as package in the require.js, which will allow us to 2016-04-14 12:34:17 +05:30
test Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
tools Do not close the menu, when clicking on the menu with checkbox. 2016-04-25 22:06:42 +05:30
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils [Python 3] Fixed an issue iterate the keys from the session loaded from 2016-04-26 16:16:29 +05:30
__init__.py Do not reset the driver registry when the 'load_driver' method of 2016-04-25 15:33:54 +05:30
messages.pot Update message catalog 2016-04-14 15:49:23 +01:00