Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.iandriuta - Content
-
... ... @@ -51,13 +51,9 @@ 51 51 52 52 {{language codes="de, fr, ru, zh, mr"/}} 53 53 54 -{{comment}} 55 -TODO: uncomment and update with proper link when the report is ready. 56 - 57 57 = Tested Browsers & Databases = 58 58 59 -{{include reference="TestReports.<test report page>"/}} 60 -{{/comment}} 56 +{{include reference="TestReports.ManualTestReportSummaryXWiki120RC1.WebHome"/}} 61 61 62 62 {{comment}} 63 63 TODO: uncomment and update with proper links when the report is ready. ... ... @@ -90,15 +90,15 @@ 90 90 91 91 While Velocity upgrade bring a lot of nice new improvements it also comes with unavoidable behavior changes that might be a breackage for your scripts or break some extensions: 92 92 93 -* The Velocity Java API changed quite a lot, if you use advanced features directly in Java there is a big chance that you need to update your code. You can find more details on https://velocity.apache.org/engine/2.2/upgrading.html89 +* The [[Velocity Java API changed quite a lot>>https://velocity.apache.org/engine/2.2/upgrading.html]], if you use advanced features directly in Java there is a big chance that you need to update your code. 94 94 * Most names of Velocity configuration properties have changed ; old names are still functional but will emit a deprecation warning in the log. See the [[Configuration Changes in Velocity 2.1>>https://velocity.apache.org/engine/2.2/configuration-property-changes-in-2.1.html]] page. 95 95 * We tried to reduce as much as possible the breaking changes in the language using some retro compatibility flags provided by Velocity and some hacks on XWiki side but there is still things for which you might want to be carefull: 96 96 ** Deprecations: A lot of APIs are now deprecated, they should work fine but will produce a warning in the log (unless you disabled that using the new property ##logging.deprecated.enabled## in ##xwiki.properties##) 97 -*** $listtool was already deprecatedd since Velocity 1.6 which added support for allows all List methods to be called on arrays 98 -*** $sorttool replaced by $collectiontool 99 -*** $velocityCount and $velocityHasNext where already deprecated in Velocity 1.7 without producing any deprecation warning, they now do 93 +*** ##$listtool## was already deprecatedd since Velocity 1.6 which added support for allows all List methods to be called on arrays 94 +*** ##$sorttool## replaced by ##$collectiontool## 95 +*** ##$velocityCount## and ##$velocityHasNext## where already deprecated in Velocity 1.7 without producing any deprecation warning, they now do 100 100 ** Breackages: 101 -*** No more Velocity macro semi-local context: in Velocity 1.7 variable set inside a macro were set both in the global context and in a special macro local context. In Velocity 2.x this local context does not exist anymore. In pratice in means that if, in your macro, you #set a variable and execute another Velocity template which set the same variable your macro will be affected while it used to be "protected" by the previous explicit #set. It's now (since Velocity 1.7 actually) recommended to use the $macro map to manipulate local variable (as in {{code}}#set($macro.myLocalVar = "value"){{/code}}). 97 +*** No more Velocity macro semi-local context: in Velocity 1.7 variable set inside a macro were set both in the global context and in a special macro local context. In Velocity 2.x this local context does not exist anymore. In pratice in means that if, in your macro, you ###set## a variable and execute another Velocity template which set the same variable your macro will be affected while it used to be "protected" by the previous explicit ###set##. It's now (since Velocity 1.7 actually) recommended to use the $macro map to manipulate local variable (as in {{code}}#set($macro.myLocalVar = "value"){{/code}}). 102 102 ** Known bugs: 103 103 *** [[Macro parameter names problem with expression passed to the macro>>https://issues.apache.org/jira/browse/VELOCITY-904?focusedCommentId=17019513&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17019513]]. Should be fixed in 12.0 final. 104 104
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations