Le lundi 9 novembre 2009 19:56:04, Philip Olson a écrit :
> On Nov 1, 2009, at 11:09 AM, yannick wrote:
> > Le dimanche 1 novembre 2009 08:07:52, vous avez écrit :
> >> Hello Yannick,
> >
> > Hi Philip,
> >
> >> IMHO there are a few remaining issues, really one, but:
> >>
> >> 1. Document how to link directly to files/ids, so like edit.php?
> >> id=function.mysql-connect&lang=en
> >>  a) this will open the file when user logs in
> >>  b) also can specify language, although default is users preference
> >
> > Actually, I parse each file and store in DB each IDs I found. Then,
> > I open the
> > corresponding file after found is ID in the DB. This method is not
> > perfect for
> > files witch embded another... If you suggest me a better idea... ;)
> 
> I just want to know how we can link to specific pages. Like, when
> someone is viewing php.net/manual/awesome/function.php how would we
> link to it for them to edit via the online editor?
> 
> Maybe Hannes has a good idea, he once suggested something about
> embedding ids. I'll Cc him.
> 
> >> 2. Remove references of CVS, as we should never use CVS
> >>  a) A few places still refer to it, but I don't remember where
> >
> > For me, there is one img witch refers to CVS. All others references
> > have been
> > switched to VCS.
> > Did you found anothers ?
> 
> Grep gives about 62 hits for CVS. And there is a file named php/
> CvsClient.php and php/class.php has it all over. The README too.
> Mostly php/class.php concerns me.

This reference is only old reference witch is no more used.
CvsClient.php is only conserved to not forget it ;) but it's SvnCLient.php 
witch is used for now

> >> 3. Use php.net authentication
> >>  a) Not store passwords in mysql (especially plaintext)
> >>
> >> #3 seems to be the main issue. Any thoughts or progress? Oh, and:
> >
> > Yes, it's the main issue for now...
> > I will studies this example and try to do the same.
> 
> Cool, also Hannes might be able to help.
> 
> >> 4. Add a bugs category
> >>  a) Phil should really do this soon
> >
> > Perfect !
> >
> >> Regarding authentication, a few sites use it:
> >>
> >> - Wiki
> >> --
> >> http://svn.php.net/viewvc/web/php-wiki/trunk/dokuwiki/inc/auth/phpcvs.cl
> >>as s.php?view=markup
> >>
> >> - Bugs
> >> --
> >> http://svn.php.net/viewvc/web/php-bugs/trunk/include/auth.inc?view=marku
> >>p
> >>
> >> Hopefully that helps. Thoughts?
> >>
> >> Regards,
> >
> > Best,
> >
> >> Philip
> >
> > Yannick
>

Actually, I used the editor to translate some files for the French project.
Like this, I can view day per day all bugs witch I found when I play with it.

Best,
Yannick

Reply via email to