Last modified by Thomas Mortagne on 2017/03/24

<
From version < 10.1 >
edited by Guillaume Delhumeau
on 2014/08/07
To version < 11.1 >
edited by Denis Gervalle
on 2014/08/11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.dgervalle
Content
... ... @@ -32,10 +32,14 @@
32 32  
33 33  = For Developers =
34 34  
35 -== <developer feature N> ==
35 +== Blame generic API and Script Service ==
36 36  
37 -<description of developer feature N>
37 +Provides the implementation of the blame/annotate/praise algorithm.
38 38  
39 +Like the diff module API, this API is not tied to any type so you have to first transform the datas you want to blame into lists and you will be able to link them with any kind of revision metadata. Blame will link each elements of the initial list with the revision metadata of the original revision it came from. You will have to call blame in loop with each revised list, starting from the most recent one, until all element are annotated.
40 +
41 +See [[Blame Module>>extensions:Extension.Blame Module]] for more information.
42 +
39 39  == Deprecated and Retired projects ==
40 40  
41 41  <description of deprecated and retired projects>

Get Connected