Changes for page Model Module

Last modified by Thomas Mortagne on 2023/06/16 09:28

<
From version < 38.2 >
edited by Vincent Massol
on 2016/04/16 20:52
To version < 39.1 >
edited by Thomas Mortagne
on 2016/09/26 16:49
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.ThomasMortagne
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -92,6 +92,7 @@
92 92  * ##default##: Prints all parts of the passed EntityReference.
93 93  * ##compact##: Don't print parts that are the same as either the current entity in the Execution Context or as the passed entity reference (if any). Note that the terminal part is always kept (eg the document's page for a document reference or the attachment's filename for an attachment reference).
94 94  * ##compactwiki##: Don't print the wiki reference part if the passed reference matches the current wiki or as the wiki of the passed entity reference (if any). The space reference and page references are always printed.
95 +* ##uid##: Fast unique String reference. It's not meant to be parsed but to get a unique String for a given reference as fast as possible. It's mostly used as cache and database identifiers. Since 8.3RC1 it also support serializing the Locale part of a ##DocumentReference##.
95 95  
96 96  The API to call a Serializer is:
97 97  
Show installed count
... ... @@ -1,0 +1,1 @@
1 +Yes

Get Connected