pgAdmin 4 commit: 1. Change the string from 'Reset server password" to

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Change the string from 'Reset server password" to
Date: 2018-08-03 11:12:11
Message-ID: E1flY0B-0000Xt-Az@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Change the string from 'Reset server password" to "Clear Saved Password" and move this sub menu from File to Object menu.
2. Move the "Change Password..." menu from 'File' to 'Object' menu.
RM #3074

Branch
------
master

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

Modified Files
--------------
docs/en_US/clear_saved_passwords.rst | 13 ++++++++++++
docs/en_US/images/clear_saved_password.png | Bin 0 -> 162540 bytes
docs/en_US/images/file_menu.png | Bin 71639 -> 50105 bytes
docs/en_US/images/object_menu.png | Bin 50960 -> 100583 bytes
docs/en_US/images/password.png | Bin 55787 -> 41092 bytes
docs/en_US/images/reset_server_password.png | Bin 142232 -> 0 bytes
docs/en_US/pgadmin_menu_bar.rst | 9 ++++----
docs/en_US/reset_passwords.rst | 13 ------------
docs/en_US/server_dialog.rst | 2 +-
.../browser/server_groups/servers/__init__.py | 8 +++----
.../server_groups/servers/static/js/server.js | 23 +++++++++++----------
11 files changed, 35 insertions(+), 33 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-08-03 13:46:19 Re: [pgAdmin4][Patch]: RM #3511 Passwords not stored for ssh tunnel connections
Previous Message Akshay Joshi 2018-08-02 12:47:59 pgAdmin 4 commit: View Data->Filtered Rows dialog should be displayed.