Hi,
I'm new with XWiki and I would like to design a wiki based on the
following requsites:
1.- I have two profiles of user: operators and project managers
2.- Project managers shoud be able to view and edit all content
3.- Operators shoud be able to view some content
4.- Search engines may work on Project Managers and Operators
5.- Search results must return only pages where user has rights
Based on this requisites I have thought the following
1.- I have created 2 groups
2.- I have created 2 spaces
3.- I have assigned privileges accodingly
The problem i have found is.
1.- Project manager can create new spaces
2.- I dont't know how to fix the initial space for Operators (they appear
in Main Space)
3.- I don't know how to navigate between spaces
I have thougt to create a separate wiki but I would like to use the search
engine to search all content.
Thanks a lot.
Óscar Segarra
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede
contener información confidencial, siendo para uso exclusivo del
destinatario, quedando prohibida su divulgación copia o distribución a
terceros sin la autorización expresa del remitente. Si Vd. ha recibido
este mensaje erróneamente, se ruega lo notifique al remitente y
proceda a su borrado.
Gracias por su colaboración.
This message (including any attachments) may contain confidential
information. It is intended for use by the recipient only. Any
dissemination, copying or distribution to third parties without the
express consent of the sender is strictly prohibited. If you have
received this message in error, please delete it immediately and
notify the sender.
Thank you for your collaboration.
Hey All,
I installed the Xwiki 5.1 Enterprise edition. When a user updates his
profile picture it is re sized automatically in all the pages(e.g. profile
page, the thumbnail shown in Add Comments section etc.). But when I view in
the user directory the automatic re size does not happen. The image is
shown in a huge size(it does not get re sized). Could anyone please help
with this issue.
Thanks and Regards
Sunil
Hi everybody,
I have a kind of FAQ space in my wiki, where our operations team is
documenting sm-event descriptions.
After creating 144 documents I finally found out how to create a document
template.
Is there anyway to "convert" or "reassign" the new template to the existing
documents?
Best regards,
Johannes
--
View this message in context: http://xwiki.475771.n2.nabble.com/Assign-document-template-to-existing-docu…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I've changed XWiki 5.1 configuration file .../xwiki/WEB-INF/xwiki.cfg
line to the:
...
xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0, xwiki/2.1
...
but Document Syntax combo box still shows only
XWiki 2.1
XWiki 2.0
as possible options.
Where could be the catch?
Valdis
I'm trying to move all velocity macro customizations from files to the
database according to
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
Though I can't find out syntax and execution rules (e.g. order) for
parsed entries.
E.g. to implement different styles for anonymous and logged in users for
XWiki.StyleSheetExtension parsed code (how Velocity can decide which is
macro and whic is CSS id?):
#if($isGuest)
#xwikicontent {
background-color: blue;
}
#else
#xwikicontent {
background-color: red;
}
#end
Similarly, what should be right way to show alert for
XWiki.JavaScriptExtension parsed code:
alert($isGuest);
Thanks!
Valdis
XWiki Blog can communicate with others blogs with pingback.
WebMention is probably the future of pingback.
Is anyone interested in implementing pingback or WebMention?
Hello XWiki users,
did anyone made experiments with Piwik?
It seems to be an open-source (GPL unfortunately) analytics tool which would compete well with Google Analytics.
thanks in advance.
Paul
I'm still using XWiki 4.3 milestone 1 on my personal web server.
It is not very useable as a blog since
1) very wide images aren't resized to fit the width of the blog
2) There don't seem to be pingback or other XXXbacks used to communicate
with other blog articles.
3) For non-web devs or non-technical people, it is not easy to change
themes or customize UI to make it look like a blog.
The latest stable release is 5.1 now.
Has it become useable for me?
Hello,
I would like to add a "wizard" for a specific UI part of my application.
Currently I know of 2 wizards that I like in XWiki: the distribution wizard
at startup, and the app within minutes one.
I'd hope to reuse something existing in xwiki to implement my own wizard,
but for now there's no such extension available.
My question is:
- would you kindly share some pointers, on what I could possibly reuse to
help me ?
- do you think it should be feasible ? (meaning, it won't take me months to
achieve ;) )
I would be really interested in re-using the distribution wizard, as I also
plan to have some ajax calls from it + some progress bars displayed here
and there :)
Many thanks,
Jeremie