Hi,
I run the Wiki http://tutos.myxwiki.org on the community farm and search crashed
with "Solr query require programming right" error ... does someone can save the
required pages with the correct rights ? or better solution can give me
"programming rights"?
Regards,
Hi,
On 5 Jan 2016 at 10:09:27, KirbY ZhoU (kirbyzhou@gmail.com(mailto:kirbyzhou@gmail.com)) wrote:
> Sorry for reply so later, I have taken a vacation for days.
Hope you had some nice holidays! :)
> Actually, I modified Dashboard.WebHome after upgrade, and use {{spaces}} macro which comes from 7.3 release.
> Now I replace {{spaces}} with {{documentTree}}, but I have some little problem.
> 1. I want to avoid "xxx more", but limit=100 do not work.
> 2. I want to limit the tree level, but I have no idea.
All documentation for the tree macro can be found at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro
AFAIK there’s currently no way to configure how many items to display before “xxx more” appears. @Marius: is that correct? It seems it would be useful to have this in the future if that’s the case. WDYT? Do we have a jira issue about it already?
I’m not sure what’s your use case for point 2. I guess you mean limit the hierarchy but it seems it would prevent users from navigating correctly so I’m not sure what’s the use case.
Thanks
-Vincent
> 发件人: Vincent Massol 代表 "vincent@massol.net(mailto:vincent@massol.net)"
> 日期: 2015年12月23日 星期三 下午7:35
> 至: KirbY ZhoU , XWiki Users
> 主题: Re: [xwiki-users] How to avoid nested space?
>
> Hi,
>
> The default dashboard is located in Dashboard.WebHome. When you upgraded you should have had the Distribution Wizard upgrade that page. Was that the case? Could you check the history for that page?
>
> Now two things could have happened:
>
> 1) you overwrote the changes brought by the Distribution Wizard by importing old versions of pages from your previous wiki. If you’ve done that then you’ve most likely broken the upgrade process since you’ve removed all the upgrades that were required to all default wiki pages! :) See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade for the canonical way of upgrading an XWiki instance. If you’ve done that I suggest that you redo the upgrade.
>
> 2) you have modified Dashboard.WebHome. If this is the case then you’ll need to update your version to use the {{documentTree}} macro instead of the spaces macro.
>
> As I’ve mentioned already in my reply the notion of Spaces have been removed from the UI (I’ve linked you to some page with the explanation, have you been able to read that page? was it clear? should we improve things there with more explanations?).
>
> Thanks
> Hope it helps,
> -Vincent
>
>
>
> On 23 Dec 2015 at 12:19:45, KirbY ZhoU (kirbyzhou@gmail.com(mailto:kirbyzhou@gmail.com)) wrote:
>
> > I belived that I have use the space widget version 7.3.
> > I created a new Xwiki-7.3, and then import the old spaces one by one, excluding 'Main', 'XWiki' and all spaces coming with Xwiki default pages.
> >
> > I just want to get a simple space list.
> >
> >
> >
> > 发件人: Vincent Massol 代表 "vincent@massol.net(mailto:vincent@massol.net)"
> > 日期: 2015年12月23日 星期三 上午4:41
> > 至: XWiki Users
> > 抄送: KirbY ZhoU
> > 主题: Re: [xwiki-users] How to avoid nested space?
> >
> > Hi KirbY,
> > On 22 Dec 2015 at 21:27:47, KirbY ZhoU (kirbyzhou@gmail.com(mailto:kirbyzhou@gmail.com)(mailto:kirbyzhou@gmail.com)) wrote:
> >
> > > How to avoid nested space?
> > >
> > > Since the new nested space feature, a lot of nested space such as "XXX.YYY" appears in the "Space List" in my home page.
> > > If I want to create a sub page, a new nested space created silently. It becomes more and more, and bothers our users.
> > >
> > > I want keep the original simple one level space and documents tree model instead of the new nested space model. How can I get it?
> >
> > The issue is that you haven’t upgraded your home page (the dashboard I presume). We have replaced the Space widget with a Documents widget. Normally, when you have upgrade you should have had the Distribution Wizard kicking in and updating the default wiki pages. Please let us know what you’ve done when the Distribution Wizard has executed.
> >
> > The notion of Spaces has been removed starting with XWiki 7.2+
> >
> > Please see http://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization
> >
> > The introduction of Nested Spaces is a large change and we wish to make it as seamless as possible to our users. Please let us know any issue you see and we’ll try to help you and see if we can improve things by default so that other users have less problems upgrading.
> >
> > Thanks for your help and patience.
> > -Vincent
> >
Hello:
I am using XWiki 6.0, and App Within Minutes. I have created several apps
that work fine. I can already customize the view and edit sheets and things
like that. But I don't like that AWM forces the home page to be called
{space} 'Home'. I'd like to change the behavior. There is an object of class
AppWithinMinutes.LiveTableClass which apparently is the hook for AWM to
display the home page. But I can't see in the LiveTableViewSheet where on
earth the space name is set! Where is the word 'Home' coming from? I tried
changing the Translations page (it contains the word 'Home') but that
doesn't fix it!!
Help!
Dan
ps.: I wanted to add a field to the LiveTableClass to hold the name of the
app. not sure if that would break anything.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Changing-the-app-name-in-App-Within-Minut…
Sent from the XWiki- Users mailing list archive at Nabble.com.
the default title should be "$doc.web - $doc.name"
I hope cover one page title (as blog main page) ,I know that Space
Preferences make a different title for each space,but I just want to cover a
page title
I try to use velocity code In the blog.Webhome as:
{{velocity}}
$doc.setTitle("My new title")
{{/velocity}}
it's not working
Is there any other way to cover a page title without modifying the database?
--
View this message in context: http://xwiki.475771.n2.nabble.com/how-to-cover-one-page-title-tp7599271.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Using a simple XWiki 7.4.2 system I'm having problems getting Export and
then Import to work. I'm want to export the entire contents of one Wiki
and import it into another one.
I think I'm following the instructions here correctly:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport
The Export seem to go OK and generates a xar file.
But when I try to Import that into a different 7.4.2 wiki (or even the
one it was exported from) I get told that "No package is available for
import".
Tim
Hi all,
I have doubts about how permissions are inherited in XWiki v7.4. Does
this statement from your documentation still apply for this version?
/"*Note on permission inheritance*//
//When a permission is explicitly set for a given group or user at a
certain scope (page, space or wiki) then other groups and users must
also have the right explicitly set as well, at this scope or a scope
upstream.//
//For example, when you decide to explicitly allow the view right for
"GroupA" on a given space, users that are not members of "GroupA" must
have the view right explicitly set either on the given space or on the
whole wiki to be able to view the space as well."/
I expose my problem:
GroupA with edit rights at Wiki level.
GroupB with view rights at Wiki level.
I grant GroupB edit permissions on a certain page => GroupA is no longer
able to edit this page (neither its children) until I specifically grant
them edit rights (again, as at Wiki level they have them). This
contradicts previous statement.
Could you please clarify? Thanks in advance!
--
ASOL Email Un cordial saludo,
Iago Lluque
/
*Alínea Software Solutions S.L.*
Travesía del Comercio 3, 2º 36002 Pontevedra España
Tel: +34 986 845 699
Email: info(a)alineasol.com <mailto:info@alineasol.com>
Web: http://www.alineasol.com
/
Hi,
I would like to gather your ideas about how we could simplify the Homepage
of XWiki Enterprise.
- Maybe is something that doesn't make sense to have on it?
- Maybe is something that is missing?
Thanks,
Caty
Interaction Designer on behalf of XWiki Development Team
One of our users accidently modified the search script, which prevented all other users from searching. All of our users have scripting right as they use "App within a Minute".
I found that these users may modify system scripts and I was unable to protect this scripts from modifications.
We are running Xwiki 7.4.2.
Users rights set:
View, Edit, Comment, Script, Register.
Any Idea what to do?
Wolfgang