[xwiki-users] Some problem about Upgrade from Xwiki-5.4.5 to 7.3

2015-11-20 Thread Zhou Tianling
I want to upgrade from Xwiki-5.4.5 to 7.3, but some problems occurs. I create a backup db, and run 7.3 instance on the backup one. 1. The "Spaces" feature seems disappears, all old spaces are organized in a single root tree. I can not manage access privilege by Space. 2. The wikis application c

Re: [xwiki-users] How to avoid nested space?

2016-01-05 Thread Zhou Tianling
I have tried this below on 7.3-release. {{documentTree compact="true" showTranslations="false" showAttachments="false" root="wiki:xwiki" limit="200" /}} But “limit” do not works. 在 16/1/5 下午9:35,“users 代表 Marius Dumitru Florea” 写入: >On Tue, Jan 5, 2016 at 3:33 PM, vinc...@massol.net >wrote:

Re: [xwiki-users] How to avoid nested space?

2016-01-06 Thread Zhou Tianling
Thanks very much, it works now. How about the plan of the 2 more feature? 1. Limit document tree depth to N. 2. Default expand tree to level M. 在 16/1/6 下午2:08,“users 代表 Marius Dumitru Florea” 写入: >On Tue, Jan 5, 2016 at 4:45 PM, Zhou Tianling wrote: > >> I have trie