[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2006-07-06 Thread Nuno Lopes
nlopess Thu Jul 6 19:49:32 2006 UTC Modified files: /phpdoc/htmlhelpfilter_files.php Log: fix the problem with PHP = 5.1. So the problem is that one of the regexes backtracks too much (thousands of characters) and the default limit wasn't enough. # Thanks

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2005-07-01 Thread anatoly techtonik
techtonik Fri Jul 1 18:27:05 2005 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: - rendered html page can have multiple titlepages - replace only first http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.16r2=1.17ty=u Index:

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2005-06-24 Thread anatoly techtonik
techtonik Fri Jun 24 05:15:31 2005 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: + die if called without required parameters (i.e. not from make_chm.php) http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.14r2=1.15ty=u

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2005-06-24 Thread anatoly techtonik
techtonik Fri Jun 24 05:26:40 2005 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: + add pageContent div in XSL template instead of in file_filter.php http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.15r2=1.16ty=u Index:

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2005-06-21 Thread anatoly techtonik
techtonik Tue Jun 21 08:35:34 2005 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: * a name=_user_notes is deprecated - changing to a id=user_notes http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.12r2=1.13ty=u Index:

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2005-06-21 Thread Nuno Lopes
nlopess Tue Jun 21 09:17:23 2005 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: this change was missing from latest XSL patch http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.13r2=1.14ty=u Index: phpdoc/htmlhelp/filter_files.php

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2005-06-20 Thread anatoly techtonik
techtonik Mon Jun 20 05:35:26 2005 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: + $Id$ + report file in process http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.11r2=1.12ty=u Index: phpdoc/htmlhelp/filter_files.php diff

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2005-06-06 Thread Jakub Vrana
vrana Mon Jun 6 12:38:01 2005 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: A div was missing (bug #33219) http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.10r2=1.11ty=u Index: phpdoc/htmlhelp/filter_files.php diff -u

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2004-11-03 Thread anatoly techtonik
techtonik Wed Nov 3 15:46:07 2004 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: insert pageText div after last closed div http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.8r2=1.9ty=u Index:

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2004-11-03 Thread anatoly techtonik
techtonik Wed Nov 3 23:36:37 2004 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: additional table styling fixes http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.9r2=1.10ty=u Index: phpdoc/htmlhelp/filter_files.php diff -u

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2004-10-29 Thread anatoly techtonik
techtonik Fri Oct 29 05:58:19 2004 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: fixed some errors in .HHP refinement block added _index.html to [FILES] section

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2004-09-07 Thread Nuno Lopes
nlopess Tue Sep 7 07:06:11 2004 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: minor cleanup and PHP 5 support http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.3r2=1.4ty=u Index: phpdoc/htmlhelp/filter_files.php diff -u

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php

2003-09-06 Thread Gabor Hojtsy
gobaSat Sep 6 09:27:30 2003 EDT Modified files: /phpdoc/htmlhelpfilter_files.php Log: One more temporary fix to make builds work Index: phpdoc/htmlhelp/filter_files.php diff -u phpdoc/htmlhelp/filter_files.php:1.2

[PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php make_chm.php /htmlhelp/suppfiles/html _script.js

2002-12-26 Thread Gabor Hojtsy
gobaThu Dec 26 17:08:51 2002 EDT Modified files: /phpdoc/htmlhelpfilter_files.php make_chm.php /phpdoc/htmlhelp/suppfiles/html _script.js Log: A few enhancements to make the build system more automatic: - Use exec(copy ...) to copy

Re: [PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php make_chm.php /htmlhelp/suppfiles/html _script.js

2002-12-26 Thread Derick Rethans
On Thu, 26 Dec 2002, Gabor Hojtsy wrote: goba Thu Dec 26 17:08:51 2002 EDT Modified files: /phpdoc/htmlhelp filter_files.php make_chm.php /phpdoc/htmlhelp/suppfiles/html _script.js Log: A few enhancements to make the build system more automatic:

Re: [PHP-DOC] cvs: phpdoc /htmlhelp filter_files.php make_chm.php/htmlhelp/suppfiles/html _script.js

2002-12-26 Thread Gabor Hojtsy
goba Thu Dec 26 17:08:51 2002 EDT Modified files: /phpdoc/htmlhelp filter_files.php make_chm.php /phpdoc/htmlhelp/suppfiles/html _script.js Log: A few enhancements to make the build system more automatic: - Use exec(copy ...) to copy