[Rt-commit] rt branch, 4.6/aboutme-accesscontrol-id, created. rt-4.4.1-238-g92e02b8

Brian Duggan brian at bestpractical.com
Wed Jan 25 10:24:26 EST 2017


The branch, 4.6/aboutme-accesscontrol-id has been created
        at  92e02b8b72d85623cd0d8bded6defb8ea98dfadb (commit)

- Log -----------------------------------------------------------------
commit 6f8860c7cb0704c576547b712113d32bbab30fd1
Author: Brian C. Duggan <brian at bestpractical.com>
Date:   Wed Jan 18 15:08:07 2017 -0500

    Relabel 'Password' box on /Prefs/AboutMe to 'Access control'
    
    This change accomodates other types of credentials that could appear
    under this box on the Modify page by using a more general title. It
    uses the same title as a box serving a similar function on
    /Admin/Users/Modify, which can also house non-password credentials.
    
    Fixes: I#31379
    (cherry picked from commit 048153bb60ce41a0c1f82a2e3edbb43d3ffe06cc)

diff --git a/share/html/Prefs/AboutMe.html b/share/html/Prefs/AboutMe.html
index d83cc39..072a8bf 100644
--- a/share/html/Prefs/AboutMe.html
+++ b/share/html/Prefs/AboutMe.html
@@ -116,7 +116,7 @@
 </td>
 <td valign="top" class="boxcontainer">
 
-<&| /Widgets/TitleBox, title => loc('Password'), id => "user-prefs-password" &>
+<&| /Widgets/TitleBox, title => loc('Access control'), id => "user-prefs-password" &>
 % if ( $UserObj->__Value('Password') ne '*NO-PASSWORD*' ) {
 <& /Elements/EditPassword,
     User => $UserObj,

commit 92e02b8b72d85623cd0d8bded6defb8ea98dfadb
Author: Brian C. Duggan <brian at bestpractical.com>
Date:   Tue Jan 24 12:27:00 2017 -0500

    Update 'Access control' box id on /Prefs/AboutMe
    
    Make the id of the 'Access control' box match its new title.

diff --git a/share/html/Prefs/AboutMe.html b/share/html/Prefs/AboutMe.html
index 072a8bf..e040cdc 100644
--- a/share/html/Prefs/AboutMe.html
+++ b/share/html/Prefs/AboutMe.html
@@ -116,7 +116,7 @@
 </td>
 <td valign="top" class="boxcontainer">
 
-<&| /Widgets/TitleBox, title => loc('Access control'), id => "user-prefs-password" &>
+<&| /Widgets/TitleBox, title => loc('Access control'), id => "user-prefs-access-control" &>
 % if ( $UserObj->__Value('Password') ne '*NO-PASSWORD*' ) {
 <& /Elements/EditPassword,
     User => $UserObj,

-----------------------------------------------------------------------


More information about the rt-commit mailing list