pgadmin4/web/pgadmin/misc
Surinder Kumar 3120ce1909 Fixes few issues with File Manager.
- Rename file/folder not working in list view.
- Selection folder only should not allow to select file.
- Ui changes in table list to match with the pgadmin color styles.
- Custom STORAGE_DIR path don't list files/folders when opened in window
  system.
- Code cleanup, formatting & did proper commenting.
- In file selection mode, the value typed in text box not setting into
  backbone model.
- Removed create file code, it should be handled on module using it.
- Written a common function to make ajax request, instead of writing
  individual functions for same task.
2016-05-21 15:02:05 +05:30
..
bgprocess Fixed issue while using decode() without checking type of the variable. Type maybe string or byte. 2016-05-16 13:22:10 +05:30
depends Moving the messages used in common utilities in a separate javascript. 2016-04-11 17:07:58 +05:30
file_manager Fixes few issues with File Manager. 2016-05-21 15:02:05 +05:30
sql Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
static/explain Integrate the graphical explain module in the Query Editor. 2016-05-16 01:07:54 +05:30
statistics Adding initial version for showing statistics for the server, and 2016-05-16 01:58:02 +05:30
templates/explain/js Integrate the graphical explain module in the Query Editor. 2016-05-16 01:07:54 +05:30
__init__.py Loading the explain.js as 'application/javascript' 2016-05-16 11:28:23 +05:30