pgadmin4/web/pgadmin
George Gelashvili 5cfa22cf23 Fix React to work with QtWebKit
We learned that the underlying issue was related to react-dom's SyntheticEvent.augmentClass function being undefined.

This seems to be caused by attempted property assignment after the SyntheticEvent had been replaced by a Proxy of itself. This works fine in Chromium et al, but QtWebKit doesn't deal with Proxy Event objects well.
Moving the augmentClass definition and assignment up above the Proxy stuff resolves the issue in a PR to React: https://github.com/facebook/react/pull/10011
2017-06-21 11:25:22 +01:00
..
about Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
browser Correct the v10 template path. 2017-06-20 12:04:13 +01:00
dashboard Initial support for PG 10.0, per #2214 2017-04-24 13:55:29 +01:00
feature_tests Properly handle bytea[], and 'infinity'::real/real[]. Fixes #2498. Fixes #2502. 2017-06-20 10:19:11 +01:00
help Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
misc Fixed issue of opening file manager dialog from Query Tool. 2017-06-13 15:48:12 +05:30
model Ensure servers are deleted when their parent group is deleted. Fixes #2212 2017-03-06 10:35:27 +00:00
preferences Teach dialogues about Escape to cancel, Enter to Save/OK, and F1 for help. Fixes #1535 2017-06-12 16:43:29 +01:00
redirects Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
settings Using client-side implementation of 'url_for' in the settings module. 2017-06-16 08:57:23 +05:30
setup [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
static Fix React to work with QtWebKit 2017-06-21 11:25:22 +01:00
templates Consolidate selection colors in the drop down menu and browser tree to match the light blue agreed upon in the styleguide. 2017-06-21 11:11:49 +01:00
tools Increase the default size of the Grant Wizard to enable it to properly display privileges at the default size on smaller displays. Fixes #2013 2017-06-21 11:08:23 +01:00
translations German translation update. 2017-04-18 15:03:36 +01:00
utils Properly handle bytea[], and 'infinity'::real/real[]. Fixes #2498. Fixes #2502. 2017-06-20 10:19:11 +01:00
__init__.py Ensure the feature tests use the correct test settings database. Fixes #2486 2017-06-16 10:17:38 +01:00
messages.pot Update translations 2017-04-05 14:03:17 +01:00