[pgadmin-hackers] pgAdmin 4 commit: Fix upgrade check on Python 3. Fixes #1961

2016-11-16 Thread Dave Page
Fix upgrade check on Python 3. Fixes #1961 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0da81e8ec78ec13975a806ea5fa3033522f334a Author: Daniel Hahler Modified Files -- web/pgadmin/browser/__init__.py | 4 ++-- 1 file changed, 2

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi Dave, On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: > Hmmm. It's because the version of Sphinx for EL7 and friends is really > quite old. We could probably add some Makefile magic to detect and > change it, but frankly it's probably easier (and will certainly be > much quicker) for you t

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 9:16 AM, Devrim Gündüz wrote: > > Hi Dave, > > On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: >> Hmmm. It's because the version of Sphinx for EL7 and friends is really >> quite old. We could probably add some Makefile magic to detect and >> change it, but frankly it's

[pgadmin-hackers] pgAdmin 4 commit: Ensure treeview collection nodes are translated in th

2016-11-16 Thread Dave Page
Ensure treeview collection nodes are translated in the UI. Fixes #1962 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48b0a3f2d2f6f09a4506a224e613c83e21582227 Author: Khushboo Vashi Modified Files -- web/pgadmin/browser/collection

Re: [pgadmin-hackers] pgAdmin4 Chinese (Simplified) translation Patch

2016-11-16 Thread Dave Page
Thanks - applied. On Wed, Nov 16, 2016 at 4:40 AM, Khushboo Vashi wrote: > Hi Dave, > > I have fixed the issue regarding the nodes are not translated. Please find > the attached patch for the same. > > Issue: We were translating the nodes label while registering the module, > but at that time t

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Magnus Hagander
On Wed, Nov 16, 2016 at 10:22 AM, Dave Page wrote: > On Wed, Nov 16, 2016 at 9:16 AM, Devrim Gündüz wrote: > > > > Hi Dave, > > > > On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: > >> Hmmm. It's because the version of Sphinx for EL7 and friends is really > >> quite old. We could probably ad

[pgadmin-hackers] pgAdmin 4 commit: Add a Chinese (Simplified) translation. Fixes #1963

2016-11-16 Thread Dave Page
Add a Chinese (Simplified) translation. Fixes #1963 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3e541ecb4182f1ae1b8e2c47465f193397a6cfc1 Author: lambda Modified Files -- web/config.py | 3 ++- 1 file changed, 2 insertions(+), 1

[pgadmin-hackers] pgAdmin 4 commit: Add a Chinese (Simplified) translation. Fixes #1963

2016-11-16 Thread Dave Page
Add a Chinese (Simplified) translation. Fixes #1963 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3c8b67767da640167a3f19d2c6478e1fe4f8690 Author: lambda Modified Files -- .../translations/zh/LC_MESSAGES/messages.mo| Bin

Re: [pgadmin-hackers] pgAdmin4 Chinese (Simplified) translation Patch

2016-11-16 Thread Dave Page
Thanks - committed. Note that I used 'zh' as the identifier both for the directory and in the config as between Khushboo and I we found that was the only reliable option. It also seems to be what the pybabel docs suggest (though, I really don't know why they seem to ignore the country). On Mon, No

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 9:41 AM, Magnus Hagander wrote: > > > On Wed, Nov 16, 2016 at 10:22 AM, Dave Page wrote: >> >> On Wed, Nov 16, 2016 at 9:16 AM, Devrim Gündüz wrote: >> > >> > Hi Dave, >> > >> > On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: >> >> Hmmm. It's because the version of Sp

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi, On Wed, 2016-11-16 at 09:22 +, Dave Page wrote: > We can't not ship the docs. Or are you suggesting we pull the RPM from > another build and use that? It is just HTML files and images after > all. Hmm, that should work in theory, but RPM headers will be different in distros, so it may no

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi, On Wed, 2016-11-16 at 09:54 +, Dave Page wrote: > > Not at all knowing what Devrim was thinking, but perhaps you need something > > like what postgresql.org does for "difficult build dependencies". Which is > > build a snapshot tarfile that includes the *prebuilt* documentation, and > the

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Devrim Gündüz
Hi, On Wed, 2016-11-16 at 13:10 +0300, Devrim Gündüz wrote: > I can do it in the community repo, but not sure if EPEL update will be > accepted > (I have the power to do so, but EPEL policy may be boring sometimes) > > I'll take a look. I already added 20+ more packages to community repo for > p

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:10 AM, Devrim Gündüz wrote: > > Hi, > > On Wed, 2016-11-16 at 09:54 +, Dave Page wrote: >> > Not at all knowing what Devrim was thinking, but perhaps you need something >> > like what postgresql.org does for "difficult build dependencies". Which is >> > build a snaps

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:05 AM, Devrim Gündüz wrote: > > Hi, > > On Wed, 2016-11-16 at 09:22 +, Dave Page wrote: >> We can't not ship the docs. Or are you suggesting we pull the RPM from >> another build and use that? It is just HTML files and images after >> all. > > Hmm, that should work i

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:19 AM, Devrim Gündüz wrote: > > Hi, > > On Wed, 2016-11-16 at 13:10 +0300, Devrim Gündüz wrote: >> I can do it in the community repo, but not sure if EPEL update will be >> accepted >> (I have the power to do so, but EPEL policy may be boring sometimes) >> >> I'll take a

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Dave Page
On Wed, Nov 16, 2016 at 10:26 AM, Dave Page wrote: > On Wed, Nov 16, 2016 at 10:05 AM, Devrim Gündüz wrote: >> >> Hi, >> >> On Wed, 2016-11-16 at 09:22 +, Dave Page wrote: >>> We can't not ship the docs. Or are you suggesting we pull the RPM from >>> another build and use that? It is just HTM

Re: [pgadmin-hackers] theme to use while building docs

2016-11-16 Thread Magnus Hagander
On Nov 16, 2016 11:10, "Devrim Gündüz" wrote: > > > Hi, > > On Wed, 2016-11-16 at 09:54 +, Dave Page wrote: > > > Not at all knowing what Devrim was thinking, but perhaps you need something > > > like what postgresql.org does for "difficult build dependencies". Which is > > > build a snapshot

[pgadmin-hackers] pgAdmin 4 commit: Create a docs tarball along with the source tarball.

2016-11-16 Thread Dave Page
Create a docs tarball along with the source tarball. Fixes #1964 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3abfebce1ad21d019908edb54b8f310895290492 Modified Files -- pkg/src/build.sh | 16 +++- 1 file changed, 15 in

[pgadmin-hackers] pgAdmin 4 commit: Clarify and correct dashboard graph descriptions.

2016-11-16 Thread Dave Page
Clarify and correct dashboard graph descriptions. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca9d04a60c8245fe5e0c74f7279e6e07f58b82f7 Modified Files -- docs/en_US/pgadmin_tabbed_browser.rst | 10 +- 1 file changed, 5 ins