[pgadmin-hackers] pgAdmin 4 commit: Do not show the properties in property windows, when

2015-12-16 Thread Ashesh Vashi
Do not show the properties in property windows, when they're not applicable. i.e. not supported by that version. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c796eee2a79c290edf159bfc63670d82362f07d3 Modified Files -- web/pgadmin/

[pgadmin-hackers] pgAdmin 4 commit: Pass on the browser tree events by generating node sp

2015-12-16 Thread Ashesh Vashi
Pass on the browser tree events by generating node specific 'browser-node' events. Added a test event in test.js Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8611e29c60b67eb3f64b7133a2979fc856bb8062 Modified Files -- .../browser

[pgadmin-hackers] pgAdmin 4 commit: Log the executing SQL stataments and error propertly

2015-12-16 Thread Ashesh Vashi
Log the executing SQL stataments and error propertly from the psycopg2 driver Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d891a9d4d719d7e81afe51f3b3fdee23b49c464e Modified Files -- web/pgadmin/utils/driver/psycopg2/__init__.py |

[pgadmin-hackers] pgAdmin 4 commit: Removed the undo manager from the node implementation

2015-12-16 Thread Ashesh Vashi
Removed the undo manager from the node implementation, as it is causing some issue, which rendering some code, which requires detailed attention. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2f1eac124310f820d178abb8bf6b68e5af9d93bd Modified

[pgadmin-hackers] pgAdmin 4 commit: Fixed few issues with the backform custom controls.

2015-12-16 Thread Ashesh Vashi
Fixed few issues with the backform custom controls. - Fixed the server backend version check for any schema object. - Fixed the switch control, it was not enable to toggle the values properly. - Fixed the editableCell to work properly in the collection properties. Branch -- master Details ---