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

2016-11-14 Thread Devrim Gündüz
Hi, Any comments on this? I put 1.1 RPM package announcement on hold until we have a fix for this. Thanks! Regards, Devrim On Sat, 2016-11-12 at 22:54 +0300, Devrim Gündüz wrote: > Hi, > > While building docs on EL7 and F-23, I got this error: > > "no theme named 'classic' found (missing the

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

2016-11-14 Thread Dave Page
On Sat, Nov 12, 2016 at 7:54 PM, Devrim Gündüz wrote: > > Hi, > > While building docs on EL7 and F-23, I got this error: > > "no theme named 'classic' found (missing theme.conf?)" > > The reason is that sphinx in these distros don't have the classic theme. So, I > can patch docs/en_US/conf.py , an

[pgadmin-hackers] [pgAdmin4][Patch]: Dashboard JS - Set DOM Elements context

2016-11-14 Thread Khushboo Vashi
Hi, In dashboard.js, some of the DOM elements are in the global context, so, changed those elements to be used only for the Dashboard context. Please find the attached patch for the same. Thanks, Khushboo diff --git a/web/pgadmin/dashboard/templates/dashboard/js/dashboard.js b/web/pgadmin/dashbo

[pgadmin-hackers] pgAdmin 4 commit: Include SQL templates in the translation template.

2016-11-14 Thread Dave Page
Include SQL templates in the translation template. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=74e5b5a492c7386d5b98bc5d0952b1451c31d8d6 Modified Files -- web/babel.cfg| 1 + web/pgadmin/messages.pot | 924 ++

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

2016-11-14 Thread Devrim Gündüz
Hi, On Mon, 2016-11-14 at 09:41 +, Dave Page wrote: > It's because the version of Sphinx for EL7 and friends is really > quite old. Right. > 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

[pgadmin-hackers] pgAdmin 4 commit: Add missing strings from the dashboards.

2016-11-14 Thread Dave Page
Add missing strings from the dashboards. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=052a9fc840e1073bc94f40fa87dbbbc1802bba97 Modified Files -- .../templates/dashboard/database_dashboard.html| 24 - .../templates/dash

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

2016-11-14 Thread Dave Page
Hi (Khushboo, please see below) On Sun, Nov 13, 2016 at 1:26 PM, lambda wrote: > for the first question, pybabel support Chinese with zh_Hans_CN > > #pybabel --list-locales |grep zh > b'zh Chinese' > b'zh_Hans Chinese (Simplified)' > b'zh_Hans_CN Chinese (Simplified, China)' >

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

2016-11-14 Thread Khushboo Vashi
On Mon, Nov 14, 2016 at 5:37 PM, Dave Page wrote: > Hi > > (Khushboo, please see below) > > On Sun, Nov 13, 2016 at 1:26 PM, lambda wrote: > > for the first question, pybabel support Chinese with zh_Hans_CN > > > > #pybabel --list-locales |grep zh > > b'zh Chinese' > > b'zh_Hans

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Dashboard JS - Set DOM Elements context

2016-11-14 Thread Dave Page
Thanks, applied. On Mon, Nov 14, 2016 at 10:48 AM, Khushboo Vashi wrote: > Hi, > > In dashboard.js, some of the DOM elements are in the global context, so, > changed those elements to be used only for the Dashboard context. > > Please find the attached patch for the same. > > Thanks, > Khushboo >

[pgadmin-hackers] pgAdmin 4 commit: Move some DOM elements out of the global context.

2016-11-14 Thread Dave Page
Move some DOM elements out of the global context. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=83a1808bfdf59989bf5a6a93c5a806d9039935f6 Author: Khushboo Vashi Modified Files -- .../dashboard/templates/dashboard/js/dashboard.js

[pgadmin-hackers] pgAdmin website commit: Add an FAQ

2016-11-14 Thread Dave Page
Add an FAQ Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=0b4b9277d79f9f2bdfe26f03deeed837894441cf Modified Files -- faq.php | 49 + 1 file changed, 49 insertions(+) -- Sent via

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

2016-11-14 Thread lambda
with web/config.py add ``` LANGUAGES = { 'zh_cn' : 'zh_CN', 'en' : 'English' } ``` ok ? 在 2016-11-14 20:16:47,"Khushboo Vashi" 写道: On Mon, Nov 14, 2016 at 5:37 PM, Dave Page wrote: Hi (Khushboo, please see below) On Sun, Nov 13, 2016 at 1:26 PM, lambda wrote: > for

[pgadmin-hackers] pgAdmin website commit: A few FAQ tweaks, before enabling it.

2016-11-14 Thread Dave Page
A few FAQ tweaks, before enabling it. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=7315509f404503f2c1958da389c1615d535e61fb Modified Files -- faq.php | 10 +- menu.php | 1 + 2 files changed, 6 insertions(+), 5 deletio

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

2016-11-14 Thread Dave Page
Hi On Mon, Nov 14, 2016 at 3:22 PM, lambda wrote: > > > with web/config.py add > > ``` > LANGUAGES = { > 'zh_cn' : 'zh_CN', > 'en' : 'English' > } > ``` > ok ? Hmm, I'm sure that failed yesterday - I remember debugging it! It's working now though, so let's use zh_cn. BTW; the seco

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

2016-11-14 Thread lambda
Hi, this is the new updated version, thank you! :) At 2016-11-14 23:41:21, "Dave Page" wrote: >Hi > >On Mon, Nov 14, 2016 at 3:22 PM, lambda wrote: >> >> >> with web/config.py add >> >> ``` >> LANGUAGES = { >> 'zh_cn' : 'zh_CN', >> 'en' : 'English' >> } >> ```

[pgadmin-hackers] [pgAdmin][Patch]: Backgrid password cell css

2016-11-14 Thread Khushboo Vashi
Hi, Please find the attached patch for the Backgrid password cell css. Currently the password cell does not have proper css in the edit mode. Thanks, Khushboo diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 5af03ba..9f8aa79 100755 --- a/web/pgadmin/s