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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
32 - 19 = ?
Subscribe to this entry?

 
 [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: Thu Apr 18 19:01:30 2024 UTC