Re: [PHP-DOC] Some new bugs for PhD

2007-11-05 Thread Hannes Magnusson
On Nov 5, 2007 9:36 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: > > While writing a reply I realized something... that index.html file you > > are getting in REF_STRUCT_DEV is broken. > > The files are named by their IDs and since we don't have an "index" ID > > we copy

[PHP-DOC] PhDReader: If default not specified, return false

2007-11-05 Thread Edward Z. Yang
Patch attached. Primarily useful for mappers that have behavior only for a very specific parent stack. -- Edward Z. YangGnuPG: 0x869C48DA HTML Purifier Anti-XSS Filter [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]] Index: PhDReader.clas

Re: [PHP-DOC] Retrieving tag contents from PhDFormat

2007-11-05 Thread Hannes Magnusson
On Nov 5, 2007 9:24 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > If I were in an elementmap function and I wanted to find out the > contents of the node currently processed node, how would I go about > doing this? Is there some function in PhDReader to call, or would I have > to make a textmap?

Re: [PHP-DOC] Some new bugs for PhD

2007-11-05 Thread Edward Z. Yang
Hannes Magnusson wrote: > While writing a reply I realized something... that index.html file you > are getting in REF_STRUCT_DEV is broken. > The files are named by their IDs and since we don't have an "index" ID > we copy (thank you Windows, I have a great respect for you!) the > (believed-to-be-i

[PHP-DOC] Retrieving tag contents from PhDFormat

2007-11-05 Thread Edward Z. Yang
If I were in an elementmap function and I wanted to find out the contents of the node currently processed node, how would I go about doing this? Is there some function in PhDReader to call, or would I have to make a textmap? -- Edward Z. YangGnuPG: 0x869C48DA HTML Purifi

Re: [PHP-DOC] The Swedish manual lags behind

2007-11-05 Thread Hannes Magnusson
On Nov 5, 2007 9:13 PM, Lars Gunther <[EMAIL PROTECTED]> wrote: > Hannes Magnusson skrev: > > > Btw: docs.php.net is updated four times a day, using the English > > version as a fallback if it cannot find a translated Swedish version. > > The stuff you see on xx.php.net is over two years old. > > S

Re: [PHP-DOC] Some new bugs for PhD

2007-11-05 Thread Hannes Magnusson
On Nov 5, 2007 8:18 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: > > Hmh. I don't think adding a TOC to the html output is the > > right-way-to-go, but you are right, we do need some sort of real index > > on the front page. > > Attached is a hack that adds a classic styl

Re: [PHP-DOC] The Swedish manual lags behind

2007-11-05 Thread Lars Gunther
Hannes Magnusson skrev: Btw: docs.php.net is updated four times a day, using the English version as a fallback if it cannot find a translated Swedish version. The stuff you see on xx.php.net is over two years old. So, what have I missed? Why isn't the main PHP site being updated? The normal w

[PHP-DOC] Reducing redundancy in class declarations

2007-11-05 Thread Edward Z. Yang
The class synopsis XML source has a little bit of redundancy built into it: Imagick Imagick Iterator Traversable In particular, ooclass is duplicated in two different contexts. The docbook specification defines classsynopsisinfo to be sup

Re: [PHP-DOC] Some new bugs for PhD

2007-11-05 Thread Hannes Magnusson
On Nov 5, 2007 4:02 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: > >> http://bugs.php.net/bug.php?id=43191 > >>build.php fails to included necessary theme dependencies > > > > Richard has already complained over this :) > > I was thinking about this. I think the most

Re: [PHP-DOC] Some new bugs for PhD

2007-11-05 Thread Edward Z. Yang
Hannes Magnusson wrote: > Hmh. I don't think adding a TOC to the html output is the > right-way-to-go, but you are right, we do need some sort of real index > on the front page. Attached is a hack that adds a classic style Table of Contents to the index.html/manual.html pages as an interim solutio

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard file.c

2007-11-05 Thread Jani Taskinen
janiMon Nov 5 17:43:05 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard file.c Log: MFH: Sync [DOC]: note [DOC] -/* {{{ proto bool copy(string source_file, string destination_file) [DOC] +/* {{{ proto bool copy(string source_file, st

Re: [PHP-DOC] Some new bugs for PhD

2007-11-05 Thread Edward Z. Yang
Hannes Magnusson wrote: >> http://bugs.php.net/bug.php?id=43191 >>build.php fails to included necessary theme dependencies > > Richard has already complained over this :) I was thinking about this. I think the most logical choice would be to have the theme files include their own dependencies

[PHP-DOC] Fwd: [DOC-CVS] cvs: phpdoc / configure.php

2007-11-05 Thread Richard Quadling
-- Forwarded message -- From: Richard Quadling <[EMAIL PROTECTED]> Date: 5 Nov 2007 11:27 Subject: [DOC-CVS] cvs: phpdoc / configure.php To: [EMAIL PROTECTED] rquadling Mon Nov 5 11:27:52 2007 UTC Modified files: /phpdoc configure.php Log: New option

[PHP-DOC] Fwd: [DOC-CVS] cvs: phpdoc(REF_STRUCT_DEV) / configure.php

2007-11-05 Thread Richard Quadling
-- Forwarded message -- From: Richard Quadling <[EMAIL PROTECTED]> Date: 5 Nov 2007 11:27 Subject: [DOC-CVS] cvs: phpdoc(REF_STRUCT_DEV) / configure.php To: [EMAIL PROTECTED] rquadling Mon Nov 5 11:27:20 2007 UTC Modified files: (Branch: REF_STRUCT_D

Re: [PHP-DOC] The Swedish manual lags behind

2007-11-05 Thread Hannes Magnusson
On Nov 4, 2007 9:51 PM, Keryx Web <[EMAIL PROTECTED]> wrote: > If the encoding issues get solved, that is! > > Example: > http://se.php.net/manual/sv/getting-started.php http://docs.php.net/manual/sv/getting-started.php Btw: docs.php.net is updated four times a day, using the English version as a

Re: [PHP-DOC] Some new bugs for PhD

2007-11-05 Thread Hannes Magnusson
On Nov 5, 2007 4:12 AM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > I've opened a series of new bug reports for PhD: > > http://bugs.php.net/bug.php?id=43191 >build.php fails to included necessary theme dependencies Richard has already complained over this :) > > http://bugs.php.net/bug.php?i

Re: [PHP-DOC] Re: REF_STRUCT_DEV configure.php fails

2007-11-05 Thread Hannes Magnusson
On Nov 5, 2007 3:13 AM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > Edward Z. Yang wrote: > > $ php configure.php > > > > on the REF_STRUCT_DEV branch fails with: > > > > Warning: DOMDocument::load(): StartTag: invalid element name in > > c:/Users/Edward/Webs/phpdoc-dev/en/reference/imagick/imagick