pgAdmin 4 commit: Update release notes.

2019-01-04 Thread Dave Page
Update release notes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fb02f8b1be216616ef48d8ca47725db60923080c Modified Files -- docs/en_US/release_notes_3_7.rst | 1 + 1 file changed, 1 insertion(+)

Packagers: Version change

2019-01-04 Thread Dave Page
Packagers, Our release schedule had a long month due to the holidays, but as of next week we're back onto our 4 week cadence. By way of a heads-up, the next release will be version 4.0, not 3.7 as originally planned. This is to reflect the new UI design. I don't imagine it'll make a difference to

pgAdmin 4 commit: Bump version prior to 4.0

2019-01-04 Thread Dave Page
Bump version prior to 4.0 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6778aa915ac8d8ce8d3c2b93ed8515f0d0b798b Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 4 ++-- web/config.py| 10

pgAdmin 4 commit: Put the appname back how it should be!

2019-01-04 Thread Dave Page
Put the appname back how it should be! Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b5c7a108abbd8854ab00d7032f885069569f3ee9 Modified Files -- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Fix copyright notice.

2019-01-04 Thread Dave Page
Fix copyright notice. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d2ab6a6854f9a6253b7aac6839fd76cb82a0d60 Modified Files -- tools/copyright_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Display event trigger functions correctly on EPAS. Fi

2019-01-04 Thread Dave Page
Display event trigger functions correctly on EPAS. Fixes #3549 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4e27bf989fcd210d6c32d96a8a9f9f3590b96d9e Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_3_7.rst

Re: [pgAdmin4][Patch] - RM 3549 Trigger function with return type event_trigger is not displayed in tree view with EPAS server

2019-01-04 Thread Dave Page
Thanks, applied. On Fri, Jan 4, 2019 at 9:49 AM Akshay Joshi wrote: > > Hi Hackers, > > Attached is the patch to fix RM #3549 Trigger function with return type > event_trigger is not displayed in tree view with EPAS server. > > Please review it. > > -- > Akshay Joshi > Sr. Software Architect >

pgAdmin 4 commit: Update WSGI instructions for Windows for Python 3. Fi

2019-01-04 Thread Dave Page
Update WSGI instructions for Windows for Python 3. Fixes #3847. Patch from Benjamin Hayes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f40444087bfe745fa1241e0cc50742ae643ad1c Modified Files --

Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica

2019-01-04 Thread Dave Page
On Fri, Jan 4, 2019 at 9:58 AM Aditya Toshniwal wrote: > > Hi, > > On Fri, Jan 4, 2019 at 2:53 PM Dave Page wrote: >> >> Hi >> >> On Fri, Jan 4, 2019 at 4:51 AM Aditya Toshniwal >> wrote: >>> >>> Hi Dave, >>> >>> On Thu, Jan 3, 2019 at 8:39 PM Dave Page wrote: A few other

Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica

2019-01-04 Thread Dave Page
Hi On Fri, Jan 4, 2019 at 4:51 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave, > > On Thu, Jan 3, 2019 at 8:39 PM Dave Page wrote: > >> >> A few other things that I noticed (or have been bugging me): >> >> - The menu bar seems a little cramped. Taking pg-navbar from

[pgAdmin4][Patch] - RM 3549 Trigger function with return type event_trigger is not displayed in tree view with EPAS server

2019-01-04 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #3549 Trigger function with return type event_trigger is not displayed in tree view with EPAS server. Please review it. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_3549.patch Description:

Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica

2019-01-04 Thread Aditya Toshniwal
Hi, On Fri, Jan 4, 2019 at 2:53 PM Dave Page wrote: > Hi > > On Fri, Jan 4, 2019 at 4:51 AM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Thu, Jan 3, 2019 at 8:39 PM Dave Page wrote: >> >>> >>> A few other things that I noticed (or have been bugging me):

Re: [pgAdmin4][Patch]: RM 3702 - pgAdmin dashboard showing the oid for the user-defined tables and table names for the catalog tables in locks monitoring window

2019-01-04 Thread Dave Page
Thanks, patch applied. On Fri, Jan 4, 2019 at 11:53 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached patch to fix RM #3702 - pgAdmin dashboard showing > the oid for the user-defined tables and table names for the catalog tables in > locks monitoring window. > > Dashboard > Server

pgAdmin 4 commit: Ensure we display the relation name (and not the OID)

2019-01-04 Thread Dave Page
Ensure we display the relation name (and not the OID) in the locks table wherever possible. Fixes #3702 Note that at the server level we fetch the data from pg_locks in the maintenance database, so it can not fetch the pg_class relation for tables in other databasess (relation::regclass).

Re: Japanese translation for v3.7

2019-01-04 Thread Dave Page
Hi On Fri, Jan 4, 2019 at 11:53 AM fn ln wrote: > > Hello. > Updated message catalog is in attachment. > messages.pot is based on git ad56e7fb. Thanks - unfortunately I'm unable to extract the po file from the email; for some reason, GMail is only downloading about 50% of it (without giving any

Re: Japanese translation for v3.7

2019-01-04 Thread fn ln
Sure. the 7-zipped archive is in attachment. 2019年1月4日(金) 23:51 Dave Page : > Hi > > On Fri, Jan 4, 2019 at 11:53 AM fn ln wrote: > > > > Hello. > > Updated message catalog is in attachment. > > messages.pot is based on git ad56e7fb. > > Thanks - unfortunately I'm unable to extract the po file

pgAdmin 4 commit: Update Japanese translation.

2019-01-04 Thread Dave Page
Update Japanese translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=23b649fbd17e1b1a496252c991517d6344198f67 Author: Identifier Anonymous Modified Files -- .../translations/ja/LC_MESSAGES/messages.mo| Bin 160952

Re: Japanese translation for v3.7

2019-01-04 Thread Dave Page
Thanks, update committed! On Fri, Jan 4, 2019 at 3:44 PM fn ln wrote: > > Sure. the 7-zipped archive is in attachment. > > 2019年1月4日(金) 23:51 Dave Page : >> >> Hi >> >> On Fri, Jan 4, 2019 at 11:53 AM fn ln wrote: >> > >> > Hello. >> > Updated message catalog is in attachment. >> > messages.pot