php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30319 Display the Note ID for user notes
Submitted: 2004-10-04 13:49 UTC Modified: 2005-02-09 20:00 UTC
From: aidan@php.net Assigned: ilia (profile)
Status: Closed Package: Livedocs problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: aidan@php.net
New email:
PHP Version: OS:

 

 [2004-10-04 13:49 UTC] aidan@php.net
Description:
------------
This patch adds the Note ID to the user notes. This allows users to properly reference a note in other notes, emails, irc conversations etc.

Expected result:
----------------
--- C:\Documents and Settings\Aidan Lister\Local Settings\Temp\TCV80.tmp\livedoc_funcs.1.10.php	Sun Aug 15 07:41:37 2004
+++ E:\cvs\livedocs\livedoc_funcs.php	Wed Sep 08 09:43:51 2004
@@ -258,7 +258,7 @@
 		$the_note = format_listing($node);
 
 		$inner .= '
'.$note['who']. - '
'.$date.'
'.$the_note.'
';
+				' (#'.$note['id'].')
'.$date.''.$the_note.'';
 	}
 		
 	return $inner . "";


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-04 13:59 UTC] aidan@php.net
Here's the patch formatted correctly:

http://www.powertrip.co.za/livedocs/viewpatch.php?patch=8
 [2005-02-09 20:00 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Dec 30 17:01:29 2024 UTC