Hello, three questions:
1) How to make list of all wiki's users
(http://localhost:8080/xwiki/bin/view/Main/UserDirectory) hidden from users
and unregistered users? By removing "view" rights I made whole "Main" wiki
unavailable and that is not what I wanted. So I simply deleted
"UserDirectory" page. I am not sure whether it was correct approach.
2) How to make user profile page available only for particular user? Right
now these profile pages are available for every one who knows the link
(i.e., http://localhost:8080/xwiki/bin/view/XWiki/<USER_NAME>).
3) How to make user profile pages only read only (if possible then only
admins can edit)? We have integration with LDAP so it makes no sense to edit
profile info. Also it is not nice that regular user can set "Display hidden
documents" to "True".
Thanks!
--
View this message in context: http://xwiki.475771.n2.nabble.com/User-list-and-user-profile-access-rights-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
What I have to do... I would like to make a link on page to file, I mean:
"User have to click link to download". [This link isn't a link to Internet
page]
I want to add file to the page as attachment for users to download.
Thanks,
Maciek.
On my first try, the Windows command prompt gave http://idea-PC:8080/ as a directory of my wiki. The next day, the command prompt gave me a different directory which was http://tonec.com:8080/, although I can still access the first directory given to me. I prefer using the first directory, since tonec.com is related to other software (the program might have made a mistake in choosing the directory). How can I make the default directory back to the first?
Starting the XWiki program takes a long time. The navigation inside the wiki also sometimes do. Is there nothing I can do to make it fast? Thanks guys!
The XWiki development team is proud to announce the availability of
XWiki 7.1 Release Candidate 1.
This is mostly an improvements release on new performance report
design, Solr search UI and Watchlist notifications. It also introduce
the experimental support for flavors in the Distribution Wizard.
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/ReleaseNotesXWiki71RC1
The following people have contributed code to this release:
Anca Luca
Denis Gervalle
Guillaume Delhumeau
Eduard Moraru
Guillaume Delhumeau
Manuel Smeria
Marius Dumitru Florea
Thomas Mortagne
Vincent Massol
Thanks for your support
-The XWiki dev team
As stated here, the standalone XWiki Enterprise Version 7.1-milestone-2 installer is "not supposed to be used in production." What do you mean by that? That was then supported by the reason that "the embedded database does not support large wikis efficiently."Does that mean I can't use it in the long run even if I would only use it as a personal offline wiki and never as a network wiki?
Thanks guys!
Hello everyone,
I am writing a script to translate XML exports of Mediawiki pages into the
XAR format that XWiki can import.
My challenge is that I have not found a formal definition of what the
page's xml as well as the package xml should be, as they do not contain
schema information.
I have been "reverse engineering" the definition by looking at some
exports, but if anyone is aware of where the definition could be found it
would be extremely helpful.
Thanks!
Hello dear xwiki-ers,
(long time no see ;) )
I installed the Mocca Calendar application [1] in my xwiki 5.4.7 instance,
but when browsing to its home page, needed js file can't be loaded and so
not much appears ...
Error from FF console:
GET http://r-wikiggs.gemalto.com/fullcalendar.js [HTTP/1.1 404 Not Found
9ms]
Error: Script error for: fullcalendar
http://requirejs.org/docs/errors.html#scripterror
I understand that it probably comes from MoccaCalendar.Macro js extension:
require(['jquery', 'fullcalendar'], function(jQuery, fullCalendar) {
... but my knowledge of requireJS is more than poor so I'm not sure how to
fix this ... For sure URL used to reach fullcalendar.js is NOK.
Thanks,
BR,
Jeremie