Issue2

Title Implementation and documentation out of sync for "file_path"
Milestone
Priority bug Status chatting
Superseder Nosy List willg
Assigned To Keywords

Created on 2011-01-08.16:53:11 by willg, last changed by willg.

Messages
msg220 (view) Author: willg Date: 2011-06-14.02:33:15
Oops--pushing it off for real this time.
msg213 (view) Author: willg Date: 2011-06-14.02:23:33
I don't remember if we fixed it or not, but I'm going to push this off until
after 1.5.
msg5 (view) Author: willg Date: 2011-01-08.16:53:53
Funky. I'm not sure which is "correct". Blosxom (which we pull some
behavioral specification from) doesn't have a file_path variable and I'm
not entirely sure where it came from.

I suspect the documentation is wrong, but I'm not entirely sure. I'll
look into it. Thanks for the heads-up!

----

Date:   2007-04-12 20:17:47 UTC
Sender: willg
msg4 (view) Author: willg Date: 2011-01-08.16:53:11
Hi,

pyblosxom has a broken behaviour according to the documentation. On 
manual/x315.html#AEN436 the variable name 'file_path' is defined as: 'just the 
filename and extensions of the entry' and as example, you have 'index.txt'. 
That's not true, you get there 'index', just like 'fn' and looking at the code, 
it would get the path also appended.


Either the implementation or the documentation need to be updated. IMHO, being 
able to get the filename with it's right extension is a good thing, being able 
to link to the raw entry is helpful sometimes.

----

SF url: http://sourceforge.net/tracker/?
func=detail&aid=1695838&group_id=67445&atid=517918
Submitted by: Carlos Perelló Marín ( carlosperello ) - 2007-04-06 21:17:53 UTC
History
Date User Action Args
2011-06-14 02:33:15willgsetmessages: + msg220
milestone: 1.5 ->
2011-06-14 02:23:33willgsetmessages: + msg213
title: Implementation and documentation out of sync - ID: 1695838 -> Implementation and documentation out of sync for "file_path"
2011-01-08 16:53:53willgsetstatus: unread -> chatting
messages: + msg5
2011-01-08 16:53:11willgcreate