Last modified by Thomas Mortagne on 2023/10/13

<
From version < 23.2 >
edited by Vincent Massol
on 2015/10/01
To version < 24.1 >
edited by Vincent Massol
on 2015/10/05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,9 +81,10 @@
81 81  
82 82  == Miscellaneous ==
83 83  
84 -* new ##getReference()## API public scripting Element (Object, Class, etc.) to get the EntityReference of the element
85 -* new functional tests for the [[extensions:Extension.Office Importer Application]] have been added to ##xwiki-platform##. To enable them, you need to enable the new profile ##office-tests##.
86 -* for testing purpose, an environment variable ##XWIKI_OFFICE_HOME## can bet set to configure where the Office server is installed on the system.
84 +* New ##getReference()## API public scripting Element (Object, Class, etc.) to get the EntityReference of the element
85 +* New functional tests for the [[extensions:Extension.Office Importer Application]] have been added to ##xwiki-platform##. To enable them, you need to enable the new profile ##office-tests##.
86 +* For testing purpose, an environment variable ##XWIKI_OFFICE_HOME## can bet set to configure where the Office server is installed on the system.
87 +* New [[Time Zone XProperty type>>platform:DevGuide.DataModel]] to represent Time Zones.
87 87  
88 88  = Translations =
89 89  
... ... @@ -111,9 +111,9 @@
111 111  
112 112  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
113 113  
114 -== Issues specific to XWiki <version> ==
115 +== Issues specific to XWiki 7.3-milestone-1 ==
115 115  
116 -<issues specific to the project>
117 +* If you had modified the custom displayer for Time Zones in either ##XWiki.XWikiUsers## or ##XWiki.XWikiPreferences## then when upgrading to 7.3M1 your change will be removed. This is because we've introduced a Time Zone XProperty type which is replacing the String type used before for storing the Time Zones. If you wish to put back your change you can define a custom displayer on the new Time Zone XProperty in ##XWiki.XWikiUsers## or ##XWiki.XWikiPreferences##.
117 117  
118 118  == API Breakages ==
119 119  

Get Connected