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
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: 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: Sun Jun 16 06:01:29 2024 UTC