mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #24410
[Bug 1415183] A change has been merged
Reviewed: https://reviews.mahara.org/4329
Committed: http://gitorious.org/mahara/mahara/commit/58217f73be60a476e346db8a4e53f9cf6b5a461a
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 58217f73be60a476e346db8a4e53f9cf6b5a461a
Author: Peter Hough <peter.hough@xxxxxxxxxxxxxxx>
Date: Fri Feb 27 15:30:56 2015 +1100
Bug1415183 Adding date/time of a pending friend requests.
Change-Id: Ia2355da8bee087659c068d30e0776c6010daa701
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1415183
Title:
Pending friend request page needs date/time of request
Status in Mahara ePortfolio:
Fix Committed
Bug description:
On this page:
/user/myfriends.php?filter=pending
It lists those who have requested friendship - but doesn't show how
long ago the request was made.
It would be nice if the info showed [Name], [Reason], [Date]
(currently only shows [Name] and [Reason])
It should be easy enough to do as the usr_friend_request table has a
ctime column (ctime = created time) so we would need to take that date
a format it into a user friendly readable way, format_date() function
I think
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1415183/+subscriptions
References