Changes for page

Last modified by Simon Urli on 2022/10/27

From version 2.1
edited by Admin
on 2010/11/29
Change comment: Imported from XAR
To version 4.1
edited by Vincent Massol
on 2012/01/11
Change comment: Imported from XAR

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Sheet for displaying blog entries
1 +$!doc.getValue("title")
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Admin
1 +XWiki.VincentMassol
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Content
... ... @@ -9,7 +9,8 @@
9 9  #getEntryObject($doc $entryObj)
10 10  #if("$!entryObj" == '')
11 11   #warning($msg.get('xe.blog.sheet.notpost'))
12 -#elseif($xcontext.action != 'inline')
12 +## Keep testing the inline action for backward compatibility with older blog posts.
13 +#elseif($xcontext.action != 'edit' && $xcontext.action != 'inline')
13 13   ## View mode
14 14   #isPublished($entryObj $isPublished)
15 15   #isHidden($entryObj $isHidden)
XWiki.SheetClass[0]

Get Connected