[Lxr-dev] [ lxr-Bugs-3293079 ] Bad links to README in Local.pm
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2011-04-26 12:11:56
|
Bugs item #3293079, was opened at 2011-04-26 14:11 Message generated for change (Tracker Item Submitted) made by ajlittoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3293079&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: current cvs Status: Open Resolution: None Priority: 4 Private: No Submitted By: Andre-Littoz (ajlittoz) Assigned to: Andre-Littoz (ajlittoz) Summary: Bad links to README in Local.pm Initial Comment: dirdesc in Local.pm displays an abstract of README file taken from the current directory. Text is passed to sub markupstring where it is processed SEQUENTIALLY, first identifier, next files. When a file name can also be categorized as an identifier, processing is done twice, thus messing up the idref of the first path. Also, link to the file is internally done instead of using fileref, resulting in no version in the link and no separator before the filename (thus a faulty full path). Moreover, since sub descreadme can be called for README and README.text, both filenames should be taken into consideration using an argument instead of the hard-coded README. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3293079&group_id=27350 |