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

2007-06-25 Thread Hannes Magnusson
bjori Mon Jun 25 15:21:25 2007 UTC Modified files: /livedocs livedoc_funcs.php Log: Let phpweb handle the printing of the notes http://cvs.php.net/viewvc.cgi/livedocs/livedoc_funcs.php?r1=1.32r2=1.33diff_format=u Index: livedocs/livedoc_funcs.php diff -u

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

2005-09-14 Thread Ilia Alshanetsky
iliaa Wed Sep 14 18:02:39 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Place extension's function list at the top of the nav bar. # Credit and Thanks goes out to Sean

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

2005-06-17 Thread Ilia Alshanetsky
iliaa Fri Jun 17 18:10:18 2005 EDT Modified files: /livedocs livedoc_funcs.php mkindex.php Log: Added some warnings on common errors. Fixed bug #33358 (Use TITLEABBREV in table of contents).

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

2005-06-17 Thread Ilia Alshanetsky
iliaa Fri Jun 17 22:03:20 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Fixed bug #30440 #33037 http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.27r2=1.28ty=u Index: livedocs/livedoc_funcs.php diff -u

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

2005-06-17 Thread Sean Coates
Ilia Alshanetsky wrote: iliaa Fri Jun 17 18:10:18 2005 EDT Modified files: /livedocs livedoc_funcs.php mkindex.php Log: Added some warnings on common errors. Fixed bug #33358 (Use TITLEABBREV in table of contents). Ilia, It may not have been this one,

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

2005-02-10 Thread Jacques Marneweck
jacques Thu Feb 10 07:23:32 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Committing http://www.powertrip.co.za/livedocs/viewpatch.php?patch=6 http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.25r2=1.26ty=u Index:

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

2005-02-09 Thread Nuno Lopes
+// turn urls into links +$the_note = preg_replace( + /((mailto|http|ftp|nntp|news):.+?)(gt;|\\s|\\)|\|\\.\\s||$)/, +a href=\\\1\\\1/a\\3, +$the_note +); + A slightly optimized version would be:

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

2005-02-09 Thread Sean Coates
Nuno Lopes wrote: A slightly optimized version would be: The one I submitted was copied directly from php-web, but I have no problem with the optimization, once tested. P.S.: BTW, thanks for reviewing some livedocs' patches. Yes, thanks. Ilia also said he'd take a look, later today. S

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

2005-02-09 Thread Ilia Alshanetsky
iliaa Wed Feb 9 14:00:00 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Clean up CS Fixed bug #30319 http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.18r2=1.19ty=u Index: livedocs/livedoc_funcs.php diff -u

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

2005-02-09 Thread Ilia Alshanetsky
iliaa Wed Feb 9 14:47:38 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Fixed bug #30455 http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.19r2=1.20ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.19

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

2005-02-09 Thread Ilia Alshanetsky
iliaa Wed Feb 9 15:03:44 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Fixed bug #30204 http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.20r2=1.21ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.20

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

2005-02-09 Thread Ilia Alshanetsky
iliaa Wed Feb 9 15:31:57 2005 EDT Modified files: /livedocs style_mapping.php livedoc_funcs.php Log: Don't handle user notes as if they were ALL php code. http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.23r2=1.24ty=u Index:

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

2005-02-09 Thread mazzanet
Curt mustn't have updated his patch, $children[$parent] needs to be changed to $children[$valsub] (on the indicated line below) otherwise the function list and other 'sub-TOCs' are broken. Matt Ilia Alshanetsky wrote: iliaa Wed Feb 9 15:03:44 2005 EDT Modified files: /livedocs

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

2005-02-09 Thread Ilia Alshanetsky
iliaa Wed Feb 9 17:06:44 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Use correct array key. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.22r2=1.23ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.22

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

2005-02-09 Thread Ilia Alshanetsky
iliaa Wed Feb 9 17:37:51 2005 EDT Modified files: /livedocs livedoc_funcs.php style_mapping.php Log: Cleanup notes presentation. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.23r2=1.24ty=u Index: livedocs/livedoc_funcs.php diff -u

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

2005-02-09 Thread Ilia Alshanetsky
iliaa Wed Feb 9 17:48:14 2005 EDT Modified files: /livedocs livedoc_funcs.php Log: Added anchors to notes. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.24r2=1.25ty=u Index: livedocs/livedoc_funcs.php diff -u

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

2004-09-02 Thread Gabor Hojtsy
gobaThu Sep 2 12:18:24 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: *always* go into the refs sections (refgroups) when building a toc http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.10r2=1.11ty=u Index:

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

2004-09-02 Thread Gabor Hojtsy
gobaThu Sep 2 12:20:04 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: ups, returns 0 on success http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.11r2=1.12ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.11

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

2004-09-02 Thread Gabor Hojtsy
gobaThu Sep 2 13:54:06 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: adding reg; - Sean spotted this http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.12r2=1.13ty=u Index: livedocs/livedoc_funcs.php diff -u

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

2004-09-02 Thread Gabor Hojtsy
gobaThu Sep 2 15:26:02 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: do not go into listing functions on refgroup pages (yes, I am nesting two ifs, since I think it is readble this way) - feel free to optimize

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

2004-09-02 Thread Gabor Hojtsy
gobaThu Sep 2 15:33:25 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: wups, this is 9 chars, not 3 http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.15r2=1.16ty=u Index: livedocs/livedoc_funcs.php diff -u

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

2004-09-02 Thread Gabor Hojtsy
gobaThu Sep 2 16:36:59 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: merge the ifs so it becomes a big list :) - plus fix the function list exlusion to work properly http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.16r2=1.17ty=u

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

2004-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 14 17:41:37 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: Clean-up + http://livedocs.aborla.net/patch.php?id=include.entitiesdownload=linux http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.9r2=1.10ty=u Index:

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

2004-07-30 Thread Ilia Alshanetsky
iliaa Fri Jul 30 11:16:29 2004 EDT Modified files: /livedocs livedoc_funcs.php style_mapping.php Log: Fixes and tune-ups by Nuno Lopes. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.8r2=1.9ty=u Index: livedocs/livedoc_funcs.php diff -u

Re: [PHP-DOC] cvs: livedocs / livedoc_funcs.php style_mapping.php xml_classes5.php

2004-05-26 Thread Jakub Vrana
Ilia Alshanetsky wrote: - switch (count($parts)) { - case 4: - $id = 'function.' . $parts[3]; - $func_name = lookup_title($id); - break; - - case 5: - if ($parts[3] == 'class') { -

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

2004-05-26 Thread Wez Furlong
wez Wed May 26 05:25:52 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: Fix overtuning. Patch by Jakub Vrana # ps: Jakub, please Cc: ilia directly if you spot another thing like this, # as he is not subscribed to phpdoc@

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

2004-05-26 Thread Ilia Alshanetsky
iliaa Wed May 26 10:18:15 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: Minor tuneup. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.5r2=1.6ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.5

[PHP-DOC] cvs: livedocs / livedoc_funcs.php xml_classes5.php

2004-05-26 Thread Ilia Alshanetsky
iliaa Wed May 26 10:24:55 2004 EDT Modified files: /livedocs xml_classes5.php livedoc_funcs.php Log: Another slight optimization. http://cvs.php.net/diff.php/livedocs/xml_classes5.php?r1=1.4r2=1.5ty=u Index: livedocs/xml_classes5.php diff -u

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

2004-05-26 Thread Ilia Alshanetsky
iliaa Wed May 26 11:57:29 2004 EDT Modified files: /livedocs livedoc_funcs.php Log: More tuneup. http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.7r2=1.8ty=u Index: livedocs/livedoc_funcs.php diff -u livedocs/livedoc_funcs.php:1.7

[PHP-DOC] cvs: livedocs / livedoc_funcs.php xml_classes5.php

2004-05-25 Thread Wez Furlong
wez Tue May 25 11:24:47 2004 EDT Modified files: /livedocs livedoc_funcs.php xml_classes5.php Log: A couple of tweaks http://cvs.php.net/diff.php/livedocs/livedoc_funcs.php?r1=1.1r2=1.2ty=u Index: livedocs/livedoc_funcs.php diff -u

[PHP-DOC] cvs: livedocs / livedoc_funcs.php pregenerate.php style_mapping.php xml_classes5.php

2004-05-25 Thread Ilia Alshanetsky
iliaa Tue May 25 15:07:13 2004 EDT Modified files: /livedocs livedoc_funcs.php pregenerate.php style_mapping.php xml_classes5.php Log: Various optimizations, these gives us about 15%-20% speed boost.

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

2004-05-25 Thread Ilia Alshanetsky
iliaa Tue May 25 16:15:04 2004 EDT Modified files: /livedocs xml_classes5.php livedoc_funcs.php style_mapping.php Log: More tunning. http://cvs.php.net/diff.php/livedocs/xml_classes5.php?r1=1.3r2=1.4ty=u Index: livedocs/xml_classes5.php diff -u