Re: [PHP-DOC] user notes proposal

2010-04-09 Thread Hannes Magnusson
On Thu, Apr 8, 2010 at 20:23, pedram salehpoor pedram.salehp...@gmail.com wrote: I think the changes I made to these files is enough for adding basic tagging capability. Can someone check them and see they don't have problems? Should anything else be changed? Can you send this as a patch?

[PHP-DOC] user notes proposal

2010-04-08 Thread pedram salehpoor
Hi everyone, After reading old discussions and discussing ideas with philip. I'd like to propose a way to deal with user notes. (Please smash it and get it to the form suitable for documents) Regarding using tags, I'd like the way books put some special notes on the side of page. So I think if we

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread Hannes Magnusson
On Thu, Apr 8, 2010 at 10:53, pedram salehpoor pedram.salehp...@gmail.com wrote: Hi everyone, After reading old discussions and discussing ideas with philip. I'd like to propose a way to deal with user notes. (Please smash it and get it to the form suitable for documents) [..] I think this

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread Daniel Brown
On Thu, Apr 8, 2010 at 09:24, Hannes Magnusson hannes.magnus...@gmail.com wrote: I do like the ideas, and it shouldn't be to hard to implement. I had similar ideas myself, but never got off my ass to put them out there, so I'm glad someone else did. Between Salehpoor and Egeberg, the rest

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread Daniel Convissor
Hi Pedram: On Thu, Apr 08, 2010 at 03:23:50PM +0430, pedram salehpoor wrote: Regarding using tags, I'd like the way books put some special notes on the side of page. So I think if we use following tags it would be good: Interesting. But what do we do with the 23,377 existing notes?

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread pedram salehpoor
On Thu, Apr 8, 2010 at 7:15 PM, Daniel Convissor dani...@analysisandsolutions.com wrote: Hi Pedram: On Thu, Apr 08, 2010 at 03:23:50PM +0430, pedram salehpoor wrote: Regarding using tags, I'd like the way books put some special notes on the side of page. So I think if we use following

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread Rasmus Lerdorf
On 04/08/2010 07:59 AM, pedram salehpoor wrote: On Thu, Apr 8, 2010 at 7:15 PM, Daniel Convissor dani...@analysisandsolutions.com mailto:dani...@analysisandsolutions.com wrote: Hi Pedram: On Thu, Apr 08, 2010 at 03:23:50PM +0430, pedram salehpoor wrote: Regarding

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread pedram salehpoor
The task would be adding type fields and reply to textbox to http://svn.php.net/viewvc/web/php/trunk/manual/add-note.php?view=markup modifiying the below script to accept the added fields, http://svn.php.net/viewvc/web/php-master/trunk/entry/user-note.php?view=markup adding fields definition

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread yannick
Le Jeudi 8 Avril 2010 16:45:45, Daniel Convissor a écrit : Hi Pedram: On Thu, Apr 08, 2010 at 03:23:50PM +0430, pedram salehpoor wrote: Regarding using tags, I'd like the way books put some special notes on the side of page. So I think if we use following tags it would be good:

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread pedram salehpoor
On Thu, Apr 8, 2010 at 10:03 PM, yannick yannick.tor...@gmail.com wrote: Le Jeudi 8 Avril 2010 16:45:45, Daniel Convissor a écrit : Hi Pedram: On Thu, Apr 08, 2010 at 03:23:50PM +0430, pedram salehpoor wrote: Regarding using tags, I'd like the way books put some special notes on the

Re: [PHP-DOC] user notes proposal

2010-04-08 Thread pedram salehpoor
I think the changes I made to these files is enough for adding basic tagging capability. Can someone check them and see they don't have problems? Should anything else be changed? TIA Best, Pedram attachment: add-note.php attachment: update-user-notes.php attachment: user-note.php attachment: