pgadmin4/web/pgadmin/misc
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
..
bgprocess Flask-Babel 0.11+ compatibility. Fixes #1496 2016-07-25 17:23:10 +01:00
depends Sorting the data during tree data loading using the natural sort 2016-08-29 20:06:58 +05:30
file_manager String fix. 2016-08-17 15:10:33 +01:00
sql Sorting the data during tree data loading using the natural sort 2016-08-29 20:06:58 +05:30
static/explain Integrate the graphical explain module in the Query Editor. 2016-05-16 01:07:54 +05:30
statistics Sorting the data during tree data loading using the natural sort 2016-08-29 20:06:58 +05:30
templates Get rid of canvas colouring in graphical explain. 2016-06-17 16:34:03 +01:00
__init__.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00