Last modified by Vincent Massol on 2023/05/16

<
From version < 15.1 >
edited by Vincent Massol
on 2016/03/08
To version < 16.1 >
edited by Thomas Mortagne
on 2016/09/08
>
Change comment: Install extension [org.xwiki.platform:xwiki-platform-blog-ui-8.2.1]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -558,7 +558,7 @@
558 558   'comment' : $services.localization.render('xe.blog.code.madevisible')
559 559   }))
560 560   #set ($lockURL = $entryDoc.getURL('save', $escapetool.url($queryString)))
561 - [[#toolImage('lock_open', 'show ')>>path:$lockURL||class="blog-tool-show" title="$services.localization.render('xe.blog.code.makevisible')"]]
561 + [[#toolImage('lock_open', 'show ')>>path:$lockURL||class="blog-tool-show" title="$services.localization.render('xe.blog.code.makevisible')"]]##
562 562   #else
563 563   #set ($discard = $queryString.putAll({
564 564   "${entryObj.getxWikiClass().getName()}_${entryObj.number}_hidden" : 1,
... ... @@ -565,7 +565,7 @@
565 565   'comment' : $services.localization.render('xe.blog.code.hid')
566 566   }))
567 567   #set ($lockURL = $entryDoc.getURL('save', $escapetool.url($queryString)))
568 - [[#toolImage('lock', 'hide ')>>path:$lockURL||class="blog-tool-hide" title="$services.localization.render('xe.blog.code.hide')"]]
568 + [[#toolImage('lock', 'hide ')>>path:$lockURL||class="blog-tool-hide" title="$services.localization.render('xe.blog.code.hide')"]]##
569 569   #end
570 570   #end
571 571  #end
... ... @@ -689,7 +689,7 @@
689 689   #else
690 690   {{translation key='xe.blog.code.createdby'/}} ##
691 691   #end
692 - {{html wiki="false" clean="false"}}<address class='author vcard'>#userfn($entryDoc.creator)</address>{{/html}} ##
692 + {{html wiki="false" clean="false"}}<span class='author vcard'>#userfn($entryDoc.creator)</span>{{/html}} ##
693 693   #getEntryDate($entryDoc $entryObj $entryDate)
694 694   #listCategories($entryObj) #*
695 695   ## Since the publish date and update date are not set at the exact same time, there could be a small difference that

Get Connected