Re: [PHP-DOC] Re: Documentation Editor - News

2009-12-10 Thread yannick
Le vendredi 11 décembre 2009 07:38:11, KSChan a écrit :
> On Fri, Dec 11, 2009 at 2:26 PM, yannick wrote:
> > Hi Kschan,
> >
> > Le vendredi 11 décembre 2009 04:46:09, KSChan a écrit :
> > > > @Kschan : Can you work on this ? After your exam, of course ;) (good
> >
> > luck
> >
> > > > with
> > > > it !!)
> > >
> > > Yannick,
> > >
> > > Do you mean permlink for xmlid
> >
> > "tutorial|tutorial.requirements|tutorial.firstpage|tutorial.useful|tutori
> >al
> >
> > > .forms|tutorial.oldcode|tutorial.whatsnext" is better showed as
> > >  "?perm=en/tutorial.php" ?
> >
> > Exactly
> 
> svn up and the permlink is beautified =]

Great ;)

> 
> > > ks.
> >
> > Y.
> 


Re: [PHP-DOC] Re: Documentation Editor - News

2009-12-10 Thread KSChan
On Fri, Dec 11, 2009 at 2:26 PM, yannick wrote:

> Hi Kschan,
>
> Le vendredi 11 décembre 2009 04:46:09, KSChan a écrit :
> > > @Kschan : Can you work on this ? After your exam, of course ;) (good
> luck
> > > with
> > > it !!)
> >
> > Yannick,
> >
> > Do you mean permlink for xmlid
> >
> "tutorial|tutorial.requirements|tutorial.firstpage|tutorial.useful|tutorial
> > .forms|tutorial.oldcode|tutorial.whatsnext" is better showed as
> >  "?perm=en/tutorial.php" ?
>
> Exactly
>
>
svn up and the permlink is beautified =]


> >
> > ks.
>
> Y.
>



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

http://mr.kschan.googlepages.com


Re: [PHP-DOC] Re: Documentation Editor - News

2009-12-10 Thread yannick
Hi Kschan,

Le vendredi 11 décembre 2009 04:46:09, KSChan a écrit :
> > @Kschan : Can you work on this ? After your exam, of course ;) (good luck
> > with
> > it !!)
> 
> Yannick,
> 
> Do you mean permlink for xmlid
> "tutorial|tutorial.requirements|tutorial.firstpage|tutorial.useful|tutorial
> .forms|tutorial.oldcode|tutorial.whatsnext" is better showed as
>  "?perm=en/tutorial.php" ?

Exactly 

> 
> ks.

Y.


[PHP-DOC] Re: Documentation Editor - News

2009-12-10 Thread KSChan
On Fri, Dec 11, 2009 at 1:31 AM, yannick wrote:

> Hi Philip,
>
> The documentation editor is about to be available for production purpose.
>
> There are always a few issus with it :
>
> * When an anonymous user edit a new file from a folder witch doesn't exist
> into
> his language, the editor try to commit this new folder. I must find a
> solution
> with this case.
> @me : I will work on it soon.
> * The perm link is now Ok, but there is a little issue when we display it
> into
> the editor and when the file contains multiple xml:id from DB. We must to
> display only the first. Normally, when we query the editor with a link like
> :
> http://doc.php.net/editor/?perm=fr/function.date-create-from-format.php
> @Kschan : Can you work on this ? After your exam, of course ;) (good luck
> with
> it !!)
>

Yannick,

Do you mean permlink for xmlid
"tutorial|tutorial.requirements|tutorial.firstpage|tutorial.useful|tutorial.forms|tutorial.oldcode|tutorial.whatsnext"
is better showed as "?perm=en/tutorial.php" ?

ks.



> @Hannes : Can you start a patch for phD to add a link like this into the
> documentation ? Near all xml:id should be fine ;) With it, we can start to
> debug our perm link.
>
> I have some ideas and I want to now what do you thinks about its :
>
> * The checkBuild processus : There is a cron job to check all build. The
> result is actually display in a simple grid : "Main Menu" => "EN tools" =>
> "Check Build". I have commit a patch to erase all data before start a new
> check. Can we must conserve this data or not ? How much check did we stock
> ?
>
> * I want to start the migration to ExtJs 3.0. I have test it and there is
> not
> so much things to change to be ready with this version.
> The UI is much faster with it and the great things is about graph
> generation
> (see this
>
> http://www.extjs.com/deploy/dev/examples/chart/charts.html
>
> to replace the graph on the main page)
>
> Did we wait after the first production of this app with ExtJs 2.X before
> start
> the migration to ExtJs 3.0 ?
>
> * Actually, when a user use the editor and commit a file, we don't log
> anythings. Perhaps we must log each commit to produice statistic later on
> the
> use of this app ?
>
> Best regards,
>
> Yannick
>



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

http://mr.kschan.googlepages.com


[PHP-DOC] SVN Account Request: yferrer

2009-12-10 Thread Yago Ferrer
I would like to have an SVN account to help with the Spanish translation of the 
PHP Manual.

Thank You!


[PHP-DOC] Re: Documentation Editor - News

2009-12-10 Thread Hannes Magnusson
On Thu, Dec 10, 2009 at 18:31, yannick  wrote:
> display only the first. Normally, when we query the editor with a link like :
> http://doc.php.net/editor/?perm=fr/function.date-create-from-format.php
> @Kschan : Can you work on this ? After your exam, of course ;) (good luck with
> it !!)
> @Hannes : Can you start a patch for phD to add a link like this into the
> documentation ? Near all xml:id should be fine ;) With it, we can start to

We already do it on phpweb for reporting bugs, without the lang/ part,
but that shouldn't be hard to add.

-Hannes


[PHP-DOC] Documentation Editor - News

2009-12-10 Thread yannick
Hi Philip,

The documentation editor is about to be available for production purpose.

There are always a few issus with it :

* When an anonymous user edit a new file from a folder witch doesn't exist into 
his language, the editor try to commit this new folder. I must find a solution 
with this case.
@me : I will work on it soon.
* The perm link is now Ok, but there is a little issue when we display it into 
the editor and when the file contains multiple xml:id from DB. We must to 
display only the first. Normally, when we query the editor with a link like :
http://doc.php.net/editor/?perm=fr/function.date-create-from-format.php
@Kschan : Can you work on this ? After your exam, of course ;) (good luck with 
it !!)
@Hannes : Can you start a patch for phD to add a link like this into the 
documentation ? Near all xml:id should be fine ;) With it, we can start to 
debug our perm link.

I have some ideas and I want to now what do you thinks about its :

* The checkBuild processus : There is a cron job to check all build. The 
result is actually display in a simple grid : "Main Menu" => "EN tools" => 
"Check Build". I have commit a patch to erase all data before start a new 
check. Can we must conserve this data or not ? How much check did we stock ?

* I want to start the migration to ExtJs 3.0. I have test it and there is not 
so much things to change to be ready with this version.
The UI is much faster with it and the great things is about graph generation 
(see this  

http://www.extjs.com/deploy/dev/examples/chart/charts.html

to replace the graph on the main page)

Did we wait after the first production of this app with ExtJs 2.X before start 
the migration to ExtJs 3.0 ?

* Actually, when a user use the editor and commit a file, we don't log 
anythings. Perhaps we must log each commit to produice statistic later on the 
use of this app ?

Best regards,

Yannick