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
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
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
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 ++
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
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
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)'
>
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
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
>
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
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
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
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
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
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'
>> }
>> ```
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
16 matches
Mail list logo