php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67401 people.php.net doesn't fetch notes
Submitted: 2014-06-09 07:53 UTC Modified: 2017-10-24 09:22 UTC
From: sobak@php.net Assigned: salathe (profile)
Status: Assigned Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sobak@php.net
New email:
PHP Version: OS:

 

 [2014-06-09 07:53 UTC] sobak@php.net
Description:
------------
user.php in web-people is prepared to show user notes, but it doesn't works. Probably JSON data fetched by findPHPUser() doesn't contain this info, but I have no abbility to verify this as it requires token. That's why assigned this bug to salathe.

Verify:
https://master.php.net/manage/users.php?username=salathe
vs.
http://people.php.net/user.php?username=salathe


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-06-09 07:54 UTC] sobak@php.net
-Assigned To: +Assigned To: salathe
 [2014-06-09 09:05 UTC] salathe@php.net
bjori broke this with commit 72e7bc7e2e, by changing the API call from master/fetch/user.php to master/fetch/allusers.php. The latter doesn't contain a user's notes.

I like the idea of fetching all users' details and caching it all once, as per bjori's change above, so might extend allusers.php to conditionally return more or less information as we want/need it.
 [2017-10-24 08:11 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: salathe +Assigned To:
 [2017-10-24 09:22 UTC] salathe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: salathe
 [2017-10-24 09:22 UTC] salathe@php.net
Re-assigning to me to keep visibility.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC