[PHP-DOC] user contributed notes in livedocs

2004-05-04 Thread Wez Furlong
I've just comitted some code that will optionally generate a notes database at the time when you build your livedocs index. (you need to know the token to access the notes from master, so not many of you will be able to play with this feature yet). The notes database will be queried so that the no

[PHP-DOC] cvs: livedocs / build-ops.in build.sh common.php configure.in livedoc.php mk_notes.php /themes/default livedoc.css

2004-05-04 Thread Wez Furlong
wez Tue May 4 21:38:16 2004 EDT Added files: /livedocs mk_notes.php Modified files: /livedocs build-ops.in build.sh common.php configure.in livedoc.php /livedocs/themes/defaultlivedoc.css Log: Set build log default to be s

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-multisort.xml array-search.xml each.xml sort.xml usort.xml

2004-05-04 Thread Damien Seguy
damsTue May 4 15:56:19 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-multisort.xml array-search.xml each.xml sort.xml usort.xml Log:

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-diff-uassoc.xml

2004-05-04 Thread Damien Seguy
damsTue May 4 15:55:54 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-diff-uassoc.xml Log: removed space from parameter name http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-diff-uassoc.xml?r1=1.4&r2=1.5&ty=u

[PHP-DOC] cvs: phpdoc /en/reference/array/functions list.xml

2004-05-04 Thread Damien Seguy
damsTue May 4 15:55:19 2004 EDT Modified files: /phpdoc/en/reference/array/functionslist.xml Log: give a better name to the parameter http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/list.xml?r1=1.11&r2=1.12&ty=u Index: phpdoc/en/refe

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-merge.xml

2004-05-04 Thread Jan Lehnardt
jan Tue May 4 15:01:46 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-merge.xml Log: - reflect the fact, that merging a single array is possible and added a corresponding example. Thanks to vmx. http://cvs.php.net/diff.p

[PHP-DOC] cvs: livedocs /themes/php.net livedoc.css /themes/smarty livedoc.css

2004-05-04 Thread Nuno Lopes
nlopess Tue May 4 11:29:23 2004 EDT Modified files: /livedocs/themes/php.netlivedoc.css /livedocs/themes/smarty livedoc.css Log: sync themes http://cvs.php.net/diff.php/livedocs/themes/php.net/livedoc.css?r1=1.3&r2=1.4&ty=u Index: livedocs/themes/p

Re: [PHP-DOC] Re: cvs: livedocs / error.php

2004-05-04 Thread Nuno Lopes
> I think you won't do nothing : > http://news.php.net/article.php?group=php.cvs&article=27252 > > Merci monsieur Open Source et Closed Minds :) > > didou I've received that mail now. Strange... Why can't I access livedocs? Nuno

[PHP-DOC] cvs: livedocs / build.sh

2004-05-04 Thread Mehdi Achour
didou Tue May 4 11:19:57 2004 EDT Modified files: /livedocs build.sh Log: revert wrong commit http://cvs.php.net/diff.php/livedocs/build.sh?r1=1.22&r2=1.23&ty=u Index: livedocs/build.sh diff -u livedocs/build.sh:1.22 livedocs/build.sh:1.23 --- livedocs/buil

[PHP-DOC] cvs: livedocs / build.sh

2004-05-04 Thread Mehdi Achour
didou Tue May 4 11:18:51 2004 EDT Modified files: /livedocs build.sh Log: test http://cvs.php.net/diff.php/livedocs/build.sh?r1=1.21&r2=1.22&ty=u Index: livedocs/build.sh diff -u livedocs/build.sh:1.21 livedocs/build.sh:1.22 --- livedocs/build.sh:1.21

Re: [PHP-DOC] Re: cvs: livedocs / error.php

2004-05-04 Thread Mehdi Achour
Nuno Lopes wrote: you didn't improve nothing, you've broke it :) print_r(explode(' ', "en fr ja")); Array ( [0] => en [1] => [2] => fr [3] => [4] => [5] => [6] => [7] => [8] => ja ) so if I do ./configure --with-languages="en fr ja" the explode call

Re: [PHP-DOC] Re: cvs: livedocs / error.php

2004-05-04 Thread Nuno Lopes
> you didn't improve nothing, you've broke it :) > > print_r(explode(' ', "en fr ja")); > Array > ( > [0] => en > [1] => > [2] => fr > [3] => > [4] => > [5] => > [6] => > [7] => > [8] => ja > ) > > > so if I do ./configure --with-languages="en

[PHP-DOC] Re: cvs: livedocs / error.php

2004-05-04 Thread Mehdi Achour
Nuno Lopes wrote: nlopess Tue May 4 10:57:42 2004 EDT Modified files: /livedocs error.php Log: redirect the user automatically if there is just one language on the server improve performance in splitting languages you didn't improve nothing, you've broke it :) print_r

[PHP-DOC] cvs: livedocs / error.php

2004-05-04 Thread Nuno Lopes
nlopess Tue May 4 10:57:42 2004 EDT Modified files: /livedocs error.php Log: redirect the user automatically if there is just one language on the server improve performance in splitting languages http://cvs.php.net/diff.php/livedocs/error.php?r1=1.11&r2=1.1

Re: [PHP-DOC] [PATCH] rtl second edition

2004-05-04 Thread Nuno Lopes
I totally agree with it! Please commit it! Just a question: why do you use ENT_NOQUOTES in htmlspecialchars()? I think you have a little problem with globals, but commit the patch and then I correct it. Nuno - Original Message - From: "moshe doron" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: [PHP-DOC] using funcsummary.txt to generate a custom function reference

2004-05-04 Thread Gabor Hojtsy
It would be a bad idea to create a function list to reference pages in the manual, since there are a lot of functions not (yet) documented, but listed in the funcsummary file. Well, so I just add the functions that are only found in that file to the list and everything would be fine, won't it? It c

Re: [PHP-DOC] Re: documentating an extension, XML->HTML

2004-05-04 Thread Gabor Hojtsy
He is NOT developing an open extension! Gergely, see the Dochowto. http://php.net/dochowto On Mon, 3 May 2004, Sara Golemon wrote: > > now, i've got the XML sheets. is there any XSLT sheets or utils to > > generate the proper HTML code from this? > > > Are you documenting a PEAR extension or a co

[PHP-DOC] cvs: livedocs /langs en.style_mapping.php he.style_mapping.php

2004-05-04 Thread Moshe Doron
momoTue May 4 04:45:16 2004 EDT Removed files: /livedocs/langs en.style_mapping.php he.style_mapping.php Log: remove the rejected rtl patch

[PHP-DOC] [PATCH] rtl second edition

2004-05-04 Thread moshe doron
here the 'all in one method': http://moshe.i-com-it.com/patchs/livedocs-rtl2.patch.txt rejections? --/moshe.

[PHP-DOC] Re: Thank you!

2004-05-04 Thread Letterj
Manufacture.cpl Description: Binary data