[pgadmin-hackers] pgAdmin 4 commit: Fixing few issues with context menu icon missing.

2015-12-04 Thread Ashesh Vashi
Fixing few issues with context menu icon missing. Introduced a new ajax function to return the HTTP Status code 410 (GONE). Changed the location of the javascript from each modules, it loads. Added .swp, .swo files in the .gitignore file Branch -- master Details --- http://git.postgresql

[pgadmin-hackers] pgAdmin 4 commit: Using bootstrap-swtich for creating a custom backform

2015-12-04 Thread Ashesh Vashi
Using bootstrap-swtich for creating a custom backform control for boolean values. (Modified quite a lot by Ashesh, before committing). This patch also allow to set the header class in the backgrid through setting 'cellHeaderClass' property of the schema object for any of the node. It will allow u

[pgadmin-hackers] pgAdmin 4 commit: Do validation before enabling the Save button.

2015-12-04 Thread Ashesh Vashi
Do validation before enabling the Save button. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57d6c3b4065c431425bbd633c584171ca6b63361 Modified Files -- .../servers/templates/servers/servers.js | 22 +++--- web/p

[pgadmin-hackers] pgAdmin 4 commit: Fixed an issue related taking input as raw_input on P

2015-12-04 Thread Ashesh Vashi
Fixed an issue related taking input as raw_input on Python 2. This is regression, introduced in the commit-id: 209ee78b252fb063e34681acc658b479585d2aba Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a04ef2de431115486e6e32bb5380c1799f081ad1 Aut