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 prob

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 mor

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 >

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, 20

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 persis

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

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 pe

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] 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

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 h

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

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

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 reason

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

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] 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 a

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: > > >

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, Phil

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 ri

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 Fe

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