php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60904 PhD should order the changelog entries
Submitted: 2012-01-27 16:04 UTC Modified: 2012-04-06 14:51 UTC
From: philip@php.net Assigned:
Status: Suspended Package: Doc Build problem
PHP Version: Irrelevant OS: Irrelevant
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: philip@php.net
New email:
PHP Version: OS:

 

 [2012-01-27 16:04 UTC] philip@php.net
Description:
------------
PhD should order the changelog entries, as per a configuration setting. 

Currently the PHP Manual prefers newest first, so:

-----------------------------------
Version  Description
-----------------------------------
5.2.0    Something awesome happened
5.1.1    Something cool happened
-----------------------------------

The order in the XML sources need not affect this. That is, except for a few 
semi-complicated cases that make up 1% of the PHP Manual which can be skipped or 
dealt with or logged with a request to update to a known format, cases like:

(A) It contains unknown types (e.g., multiple values?)
(B) Certain PECL entries are confusing, especially when mixed with PHP versions

So as long as the versions are simple version numbers (e.g., 5.3.0) then PhD 
could easily order them before rendering.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-06 14:51 UTC] bjori@php.net
We can't really do that.
We would need to somehow prescan the table and selectively render each row after 
comparing their content..

This isn't something PhD can really do at this point
 [2012-04-06 14:51 UTC] bjori@php.net
-Status: Open +Status: Suspended
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC