Last modified by Thomas Mortagne on 2023/10/13

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

Summary

Details

Page properties
Content
... ... @@ -481,7 +481,7 @@
481 481  
482 482  == Updated Document Tree Macro ==
483 483  
484 -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:
485 485  
486 486  * removed the ##showSpaceAsDocument## parameter (was introduced recently in 7.2M1)
487 487  * deprecated the ##showChildDocuments## parameter
... ... @@ -489,7 +489,7 @@
489 489  
490 490  As a result, you can use the document tree macro like this:
491 491  
492 -* Nested Document Tree(((
492 +* Nested Page Tree(((
493 493  {{code language="none"}}
494 494  {{documentTree/}}
495 495  {{/code}}
... ... @@ -499,12 +499,12 @@
499 499  {{documentTree showSpaces="true" /}}
500 500  {{/code}}
501 501  )))
502 -* Parent-Child Document Tree(((
502 +* Parent-Child Page Tree(((
503 503  {{code language="none"}}
504 504  {{documentTree hierarchyMode="parentchild" /}}
505 505  {{/code}}
506 506  )))
507 -* 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)(((
508 508  {{code language="none"}}
509 509  {{documentTree hierarchyMode="parentchild" showSpaces="true" /}}
510 510  {{/code}}
... ... @@ -522,30 +522,6 @@
522 522  {{/velocity}}
523 523  {{/code}}
524 524  
525 -
526 -== Deprecated and Retired projects ==
527 -
528 -* 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).
529 -
530 -== Upgrades ==
531 -
532 -The following dependencies have been upgraded:
533 -
534 -* [[httpclient 4.5>>http://jira.xwiki.org/browse/XCOMMONS-815]]
535 -* [[cssparser 0.9.16>>http://jira.xwiki.org/browse/XCOMMONS-817]]
536 -* [[less4j 1.12.0>>http://jira.xwiki.org/browse/XWIKI-12161]]
537 -* [[Joda-Time 2.8.1>>http://jira.xwiki.org/browse/XWIKI-12159]]
538 -* [[Bootstrap 3.3.5>>http://jira.xwiki.org/browse/XWIKI-12211]]
539 -* [[HSQLDB 2.3.3>>http://jira.xwiki.org/browse/XE-1491]]
540 -* [[Groovy 2.4.4>>http://jira.xwiki.org/browse/XCOMMONS-831]]
541 -* [[Tika 1.9>>http://jira.xwiki.org/browse/XWIKI-12274]]
542 -* [[JRuby 1.7.21>>http://jira.xwiki.org/browse/XWIKI-12344]]
543 -* [[Jackson 2.6.0>>http://jira.xwiki.org/browse/XCOMMONS-833]]
544 -* [[Hibernate Validator 4.3.2>>http://jira.xwiki.org/browse/XWIKI-12365]]
545 -* [[JGroups 3.6.6>>http://jira.xwiki.org/browse/XWIKI-12507]]
546 -* [[httpcore 4.4.3>>http://jira.xwiki.org/browse/XCOMMONS-845]]
547 -* [[Infinispan 7.2.5>>http://jira.xwiki.org/browse/XWIKI-12557]]
548 -
549 549  == XWiki Select Widget ==
550 550  
551 551  A [[new widget has been introduced>>platform:DevGuide.XWikiSelect]], to have a rich select box:
... ... @@ -554,7 +554,7 @@
554 554  
555 555  == Document Picker ==
556 556  
557 -Two new Velocity macros has been added to allow selecting a document from a tree picker and to display the path (breadcrumbs) to the selected document.
533 +Two new Velocity macros has been added to allow selecting a page from a tree picker and to display the path (breadcrumbs) to the selected page.
558 558  
559 559  {{image reference="[email protected]"/}}
560 560  
... ... @@ -596,6 +596,29 @@
596 596  * A new "siblings" viewer has been added, accessible both with ##?viewer=siblings## and ##?xpage=siblings##.
597 597  * 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.
598 598  
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 +
599 599  = Translations =
600 600  
601 601  The following translations have been updated:

Get Connected