Institution statistics don't show proper names
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Mahara |
High
|
Robert Lyon | ||
| 15.04 |
High
|
Unassigned | ||
| 15.10 |
High
|
Unassigned |
Bug Description
Mahara 15.10+
The institution statistics for users for an institution do not show the correct data but rather the site URL and only user IDs (see attached).
The information should look something like http://
Kristina Hoeppner (kris-hoeppner) wrote : | #1 |
Kristina Hoeppner (kris-hoeppner) wrote : | #2 |
Patch for "master" branch: https:/
Changed in mahara: | |
status: | Confirmed → In Progress |
assignee: | nobody → Robert Lyon (robertl-9) |
tags: | added: usermanualupdate |
Aaron Wells (u-aaronw) wrote : | #4 |
This regression bug was introduced in patch https:/
The problem was that when writing & code-reviewing the patch, we didn't search the code base to make sure that it modified *every* place in the code where the strings were used.
Reviewed: https:/
Committed: https:/
Submitter: Aaron Wells (<email address hidden>)
Branch: master
commit 2b74dec001c62b5
Author: Robert Lyon <email address hidden>
Date: Thu Feb 11 13:39:47 2016 +1300
Bug 1542786: Correctly applying args to strings for statistics
For the instition statistics users tab
Also fixing up the display of size in bytes, added round() to output
as it's not useful to show anything less than whole bytes
behatnotneeded
Change-Id: I13a842c9104636
Signed-off-by: Robert Lyon <email address hidden>
Changed in mahara: | |
status: | In Progress → Fix Committed |
Patch for "15.10_STABLE" branch: https:/
Mahara Bot (dev-mahara) wrote : | #7 |
Patch for "15.04_STABLE" branch: https:/
Reviewed: https:/
Committed: https:/
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.10_STABLE
commit ddff1b6ba5a327d
Author: Robert Lyon <email address hidden>
Date: Thu Feb 11 13:39:47 2016 +1300
Bug 1542786: Correctly applying args to strings for statistics
For the instition statistics users tab
Also fixing up the display of size in bytes, added round() to output
as it's not useful to show anything less than whole bytes
behatnotneeded
Change-Id: I13a842c9104636
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit 2b74dec001c62b5
Mahara Bot (dev-mahara) wrote : | #9 |
Reviewed: https:/
Committed: https:/
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.04_STABLE
commit 61926ed8bd90973
Author: Robert Lyon <email address hidden>
Date: Thu Feb 11 13:39:47 2016 +1300
Bug 1542786: Correctly applying args to strings for statistics
For the instition statistics users tab
Also fixing up the display of size in bytes, added round() to output
as it's not useful to show anything less than whole bytes
behatnotneeded
Change-Id: I13a842c9104636
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit 2b74dec001c62b5
Changed in mahara: | |
status: | Fix Committed → Fix Released |
The site statistics are displayed correctly.