Re: [PHP-DOC] Extension changelogs

2012-06-09 Thread Hannes Magnusson
On Tue, Jun 5, 2012 at 6:31 PM, Hannes Magnusson wrote: > On Wed, Feb 1, 2012 at 10:45 AM, Hannes Magnusson > wrote: >> On Wed, Feb 1, 2012 at 11:26, jpauli wrote: >>> On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel wrote: Am 01.02.2012 10:36, schrieb jpauli: > > Well, we alr

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Christopher Jones
On 06/05/2012 11:43 AM, Hannes Magnusson wrote: Soo... to start the process I patched PhD to aggregate all the exiting changelog entries and spit them out in a new document. It should be fairly easy to actually even spit out a complete changelog page for every version of PHP automatically on ph

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Hannes Magnusson
On Tue, Jun 5, 2012 at 7:44 PM, Philip Olson wrote: > > On Jun 5, 2012, at 10:31 AM, Hannes Magnusson wrote: > >> On Wed, Feb 1, 2012 at 10:45 AM, Hannes Magnusson >> wrote: >>> On Wed, Feb 1, 2012 at 11:26, jpauli wrote: On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel wrote: > > >

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Philip Olson
On Jun 5, 2012, at 10:31 AM, Hannes Magnusson wrote: > On Wed, Feb 1, 2012 at 10:45 AM, Hannes Magnusson > wrote: >> On Wed, Feb 1, 2012 at 11:26, jpauli wrote: >>> On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel wrote: Am 01.02.2012 10:36, schrieb jpauli: > > Well, we al

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Hannes Magnusson
On Tue, Jun 5, 2012 at 7:03 PM, Christopher Jones wrote: > > > On 06/05/2012 10:31 AM, Hannes Magnusson wrote: >> >> On Wed, Feb 1, 2012 at 10:45 AM, Hannes Magnusson >>  wrote: >>> >>> On Wed, Feb 1, 2012 at 11:26, jpauli  wrote: On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel  wrote:

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Hannes Magnusson
On Tue, Jun 5, 2012 at 7:13 PM, Moacir de Oliveira wrote: > Hi, > > 2012/6/5 Christopher Jones >> >> >> On 06/05/2012 10:31 AM, Hannes Magnusson wrote: >>> >>> >>> Soo... to start the process I patched PhD to aggregate all the exiting >>> changelog entries and spit them out in a new document. >>>

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Moacir de Oliveira
Hi, 2012/6/5 Christopher Jones > > On 06/05/2012 10:31 AM, Hannes Magnusson wrote: > >> >> Soo... to start the process I patched PhD to aggregate all the exiting >> changelog entries and spit them out in a new document. >> >> It should be fairly easy to actually even spit out a complete >> chang

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Christopher Jones
On 06/05/2012 10:31 AM, Hannes Magnusson wrote: On Wed, Feb 1, 2012 at 10:45 AM, Hannes Magnusson wrote: On Wed, Feb 1, 2012 at 11:26, jpauli wrote: On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel wrote: Am 01.02.2012 10:36, schrieb jpauli: Well, we already have some changelog inside an

Re: [PHP-DOC] Extension changelogs

2012-06-05 Thread Hannes Magnusson
On Wed, Feb 1, 2012 at 10:45 AM, Hannes Magnusson wrote: > On Wed, Feb 1, 2012 at 11:26, jpauli wrote: >> On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel wrote: >>> >>> >>> Am 01.02.2012 10:36, schrieb jpauli: Well, we already have some changelog inside an extension documentation, thi

Re: [PHP-DOC] Extension changelogs

2012-02-01 Thread Daniel Convissor
Hi Folks: I like the idea of the following structure: News: rough, text only list Upgrading: nicely formatted with links. Possibly a tad more detail. Extension Changelog: like upgrading, for this particular ext alone. I'm wondering, would the following be possible for the upgrading/extension cha

Re: [PHP-DOC] Extension changelogs

2012-02-01 Thread Ulf Wendel
Ahoy Hannes! .oO( Yes, go, make the PHP manual better! ) Am 01.02.2012 11:45, schrieb Hannes Magnusson: We already do some parts of the work in the form of changelogs on each function page, introducing this new page could aggregate that and provide more comprehensive information in the form of

Re: [PHP-DOC] Extension changelogs

2012-02-01 Thread jpauli
On Wed, Feb 1, 2012 at 11:45 AM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote: > On Wed, Feb 1, 2012 at 11:26, jpauli wrote: > > On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel > wrote: > >> > >> > >> Am 01.02.2012 10:36, schrieb jpauli: > >>> > >>> Well, we already have some changelog insid

Re: [PHP-DOC] Extension changelogs

2012-02-01 Thread Hannes Magnusson
On Wed, Feb 1, 2012 at 11:26, jpauli wrote: > On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel wrote: >> >> >> Am 01.02.2012 10:36, schrieb jpauli: >>> >>> Well, we already have some changelog inside an extension documentation, >>> think like php.net/manual/en/curl.constants.php >>>

Re: [PHP-DOC] Extension changelogs

2012-02-01 Thread jpauli
On Wed, Feb 1, 2012 at 11:14 AM, Ulf Wendel wrote: > > Am 01.02.2012 10:36, schrieb jpauli: > >> Well, we already have some changelog inside an extension documentation, >> think like >> php.net/manual/en/curl.**constants.php >>

Re: [PHP-DOC] Extension changelogs

2012-02-01 Thread Ulf Wendel
Am 01.02.2012 10:36, schrieb jpauli: Well, we already have some changelog inside an extension documentation, think like php.net/manual/en/curl.constants.php for example. I admit its not centralized. Do you mean we shall add a special central changelo

Re: [PHP-DOC] Extension changelogs

2012-02-01 Thread jpauli
Hey :) Well, we already have some changelog inside an extension documentation, think like php.net/manual/en/curl.constants.php for example. I admit its not centralized. Do you mean we shall add a special central changelog section summing up the changes for every extension ? Julien.P On Wed, Feb

[PHP-DOC] Extension changelogs

2012-01-31 Thread Hannes Magnusson
Hi all I must say I kindof like this sort of things in the docs. Its much easier to browse new features/changes per-extension rather then in some global changelogs/news that normal users never actually see. Now that the NEWS files for php-src is relatively sorted by ext, we could start bundling c