pgadmin4/web
Ashesh Vashi f2fc1ceba8 Resolved quite a few file-system encoding/decoding related cases.
In order to resolve the non-ascii characters in path (in user directory,
storage path, etc) on windows, we have converted the path into the
short-path, so that - we don't need to deal with the encoding issues
(specially with Python 2).

We've resolved majority of the issues with this patch.
We still need couple issues to resolve after this in the same area.

TODO
* Add better support for non-ascii characters in the database name on
  windows with Python 3
* Improve the messages created after the background processes by
  different modules (such as Backup, Restore, Import/Export, etc.),
  which does not show short-paths, and xml representable characters for
  non-ascii characters, when found in the database objects, and the file
  PATH.

Fixes #2174, #1797, #2166, #1940

Initial patch by: Surinder Kumar
Reviewed by: Murtuza Zabuawala
2017-03-07 15:31:03 +05:30
..
pgadmin Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30
regression Fix regression tests with runtime auth. Fixes #2228 2017-03-06 15:24:52 +00:00
babel.cfg Include SQL templates in the translation template. 2016-11-14 11:53:20 +00:00
config.py Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30
pgAdmin4.py Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30
pgAdmin4.wsgi Fix WSGI support. 2016-08-18 13:43:00 +01:00
setup.py Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30