Hi all,
since I wanted to better understand how Docker works, as an evening
project I created a Dockerfile for packaging an image that can be used
to run an XWiki container.
It also supports data persistence, so that you don't lose your data
when you shut down the container.
You can find it here: https://github.com/fmancinelli/docker-xwiki
Enjoy,
Fabio
Hi,
I have changed the skin of my xwiki(6.4.3) installation from calibri to
flamingo. When I refreshed the page there were some errors. On some buttons
the icons were drawn multiple, see the picture in the attachment.
I tired to update to the latest stable xwiki version (7.0) but nothing
changed.
Could anybody help me please?
Thanks,
Georg
Hello,
I have a Class with multiple properties. In my velocity script I can loop over all properties to get their name and pretty name.
I have some properties with "Database List" type and I want to get:
- especially XWiki Class Name
- Id Field Name
- and Value Field Name
Is it possible?
I didn't found documentation section.
Thxs
Pascal BASTIEN
Hello there,
I am maybe asking a stupid question, but I am the administrator of an old xwiki that have to be updated.
My current users has done lots of documentation on this xWiki, and we would like to find a way to explode some parts of our xwiki without using too mutch the rights systems.
The fact :
- We are a software development company and we put allmost everything on the xwiki
- Some of our customers has right to see "customer's" pages uppon rights they currently have
- I (maybe I am not really up to date with xwiki) cannot figure what pages can be accesseed by each users (if someone can tell me how to find that I will be pleased to pay him/her a pint of Guinness).
- We are on xwiki 2.1.1 and all trys to upgrade to 6.x have fail on randoms parts (mostly rights that has been exploded, eg. everybody can see anything), or some pages being broken (people that hack too mutch groovy, they should not).
So to avoid issues with rights, we have an idea to split our xwiki into 2 servers :
- one for internal, if this too mutch rights this is not an issue
- one for external users (customers !), with only the pages that should be online for users, with reset of user's list and clean rights management.
Now I want to find a way to automaticaly sync some spaces between our master xwiki and some slave xwiki... Any good pointers?
Regards,
Xavier
--
Xavier Beaudouin - Senior Network and System Administrator
Infrastructure and network director
Horizon Software - http://www.hsoftware.com/
13 rue La Fayette - 75009 PARIS - France
Phone: +33 (0)1 4260 9490 Fax: +33 (0)1 44 56 97 01
Hello!
I'm having difficulties setting up a tree for my wiki. I'm using
DocumntTree. The tree starts off with the only space (Revit Mechanical) and
not open node to show the pages. I believe I have syntax errors but can't
quite fix it
Code:
{{documentTree showWikis="true" showSpaces="true" showTranslations="false"
showAttachments="false" showChildDocuments="true"
root="space:xwiki:Revit Mechanical" openTo="space:xwiki:Revit Mechanical"/}}
Here is a screenshot of how it opens up:
<http://xwiki.475771.n2.nabble.com/file/n7594472/DocumentTree.png>
Here is how I want it to open up:
<http://xwiki.475771.n2.nabble.com/file/n7594472/TreeCorrect.png>
Sorry for asking so many questions, I'm not good at this.
Regards,
Michael
--
View this message in context: http://xwiki.475771.n2.nabble.com/DocumentTree-doesn-t-open-to-a-node-tp759…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
I'm using xwiki 6.3 version and I can't update it. I created a panel display
tree (using documentTree) on the left of my wiki pages to display the
content with opening/closing branches and links to the pages on click.
However the order of the tree is messed up because it uses some kind of
sorting. I would like to change the order to my liking.
Some things that I already did:
-I've tried using File Manager and few other extensions but it doesn't
display anything or doesn't have some dependencies. I'm guessing it is
because of the old version I have.
-Also tried Hierarchy Macro with editing option but it seems to not move
anything.
-Lastly I've tried to edit some of the macros, ended up screwing all of the
macros and had to restore the wiki with backup.
I'm guessing there is a way to hard code all of this but that's the last
option I want to take because every time a new page is added I would have to
edit the tree.
Regards,
Michael
--
View this message in context: http://xwiki.475771.n2.nabble.com/Editing-pages-and-index-view-tp7594388.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of XWiki
7.0.
This is the first release of the 7.x cycle. It features many improvements
for extensions, a simplified Wiki Creation Wizard, improved differences
view, integration of a new Tree Widget with the WYSIWYG editor and Index
Application, etc.
Regarding extensions, we now have 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, the extensions that were installed explicitly are now displayed
distinctly, etc.
We improved the difference views for document history and extension upgrade
process, by showing a difference summary between the two versions, detailed
changes to objects definitions, etc.
Developers may enjoy a new application to edit wiki Skins, a new Finder
Plugin for the Tree Widget and API improvements to the Mail Sender and
Extension Manager modules.
The Watchlist module has a new component based implementation and also
there is an experimental Realtime Watchlist Notification feature.
XWiki also moved to Servlet 3.0.1 which means various old application
servers versions are not supported anymore and the old Lucene search module
was finally retired to Contrib.
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/ReleaseNotesXWiki70
Thanks
-The XWiki dev team