When an unauthorized user visits a restricted page, they see the message "Click here to force editing" — do users need to belong to a particular group to see this message?
What specifically is the intent behind this feature? (I'm curious as it appears to allow other users to, in a way, bypass the security mechanism). How do I prevent a user from seeing the "Click here to force editing" link?
—Debajit
What should I type in the Search field to list all the documents in a space?
I tried typing in "where doc.space='<SpaceName>'" but that does not give me the expected results.
I know that I can filter from the right sidebar, but how can I do this from the search field itself?
(I am using XWiki 6.4)
>
> > By the way: I didn't manage to make
> this example work with this code on xwiki 6.4+Expense Report
> Application:
> > http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingCustomSolrSearchFo…
>
> What exactly didn't work.
> It works for me. I made some small changes
> to make it more clear.
>
Ok it is working now on my 6.4 jetty package (must typing some field to see correct right screen :-/).
I don't understand how ExpenseReport.ListFacet working: wich values in entry (if they are some) and which values are returned?
In ExpenseReport.ListFacet we found this macro
#macro (displaySearchFacetValue_list $value)
with $value parameters but it seems you call it with:
#displaySearchFacetValuesLimited($facetValues {} 'displaySearchFacetValue_list')
?? the macro is the parameter of #displaySearchFacetValuesLimited
didn't found displaySearchFacetValuesLimited macro source.
Have you some docs about this case or could you brievly explain me?
There are an error here I think in ExpenseReport.ListFacet
'facetFields': ['property.ERCode.ERCodeClass.status_string','property.ERCode.ERCodeClass.organisation_string', 'property.ERCode.ERCodeClass.currency_string', 'property.ERCode.ERCodeClass.status_client', 'property.ERCode.ERCodeClass.user_string', 'author', 'creator', 'date',
'creationdate'],
'property.ERCode.ERCodeClass.status_client' must be probably 'property.ERCode.ERCodeClass.client_string'
but a search return at right screen (redefine search):
Client: $prop.getMapValues().get($value).val...
Thxs
Hello,
I'm writing an xwiki application and I start fighting with solr search.
On http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Query+API#… I read
"The list of typed (non-string) dynamic fields that will be expanded in the search query. The names of these fields are suffixed with the name of their data type (e.g. *_int is a dynamic integer field)."
Unfortunaly in my application I use same prefixe in my properties name (_) to add some dynamic bootstrap tab (and another things)! An example: CodeH_Deb_P1 or P1_EaAutrDO_Cond_Invisi
I suppose _ is hardecoded in xwiki, then I must replace all my _ character in my properties name and Sheets code but could you suggest a character I can use without problem?
This one ~ perhaps?
By the way: I didn't manage to make this example work with this code on xwiki 6.4+Expense Report Application:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingCustomSolrSearchFo…
Thxs.
Pascal B
The XWiki development team is proud to announce the availability of
XWiki 7.0 Milestone 2.
This release comes with a simplified Wiki Creation Wizard and the
ability to organize and filter extensions by category in the Extension
Repository. The install date and the user that performed the install
are now available in the extension details, and the extensions that
were installed explicitly are now displayed distinctly. A stronger
confirmation should prevent users from deleting wikis by mistake from
now on. The developers may be interested by the API improvements made
to the Mail Sender and Extension Manager modules.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki70M2
Thanks
-The XWiki dev team
I am trying to set up access rights for a page that I created, and when I try to revoke view permissions for a particular user, I see the following error:
2015-03-04 01:29:42 - CSRFToken: Secret token verification failed, token: "xykyhIj3uArxuDcDQU9JsA", stored token: "ncSmP4I2YiP6QkKCMAguDw"
Why am I seeing this error, and what could I do to fix it?
(I see this error repeatedly)
> Unfortunaly in my application I use same prefixe in my
> properties name (_) to add some dynamic bootstrap tab (and
> another things)! An example: CodeH_Deb_P1 or
> P1_EaAutrDO_Cond_Invisi
> I suppose _ is hardecoded in xwiki, then I must replace all
> my _ character in my properties name and Sheets code but
> could you suggest a character I can use without problem?
>
> This one ~ perhaps?
Finally I think I can use _ separator. I was worried for nothing.
I didn't understant how construct my 'dynamic facet' like this Main.SolrUserFacet because I don't know how it is working:
There are a macro
#macro (displaySearchFacetValue_user $user)
but we use single quote without parameter:
#displaySearchFacetValuesLimited($facetValues {} 'displaySearchFacetValue_user')
I tried to understand the example of
> this code on xwiki 6.4+Expense Report Application:
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingCustomSolrSearchFo…
but it doesn't working in jetty xwiki 6.4
>
> Thxs.
> Pascal B
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi,
i want to read, edit and save xwiki-objects from a page in javascript. I
wrote a post
(http://xwiki.475771.n2.nabble.com/Javascript-RESTful-tp7594084.html) where
i thought i should solve this with rest. I think now is is a lack of
knowledge. Where is documented what the Object 'XWiki' in javascript can do?
I read some source-code from fullcalender and others and see that they use
'XWiki.widgets' or 'XWiki.model', but i have no idea where to lolookinform
myself what XWiki on Javascript-side is to fill my gap of knowledge.
Is there a document where i can look? Or should i use the "only" the
Javascript XWiki API
(http://platform.xwiki.org/xwiki/bin/view/DevGuide/JavaScriptAPI) to read
the object data with velocity or groovy to handle them in javascript. I dont
understood it? What is a preferred solution?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Javascript-XObjects-tp7594090.html
Sent from the XWiki- Users mailing list archive at Nabble.com.