Annotate / blame for wiki pages

Find out who changed what lines last.

Similar to hg annotate -u functionality:

      tw: import sys, os
      tw: from MoinMoin.config.multiconfig import DefaultConfig
      tw: 
      tw: 
johannes: class LocalConfig(DefaultConfig):
      tw:     # vvv DON'T TOUCH THIS EXCEPT IF YOU KNOW WHAT YOU DO vvv

Or, on the web user interface:

http://hg.moinmo.in/moin/1.9/annotate/tip/MoinMoin/macro/HighlighterList.py

Open questions

Algorithm

Is there something ready-to-use? Python-Code?

User interface

How shall it look like? How shall it behave?

Is it ok, if the wiki annotate works on the wiki markup (source) lines? I guess wanting it on the rendered output would make it even much more complicated.

Solution?

See ActionMarket/Annotate -- HenrykGerlach 2010-10-20 19:35:31


CategoryFeatureRequest

MoinMoin: FeatureRequests/AnnotateAction (last edited 2010-10-20 19:35:32 by HenrykGerlach)