Re: [pgadmin-hackers] Numeric controls validation issue in nested schema [pgAdmin4]

2017-03-09 Thread Dave Page
Thanks, applied. On Thu, Mar 9, 2017 at 1:42 PM, Harshal Dhumal wrote: > Hi, > > PFA minor patch for numeric control . > > This Fixes #2241 > > > -- > Harshal Dhumal > Software Engineer > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > -- > Sent via pga

[pgadmin-hackers] Numeric controls validation issue in nested schema [pgAdmin4]

2017-03-09 Thread Harshal Dhumal
Hi, PFA minor patch for numeric control . This Fixes #2241 -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js index 9722480

[pgadmin-hackers] pgAdmin 4 commit: Improve consistency of dialogue controls offered. Fix

2017-01-08 Thread Dave Page
Improve consistency of dialogue controls offered. Fixes #1364 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bdf9761472c215b84e49ed82ee481e237e151b7b Author: Murtuza Zabuawala Modified Files -- .../servers/templates/servers

[pgadmin-hackers] pgAdmin 4 commit: When we use deps functionality, backform controls re-

2016-07-25 Thread Dave Page
When we use deps functionality, backform controls re-render then. But before we re-render them we must remove old grid (if any) otherwise is causes js error "Unable to call exitEditMode of undefined". Fixes #1497 Branch -- master Details --- http://git.postgresql.org/gitweb?

[pgadmin-hackers] pgAdmin 4 commit: Ensure we properly escape data from Select2 controls.

2016-06-20 Thread Dave Page
Ensure we properly escape data from Select2 controls. Fixes #1292 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f4e76a22b9941b284189f5e62bd1861078d963f4 Author: Sanket Mehta Modified Files -- web/pgadmin/static/js

Re: [pgadmin-hackers] Destroy header controls properly [pgadmin4]

2016-06-06 Thread Ashesh Vashi
al < [email protected]> wrote: > Hi, > > PFA patch for tokes control in fts configuration and variable control. > > Issue fixed : Destroy header controls properly. > > > > -- > *Harshal Dhumal* > *Software Engineer* > > EnterpriseDB India: ht

[pgadmin-hackers] pgAdmin 4 commit: Remove the header controls of subnode control properl

2016-06-06 Thread Ashesh Vashi
Remove the header controls of subnode control properly, when removing it from the VariableControl, and the customized TokenControl in the fts_configuration javascript module during clean up process. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff

[pgadmin-hackers] Destroy header controls properly [pgadmin4]

2016-06-03 Thread Harshal Dhumal
Hi, PFA patch for tokes control in fts configuration and variable control. Issue fixed : Destroy header controls properly. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser

Re: [pgadmin-hackers] Destroy select2 controls before re-rendering [pgadmin4]

2016-05-14 Thread Ashesh Vashi
2016 at 3:58 PM, Harshal Dhumal < [email protected]> wrote: > Hi, > > PFA patch for select2 controls. > > Change: Destroy existing any select2 controls before re-rendering them. > Otherwise this was causing wired dialogue UI hang issue. > &

[pgadmin-hackers] Destroy select2 controls before re-rendering [pgadmin4]

2016-05-12 Thread Harshal Dhumal
Hi, PFA patch for select2 controls. Change: Destroy existing any select2 controls before re-rendering them. Otherwise this was causing wired dialogue UI hang issue. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB <http://www.enterprisedb.com> diff --git a/web/pgadmin/browser/

[pgadmin-hackers] Review: Views, Mat. Views, Vaccum controls, Columns, Indexes, Rules, Triggers

2016-04-14 Thread Dave Page
efault tablespace is shown. - If I enable custom auto-vacuum, there is no way to add a row to specify options. - If I specify a comment on an MV, I get "ERROR: "mv_pg_tables" is not a view" - Save/Cancel buttons not working as expected (like other objects) Indexes: - Default t

[pgadmin-hackers] pgAdmin 4 commit: Resolved few issues in the collection controls. Uniqu

2016-04-01 Thread Ashesh Vashi
Resolved few issues in the collection controls. UniqueCollectionControl was not honouring the change events after execution of the function - 'render' more than one time. Change the label of the Add button to make it consistent with the Unique Collection Control. Branch -- maste

Re: [pgadmin-hackers] PATCH: Enhancement to backform controls [pgAdmin4]

2016-03-04 Thread Dave Page
Thanks, applied. On Fri, Mar 4, 2016 at 11:40 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to disable edit button functionality conditionally in backgrid. > > > Regards, > Murtuza > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Com

Re: [pgadmin-hackers] PATCH: Enhancement to backform controls [pgAdmin4]

2016-03-04 Thread Murtuza Zabuawala
Hi, PFA patch to disable edit button functionality conditionally in backgrid. Regards, Murtuza -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Mar 4, 2016 at 4:30 PM, Dave Page wrote: > Thanks - committed. > > On Fri, Mar 4, 2

Re: [pgadmin-hackers] PATCH: Enhancement to backform controls [pgAdmin4]

2016-03-04 Thread Dave Page
Thanks - committed. On Fri, Mar 4, 2016 at 8:53 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to add functionalities as below, > > 1) Unique collection control: we have added 'Edit' button in grid, earlier > it was only delete button. > 2) Sql field control: We have added control to disabled &

[pgadmin-hackers] PATCH: Enhancement to backform controls [pgAdmin4]

2016-03-04 Thread Murtuza Zabuawala
Hi, PFA patch to add functionalities as below, 1) Unique collection control: we have added 'Edit' button in grid, earlier it was only delete button. 2) Sql field control: We have added control to disabled & visible functionality which were not available. -- Regards, Murtuza Zabuawala Enterpris

[pgadmin-hackers] pgAdmin 4 commit: Adding two new controls tab and fieldset for better l

2016-01-17 Thread Ashesh Vashi
Adding two new controls tab and fieldset for better layout management used in some of the nodes. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6a071292aa414103be3f7444f121ed1f82ad3b80 Modified Files -- web/pgadmin/browser

[pgadmin-hackers] pgAdmin 4 commit: Fixes few UI issue with the backform controls.

2016-01-12 Thread Ashesh Vashi
Fixes few UI issue with the backform controls. 1. NodeAjaxOtions needs to check 'version_compability' in field, and not 'ver_in_limit' variable. (Thanks Murtuza for pointing that out.) 2. Override the input control to catch the change properly in it. 3. Updated the UniqueC

[pgadmin-hackers] pgAdmin 4 commit: Introduced new controls to show the list of a node ty

2015-12-27 Thread Ashesh Vashi
Introduced new controls to show the list of a node type (by name and id) as properties of other node. Resolved a typo in privileges control. Removed duplicate lines in backform.pgadmin.js Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h

[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

[pgadmin-hackers] pgAdmin III commit: Date picker controls returns a full timestamp by

2012-11-28 Thread Dave Page
Date picker controls returns a full timestamp by default, which can cause inadvertent date changes on jobs and role validty dates. Ignore the time part. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h

[pgadmin-hackers] pgAdmin III commit: Date picker controls returns a full timestamp by

2012-11-28 Thread Dave Page
Date picker controls returns a full timestamp by default, which can cause inadvertent date changes on jobs and role validty dates. Ignore the time part. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=35666a65fe3ec3b486e11cc36947fab034f9e8a0

[pgadmin-hackers] pgAdmin III commit: Fix the default column widths of the list controls

2012-01-13 Thread Dave Page
Fix the default column widths of the list controls on the main window on Linux. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e17c99e6052c07ca42cf3f1f570a8fff1ae5681d Author: Dhiraj Chawla Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Fix the default column widths of the list controls

2012-01-13 Thread Dave Page
Fix the default column widths of the list controls on the main window on Linux. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6186164c62cf2b309a6b67db202ab97c1baec48f Author: Dhiraj Chawla Modified Files -- CHANGELOG

Re: [pgadmin-hackers] [pgAdmin III] #333: Graphical query builder controls

2012-01-07 Thread pgAdmin Trac
#333: Graphical query builder controls ---+ Reporter: Colin Beckingham | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone: 1.16

Re: [pgadmin-hackers] [pgAdmin III] #333: Graphical query builder controls

2012-01-07 Thread pgAdmin Trac
#333: Graphical query builder controls --+- Reporter: Colin Beckingham | Owner: gleu Type: feature | Status: assigned Priority: minor | Milestone: Component

Re: [pgadmin-hackers] [pgAdmin III] #333: Graphical query builder controls

2011-09-03 Thread pgAdmin Trac
#333: Graphical query builder controls --+- Reporter: Colin Beckingham | Owner: dpage Type: bug | Status: new Priority: minor | Milestone: Component: pgadmin

[pgadmin-hackers] [pgAdmin III] #333: Graphical query builder controls

2011-08-23 Thread pgAdmin Trac
#333: Graphical query builder controls --+- Reporter: Colin Beckingham | Owner: dpage Type: bug | Status: new Priority: minor | Milestone: Component: pgadmin

[pgadmin-hackers] pgAdmin III commit: Switch OID and owner controls

2011-04-17 Thread Guillaume Lelarge
Switch OID and owner controls All dialogs have first OID, then Owner controls. All but function and package. This patch switches the two controls so that the dialogs look alike the others. Moreover, the first and second tabs of dlgIndexConstraint had the same name and title. The second tab is

Re: [pgadmin-hackers] Vacuum settings - Was: Overlapping controls

2005-10-18 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Petri Jooste Sent: 18 October 2005 11:03 To: [email protected]; Dave Page Subject: [pgadmin-hackers] Vacuum settings - Was: Overlapping controls in dialogs - bugsin

Re: [pgadmin-hackers] Vacuum settings - Was: Overlapping controls in dialogs - bugsin beta 2

2005-10-18 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Petri Jooste > Sent: 18 October 2005 11:03 > To: [email protected]; Dave Page > Subject: [pgadmin-hackers] Vacuum settings - Was: Overlapping > controls in

[pgadmin-hackers] Vacuum settings - Was: Overlapping controls in dialogs - bugs in beta 2

2005-10-18 Thread Petri Jooste
OK, no problem then for the controls, but I think I found another translation-related issue. The "Vacuum settings" tab in "dlgTable" seems to be only partly translated. Also, I do not know where the translated string for "Current value" (right) fits? It seems th

Re: [pgadmin-hackers] Overlapping controls in dialogs - bugs in beta 2

2005-10-18 Thread Dave Page
> -Original Message- > From: Petri Jooste [mailto:[EMAIL PROTECTED] > Sent: 18 October 2005 10:13 > To: [email protected]; Dave Page > Subject: Overlapping controls in dialogs - bugs in beta 2 > > While using the -t option to run pgAdmin3 beta 2, I

Re: controls

2002-02-19 Thread Dave Page
Mark,   Yes, when there is a need, then a control may be appropriate. The (unwritten) rules are:   - Only use controls where necessary   - Only use standard Microsoft or home brewed controls   - Use the normal pgAdmin licence - certainly *no* GPL (they're not compatible - that'

controls

2002-02-19 Thread Mark A. Taff
Dave,     As the HBX is a user-control, am I correct to presume that it is OK to make our own user-controls? I can’t think of any neat way to do the desired entity relationship-diagramming module without user-controls.   Regards,   Mark