[PHP-DOC] cvs: livedocs / mkindex.php toc.xsl

2007-06-25 Thread Hannes Magnusson
bjori Mon Jun 25 12:04:17 2007 UTC Modified files: /livedocs toc.xsl mkindex.php Log: Sync with phpdoc Docbook5 upgrade http://cvs.php.net/viewvc.cgi/livedocs/toc.xsl?r1=1.5&r2=1.6&diff_format=u Index: livedocs/toc.xsl diff -u livedocs/toc.xsl:1.5 livedocs

[PHP-DOC] cvs: livedocs / mkindex.php style_mapping.php

2007-05-10 Thread Philip Olson
philip Thu May 10 07:31:56 2007 UTC Modified files: /livedocs mkindex.php style_mapping.php Log: Implement format_acronym() for acronym tags (for phpdoc) This also closes bug #36448 http://cvs.php.net/viewvc.cgi/livedocs/mkindex.php?r1=1.48&r2=1.49&diff_

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

2007-04-18 Thread Hannes Magnusson
bjori Wed Apr 18 07:26:45 2007 UTC Modified files: /livedocs mkindex.php Log: Fix path/to/the/version.xml file # Was moved in phpbook/docbook restructuring few months ago http://cvs.php.net/viewvc.cgi/livedocs/mkindex.php?r1=1.47&r2=1.48&diff_format=u I

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

2005-09-18 Thread Wez Furlong
wez Sun Sep 18 10:04:28 2005 EDT Modified files: /livedocs mkindex.php Log: ignore all files beginning with a ., and not just the magic dirs. rationale: no point trying to index vim .swp files, as that just confuses things. http://cvs.php.net/diff.ph

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

2005-08-20 Thread Edin Kadribasic
edink Sat Aug 20 17:50:41 2005 EDT Modified files: /livedocs mkindex.php Log: Don't rely on '.' being in the include_path http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.45&r2=1.46&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.45 live

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

2005-06-20 Thread Ilia Alshanetsky
iliaa Mon Jun 20 22:51:42 2005 EDT Modified files: /livedocs mkindex.php Log: Shortened names of VARLISTENTRY. Stop indexing QANDAENTRY, these do not have short titles and are always page sub-components. http://cvs.php.net/diff.php/livedocs/mkindex.p

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

2005-06-20 Thread Ilia Alshanetsky
iliaa Mon Jun 20 20:44:08 2005 EDT Modified files: /livedocs mkindex.php Log: Added supported for nested "title" tags. Silence harmless warnings. http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.42&r2=1.43&ty=u Index: livedocs/mkindex.php diff -u l

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

2005-06-20 Thread Jean-Sebastien Goupil
I have rebuilt now the manual and it seems that is working find... don't know what happenned. There are some "function.require [?]" but this is not critical for me ;) See ya Jean-Sébastien Goupil [EMAIL PROTECTED] Jean-Sebastien Goupil wrote: Since you sent update for livedocs, I have rebui

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

2005-06-19 Thread Ilia Alshanetsky
iliaa Sun Jun 19 23:47:16 2005 EDT Modified files: /livedocs mkindex.php Log: broken link fixes http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.41&r2=1.42&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.41 livedocs/mkindex.php:1.42 -

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

2005-06-15 Thread Ilia Alshanetsky
iliaa Wed Jun 15 21:11:02 2005 EDT Modified files: /livedocs mkindex.php Log: Slight speed tune-up. http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.39&r2=1.40&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.39 livedocs/mkindex.php:1.

[PHP-DOC] cvs: livedocs / mkindex.php xml_classes5.php /themes/default html_format.php /themes/php.net html_format.php /themes/smarty html_format.php

2004-09-03 Thread Derick Rethans
derick Fri Sep 3 02:48:44 2004 EDT Modified files: /livedocs mkindex.php xml_classes5.php /livedocs/themes/defaulthtml_format.php /livedocs/themes/php.nethtml_format.php /livedocs/themes/smarty html_format.php Log: - Added UTF8 patch

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

2004-05-24 Thread Wez Furlong
wez Mon May 24 08:18:48 2004 EDT Modified files: /livedocs mkindex.php Log: Better id -> title handling. http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.33&r2=1.34&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.33 livedocs/mkindex

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

2004-04-20 Thread Mehdi Achour
didou Tue Apr 20 16:14:07 2004 EDT Modified files: /livedocs mkindex.php Log: oops http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.30&r2=1.31&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.30 livedocs/mkindex.php:1.31 --- livedocs/mkin

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

2004-04-02 Thread Nuno Lopes
nlopess Fri Apr 2 13:18:34 2004 EDT Modified files: /livedocs mkindex.php Log: small hack to display & properly in the menu http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.28&r2=1.29&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.28 liv

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

2004-03-20 Thread Nuno Lopes
> Modified files: > /livedocs mkindex.php > Log: > this was the bug... entities needs to be generated in the database before we start parsing files > # doh Great! Its fixed. The indexing isn't working 100% ok, but almost :) I'll contact the peardoc team about the authoring dir. Nuno

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

2004-03-20 Thread Mehdi Achour
didou Sat Mar 20 13:52:17 2004 EDT Modified files: /livedocs mkindex.php Log: what about PEAR ? ;) http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.26&r2=1.27&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.26 livedocs/mkindex.php:1.27 -

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

2004-03-20 Thread Mehdi Achour
didou Sat Mar 20 13:39:42 2004 EDT Modified files: /livedocs mkindex.php Log: this was the bug... entities needs to be generated in the database before we start parsing files # doh http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.25&r2=1.26&ty=u Inde

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

2004-03-20 Thread Nuno Lopes
nlopess Sat Mar 20 06:23:43 2004 EDT Modified files: /livedocs mkindex.php Log: didou's hack broken indexing. need to find a better hack for pear http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.24&r2=1.25&ty=u Index: livedocs/mkindex.php diff -u livedocs

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

2004-03-17 Thread Mehdi Achour
didou Wed Mar 17 12:37:20 2004 EDT Modified files: /livedocs mkindex.php Log: make sure we're fetching the title # actually Stig was a title when parsin peardoc/en/chapters/intro.xml :) http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.23&r2=1.24&ty=u

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

2004-03-12 Thread Mehdi Achour
didou Fri Mar 12 06:13:45 2004 EDT Modified files: /livedocs mkindex.php Log: clean comments http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.20&r2=1.21&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.20 livedocs/mkindex.php:1.21 --- liv

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

2004-03-12 Thread Mehdi Achour
didou Fri Mar 12 05:17:04 2004 EDT Modified files: /livedocs mkindex.php Log: add some instructions for peardoc http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.18&r2=1.19&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.18 livedocs/mkind

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

2004-02-23 Thread Mehdi Achour
didou Mon Feb 23 12:35:31 2004 EDT Modified files: /livedocs mkindex.php Log: this one was renamed http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.17&r2=1.18&ty=u Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.17 livedocs/mkindex.php:1.18 -

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

2004-01-11 Thread Gabor Hojtsy
gobaSun Jan 11 09:01:12 2004 EDT Modified files: /livedocs mkindex.php Log: fix ticket number 15 - this should not have any effect on default PHP setups, since magic_quotes_runtime defaults to zero Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:

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

2004-01-11 Thread Nuno Lopes
nlopess Sun Jan 11 04:45:26 2004 EDT Modified files: /livedocs mkindex.php Log: timeout fix Index: livedocs/mkindex.php diff -u livedocs/mkindex.php:1.13 livedocs/mkindex.php:1.14 --- livedocs/mkindex.php:1.13 Mon Jul 28 21:34:02 2003 +++ livedocs/mkindex.ph