pgadmin4/web
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
..
migrations [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
pgadmin Fix React to work with QtWebKit 2017-06-21 11:25:22 +01:00
regression Ensure the feature tests use the correct test settings database. Fixes #2486 2017-06-16 10:17:38 +01:00
tools Add a simple tool to minimise CSS and JS files (for future use) 2017-03-25 22:04:52 -04:00
.eslintrc.js Initial re-vamp of the History tab. 2017-06-13 09:50:41 +01:00
babel.cfg Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
config.py Ensure the feature tests use the correct test settings database. Fixes #2486 2017-06-16 10:17:38 +01:00
karma.conf.js Initial re-vamp of the History tab. 2017-06-13 09:50:41 +01:00
package.json Vendorize React. This is required at this time because we need to modify it to work with QtWebKit. 2017-06-21 11:20:02 +01:00
pgAdmin4.py Bring React into the tree, and add linting and bundling framework for the JS etc. 2017-06-12 16:51:54 +01:00
pgAdmin4.wsgi [Configuration][Migration] Use 'alembic' for migration of the SQLite 2017-04-24 08:37:27 +05:30
setup.py Ensure the feature tests use the correct test settings database. Fixes #2486 2017-06-16 10:17:38 +01:00
webpack.config.js Initial re-vamp of the History tab. 2017-06-13 09:50:41 +01:00
webpack.test.config.js Initial re-vamp of the History tab. 2017-06-13 09:50:41 +01:00
yarn.lock Fix React to work with QtWebKit 2017-06-21 11:25:22 +01:00