php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56513 Active developer displayed as inactive
Submitted: 2005-08-28 04:59 UTC Modified: 2005-09-02 14:48 UTC
From: m at tacker dot org Assigned: mj (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2005-08-28 04:59 UTC] m at tacker dot org
Description:
------------
nagash is defined as

<developer>
    <name>Justin Jones</name>
    <user>nagash</user>
    <email>nagash@gmail.com</email>
</developer>

in [1] but displayed as "inactive developer" on [2].


[1] http://versions.tacker.org/trac/File_Bittorrent/browser/trunk/package2.xml
[2] http://pear.php.net/package/File_Bittorrent/

Expected result:
----------------
Justin Jones  (developer)

Actual result:
--------------
Justin Jones  (inactive developer)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-28 05:04 UTC] m at tacker dot org
Sorry, pasted not the whole code:

<developer>
  <name>Justin Jones</name>
  <user>nagash</user>
  <email>j.nagash@gmail.com</email>
  <active>yes</active>
</developer>
 [2005-09-01 14:02 UTC] mj@php.net
Have you tried uploading the current package.xml file on http://pear.php.net/admin/package-maintainers.php?  This should sync the database properly.
 [2005-09-02 03:23 UTC] m at tacker dot org
Yes, of course. I doesn't change Justins state.
 [2005-09-02 14:48 UTC] mj@php.net
This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC