[Lxr-dev] [ lxr-Bugs-3293079 ] Bad links to README in Local.pm
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2011-05-08 19:12:07
|
Bugs item #3293079, was opened at 2011-04-26 14:11 Message generated for change (Comment added) 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: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- Comment By: Andre-Littoz (ajlittoz) Date: 2011-05-08 21:12 Message: This has now been fixed in CVS. If you can install the new version and check that it solves your problem, then it would be very useful. Thanks for reporting this defect and helping to make LXR better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3293079&group_id=27350 |