no work diary, just irc log
I'm gonna modify this page tomorrow! It's just remember!
<ThomasWaldmann> diofeher: title() -> kill the backlink magic <diofeher> ThomasWaldmann: didn't understood <ThomasWaldmann> (this can be replaced by an action menu item: less magic, better visible, less special cases) <ThomasWaldmann> http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/a5723dee88c0#l1.82 + following few lines <ThomasWaldmann> that does a linkto: search for the page title <diofeher> hmmm <ThomasWaldmann> just do a link to current page instead <diofeher> and move this magic to action menu item? <ThomasWaldmann> yes <diofeher> ok <ThomasWaldmann> doing a backlinks search by clicking title is kind of wiki heritage <ThomasWaldmann> but the problem is new users don't get it <diofeher> get it :) <ThomasWaldmann> and it creates special cases at 2 places when doing it that way <diofeher> just to you know, MoinSearch is broken <ThomasWaldmann> a) in title() for creating the search link <ThomasWaldmann> b) in navibar, for adding an entry that links to current page (one needs it if one is on a action different from show action and wants to return to normal page view) <ThomasWaldmann> yes, that's known, ignore it <diofeher> hmm <ThomasWaldmann> so, an action menu entry "What links here?" is easier in the end. <diofeher> makes sense <diofeher> i'm gonna put this in my TODO list :) <ThomasWaldmann> also, before doing too much changes in the way you do now, find out how to build links from the template <ThomasWaldmann> so that you just give the page name to the template, and the template computes the link to the page <ThomasWaldmann> (or a tuple (pagename, linktext)) <ThomasWaldmann> http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/a5723dee88c0#l1.293 <ThomasWaldmann> that is the b) special case you won't need any more then