[pgadmin-hackers] pgAdmin 4 commit: Allow to show help string in each of the contorl.

2016-03-24 Thread Ashesh Vashi
Allow to show help string in each of the contorl. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a28df1e0a2f9940935ae972ec23810a198e257da Modified Files -- web/pgadmin/static/js/backform.pgadmin.js | 21 + 1 file

[pgadmin-hackers] pgAdmin 4 commit: The changed value of a multiline/text control was not

2016-03-24 Thread Ashesh Vashi
The changed value of a multiline/text control was not saved in the configuration database due to unable to identify the change properly. Thanks Dave for reporting. This also includes a support to use a 'text' type of preference, and show help string next to the control. Branch -- master Deta

[pgadmin-hackers] pgAdmin 4 commit: Loading the jquery.aciSortable.min.js javascript, as

2016-03-24 Thread Ashesh Vashi
Loading the jquery.aciSortable.min.js javascript, as when we destroy the jquery-aciTree from preferences dialog, it throws an exception, which uses functions from this javascript. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=242d5f47f672d3f2d

[pgadmin-hackers] pgAdmin 4 commit: Convert the value in proper format, as we may only ge

2016-03-24 Thread Ashesh Vashi
Convert the value in proper format, as we may only get string values for integer and numeric type. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=067c269fc853a2f516c358e8f35635d8a56b8bfa Modified Files -- web/pgadmin/utils/preferen

Re: [pgadmin-hackers] pgAdmin4 PATCH: Domain Module

2016-03-24 Thread Dave Page
Hi You're going to hate me for this - I added an un-validated constraint to a domain, then opened the domain properties and clicked the Validate? option for it. The SQL is generated, but the Save button is not enabled. - If I right-click a domain, I get Create options for "Domain" (with a co