php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55539 "To be documented" status irrelevant
Submitted: 2011-08-30 12:47 UTC Modified: 2011-08-30 14:17 UTC
From: bjori@php.net Assigned: tyrael (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bjori@php.net
New email:
PHP Version: OS:

 

 [2011-08-30 12:47 UTC] bjori@php.net
Description:
------------
When searching for bug reports with the status "open", reports with the to-be-
documented status are shown too.

As we now have a specific bug types (bug, fr, tbd), this status is now obsolete 
and rather confusing.

Expected result:
----------------
Reports marked with the status "To Be Documented" should be migrated to use that 
"type", and their status changes to "Open".


This requires someone with db access to migrate.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-30 12:47 UTC] bjori@php.net
-Assigned To: +Assigned To: tyrael
 [2011-08-30 12:59 UTC] tyrael@php.net
-Status: Assigned +Status: Closed
 [2011-08-30 12:59 UTC] tyrael@php.net
fixed:

mysql> update bugdb set bug_type = 'Documentation Problem' and status = 'Open' 
where status = 'To be documented';
Query OK, 44 rows affected, 44 warnings (0.00 sec)
Rows matched: 44  Changed: 44  Warnings: 0

could you remove the "To Be Documented" status as it seems we don't need it 
anymore?
if not I will do it later today.
 [2011-08-30 14:17 UTC] bjori@php.net
done. thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 11:01:31 2024 UTC