pgadmin4/web/pgadmin
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
..
about Consistent dialogue configuration 2017-02-27 14:58:22 +00:00
browser Add missing "Run Now" option for pgAdmin jobs. Fixes #1796 2017-03-06 10:24:43 +00:00
dashboard Rename the 9.1_plus templates to "default" to more appropriately support Greenplum which is based on 8.3. 2017-02-01 09:57:49 +00:00
feature_tests Revert "Rename the top level feature tests directory for consistency with other test directories" 2017-03-02 11:23:05 +00:00
help Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
misc Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30
model Ensure servers are deleted when their parent group is deleted. Fixes #2212 2017-03-06 10:35:27 +00:00
preferences Improve consistency of dialogue controls offered. Fixes #1364 2017-01-08 16:05:34 +05:30
redirects Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
settings Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
static Show the correct indeterminate state when editing new boolean values. Fixes #2218 2017-03-06 10:30:58 +00:00
templates Move 3rd party client code into vendor/ directories for ease of maintenance. 2017-02-24 17:01:21 +00:00
tools Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30
translations Update translation files. 2017-02-06 16:25:16 +00:00
utils Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30
__init__.py Resolved quite a few file-system encoding/decoding related cases. 2017-03-07 15:31:03 +05:30
messages.pot Update translation files. 2017-02-06 16:25:16 +00:00