← Back to team overview

mahara-contributors team mailing list archive

[Bug 1415183] [NEW] Pending friend request page needs date/time of request

 

Public bug reported:

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

** Affects: mahara
     Importance: Wishlist
         Status: New


** Tags: academy bite-sized

-- 
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:
  New

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


Follow ups

References