pgadmin4/web/pgadmin/utils
Alexander Lakhin 8860bc3c3e Saved user language was not being picked up in case of non-server mode.
Because - the get_locale(...) function was being executed before any
request, and user login after first request. Hence - the values for
the labels in the Preferences are not being translated properly.

Fetch the raw value of user_language from configuration in case of
runtime/non-server mode to fix the issue.
2017-10-30 18:20:41 +05:30
..
driver Fix various issues that could cause an exception on startup. Fixes #2713 2017-10-10 09:50:47 +01:00
javascript Fix the JS Bundler test to work when there are multiple servers defined in a test run. 2017-06-14 09:37:20 +01:00
sqlautocomplete Revert code cleanup that wasn't 2.6 compatible. 2017-03-27 21:27:17 -04:00
tests Greenplum specific DDL and Dashboard display changes. 2017-08-25 17:53:03 +05:30
__init__.py Added support of Declarative Partitioning (Range, List) for PostgreSQL 10. 2017-07-07 11:55:55 +05:30
ajax.py Format JSON more efficiently. This can significantly reduce response sizes from the server. 2017-01-06 14:09:36 +00:00
crypto.py Fix encoding issue when saving servers. Fixes #2518 2017-06-28 09:44:32 -04:00
exception.py Added support of Declarative Partitioning (Range, List) for PostgreSQL 10. 2017-07-07 11:55:55 +05:30
html.py Ensure object names are properly escaped for external process management. Fixes #2405 2017-05-15 13:01:12 +01:00
menu.py Allow the dashboard panel to be closed. Fixes #2506 2017-06-30 10:11:34 +01:00
paths.py Import config only when needed, it was causing cyclic dependency when 2017-03-07 16:07:10 +05:30
preferences.py Saved user language was not being picked up in case of non-server mode. 2017-10-30 18:20:41 +05:30
route.py Make feature test app teardown more reliable, and tests faster 2017-03-01 13:20:06 +00:00
session.py Fix for Exception when the server is restarted. Fixes #2713 2017-09-18 14:39:43 +01:00
versioned_template_loader.py Greenplum specific DDL and Dashboard display changes. 2017-08-25 17:53:03 +05:30