Japanese translation (January 2020)

2020-01-05 Thread fn ln
 Hello.
Updated translation for upcoming version 4.17 is in attachment.
messages.pot was taken from git 7668d9af .


pgadmin4-ja-jan2020.7z
Description: Binary data


pgAdmin 4 commit: Update Japanese translation.

2020-01-05 Thread Akshay Joshi
Update Japanese translation.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df0f6690fd5bb53eb646d2f03ef5e7ee889f3a6c
Author: Identifier Anonymous 

Modified Files
--
.../translations/ja/LC_MESSAGES/messages.mo| Bin 175667 -> 176367 bytes
.../translations/ja/LC_MESSAGES/messages.po|  28 ++---
2 files changed, 14 insertions(+), 14 deletions(-)



pgAdmin 4 commit: Update French translation.

2020-01-05 Thread Akshay Joshi
Update French translation.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0532f6d13443eedccfae5e53b42c61f4b1fb84f
Author: Fred Escallier 

Modified Files
--
.../translations/fr/LC_MESSAGES/messages.mo|  Bin 166126 -> 178458 bytes
.../translations/fr/LC_MESSAGES/messages.po| 1318 +---
2 files changed, 599 insertions(+), 719 deletions(-)



pgAdmin 4 commit: Update Italian translation.

2020-01-05 Thread Akshay Joshi
Update Italian translation.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4d53d0eb010f7affb67ef1aa7f21fcc5a02df622
Author: Domenico Sgarbossa 

Modified Files
--
.../translations/it/LC_MESSAGES/messages.mo|  Bin 163994 -> 176141 bytes
.../translations/it/LC_MESSAGES/messages.po| 1138 +---
2 files changed, 506 insertions(+), 632 deletions(-)



Re: Translators: Release next week

2020-01-05 Thread Akshay Joshi
Thanks, patch applied.

On Sat, Jan 4, 2020 at 10:35 PM  wrote:

> hi
> here's French translation update for upcoming release
> bye
> Fred
>
>
> --
> *De: *"Akshay Joshi" 
> *À: *"pgadmin-hackers" 
> *Envoyé: *Vendredi 3 Janvier 2020 14:35:46
> *Objet: *Translators: Release next week
>
> Hi Translators,
>
> We will have a release next week, so updates to translations before
> release would be helpful. The template and catalogs have been updated in
> git.
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>
>

-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


Re: Translators: Release next week

2020-01-05 Thread Akshay Joshi
Thanks, patch applied.

On Fri, Jan 3, 2020 at 8:29 PM Domenico Sgarbossa  wrote:

> Here italian translation files.
> Bye
>
> Sgarbossa Domenico
>
>
> Il venerdì 3 gennaio 2020, 14:36:03 CET, Akshay Joshi <
> akshay.jo...@enterprisedb.com> ha scritto:
>
>
> Hi Translators,
>
> We will have a release next week, so updates to translations before
> release would be helpful. The template and catalogs have been updated in
> git.
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>


-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


Re: Japanese translation (January 2020)

2020-01-05 Thread Akshay Joshi
Thanks, patch applied.

On Sun, Jan 5, 2020 at 6:38 PM fn ln  wrote:

> Hello.
> Updated translation for upcoming version 4.17 is in attachment.
> messages.pot was taken from git 7668d9af .
>


-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM4633] Bad view in partitioned tables

2020-01-05 Thread Khushboo Vashi
Hi Akshay,

On Fri, Jan 3, 2020 at 4:58 PM Akshay Joshi 
wrote:

> Hi Hackers
>
> Attached is the patch to support the view part of the multilevel
> partitions. Users can perform all the operations except creating the
> partitions as a partitioned table. Users can create a partition table
> separately and attach it as a partition of another partition table.
>
Multilevel partitions are now manageable through the tree view except
creating a partition table of existing partition (which you already
mentioned).
One more problem that we already discussed that automatic tree refresh of
the multilevel partitions is not working due to our structure which is
going to be handled by the new RM.

Some of the minor review comments.
- _get_children_nodes name can be changed as it more like private method
but we are using it outside of the class itself.
- Stats of partition table is not displayed, but I think that is not
related to this patch, so can be fixed later.

Thanks,
Khushboo

>
> There are two problems mentioned in the RM. I have fixed the first one and
> we won't fix the second problem as by design we decided to show Partitions
> like Schema->Table->Partitions
>
> Please review it.
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>


pgAdmin 4 commit: Fixed broken tags and tokenizer options of select2. R

2020-01-05 Thread Akshay Joshi
Fixed broken tags and tokenizer options of select2. Regression of #5038

With the change of data adapter, we have configured adapters for tags and 
tokenizers.
We also renamed the method onDemandLoad to showOnScroll to avoid confusion.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4ee8692818beba4f564289f6db1b6986397ca98
Author: Aditya Toshniwal 

Modified Files
--
web/pgadmin/browser/static/js/node.ui.js   |  51 ---
web/pgadmin/static/js/backform.pgadmin.js  |  17 +---
web/pgadmin/static/js/backgrid.pgadmin.js  |  15 ++-
.../static/js/select2/configure_show_on_scroll.js  | 101 +
4 files changed, 112 insertions(+), 72 deletions(-)