aMule Bug Tracker - aMule
View Issue Details
0001421aMuleFeature Requestpublic2008-10-06 00:592012-02-09 13:02
Wuischke 
Wuischke 
nonefeaturealways
assignedopen 
 
 
Any
0001421: aMuleweb - view comments, see other file names in search
-
No tags attached.
patch comment+ratings+sourcenames.svn10686.patch (62,432) 2011-12-06 10:35
https://bugs.amule.org/file_download.php?file_id=351&type=bug
gz default.tar.gz (557,383) 2011-12-06 10:37
https://bugs.amule.org/file_download.php?file_id=352&type=bug
patch  comment+ratings+sourcenames.svn10745.patch (70,317) 2012-02-09 13:00
https://bugs.amule.org/file_download.php?file_id=353&type=bug
gz default.svn10745.tar.gz (289,271) 2012-02-09 13:02
https://bugs.amule.org/file_download.php?file_id=354&type=bug
Issue History
2008-10-06 00:59WuischkeNew Issue
2008-10-06 00:59WuischkeOperating System => Any
2008-10-06 01:00WuischkeStatusnew => assigned
2008-10-06 01:00WuischkeAssigned To => Wuischke
2011-12-06 10:35DeMonHellFile Added: comment+ratings+sourcenames.svn10686.patch
2011-12-06 10:37DeMonHellFile Added: default.tar.gz
2011-12-06 10:56DeMonHellNote Added: 0003592
2012-02-09 13:00DeMonHellFile Added: comment+ratings+sourcenames.svn10745.patch
2012-02-09 13:02DeMonHellFile Added: default.svn10745.tar.gz

Notes
(0003592)
DeMonHell   
2011-12-06 10:56   
i've attached a webserver patch to see those fields at least from the Download Queue.

The fields added to the amuleweb-php's amule_load_vars("downloads") are:
- sourcenames: an array field that include sourcename objects. A sourcename object include these fields:
--> name : the filename
--> count: number of known sources that have that filename as name.
NOTE: these fields are correctly filled only for new files added to the download queue until webserver restart.

- comments: an array field that include comment objects. A comment object include these fields:
--> username: user name that reported the comment
--> filename: file name on which the user reported the comment
--> rating: his vote on this file in a 1 (fake) to 5 (excellent) scale.
--> comment

default.tar.gz is a demo webskin that use those new fields.