- pull from own public repo, merge if needed
- pull from moin/2.0-dev, merge
add static_href('common/js/jquery.js'), see http://docs.jquery.com/Tutorials:How_jQuery_Works#jQuery:_The_Basics
http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/162520365ba1 - s/page/item_name/ s/interwiki/wiki_name/
- path_breadcrumbs is internally inconsistent
- local wiki: pagename
- interwiki: href
- path_breadcrumbs: clean up the code there, remove strange exception handler, try to simplify the rest of the code
- splitNaviLink needs testing - test whether it correctly handles these navilinks:
ItemName MoinMoin:ItemName wiki:MoinMoin:ItemName http://google.com/ [[ItemName|LinkText]] [[MoinMoin:ItemName|LinkText]] [[wiki:MoinMoin:ItemName|LinkText]] [[http://google.com/|Google]]
- wikiutil.interwiki_item_url - return values are inconsistent: url for interwiki, item name for local item
- try if you can simply use same code for both cases