taskGNU remotecontrol - Tasks: task #12526, Add Display Language field to user...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #12526: Add Display Language field to user profile on admin.php

Submitter:  Stephen H. Dawson DSL <shdawson>
Submitted:  Sun 10 Mar 2013 01:42:41 PM UTC
   
 
Should Start On:  Sun 23 Jun 2013 04:00:00 AM UTC Should be Finished on:  Sun 07 Jul 2013 04:00:00 AM UTC
Category:  User Interface Priority:  5 - Normal
Item Group:  Operation Status:  Done
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Fixed Release:  1.1
Percent Complete:  100% Planned Release:  1.1

Sat 23 Apr 2016 04:14:33 PM UTC, comment #5: 

I bear witness and certify I have personally tested these changes made to GNU remotecontrol. I affirm the changes made to the code:
-achieve the functionality of the stated requirements;
-succeed during operation; and
-cause no anxiety.

I approve this code.


Thank you to everyone for working on this modification.


Respectfully,
SHD//
Stephen H. Dawson

Stephen H. Dawson DSL <shdawson>
Group administrator
Tue 24 Sep 2013 04:44:22 PM UTC, comment #4: 

I bear witness and certify I have personally tested these changes made to GNU remotecontrol. I affirm the changes made to the code:
-achieve the functionality of the stated requirements;
-succeed during operation; and
-cause no anxiety.

I approve this code.


Thank you to everyone for working on this modification.


Very Respectfully,
SHD//
Stephen H. Dawson

Stephen H. Dawson DSL <shdawson>
Group administrator
Sun 30 Jun 2013 11:38:01 AM UTC, comment #3: 

Nice!

Can you do that new field as a pull-down? We will suffer from people not knowing what to type into that field, otherwise. Or, consistently typing the correct code into that field.

Please use the Description field for the pull-down.

I am now getting a pop-up message when running this new code you sent today. It wants to open a new tab, and does open a new tab. Please stop that from happening.

Please post the version of Windows and Internet Explorer you tested with this code,or if you did not test against Windows and Internet Explorer.

Stephen H. Dawson DSL <shdawson>
Group administrator
Wed 22 May 2013 03:36:42 PM UTC, comment #2: 

We have discussed adding the language translation option to admin.php as a whole, such as what is in place now in the upper right-hand corner of index.php and admin.php. We have not decided one way or the other on doing this.

We need further information from user feedback to know if this is wanted, necessary, or perhaps some other kind of circumstances we cannot foresee now.

Stephen H. Dawson DSL <shdawson>
Group administrator
Wed 22 May 2013 03:24:33 PM UTC, comment #1: 

The addition of the language object to admin.php will allow setting up the new user account and their preferred language to display index.php and transactionhistory.php.

This new object will reference and populate the LangCode field, in user table.


mysql> describe iptstat.user;
+-------------------+----------------------+------+-----+---------+----------------+
| Field             | Type                 | Null | Key | Default | Extra          |
+-------------------+----------------------+------+-----+---------+----------------+
| UserId            | smallint(5) unsigned | NO   | PRI | NULL    | auto_increment |
| UserName          | varchar(20)          | NO   |     | NULL    |                |
| MaxNumThermostats | tinyint(3) unsigned  | YES  |     | NULL    |                |
| LangCode          | varchar(3)           | NO   |     | NULL    |                |
+-------------------+----------------------+------+-----+---------+----------------+
4 rows in set (0.00 sec)

mysql>

Stephen H. Dawson DSL <shdawson>
Group administrator
Sun 10 Mar 2013 01:42:41 PM UTC, original submission:  

Adding this to admin.php will further the ease of administrating GNU remotecontrol users. It will also show user preferences to a GNU remotecontrol administrator of what their user base is using for display languages. This will help eliminate the need to keep a new display language up to date if no one is using that display language.

Stephen H. Dawson DSL <shdawson>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by virgiliolino (Updated the item)
  • -email is unavailable- added by shdawson (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 14 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-04-23 shdawson Open/ClosedOpen Closed
    2013-09-24 shdawson StatusReady For Test Done
        Assigned tovirgiliolino None
        Percent Complete90% 100%
    2013-06-29 virgiliolino StatusIn Progress Ready For Test
        Percent Complete0% 90%
    2013-06-18 shdawson Fixed ReleaseNone 1.1
    2013-06-16 shdawson Should be Finished on2013-07-14 2013-07-07
    2013-06-16 shdawson StatusNone In Progress
    2013-06-16 shdawson Should Start On2013-03-10 2013-06-23
        Should be Finished on2013-03-10 2013-07-14
    2013-06-16 shdawson Planned Release1.2 1.1
    2013-06-04 shdawson SummaryAdd Display Language to admin.php Add Display Language field to user profile on admin.php
    2013-06-03 shdawson Assigned toshdawson virgiliolino

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code