[ 
http://jira.xwiki.org/jira/browse/XWIKI-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_19812
 ] 

Thomas Mortagne commented on XWIKI-1882:
----------------------------------------

Only "XWiki.TagClass" and "XWiki.ArticleClass" are displayed even diff is 
calculated for any object type :

#foreach($objdiffs in $doc.getObjectDiff($origdoc, $newdoc))
  #foreach($objdiff in $objdiffs)
    $objdiff.getClassName()
    #if($objdiff.getClassName().equals("XWiki.ArticleClass"))
      ...
    #end ## end ArticleClass
    #if($objdiff.getClassName().equals("XWiki.TagClass"))
      ...
    #end ## end TagClass
  #end
#end

> Diff displays wrong username and doesn't object difference in some cases
> ------------------------------------------------------------------------
>
>                 Key: XWIKI-1882
>                 URL: http://jira.xwiki.org/jira/browse/XWIKI-1882
>             Project: XWiki Platform
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2 M2
>            Reporter: Vincent Massol
>             Fix For: 1.2 RC1
>
>
> For example do a diff between rev 1.6 and 2.1 on 
> http://www.xwiki.org/xwiki/bin/view/Panels/Community?viewer=history&;
> There are 2 problems:
> * It says the editor of rev 1.6 is Thomas Mortagne when it's Vincent Massol
> * It doesn't show the object differences (the panel was changes in 2.1 by 
> Thomas).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to