Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Hi Yago,

I can't find a quick fix for this but I have arrive to reproduice it locally.

I will fix it when I'm going back home after work ;)

Best,
Yannick

Le Lundi 15 Mars 2010 06:41:44, Yago Ferrer a écrit :
> Here another bug:
> 
> login: as anonymous or VCS
> Language: Spanish
> 
> If you go to Pending for commit,
> right click in the file imagerotate.xml
> click in View Diff it and shows an blank page it should show the changes
> between the copy in the repository
> and the copy pending to commit.
> 
> Thanks!



Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread Yago Ferrer
Here another bug:

login: as anonymous or VCS
Language: Spanish

If you go to Pending for commit,
right click in the file imagerotate.xml
click in View Diff it and shows an blank page it should show the changes
between the copy in the repository
and the copy pending to commit.

Thanks!

-- 
Yago Ferrer


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread KSChan
On Sun, Mar 14, 2010 at 11:46 PM, yannick  wrote:

> Le Dimanche 14 Mars 2010 16:38:18, KSChan a écrit :
> > Hi Yannick,
>
> Hi Kschan !
>
> >
> > I took a look at codemirror and i believe optionally disable the
> highlight
> > is not an easy task.
>
> I have quickly read the doc and yes, you're right, not so easy.
>
> > A quick fix for long documents is to split the highlight task.
> >
> > In js/component/task/GetFileTask.js line 53,
> >
> > we just split the contents by hundreds of lines, we use "insertIntoLine"
> > (refer to codemirror doc [1])  instead of "setContent" and keep building
> > the document incrementally by milliseconds.
> >
> > If that's a good fix, i will complete it within days :p
>
> Have you try it ?
> I'm not on this file, if you want to commit a change, feel free ;)
>

This method doesn't really work. I checked out that most of the time is
spent on creating "line-number" instead of "color-highlight". I believe the
color-hightling is done on demand (when scrolled into view). Once i disabled
showing the line-number for the big file /es/appendices/ini.xml ... nothing
was broken (except the width of editor).


>
> PS : Some ideas for the GSOC ? ;)
>

Shall we still bet on WYSIWYG editor? I didn't spend much time on this
feature :P


>
> Best,
> Y.
>
> >
> > ks.
> >
> > [1] - http://marijn.haverbeke.nl/codemirror/manual.html
> >
> > On Sat, Mar 13, 2010 at 12:36 AM, yannick 
> wrote:
> > > Le Vendredi 12 Mars 2010 16:44:28, Yago Ferrer a écrit :
> > > > Hi Yannick,
> > > > I did login with my credentials. I cleaned cache as you said and I'm
> > >
> > > having
> > >
> > > > the same problem. When you double-click in the file I takes a long
> time
> > >
> > > to
> > >
> > > > try to open it:
> > > > (/appendices/ini.xml from Error in current translation) and finally
> > > > javascript crashes.
> > >
> > > ini.xml is a big file (more than 5000 lines) and in module "Pending
> > > Review",
> > > this file is open twice ;)
> > >
> > > > I believe is the function to highlight the code because when I'm
> > > > opening the file is halfway highlighted.  Can we have this
> > > > functionality as an option that you can activate / deactivate?
> > >
> > > sur it is...
> > > I must investigate if I can activate/deactivate the highlighting. The
> > > file is
> > > open directly into a codemirror component witch handle this. I must if
> > > the component allow this or not. If I can do, I will propose an option
> > > to automatically desable highlight if the file is more than 2000 lines,
> > > for example.
> > >
> > > Best,
> > > Yannick
> > >
> > > > Thanks!
> > > >
> > > > On Thu, Mar 11, 2010 at 11:36 PM, yannick 
> > >
> > > wrote:
> > > > > Hi Yago,
> > > > >
> > > > > I can't reproduice it.
> > > > >
> > > > > Did you login in anonymous or with your VCS credentials ?
> > > > >
> > > > > PS: try to clear your browser cache.
> > > > >
> > > > > Best,
> > > > > Yannick
> > > > >
> > > > > Le Vendredi 12 Mars 2010 05:12:33, Yago Ferrer a écrit :
> > > > > > I can help sending a bug I found.
> > > > > >
> > > > > > Browser: Firefox 3.5.8
> > > > > > OS: Fedora Linux
> > > > > >
> > > > > > Error: Javascript crash on:
> > > > > > http://edit.php.net/js/ux/codemirror/js/codemirror.js:270
> > > > > >
> > > > > > How to reproduce it:
> > > > > > Login as : Php Documentation
> > > > > > Language: Spanish
> > > > > >
> > > > > > Open tab: Error in current translation:
> > > > > > Open folder: Appendices/
> > > > > > Double click on ini.xml
> > > > > >
> > > > > >
> > > > > > Yago
> > > > > >
> > > > > > On Thu, Mar 11, 2010 at 6:23 PM, Philip Olson <
> phi...@roshambo.org>
> > > > >
> > > > > wrote:
> > > > > > > Hello everyone,
> > > > > > >
> > > > > > > Before we go public with the online documentation editor, let's
> > > > > > > all
> > > > >
> > > > > make
> > > > >
> > > > > > > a real effort to try it out. Please break it, and please use it
> > > > > > > the
> > > > >
> > > > > next
> > > > >
> > > > > > > time (or three) you make a commit. We don't need test commits
> (it
> > > > >
> > > > > works)
> > > > >
> > > > > > > but real world usage. This applies to both translations and
> > >
> > > English.
> > >
> > > > > > > There are a few bug reports and more should exist. Feature
> > > > > > > requests are also encouraged.
> > > > > > >
> > > > > > > The editor is here:
> > > > > > >  - http://edit.php.net/
> > > > > > >
> > > > > > > Documentation for it:
> > > > > > >  - http://wiki.php.net/doc/editor/
> > > > > > >
> > > > > > > The source code:
> > > > > > >  - http://svn.php.net/viewvc/web/doc-editor/trunk/
> > > > > > >
> > > > > > > Notes:
> > > > > > >  - Anyone (even anonymous) can create patches
> > > > > > >  - Those with karma can commit their own and other peoples
> > > > > > >  patches - Please check diffs before commit, as there may be
> > > > > > >  whitespace
> > >
> > > bugs
> > >
> > > > > > >  - The PEAR manual is also selectable, but choose PHP ;)
> > > > > > >
> > > > > > > Eventual

Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread Yago Ferrer
That has an easy fix.
Make the Login page https://edit.php.net/ without HTTPS and in the login
box add the option to use HTTPS with a checkbox marked by default and if
anyone experience problems with HTTPS can change this option an use the
non-safe mode.

Yago

On Sat, Mar 13, 2010 at 8:30 PM, Philip Olson  wrote:

>
> On Mar 13, 2010, at 12:27 PM, Yago Ferrer wrote:
>
> > No the problem is not solved.
>
> This problem seems to exist because we pull in non-ssl content from
> external sources (via cachefly.net) so the IE popup asks if it's okay to
> mix the two. Not allowing it causes the editor to just hang, because it then
> can't find extjs.
>
> We'll probably start serving extjs locally again unless someone finds a
> more preferred solution to this problem.
>
> Regards,
> Philip




-- 
Yago Ferrer


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Fixed : http://svn.php.net/viewvc?view=revision&revision=296227

go to bed => [] ;)

PS : I have updated manually edit.php.net, so you can already use this change.

Le Lundi 15 Mars 2010 01:41:27, yannick a écrit :
> Le Lundi 15 Mars 2010 00:45:31, Yago Ferrer a écrit :
> > Here another bug:
> > 
> > Go to the Spanish Translation, 'Pending patch' an try to double click
> > in: es/renference/imap/setup.xml
> > The page is in a infinite loop trying to load the file.
> 
> You found a new bug ;)
> 
> You have translated a new file and save it as a patch.
> Actually, when you save a new file (not as a patch), folders is created
> recursively automatically into the repository and new folders are commited
> before the file when you want to commit this file.
> This way isn't implemented for patch... and so, when you try to save as a
> patch a new file (witch is in a folder witch don't exist yet), the file
> can't be saved.
> And so, when you try to view the patch, there is an error because the
> editor try to load a file witch don't exist.
> 
> I will correct this quickly.
> 
> Please, continue to break the editor, your work help me so much ;)
> 
> Best
> Yannick


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Le Lundi 15 Mars 2010 00:45:31, Yago Ferrer a écrit :
> Here another bug:
> 
> Go to the Spanish Translation, 'Pending patch' an try to double click
> in: es/renference/imap/setup.xml
> The page is in a infinite loop trying to load the file.

You found a new bug ;)

You have translated a new file and save it as a patch.
Actually, when you save a new file (not as a patch), folders is created 
recursively automatically into the repository and new folders are commited 
before the file when you want to commit this file.
This way isn't implemented for patch... and so, when you try to save as a 
patch a new file (witch is in a folder witch don't exist yet), the file can't 
be 
saved.
And so, when you try to view the patch, there is an error because the editor 
try to load a file witch don't exist.

I will correct this quickly.

Please, continue to break the editor, your work help me so much ;)

Best
Yannick


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread Yago Ferrer
Here another bug:

Go to the Spanish Translation, 'Pending patch' an try to double click
in: es/renference/imap/setup.xml
The page is in a infinite loop trying to load the file.

-- 
Yago Ferrer


Re: [PHP-DOC] PHP man pages

2010-03-14 Thread Philip Olson

On Mar 14, 2010, at 2:08 PM, Hannes Magnusson wrote:

> On Sun, Mar 14, 2010 at 21:44, Philip Olson  wrote:
>> 
>> On Mar 14, 2010, at 7:33 AM, Hannes Magnusson wrote:
>> 
>>> 
>>> We could have it exclusively on doc.php.net (then we dont need any
>>> mirrors or rsync), and just add a monthly cron to update it?
>> 
>> I think the 'doc.php.net only' option is reasonable, but I'm unsure how best 
>> to automate the pear channel and package information updates with each new 
>> version. Thoughts?
> 
> It shouldn't be a problem. If we use PEAR_PackageFileManager (or
> whatever that package was called) then it can generate the package.xml
> stuff.
> 
> A quick "pearscs.phar pman && svn commit -m 'todays release'" from a
> cron would do the job..

Great, could you tackle this and/or create a bug report for it? I'll then work 
on the documentation part.

Regards,
Philip

Re: [PHP-DOC] PHP man pages

2010-03-14 Thread Hannes Magnusson
On Sun, Mar 14, 2010 at 21:44, Philip Olson  wrote:
>
> On Mar 14, 2010, at 7:33 AM, Hannes Magnusson wrote:
>
>>
>> We could have it exclusively on doc.php.net (then we dont need any
>> mirrors or rsync), and just add a monthly cron to update it?
>
> I think the 'doc.php.net only' option is reasonable, but I'm unsure how best 
> to automate the pear channel and package information updates with each new 
> version. Thoughts?
>


It shouldn't be a problem. If we use PEAR_PackageFileManager (or
whatever that package was called) then it can generate the package.xml
stuff.

A quick "pearscs.phar pman && svn commit -m 'todays release'" from a
cron would do the job..

-Hannes


Re: [PHP-DOC] PHP man pages

2010-03-14 Thread Philip Olson

On Mar 14, 2010, at 7:33 AM, Hannes Magnusson wrote:

> On Sun, Mar 14, 2010 at 02:21, Philip Olson  wrote:
>> Hello everyone,
>> 
>> Let's talk about pman (PHP man pages) and eventually post their existence 
>> online here:
>> 
>>  - http://php.net/download-docs.php
> 
> We could run doc.php.net as a PEAR channel and add the XX[2].php.net
> as "mirrors".
> That way people can still fetch it from their "nearest mirror" and
> 'pear upgrade' whenever they want.
> 
> I've never configured a pear mirror, so we would need help from the PEAR guys.
> 
> 
> The other option is just to make it downloadable like the other
> formats, but then the user will have to 'install it manually', which
> could be relatively painful - and will not be able to update the
> manual via pear.

I don't think we need a mirror system and am thinking download-docs could 
simply mention that pman exists, then link to its information. I doubt it'll 
receive enough traffic to justify the complexities of a mirror system so how 
about we wait and see?

>> A few questions:
>> 
>>  1. Where should detailed 'how to install pman' be documented? Probably 
>> within the PHP manual itself.
> 
> The "Extended CHM" install instructions are in phpweb, not phpdoc. I'm
> game with either way, but we need to have it consistent.

Good point, although the 'Extended CHM' page no longer exists. Let's think 
about this further because adding this to the appendix is an option but our 
appendix has grown out of control... but that's another topic.

>>  2. Can people install it without PEAR? How?
> 
> Download, extract, move 'pman' into $PATH and modify the script to
> point to correct folder.
> I can't say I recommend that procedure though. Making it possible to
> track updates and remove it via pear is very handy.

We'll recommend 'pear' but it'll be good to at least have an option for 
non-pear users. Let's add this to the upcoming docs, along with how to build 
and install with PhD.

>>  3. How exactly do we manage releases for the pman channel?
> 
> Currently its just "whenever we remember to do it". I would like to
> add it to the weekly docbuilder cron on the rsync box, but that could
> get relatively annoying to download it all weekly.
> 
> We could have it exclusively on doc.php.net (then we dont need any
> mirrors or rsync), and just add a monthly cron to update it?

I think the 'doc.php.net only' option is reasonable, but I'm unsure how best to 
automate the pear channel and package information updates with each new 
version. Thoughts?

Regards,
Philip



Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread Martin Samesch
On Sat, Mar 13, 2010 at 06:13:14PM -0800, Rasmus Lerdorf wrote:
> On 03/13/2010 05:47 PM, Daniel Convissor wrote:
> > On Sat, Mar 13, 2010 at 04:28:21PM +0100, Hannes Magnusson wrote:
> >>
> >> Just install the root cert from http://www.cacert.org
> > 
> > Someone I trust regarding security issues said the following recently 
> > about doing such:
> > [...]
> 
> I don't see how that is all that relevant here.  Our certs are fine and
> can be trusted and provides the encryption we need.  If you don't want
> to trust other cacert-based ones don't install the root and just tell
> your browser to accept the php.net ones permanently.

OK, to me this seems to be a good solution.

Regards,
Martin


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Le Dimanche 14 Mars 2010 16:38:18, KSChan a écrit :
> Hi Yannick,

Hi Kschan !

> 
> I took a look at codemirror and i believe optionally disable the highlight
> is not an easy task.

I have quickly read the doc and yes, you're right, not so easy.

> A quick fix for long documents is to split the highlight task.
> 
> In js/component/task/GetFileTask.js line 53,
> 
> we just split the contents by hundreds of lines, we use "insertIntoLine"
> (refer to codemirror doc [1])  instead of "setContent" and keep building
> the document incrementally by milliseconds.
> 
> If that's a good fix, i will complete it within days :p

Have you try it ?
I'm not on this file, if you want to commit a change, feel free ;)

PS : Some ideas for the GSOC ? ;)

Best,
Y.

> 
> ks.
> 
> [1] - http://marijn.haverbeke.nl/codemirror/manual.html
> 
> On Sat, Mar 13, 2010 at 12:36 AM, yannick  wrote:
> > Le Vendredi 12 Mars 2010 16:44:28, Yago Ferrer a écrit :
> > > Hi Yannick,
> > > I did login with my credentials. I cleaned cache as you said and I'm
> > 
> > having
> > 
> > > the same problem. When you double-click in the file I takes a long time
> > 
> > to
> > 
> > > try to open it:
> > > (/appendices/ini.xml from Error in current translation) and finally
> > > javascript crashes.
> > 
> > ini.xml is a big file (more than 5000 lines) and in module "Pending
> > Review",
> > this file is open twice ;)
> > 
> > > I believe is the function to highlight the code because when I'm
> > > opening the file is halfway highlighted.  Can we have this
> > > functionality as an option that you can activate / deactivate?
> > 
> > sur it is...
> > I must investigate if I can activate/deactivate the highlighting. The
> > file is
> > open directly into a codemirror component witch handle this. I must if
> > the component allow this or not. If I can do, I will propose an option
> > to automatically desable highlight if the file is more than 2000 lines,
> > for example.
> > 
> > Best,
> > Yannick
> > 
> > > Thanks!
> > > 
> > > On Thu, Mar 11, 2010 at 11:36 PM, yannick 
> > 
> > wrote:
> > > > Hi Yago,
> > > > 
> > > > I can't reproduice it.
> > > > 
> > > > Did you login in anonymous or with your VCS credentials ?
> > > > 
> > > > PS: try to clear your browser cache.
> > > > 
> > > > Best,
> > > > Yannick
> > > > 
> > > > Le Vendredi 12 Mars 2010 05:12:33, Yago Ferrer a écrit :
> > > > > I can help sending a bug I found.
> > > > > 
> > > > > Browser: Firefox 3.5.8
> > > > > OS: Fedora Linux
> > > > > 
> > > > > Error: Javascript crash on:
> > > > > http://edit.php.net/js/ux/codemirror/js/codemirror.js:270
> > > > > 
> > > > > How to reproduce it:
> > > > > Login as : Php Documentation
> > > > > Language: Spanish
> > > > > 
> > > > > Open tab: Error in current translation:
> > > > > Open folder: Appendices/
> > > > > Double click on ini.xml
> > > > > 
> > > > > 
> > > > > Yago
> > > > > 
> > > > > On Thu, Mar 11, 2010 at 6:23 PM, Philip Olson 
> > > > 
> > > > wrote:
> > > > > > Hello everyone,
> > > > > > 
> > > > > > Before we go public with the online documentation editor, let's
> > > > > > all
> > > > 
> > > > make
> > > > 
> > > > > > a real effort to try it out. Please break it, and please use it
> > > > > > the
> > > > 
> > > > next
> > > > 
> > > > > > time (or three) you make a commit. We don't need test commits (it
> > > > 
> > > > works)
> > > > 
> > > > > > but real world usage. This applies to both translations and
> > 
> > English.
> > 
> > > > > > There are a few bug reports and more should exist. Feature
> > > > > > requests are also encouraged.
> > > > > > 
> > > > > > The editor is here:
> > > > > >  - http://edit.php.net/
> > > > > > 
> > > > > > Documentation for it:
> > > > > >  - http://wiki.php.net/doc/editor/
> > > > > > 
> > > > > > The source code:
> > > > > >  - http://svn.php.net/viewvc/web/doc-editor/trunk/
> > > > > > 
> > > > > > Notes:
> > > > > >  - Anyone (even anonymous) can create patches
> > > > > >  - Those with karma can commit their own and other peoples
> > > > > >  patches - Please check diffs before commit, as there may be
> > > > > >  whitespace
> > 
> > bugs
> > 
> > > > > >  - The PEAR manual is also selectable, but choose PHP ;)
> > > > > > 
> > > > > > Eventually we'll ask the world to create patches using this and
> > > > > > who
> > > > 
> > > > knows
> > > > 
> > > > > > where we'll go from there, but likely a good place.
> > > > > > 
> > > > > > Regards,
> > > > > > Philip


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread KSChan
Hi Yannick,

I took a look at codemirror and i believe optionally disable the highlight
is not an easy task.

A quick fix for long documents is to split the highlight task.

In js/component/task/GetFileTask.js line 53,

we just split the contents by hundreds of lines, we use "insertIntoLine"
(refer to codemirror doc [1])  instead of "setContent" and keep building the
document incrementally by milliseconds.

If that's a good fix, i will complete it within days :p

ks.

[1] - http://marijn.haverbeke.nl/codemirror/manual.html

On Sat, Mar 13, 2010 at 12:36 AM, yannick  wrote:

> Le Vendredi 12 Mars 2010 16:44:28, Yago Ferrer a écrit :
> > Hi Yannick,
> > I did login with my credentials. I cleaned cache as you said and I'm
> having
> > the same problem. When you double-click in the file I takes a long time
> to
> > try to open it:
> > (/appendices/ini.xml from Error in current translation) and finally
> > javascript crashes.
>
> ini.xml is a big file (more than 5000 lines) and in module "Pending
> Review",
> this file is open twice ;)
>
> >
> > I believe is the function to highlight the code because when I'm opening
> > the file is halfway highlighted.  Can we have this functionality as an
> > option that you can activate / deactivate?
>
> sur it is...
> I must investigate if I can activate/deactivate the highlighting. The file
> is
> open directly into a codemirror component witch handle this. I must if the
> component allow this or not. If I can do, I will propose an option to
> automatically desable highlight if the file is more than 2000 lines, for
> example.
>
> Best,
> Yannick
>
> > Thanks!
> >
> > On Thu, Mar 11, 2010 at 11:36 PM, yannick 
> wrote:
> > > Hi Yago,
> > >
> > > I can't reproduice it.
> > >
> > > Did you login in anonymous or with your VCS credentials ?
> > >
> > > PS: try to clear your browser cache.
> > >
> > > Best,
> > > Yannick
> > >
> > > Le Vendredi 12 Mars 2010 05:12:33, Yago Ferrer a écrit :
> > > > I can help sending a bug I found.
> > > >
> > > > Browser: Firefox 3.5.8
> > > > OS: Fedora Linux
> > > >
> > > > Error: Javascript crash on:
> > > > http://edit.php.net/js/ux/codemirror/js/codemirror.js:270
> > > >
> > > > How to reproduce it:
> > > > Login as : Php Documentation
> > > > Language: Spanish
> > > >
> > > > Open tab: Error in current translation:
> > > > Open folder: Appendices/
> > > > Double click on ini.xml
> > > >
> > > >
> > > > Yago
> > > >
> > > > On Thu, Mar 11, 2010 at 6:23 PM, Philip Olson 
> > >
> > > wrote:
> > > > > Hello everyone,
> > > > >
> > > > > Before we go public with the online documentation editor, let's all
> > >
> > > make
> > >
> > > > > a real effort to try it out. Please break it, and please use it the
> > >
> > > next
> > >
> > > > > time (or three) you make a commit. We don't need test commits (it
> > >
> > > works)
> > >
> > > > > but real world usage. This applies to both translations and
> English.
> > > > >
> > > > > There are a few bug reports and more should exist. Feature requests
> > > > > are also encouraged.
> > > > >
> > > > > The editor is here:
> > > > >  - http://edit.php.net/
> > > > >
> > > > > Documentation for it:
> > > > >  - http://wiki.php.net/doc/editor/
> > > > >
> > > > > The source code:
> > > > >  - http://svn.php.net/viewvc/web/doc-editor/trunk/
> > > > >
> > > > > Notes:
> > > > >  - Anyone (even anonymous) can create patches
> > > > >  - Those with karma can commit their own and other peoples patches
> > > > >  - Please check diffs before commit, as there may be whitespace
> bugs
> > > > >  - The PEAR manual is also selectable, but choose PHP ;)
> > > > >
> > > > > Eventually we'll ask the world to create patches using this and who
> > >
> > > knows
> > >
> > > > > where we'll go from there, but likely a good place.
> > > > >
> > > > > Regards,
> > > > > Philip
>



-- 
i, have a dream. i want to make my dream come true.

http://sites.google.com/site/mrkschan/


Re: [PHP-DOC] PhD Release 1.0.0

2010-03-14 Thread Hannes Magnusson
On Sun, Mar 14, 2010 at 01:14, Moacir de Oliveira
 wrote:
> Hi all,
>
> We would like to announce that PhD 1.0.0-stable is finally available
> \o/\o/\o/.
>

\o/ Kudos on great job!

-Hannes


Re: [PHP-DOC] PHP man pages

2010-03-14 Thread Hannes Magnusson
On Sun, Mar 14, 2010 at 02:21, Philip Olson  wrote:
> Hello everyone,
>
> Let's talk about pman (PHP man pages) and eventually post their existence 
> online here:
>
>  - http://php.net/download-docs.php

We could run doc.php.net as a PEAR channel and add the XX[2].php.net
as "mirrors".
That way people can still fetch it from their "nearest mirror" and
'pear upgrade' whenever they want.

I've never configured a pear mirror, so we would need help from the PEAR guys.


The other option is just to make it downloadable like the other
formats, but then the user will have to 'install it manually', which
could be relatively painful - and will not be able to update the
manual via pear.


> A few questions:
>
>  1. Where should detailed 'how to install pman' be documented? Probably 
> within the PHP manual itself.

The "Extended CHM" install instructions are in phpweb, not phpdoc. I'm
game with either way, but we need to have it consistent.


>  2. Can people install it without PEAR? How?

Download, extract, move 'pman' into $PATH and modify the script to
point to correct folder.
I can't say I recommend that procedure though. Making it possible to
track updates and remove it via pear is very handy.


>  3. How exactly do we manage releases for the pman channel?

Currently its just "whenever we remember to do it". I would like to
add it to the weekly docbuilder cron on the rsync box, but that could
get relatively annoying to download it all weekly.

We could have it exclusively on doc.php.net (then we dont need any
mirrors or rsync), and just add a monthly cron to update it?

-Hannes


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Le Dimanche 14 Mars 2010 13:58:32, pedram salehpoor a écrit :
> Thanks so editors data are not online and they update periodically?

Yes,

editor code is updated from svn multiple time per day, and data documentation 
just one time per day.

Here, to view the result of this commit, we must wait for both ;)

> 
> 
> Pedram
> 
> On Sun, Mar 14, 2010 at 4:25 PM, yannick  wrote:
> > Le Dimanche 14 Mars 2010 13:52:21, pedram salehpoor a écrit :
> > > The number of translated files are not shown correctly
> > > 
> > > And the problem of the total size persists.
> > 
> > Please, just wait until the edit.php.net will be synched with SVN & data
> > will
> > be updated.
> > 
> > > pedram
> > > 
> > > On Sun, Mar 14, 2010 at 3:57 PM, yannick 
> > 
> > wrote:
> > > > Le Samedi 13 Mars 2010 23:02:09, pedram salehpoor a écrit :
> > > > > Thanks That's strange I'm sure that I created the file in the root
> > 
> > but
> > 
> > > > it's
> > > > 
> > > > > not there!
> > > > > I should create it again.
> > > > > 
> > > > > And I think there is problem with the total size of files in the
> > > > > main
> > > > 
> > > > page.
> > > > 
> > > > > It shows 819 although the size is more than 2.
> > > > 
> > > > Just fix this part :
> > > > 
> > > > http://svn.php.net/viewvc?view=revision&revision=296180
> > > > 
> > > > Best,
> > > > Yannick
> > > > 
> > > > > Pedram
> > > > > 
> > > > > On Sun, Mar 14, 2010 at 1:25 AM, yannick 
> > > > 
> > > > wrote:
> > > > > > Le Samedi 13 Mars 2010 22:01:33, pedram salehpoor a écrit :
> > > > > > > Well
> > > > > > > A question occurred to me! why my name is not in the
> > > > > > > translators
> > 
> > of
> > 
> > > > > > persian
> > > > > > 
> > > > > > > language and the names that it shows as translators I have
> > > > > > > never seen the files they h
> > > > > > > 
> > > > > > > Pedram
> > > > > > 
> > > > > > This list is extract from translation.xml witch is on the root of
> > 
> > the
> > 
> > > > > > translated folder.
> > > > > > 
> > > > > > Make sur you are in ;)
> > > > > > 
> > > > > > Best,
> > > > > > Yannick


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread pedram salehpoor
Thanks so editors data are not online and they update periodically?


Pedram

On Sun, Mar 14, 2010 at 4:25 PM, yannick  wrote:

> Le Dimanche 14 Mars 2010 13:52:21, pedram salehpoor a écrit :
> > The number of translated files are not shown correctly
> >
> > And the problem of the total size persists.
>
> Please, just wait until the edit.php.net will be synched with SVN & data
> will
> be updated.
>
> >
> >
> > pedram
> >
> > On Sun, Mar 14, 2010 at 3:57 PM, yannick 
> wrote:
> > > Le Samedi 13 Mars 2010 23:02:09, pedram salehpoor a écrit :
> > > > Thanks That's strange I'm sure that I created the file in the root
> but
> > >
> > > it's
> > >
> > > > not there!
> > > > I should create it again.
> > > >
> > > > And I think there is problem with the total size of files in the main
> > >
> > > page.
> > >
> > > > It shows 819 although the size is more than 2.
> > >
> > > Just fix this part :
> > >
> > > http://svn.php.net/viewvc?view=revision&revision=296180
> > >
> > > Best,
> > > Yannick
> > >
> > > > Pedram
> > > >
> > > > On Sun, Mar 14, 2010 at 1:25 AM, yannick 
> > >
> > > wrote:
> > > > > Le Samedi 13 Mars 2010 22:01:33, pedram salehpoor a écrit :
> > > > > > Well
> > > > > > A question occurred to me! why my name is not in the translators
> of
> > > > >
> > > > > persian
> > > > >
> > > > > > language and the names that it shows as translators I have never
> > > > > > seen the files they h
> > > > > >
> > > > > > Pedram
> > > > >
> > > > > This list is extract from translation.xml witch is on the root of
> the
> > > > > translated folder.
> > > > >
> > > > > Make sur you are in ;)
> > > > >
> > > > > Best,
> > > > > Yannick
>


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Le Dimanche 14 Mars 2010 13:52:21, pedram salehpoor a écrit :
> The number of translated files are not shown correctly
> 
> And the problem of the total size persists.

Please, just wait until the edit.php.net will be synched with SVN & data will 
be updated.

> 
> 
> pedram
> 
> On Sun, Mar 14, 2010 at 3:57 PM, yannick  wrote:
> > Le Samedi 13 Mars 2010 23:02:09, pedram salehpoor a écrit :
> > > Thanks That's strange I'm sure that I created the file in the root but
> > 
> > it's
> > 
> > > not there!
> > > I should create it again.
> > > 
> > > And I think there is problem with the total size of files in the main
> > 
> > page.
> > 
> > > It shows 819 although the size is more than 2.
> > 
> > Just fix this part :
> > 
> > http://svn.php.net/viewvc?view=revision&revision=296180
> > 
> > Best,
> > Yannick
> > 
> > > Pedram
> > > 
> > > On Sun, Mar 14, 2010 at 1:25 AM, yannick 
> > 
> > wrote:
> > > > Le Samedi 13 Mars 2010 22:01:33, pedram salehpoor a écrit :
> > > > > Well
> > > > > A question occurred to me! why my name is not in the translators of
> > > > 
> > > > persian
> > > > 
> > > > > language and the names that it shows as translators I have never
> > > > > seen the files they h
> > > > > 
> > > > > Pedram
> > > > 
> > > > This list is extract from translation.xml witch is on the root of the
> > > > translated folder.
> > > > 
> > > > Make sur you are in ;)
> > > > 
> > > > Best,
> > > > Yannick


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread pedram salehpoor
The number of translated files are not shown correctly

And the problem of the total size persists.


pedram


On Sun, Mar 14, 2010 at 3:57 PM, yannick  wrote:

> Le Samedi 13 Mars 2010 23:02:09, pedram salehpoor a écrit :
> > Thanks That's strange I'm sure that I created the file in the root but
> it's
> > not there!
> > I should create it again.
> >
> > And I think there is problem with the total size of files in the main
> page.
> > It shows 819 although the size is more than 2.
>
> Just fix this part :
>
> http://svn.php.net/viewvc?view=revision&revision=296180
>
> Best,
> Yannick
>
> >
> > Pedram
> >
> > On Sun, Mar 14, 2010 at 1:25 AM, yannick 
> wrote:
> > > Le Samedi 13 Mars 2010 22:01:33, pedram salehpoor a écrit :
> > > > Well
> > > > A question occurred to me! why my name is not in the translators of
> > >
> > > persian
> > >
> > > > language and the names that it shows as translators I have never seen
> > > > the files they h
> > > >
> > > > Pedram
> > >
> > > This list is extract from translation.xml witch is on the root of the
> > > translated folder.
> > >
> > > Make sur you are in ;)
> > >
> > > Best,
> > > Yannick
>


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Le Samedi 13 Mars 2010 23:02:09, pedram salehpoor a écrit :
> Thanks That's strange I'm sure that I created the file in the root but it's
> not there!
> I should create it again.
> 
> And I think there is problem with the total size of files in the main page.
> It shows 819 although the size is more than 2.

Just fix this part :

http://svn.php.net/viewvc?view=revision&revision=296180

Best,
Yannick

> 
> Pedram
> 
> On Sun, Mar 14, 2010 at 1:25 AM, yannick  wrote:
> > Le Samedi 13 Mars 2010 22:01:33, pedram salehpoor a écrit :
> > > Well
> > > A question occurred to me! why my name is not in the translators of
> > 
> > persian
> > 
> > > language and the names that it shows as translators I have never seen
> > > the files they h
> > > 
> > > Pedram
> > 
> > This list is extract from translation.xml witch is on the root of the
> > translated folder.
> > 
> > Make sur you are in ;)
> > 
> > Best,
> > Yannick


Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread yannick
Le Samedi 13 Mars 2010 23:02:09, pedram salehpoor a écrit :
> Thanks That's strange I'm sure that I created the file in the root but it's
> not there!
> I should create it again.

Just fix this.

http://svn.php.net/viewvc?view=revision&revision=296164

Best,
Yannick


> 
> And I think there is problem with the total size of files in the main page.
> It shows 819 although the size is more than 2.
> 
> Pedram
> 
> On Sun, Mar 14, 2010 at 1:25 AM, yannick  wrote:
> > Le Samedi 13 Mars 2010 22:01:33, pedram salehpoor a écrit :
> > > Well
> > > A question occurred to me! why my name is not in the translators of
> > 
> > persian
> > 
> > > language and the names that it shows as translators I have never seen
> > > the files they h
> > > 
> > > Pedram
> > 
> > This list is extract from translation.xml witch is on the root of the
> > translated folder.
> > 
> > Make sur you are in ;)
> > 
> > Best,
> > Yannick