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

2004-04-18 Thread Nuno Lopes
> You don't seem to be aware fo the EN-Revision tag used by translators: > >http://www.php.net/manual/howto/translation-revtrack.html (9.4.2) > > with your script, you think that fr is up to date :( > That's why you have to compare the tag in the english > file with the tag in the french f

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

2004-04-18 Thread Mehdi Achour
Nuno Lopes wrote: +/* Checks if translated file is updated */ +if ($lang != 'en' && !isset($using_fallback)) { + + if (preg_match('$Revision: 1.88 $', $file_revision, $matches)) { $Revision 1.88 exactly? Fixed in the source. CVS has replaced my rexesp automatically. + $lang_rev = $matches[1];

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

2004-04-18 Thread Nuno Lopes
> > +/* Checks if translated file is updated */ > > +if ($lang != 'en' && !isset($using_fallback)) { > > + > > + if (preg_match('$Revision: 1.88 $', $file_revision, $matches)) { > > $Revision 1.88 exactly? Fixed in the source. CVS has replaced my rexesp automatically. > > + $lang_rev = $matches[

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

2004-04-18 Thread Gabor Hojtsy
+/* Checks if translated file is updated */ +if ($lang != 'en' && !isset($using_fallback)) { + + if (preg_match('$Revision: 1.88 $', $file_revision, $matches)) { $Revision 1.88 exactly? + $lang_rev = $matches[1]; + } else { + $lang_rev = 0; + } + +

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

2004-04-18 Thread Nuno Lopes
nlopess Sun Apr 18 12:30:51 2004 EDT Modified files: /livedocs livedoc.php Log: fixing (I hope) CVS problems with rexesp http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.88&r2=1.89&ty=u Index: livedocs/livedoc.php diff -u livedocs/livedoc.php:1.88 livedoc

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

2004-04-18 Thread Derick Rethans
On Sun, 18 Apr 2004, Nuno Lopes wrote: > > +/* Checks if translated file is updated */ > > +if ($lang != 'en' && !isset($using_fallback)) { > > + > > + if (preg_match('$Revision: 1.88 $', $file_revision, $matches)) { > > + $lang_rev = $matches[1]; > > + } else { > > + $lang_rev = 0; > > + } > > >

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

2004-04-18 Thread Nuno Lopes
> +/* Checks if translated file is updated */ > +if ($lang != 'en' && !isset($using_fallback)) { > + > + if (preg_match('$Revision: 1.88 $', $file_revision, $matches)) { > + $lang_rev = $matches[1]; > + } else { > + $lang_rev = 0; > + } Problems here! Any idea about how to escape the preg_match s

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

2004-04-18 Thread Nuno Lopes
nlopess Sun Apr 18 12:12:02 2004 EDT Modified files: /livedocs style_mapping.php Log: print a default message if no version information was found http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.7&r2=1.8&ty=u Index: livedocs/style_mapping.php diff -

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

2004-04-18 Thread Nuno Lopes
nlopess Sun Apr 18 12:04:33 2004 EDT Modified files: /livedocs livedoc.php Log: print a message if the translation is outdated #test this please or change the message if you like http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.87&r2=1.88&ty=u Index: li

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

2004-04-18 Thread Mehdi Achour
Nuno Lopes wrote: Can you hack this to have it printed *after* all the refnames ? Actually we have this : mysqli_autocommit PHP 5 mysqli->auto_commit It would be better to have : mysqli_autocommit mysqli->auto_commit PHP 5 didou I have thought in this, but... it is much more difficult to write

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

2004-04-18 Thread Nuno Lopes
> Can you hack this to have it printed *after* all the refnames ? > > Actually we have this : > > mysqli_autocommit > PHP 5 > mysqli->auto_commit > > It would be better to have : > > mysqli_autocommit > mysqli->auto_commit > PHP 5 > > didou I have thought in this, but... it is much more difficult

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

2004-04-18 Thread Mehdi Achour
Can you hack this to have it printed *after* all the refnames ? Actually we have this : mysqli_autocommit PHP 5 mysqli->auto_commit It would be better to have : mysqli_autocommit mysqli->auto_commit PHP 5 didou Nuno Lopes wrote: nlopess Sun Apr 18 11:02:33 2004 EDT Modified files:

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

2004-04-18 Thread Nuno Lopes
nlopess Sun Apr 18 11:02:33 2004 EDT Modified files: /livedocs style_mapping.php Log: print the version information just once http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.6&r2=1.7&ty=u Index: livedocs/style_mapping.php diff -u livedocs/style_map

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

2004-04-18 Thread Mehdi Achour
didou Sun Apr 18 10:34:11 2004 EDT Modified files: /livedocs style_mapping.php Log: fix classsynopsis rendering # check index.php?l=en&q=function.mysqli-autocommit before applying this patch and after http://cvs.php.net/diff.php/livedocs/style_mapping.ph

[PHP-DOC] cvs: livedocs / TODO

2004-04-18 Thread Mehdi Achour
didou Sun Apr 18 10:23:21 2004 EDT Modified files: /livedocs TODO Log: this was moved to a new file http://cvs.php.net/diff.php/livedocs/TODO?r1=1.19&r2=1.20&ty=u Index: livedocs/TODO diff -u livedocs/TODO:1.19 livedocs/TODO:1.20 --- livedocs/TODO:1.19 Fri

[PHP-DOC] cvs: phpdoc /en/security general.xml

2004-04-18 Thread Friedhelm Betz
betzSun Apr 18 09:52:54 2004 EDT Modified files: /phpdoc/en/security general.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/security/general.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/security/general.xml diff -u phpdoc/en/security/general.xml:1.1 phpdoc/e