? ? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
26 Jan 2019

All the other modules in the admin control panel use Date. The Loggedin module was using Last activity.

This simple PR changes the text to make it consistent

Before

image

After

image

avatar brianteeman brianteeman - open - 26 Jan 2019
avatar brianteeman brianteeman - change - 26 Jan 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 26 Jan 2019
Category Administration Language & Strings
avatar Bakual
Bakual - comment - 26 Jan 2019

Not sure if that makes sense. "Last Activity" doesn't mean it's the date the user logged in, it's the last time he performed an action.
If you only name it "Date", then I'd assume the column says when he logged in. Since the module is named "Logged-in Users".

For the "Recently Added Articles", the date correlates with the title as it tells when the articles was added, not eg when the latest edit occured.

avatar brianteeman
brianteeman - comment - 26 Jan 2019

Not sure if that makes sense. "Last Activity" doesn't mean it's the date the user logged in, it's the last time he performed an action.

Are you sure? My test shows that it is the Date of the log in. Which is the same as shown in the USer list as the "last visit date"

avatar Bakual
Bakual - comment - 26 Jan 2019

It's an assumption based on the text and that the date is taken from the session "time" column. I think the session timer is "reset" each time you perform an action.
But I don't know for sure. Someone who knows better how the session works could probably say more.

If it's indeed the logged-in date, I would actually just remove that string and use JDATE instead.

avatar brianteeman brianteeman - change - 26 Jan 2019
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 26 Jan 2019
Category Administration Language & Strings Administration Language & Strings Modules
avatar brianteeman
brianteeman - comment - 26 Jan 2019

Updated to use JDATE

avatar franz-wohlkoenig franz-wohlkoenig - change - 11 Apr 2019
Category Administration Language & Strings Modules Administration Modules
avatar Quy
Quy - comment - 14 May 2019

I have tested this item successfully on 4a0651d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23672.

avatar Quy Quy - test_item - 14 May 2019 - Tested successfully
avatar tonypartridge
tonypartridge - comment - 12 Jul 2019

Question.... in changing it to Date is that not a false statement given it's Date / Time ? Should it be:

Date / Time ?

avatar tonypartridge tonypartridge - test_item - 13 Jul 2019 - Tested successfully
avatar tonypartridge
tonypartridge - comment - 13 Jul 2019

I have tested this item successfully on 4a0651d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23672.

avatar franz-wohlkoenig franz-wohlkoenig - change - 13 Jul 2019
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 13 Jul 2019

Status "Ready To Commit".

avatar wilsonge wilsonge - change - 13 Jul 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-07-13 19:15:48
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 13 Jul 2019
avatar wilsonge wilsonge - merge - 13 Jul 2019
avatar joomla-cms-bot joomla-cms-bot - change - 13 Jul 2019
Category Administration Modules Administration Language & Strings Modules
avatar wilsonge
wilsonge - comment - 13 Jul 2019

So it's the time of the session creation OR if someone formally closes the session it gets updated by the handler's write method

avatar wilsonge
wilsonge - comment - 13 Jul 2019

Thanks!

avatar brianteeman
brianteeman - comment - 13 Jul 2019

Thanks

Add a Comment

Login with GitHub to post a comment