Translators: Release next week

2020-09-11 Thread Akshay Joshi
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*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: RM_5792.patch

2020-09-11 Thread Akshay Joshi
Thanks, patch applied.

On Fri, Sep 11, 2020 at 12:17 PM Nidhi Bhammar <
nidhi.bham...@enterprisedb.com> wrote:

> Hi,
>
> PFA patch for RM-5792. This patch contains documentation related to shared
> servers.
>
> Thanks,
>
> Best Regards,
> Nidhi Bhammar
>
>
> www.enterprisedb.com
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Added documentation for shared server support. Fixes

2020-09-11 Thread Akshay Joshi
Added documentation for shared server support. Fixes #5792

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ded547a0d03ac9cd0610a5566100fd640fbad47
Author: Nidhi Bhammar 

Modified Files
--
docs/en_US/images/preferences_browser_display.png | Bin 183674 -> 228387 bytes
docs/en_US/images/server_general.png  | Bin 44202 -> 65414 bytes
docs/en_US/preferences.rst|   3 +++
docs/en_US/release_notes_4_26.rst |   1 +
docs/en_US/server_dialog.rst  |  18 +-
5 files changed, 21 insertions(+), 1 deletion(-)



pgAdmin 4 commit: Update message catalogs.

2020-09-11 Thread Akshay Joshi
Update message catalogs.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=913e92a96e046dfc589ffc4bdd05841ec5406ea5

Modified Files
--
web/pgadmin/messages.pot   |  2887 +++---
.../translations/cs/LC_MESSAGES/messages.mo|   Bin 193620 -> 173391 
bytes
.../translations/cs/LC_MESSAGES/messages.po| 10312 +--
.../translations/de/LC_MESSAGES/messages.mo|   Bin 86982 -> 83253 bytes
.../translations/de/LC_MESSAGES/messages.po|  3159 +++---
.../translations/es/LC_MESSAGES/messages.mo|   Bin 125136 -> 118634 
bytes
.../translations/es/LC_MESSAGES/messages.po|  3246 +++---
.../translations/fr/LC_MESSAGES/messages.mo|   Bin 203191 -> 183152 
bytes
.../translations/fr/LC_MESSAGES/messages.po|  4835 -
.../translations/it/LC_MESSAGES/messages.mo|   Bin 198563 -> 178353 
bytes
.../translations/it/LC_MESSAGES/messages.po|  4460 
.../translations/ja/LC_MESSAGES/messages.mo|   Bin 199566 -> 191300 
bytes
.../translations/ja/LC_MESSAGES/messages.po|  3245 +++---
.../translations/ko/LC_MESSAGES/messages.mo|   Bin 84 -> 106858 
bytes
.../translations/ko/LC_MESSAGES/messages.po|  3133 +++---
.../translations/pl/LC_MESSAGES/messages.mo|   Bin 110437 -> 106280 
bytes
.../translations/pl/LC_MESSAGES/messages.po|  3155 +++---
.../translations/ru/LC_MESSAGES/messages.mo|   Bin 143320 -> 137805 
bytes
.../translations/ru/LC_MESSAGES/messages.po|  3159 +++---
.../translations/zh/LC_MESSAGES/messages.mo|   Bin 128512 -> 122928 
bytes
.../translations/zh/LC_MESSAGES/messages.po|  3219 +++---
21 files changed, 22086 insertions(+), 22724 deletions(-)



pgAdmin 4 commit: 1) Added email id validation on the login page.

2020-09-11 Thread Akshay Joshi
1) Added email id validation on the login page.
2) Added validation for the file manager.

Branch
--
master

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

Modified Files
--
web/pgadmin/authenticate/internal.py  | 15 +++
web/pgadmin/misc/file_manager/__init__.py | 37 ---
web/pgadmin/setup/user_info.py| 10 +++-
web/pgadmin/tools/user_management/__init__.py | 22 +++-
web/pgadmin/utils/paths.py| 19 +++---
web/pgadmin/utils/validation_utils.py | 26 +++
6 files changed, 86 insertions(+), 43 deletions(-)



pgAdmin 4 commit: Ensure that the 'CREATE SCHEMA' statement should be p

2020-09-11 Thread Akshay Joshi
Ensure that the 'CREATE SCHEMA' statement should be present in the generated 
script if the schema is not present in the target database. Fixes #5816

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7d40e238ec9730c4592d1b7cf6f4141a9136335

Modified Files
--
docs/en_US/release_notes_4_26.rst  |  1 +
.../databases/schemas/tables/schema_diff_utils.py  |  4 +-
web/pgadmin/tools/schema_diff/__init__.py  | 18 ++--
web/pgadmin/tools/schema_diff/compare.py   |  4 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 38 +---
.../tools/schema_diff/static/js/schema_diff_ui.js  |  9 
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 51 +++---
7 files changed, 69 insertions(+), 56 deletions(-)



pgAdmin 4 commit: Ensure that a valid error message should be displayed

2020-09-11 Thread Akshay Joshi
Ensure that a valid error message should be displayed for an incorrect user or 
password.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed1bd74301c7a850a40c94692d13d91bd253bdfd

Modified Files
--
web/pgadmin/__init__.py  | 5 +
web/pgadmin/authenticate/internal.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)