pgadmin4/web/pgadmin/browser/server_groups/servers/databases/extensions
Ashesh Vashi b6f307256b Sorting the data during tree data loading using the natural sort
algorithm.

This patch takes care of:
* Consistent behaviour during create, update operation on any node.
  - It should return the node data during creating a new object, or
    updating the existing one.
* Now that - we have consistent behaviour during these operations, we
  can consistently move, update the tree item based the node data from
  the server.
* Implemented the methods for each node to get the information about
  that particular node only.
* Using the above changes to implement the 'refresh' operation on tree
  node properly.

I must thank Surinder, and Harshal for helping me implement the 'node'
method, and also changed the behaviour of create & update methods to
return the node data for most of the nodes.

Fixes #1244
2016-08-29 20:06:58 +05:30
..
static/img Add support for extensions. 2016-02-24 16:45:35 +00:00
templates/extensions Helpfile refactoring. 2016-05-20 16:39:35 -04:00
tests Add schema and database child node regression tests. 2016-08-23 11:50:41 +01:00
__init__.py Sorting the data during tree data loading using the natural sort 2016-08-29 20:06:58 +05:30