Last modified by Thomas Mortagne on 2023/10/13

<
From version < 29.1 >
edited by Guillaume Delhumeau
on 2015/09/23
To version < 33.1 >
edited by Guillaume Delhumeau
on 2015/09/23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -315,8 +315,7 @@
315 315  
316 316  The create action now accepts a ##spaceReference## parameter and a ##name## parameter, together with an optional ##tocreate=terminal## parameter (usable on non-terminal pages). The previous space parameters was not scalable in the context of Nested Spaces since it was just a top-level space name so it did not allow the creation of deeper space levels. More details are available in the [[create action's documentation>>platform:DevGuide.Standard URL Format||anchor="HAction:create"]].
317 317  
318 -These logic is now also available in the improved create UI, with the terminal pages option appearing only for advanced users and being checked or unchecked by default, depending on the type of the current page:
319 -{{image reference="[email protected]"/}}
318 +As explained previously, these logic is also available in the improved create UI, with the terminal pages option appearing only for advanced users and being checked or unchecked by default, depending on the type of the current page.
320 320  
321 321  == New Reference-related APIs ==
322 322  
... ... @@ -396,7 +396,7 @@
396 396  
397 397  === New components to generate REST URLs ===
398 398  
399 -* The component ##RestURLGenerator## has been added. Its role, in the long terme, is to generate a REST URL for any kind of EntityReference. It currently handles ##DocumentReference## and ##SpaceReference##.
398 +* The component ##RestURLGenerator## has been added. Its role, in the long term, is to generate a REST URL for any kind of EntityReference. It currently handles ##DocumentReference## and ##SpaceReference##.
400 400  * The corresponding script service has been added: ##$services.rest## with the method ##$services.rest.url($entityReference)##.
401 401  
402 402  === Resolve nested spaces in JavaScript ===
... ... @@ -482,7 +482,7 @@
482 482  
483 483  == Updated Document Tree Macro ==
484 484  
485 -The [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] now supports Nested Documents and Nested Spaces modes. Specifically, the following changes have been made:
484 +The [[Document Tree Macro>>extensions:Extension.Document Tree Macro]] now supports Nested Pages and Nested Spaces modes. Specifically, the following changes have been made:
486 486  
487 487  * removed the ##showSpaceAsDocument## parameter (was introduced recently in 7.2M1)
488 488  * deprecated the ##showChildDocuments## parameter
... ... @@ -490,7 +490,7 @@
490 490  
491 491  As a result, you can use the document tree macro like this:
492 492  
493 -* Nested Document Tree(((
492 +* Nested Page Tree(((
494 494  {{code language="none"}}
495 495  {{documentTree/}}
496 496  {{/code}}
... ... @@ -500,12 +500,12 @@
500 500  {{documentTree showSpaces="true" /}}
501 501  {{/code}}
502 502  )))
503 -* Parent-Child Document Tree(((
502 +* Parent-Child Page Tree(((
504 504  {{code language="none"}}
505 505  {{documentTree hierarchyMode="parentchild" /}}
506 506  {{/code}}
507 507  )))
508 -* Old Document Index Tree (i.e. Parent-Child mixed with space grouping)(((
507 +* Old Page Index Tree (i.e. Parent-Child mixed with space grouping)(((
509 509  {{code language="none"}}
510 510  {{documentTree hierarchyMode="parentchild" showSpaces="true" /}}
511 511  {{/code}}
... ... @@ -523,30 +523,6 @@
523 523  {{/velocity}}
524 524  {{/code}}
525 525  
526 -
527 -== Deprecated and Retired projects ==
528 -
529 -* The [[OSCache-based Cache Extension>>extensions:Extension.Cache OSCache]] has been [[moved to ##xwiki-contrib##>>https://github.com/xwiki-contrib/xwiki-platform-cache-oscache]] since we've been using the Infinispan implementation for a while now and the XWiki Core developers don't intend to continue supporting the OSCache-based one (it can be maintained by the Community, by whoever's interested in supporting it).
530 -
531 -== Upgrades ==
532 -
533 -The following dependencies have been upgraded:
534 -
535 -* [[httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
536 -* [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
537 -* [[less4j 1.12.0>>http://jira.xwiki.org/browse/XWIKI-12161]]
538 -* [[Joda-Time 2.8.1>>http://jira.xwiki.org/browse/XWIKI-12159]]
539 -* [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
540 -* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
541 -* [[Groovy 2.4.4>>http://jira.xwiki.org/browse/XCOMMONS-831]]
542 -* [[Tika 1.9>>http://jira.xwiki.org/browse/XWIKI-12274]]
543 -* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
544 -* [[Jackson 2.6.0>>http://jira.xwiki.org/browse/XCOMMONS-833]]
545 -* [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
546 -* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
547 -* [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
548 -* [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]]
549 -
550 550  == XWiki Select Widget ==
551 551  
552 552  A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box:
... ... @@ -597,6 +597,29 @@
597 597  * A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
598 598  * For ##?viewer=children##, ##?xpage=children##, ##?viewer=siblings## and ##?xpage=siblings## a new ##displayHidden## parameter has been added. By default, the hidden pages are not displayed unless the user's configuration overwrites this.
599 599  
575 +== Deprecated and Retired projects ==
576 +
577 +* The [[OSCache-based Cache Extension>>extensions:Extension.Cache OSCache]] has been [[moved to ##xwiki-contrib##>>https://github.com/xwiki-contrib/xwiki-platform-cache-oscache]] since we've been using the Infinispan implementation for a while now and the XWiki Core developers don't intend to continue supporting the OSCache-based one (it can be maintained by the Community, by whoever's interested in supporting it).
578 +
579 +== Upgrades ==
580 +
581 +The following dependencies have been upgraded:
582 +
583 +* [[httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
584 +* [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
585 +* [[less4j 1.12.0>>http://jira.xwiki.org/browse/XWIKI-12161]]
586 +* [[Joda-Time 2.8.1>>http://jira.xwiki.org/browse/XWIKI-12159]]
587 +* [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
588 +* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
589 +* [[Groovy 2.4.4>>http://jira.xwiki.org/browse/XCOMMONS-831]]
590 +* [[Tika 1.9>>http://jira.xwiki.org/browse/XWIKI-12274]]
591 +* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
592 +* [[Jackson 2.6.0>>http://jira.xwiki.org/browse/XCOMMONS-833]]
593 +* [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
594 +* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
595 +* [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
596 +* [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]]
597 +
600 600  = Translations =
601 601  
602 602  The following translations have been updated:

Get Connected