[pgadmin-hackers] [pgAdmin4][Patch]: RM 2318: Fixed Foreign Table column order

2017-04-13 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #2318: Foreign Table create script puts columns in alphabetical order instead of the actual order of the columns as the table was originally created Fixed the column order in get_columns.sql template for PG 9.5 and above. Other than this templates

[pgadmin-hackers] [pgAdmin4][Patch]: RM #2339 - Horizontal scrolling in the treeview

2017-04-13 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #2339: Horizontal scrolling in the treeview. I wanted to change the pgadmin.css file to fix this issue but the aciTree library is located at browser/static/vendor/, so I have included this change in the browser/static/css/browser.css file. Thanks

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed 2190 - Move language selection to Preferences.

2017-04-13 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Sat, Apr 1, 2017 at 12:12 PM, Dave Page wrote: > Hi > > > On Friday, March 31, 2017, Khushboo Vashi > wrote: > >> Hi, >> >> On Mon, Mar 27, 2017 at 9:57 PM, Dave Page wrote: >> >>> On Mon, Mar 27, 2017 at 7:49 AM, Khushboo Vashi

Re: [pgadmin-hackers] [Design Update] Visual design of query editor and results table

2017-04-13 Thread Robert Eckhardt
> > Is that a new shade of gray? How many do we have now? It looks to me like >>> it's starting to get messy, with too many different variations of gray plus >>> the light blues used for the codemirror gutter and alternate rows in the >>> grid. >>> >> >> Yes, it is a darker shade of gray. Are you c

[pgadmin-hackers] pgAdmin website commit: Bump available version

2017-04-13 Thread Dave Page
Bump available version Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=13e6624154124e9fd41a15b4e8796a77e6c05cf9 Modified Files -- versions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgadmin-hacke

[pgadmin-hackers] pgAdmin website commit: Correct pgAgent URL

2017-04-13 Thread Dave Page
Correct pgAgent URL Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=839a90070963221e4cf7ae5cfdd91de2ae5b06f5 Modified Files -- download/pgagent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgadmin-hacke

[pgadmin-hackers] pgAdmin website commit: Release 1.4. Restructure FTP site at the same t

2017-04-13 Thread Dave Page
Release 1.4. Restructure FTP site at the same time to get rid of legacy paths that make little sense now. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=92be1b882a4f2f55ef183fe5474d2eeb9b413613 Modified Files -- download/macos.

[pgadmin-hackers] pgAdmin 4 commit: Tag REL-1_4 has been created.

2017-04-13 Thread Dave Page
Tag REL-1_4 has been created. View: http://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-1_4 Log Message --- Tag 1.4 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-

Re: [pgadmin-hackers] Thoughts on allowing PGAdmin4 config file override

2017-04-13 Thread Dave Page
On Wed, Apr 12, 2017 at 8:14 PM, Clifford Richardson wrote: > Is anyone working on allowing config file override for the defaults listed > in the config.py file for PGAdmin4? > > I know it's stated that it's recommended to run a "proper" wsgi server > behind this, however if I need to change the b

[pgadmin-hackers] Thoughts on allowing PGAdmin4 config file override

2017-04-13 Thread Clifford Richardson
Is anyone working on allowing config file override for the defaults listed in the config.py file for PGAdmin4? I know it's stated that it's recommended to run a "proper" wsgi server behind this, however if I need to change the bind address or logging it's kind of weird changing the config params i