Changes for page Release Notes for XWiki 7.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. enygma1 +XWiki.ThomasMortagne - Content
-
... ... @@ -24,8 +24,12 @@ 24 24 25 25 See the [[Flavor Module page>>extensions:Extension.Flavor Module]] to see how to test it. 26 26 27 +== New debug mode == 27 27 29 +It's now possible to display various information about what happen during the request like the time spent on each step and sub steps. 28 28 31 +{{image reference="elapsedtimetree.png"/}} 32 + 29 29 == Miscellaneous == 30 30 31 31 * Mail API has been slightly modified to fix a bug when waiting for all mails to have been processed (the ##waitForProcessing()## wasn't really waiting!). As a consequence calls to ##MailResult.waitTillProcessed(long timeout)## and ##MailResult.isProcessed()## have been replaced by calls to ##MailStatusResult.waitTillProcessed(long timeout)## and ##MailStatusResult.isProcessed()##. Note that for backward compatibility reason the scripting API still supports the old API (but it's deprecated and you should move your code to use the new API).