From: Jeff D. <da...@da...> - 2001-08-17 18:38:17
|
On Aug 17, 2001, Reini Urban said: > I have a working version for > > Task "Reimplement Backlinks page" This appears be in the 1.3.x (devel branch) task list, not the 1.2.x (stable) task list. (BTW Reini: is there a reason it's marked 'deleted' now? Should I undelete it?) I've been planning on doing this (though you're welcome to, Reini) in the devel branch, but have been waiting until the database API stabilizes. On the other hand, I would like to fix this (now) in the stable branch. (I know there's a "feature freeze", but I consider this more of a bug fix, than a new feature.) If you only use WikiWords for page names the current scheme works okay, but currently the "backlinks" search for [names like this] will hit every page containing the words "names", "like" and "this" anywhere within the entire page text. Fixing this will require non-trivial changes to each of the database backends, so I can also understand arguments that it should be left as it is, for now. If there are no objections, however, I will work on this over the next few days. Another issue which is probably worth dealing with is the case insensitivity in page names bug. http://sf.net/tracker/index.php?func=detail&aid=233898&group_id=6121&at id=106121 Fixing this properly, however, would require schema changes. Is this acceptable? Jeff |