> > I just tried to build a CHM out of the PHP Documentation sources
> > using xsltproc, and I keep getting:
> >
> > | Error: no ID for constraint linkend: funcref.
> > | Error: no ID for constraint linkend: langref.
> > | Error: no ID for constraint linkend: features.
> > | Error: no ID for const
> I just modified en/appendices/about.xml to include a
> paragraph explaining the status of the notes as part
> of the manual, and thus having the same license.
>
> Check for the specific language in the recent commit,
> and modify as needed if something is not clear or does
> not sound good.
See
gobaFri Dec 27 05:06:17 2002 EDT
Removed files:
/phpdoc/htmlhelp/suppfiles/fixesIE6DisplayFix.reg
Modified files:
/phpdoc/htmlhelpmake_chm.php
Log:
The display fix is not needed, as the workaround is always
enabled now...
Hello,
So i got a CVS account, now at this moment checkouting phpdoc module.
What i must made in second step? I want to translate to Lithuanian language
(lt)
So i must create module phpdoc-lt?
Please write some steps how to start... becoz i don't want to f..k up
repository.
Respects,
Audrius Ka
> So i got a CVS account, now at this moment checkouting phpdoc module.
> What i must made in second step? I want to translate to Lithuanian
language
> (lt)
> So i must create module phpdoc-lt?
>
> Please write some steps how to start... becoz i don't want to f..k up
> repository.
Please read http
On Fri, 27 Dec 2002, Audrius Karabanovas wrote:
> Hello,
>
> So i got a CVS account, now at this moment checkouting phpdoc module.
> What i must made in second step? I want to translate to Lithuanian language
> (lt)
> So i must create module phpdoc-lt?
>
> Please write some steps how to start...
gobaFri Dec 27 10:40:28 2002 EDT
Modified files:
/phpdoc/htmlhelp/suppfiles/html _script.js
Log:
Adding more compatibility information. Only try to set
context menu, if it is supported (IE5 and up)
Index: phpdoc/htmlhelp/suppfiles/html/_script.js
di
gobaFri Dec 27 10:41:52 2002 EDT
Modified files:
/phpdoc/htmlhelp/suppfiles/html _script.js
Log:
Typofix in comment
Index: phpdoc/htmlhelp/suppfiles/html/_script.js
diff -u phpdoc/htmlhelp/suppfiles/html/_script.js:1.4
phpdoc/htmlhelp/suppfiles/html/
philip Fri Dec 27 11:49:25 2002 EDT
Modified files:
/phpdoc/en/appendices wrappers.xml
Log:
Revert sk invasion.
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.9 phpdoc/en/appendices/wrappers.xml:1.10
--- phpdoc/en/
ID: 15637
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Verified (bughun
+Status: Open
Bug Type: Documentation problem
Operating System: Linux - RedHat 7.2
PHP Version: 4.3.0-dev
Previous Comments:
---
> philip Fri Dec 27 11:49:25 2002 EDT
>
> Modified files:
> /phpdoc/en/appendices wrappers.xml
> Log:
> Revert sk invasion.
Doh. The 11th CHM sample went out with this SK text.
Thanks for the SK guys... I won't put out a new
release just because of this page... Argh.
Gob
On Fri, 27 Dec 2002, Gabor Hojtsy wrote:
> > philip Fri Dec 27 11:49:25 2002 EDT
> >
> > Modified files:
> > /phpdoc/en/appendices wrappers.xml
> > Log:
> > Revert sk invasion.
>
> Doh. The 11th CHM sample went out with this SK text.
> Thanks for the SK guys... I won't p
> > > Modified files:
> > > /phpdoc/en/appendices wrappers.xml
> > > Log:
> > > Revert sk invasion.
> >
> > Doh. The 11th CHM sample went out with this SK text.
> > Thanks for the SK guys... I won't put out a new
> > release just because of this page... Argh.
>
> We do ha
Maybe a karma check can include:
if is_translator
echo do you really want to commit this change to the en tree?
If it was to be 'smarter', it could count a ratio of lines
changed vs number of lines in the file. I don't think
people ever translate a few lines for example. Not sure
how to
On Fri, 27 Dec 2002, Philip Olson wrote:
>
> Maybe a karma check can include:
>
> if is_translator
> echo do you really want to commit this change to the en tree?
Too bad that that is not possible...
Derick
--
-
derick Fri Dec 27 13:00:47 2002 EDT
Modified files:
/phpdoc/en/appendices debugger.xml
Log:
s/\t/\ \ \ \ \ \ \ /g
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.21 phpdoc/en/appendices/debugger.xml:1.22
--- phpdoc/
On Fri, 27 Dec 2002, Gabor Hojtsy wrote:
> > > > Modified files:
> > > > /phpdoc/en/appendices wrappers.xml
> > > > Log:
> > > > Revert sk invasion.
> > >
> > > Doh. The 11th CHM sample went out with this SK text.
> > > Thanks for the SK guys... I won't put out a new
> >
maybe the ratio check is possible? lines changed vs
number of lines in file.
On Fri, 27 Dec 2002, Derick Rethans wrote:
> On Fri, 27 Dec 2002, Philip Olson wrote:
>
> >
> > Maybe a karma check can include:
> >
> > if is_translator
> > echo do you really want to commit this change to t
On Fri, 27 Dec 2002, Philip Olson wrote:
> maybe the ratio check is possible? lines changed vs
> number of lines in file.
It might be, though it would not be easy to implement. But I also think
it would not really be sufficient enough as some people might translate
parts of an XML file.
Der
> > OK, how can that be started? It cannot be automatically detected,
> > what tranlation group a CVS user belongs AFAIK...
>
> right, but we can check the translation.xml files...
Well, yes :) But I don't think that anybody would like to volunteer
now to extract CVS user names and revoke Karma f
I am not sure that a workable script that analyses the
commit might be easy to create. The one w/ the ratio
of changes might be simple, but not buletproof because
(as Derick mentioned) there are partial translations
in some files.
Wouldn't it be simpler to just organize things along
the following
> Wouldn't it be simpler to just organize things along
> the following lines:
>
> a) All translation teams have one or more main
> editors/organizers. Those people are the ones that can
> have karma for both the English and the corresponding
> language branch
>
> b) The rest of the translation te
ID: 15637
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Linux - RedHat 7.2
PHP Version: 4.3.0-dev
New Comment:
I have observed something like this (in php-4.30rc3):
There are many functions introduced in 4.3.0 yet
the docs still say CVS. The english build was
done today just after 4.3.0 was released.
My question is: How is this handled?
Regards,
Philip
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
On Fri, 27 Dec 2002, Jesus M. Castagnetto wrote:
> I am not sure that a workable script that analyses the commit might be
> easy to create. The one w/ the ratio of changes might be simple, but
> not buletproof because (as Derick mentioned) there are partial
> translations in some files.
>
> Would
On Fri, 27 Dec 2002, Philip Olson wrote:
>
> There are many functions introduced in 4.3.0 yet
> the docs still say CVS. The english build was
> done today just after 4.3.0 was released.
>
> My question is: How is this handled?
ask hartmut to kick his script, he'll know what to do :-)
Derick
From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.3.0
PHP Bug Type: Documentation problem
Bug description: manual/en/wrappers.php is non-english
http://www.php.net/manual/en/wrappers.php shows what appears to be Czech or
Slovak version.
--
Edit bug report at ht
philip Fri Dec 27 19:41:00 2002 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
Typos.
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.13 phpdoc/en/features/commandline.xml:1.14
--- phpdoc/en/features/comma
philip Fri Dec 27 19:42:31 2002 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
*sigh* typo.
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.14 phpdoc/en/features/commandline.xml:1.15
--- phpdoc/en/featu
From: [EMAIL PROTECTED]
Operating system: N/A
PHP version: 4.3.0
PHP Bug Type: Documentation problem
Bug description: Release announcement links to non-English page
The link entitled "List of Supported Protocols/Wrappers" takes you to a
page that has an English URL (http://ww
ID: 21225
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type:Documentation problem
PHP Version: 4.3.0
New Comment:
Fixed in CVS, and will show up shortly.
Previous Comments:
---
ID: 21227
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Duplicate
Bug Type: Documentation problem
Operating System: N/A
PHP Version: 4.3.0
New Comment:
Fixed in CVS, and this is a duplicate of:
32 matches
Mail list logo