[PHP-DOC] #30464 [Opn]: No link for See Also item

2004-10-18 Thread vrana
ID: 30464 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: I think this patch should fix it. But I'm not a DSSSL

[PHP-DOC] #30464 [Opn]: No link for See Also item

2004-10-18 Thread derick
ID: 30464 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: Did you test it Jakub? Previous Comments:

[PHP-DOC] #30464 [Opn]: No link for See Also item

2004-10-18 Thread vrana
ID: 30464 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: No, I don't have DSSSL stuff installed. Would someone be so

Re: [PHP-DOC] Mistake: Autoloading Objects

2004-10-18 Thread Aidan Lister
We should probably use PEAR CS, and require instead of include: function __autoload($class_name) { require_once $class_name . '.php'; } I didn't see your commit, so assuming it's still local (waiting to be commited) we'll save the translators a commit Sean Coates [EMAIL PROTECTED] wrote

Re: [PHP-DOC] Mistake: Autoloading Objects

2004-10-18 Thread M. Sokolewicz
has already been commited :) Seems you missed the commit message ;) Aidan Lister wrote: We should probably use PEAR CS, and require instead of include: function __autoload($class_name) { require_once $class_name . '.php'; } I didn't see your commit, so assuming it's still local (waiting to be

[PHP-DOC] cvs: phpdoc /en/reference/dom/functions dom-domcharacterdata-deletedata.xml dom-domcharacterdata-insertdata.xml dom-domcharacterdata-replacedata.xml dom-domcharacterdata-substringdata.xml dom-domdocument-importnode.xml dom-domelement-removeattribute.xml dom-domelement-removeattributenode.xml dom-domelement-removeattributens.xml dom-domelement-setattribute.xml dom-domelement-setattributenode.xml dom-domelement-setattributenodens.xml dom-domelement-setattributens.xml dom-domimplementation-createdocument.xml dom-domimplementation-createdocumenttype.xml

2004-10-18 Thread Antony Dovgal
tony2001Mon Oct 18 07:38:50 2004 EDT Modified files: /phpdoc/en/reference/dom/functions dom-domcharacterdata-deletedata.xml dom-domcharacterdata-insertdata.xml

Re: [PHP-DOC] Mistake: Autoloading Objects

2004-10-18 Thread Sean Coates
Too late (-: I'd committed this before he even posted to the list, and only focused on the bug, not the CS. http://news.phpdoc.info/php.doc/1302 S Aidan Lister wrote: We should probably use PEAR CS, and require instead of include: function __autoload($class_name) { require_once $class_name

[PHP-DOC] Parameters passed by reference in function definitions

2004-10-18 Thread Jakub Vrana
Hello Goba and others! It seems that parameter role=reference works perfect with the old stylesheets. Should be the old style with amp; changed to this new style all around the docs? However it seems that the old style works in Livedocs already (at least at livedocs.phpp.org) so there is maybe no

Re: [PHP-DOC] Parameters passed by reference in function definitions

2004-10-18 Thread Gabor Hojtsy
Hello Goba and others! It seems that parameter role=reference works perfect with the old stylesheets. Should be the old style with amp; changed to this new style all around the docs? However it seems that the old style works in Livedocs already (at least at livedocs.phpp.org) so there is maybe no

[PHP-DOC] cvs: phpdoc /xsl .cvsignore htmlhelp-config.xsl.in htmlhelp.xsl.in

2004-10-18 Thread anatoly techtonik
techtonik Mon Oct 18 16:11:14 2004 EDT Added files: /phpdoc/xsl htmlhelp-config.xsl.in Modified files: /phpdoc/xsl .cvsignore htmlhelp.xsl.in Log: move configure/able htmlhelp params into separate file

[PHP-DOC] cvs: phpdoc /xsl htmlhelp-config.xsl.in

2004-10-18 Thread anatoly techtonik
techtonik Mon Oct 18 16:15:17 2004 EDT Modified files: /phpdoc/xsl htmlhelp-config.xsl.in Log: newlines = htmlhelp-config.xsl.in http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp-config.xsl.in?r1=1.1r2=1.2ty=u Index: phpdoc/xsl/htmlhelp-config.xsl.in diff

[PHP-DOC] cvs: phpdoc /xsl .cvsignore htmlhelp.xsl htmlhelp.xsl.in

2004-10-18 Thread anatoly techtonik
techtonik Mon Oct 18 16:20:33 2004 EDT Added files: /phpdoc/xsl htmlhelp.xsl Removed files: /phpdoc/xsl htmlhelp.xsl.in Modified files: /phpdoc/xsl .cvsignore Log: moved htmlhelp.xsl.in to htmlhelp.xsl as we

[PHP-DOC] cvs: phpdoc /xsl htmlhelp.xsl

2004-10-18 Thread anatoly techtonik
techtonik Mon Oct 18 16:28:10 2004 EDT Modified files: /phpdoc/xsl htmlhelp.xsl Log: New xCHM PHPDOC template based on version 1.66.1 of DocBook XSL. May need some customizations from older templates to be revised and added.

[PHP-DOC] #30456 [Opn]: Livedocs malforms example code

2004-10-18 Thread [EMAIL PROTECTED]
ID: 30456 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Livedocs problem PHP Version: Irrelevant New Comment: Whitespce in any element which hasn't set preserve to true will be ignored in most circumstances.

[PHP-DOC] #30464 [Opn]: No link for See Also item

2004-10-18 Thread curt
ID: 30464 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment: Jakub, I couldn't apply the patch you provided, they were