Hi, I’m using XWiki in Slovak language which uses accents, which consequently causes problems with urls. The urls becomes ugly containing encoded characters with accents. Does XWiki have integration point out of the box to replace the page name with custom one, with stripped accents from it?
Thank you
Mirec
I want to implement Carousel slider just as the one on
xwiki.org/xwiki/bin/view/Carousel/Slider
But I dont know how to do it.
I tried Totem extension. Its good but has 1 problem. In its Carousel
implementation, Totem uses only images attached and doesnt show the
description.
Is their any other way around? I want the slider exactly as on xwiki.org
Perhaps, it should be well documented as it is the most important component
for Home pages.
Thank you in advance
Hi,
I would like to calculate the age of a person in years
I have the date of birth stored in a XWiki class-object in a property of type Date/Time
The age should be calculated against NOW! (Sysdate in local-user time, although the rounding in years does not make this a very important requirement.
Also I would like to be able to calculate a duration by subtracting two dates stored in a
XWiki class-object in a property of type Date/Time
Please a velocity-based guidance how to do this? (JoDaTime based)
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
I am interested in creating an easy to navigate document library. I was thinking of using the File Manager Extension (as this is what it's built for) - but the documentation is light on some specifics.
-I am wondering if I can copy this to a new space (currently xwiki/bin/view/FileManager) and run multiple file libraries on the site, each with their own permissions (space based)? When I copy the FileManager space to a new space, I get the warning that I need to migrate to the new structure. Will this affect anything other than the specific space it is in?
-Also wondering if I can add a metadata field somehow? One of the things I liked about using a file library in SP is the ability to list additional fields (ie. notes about why the file is important, contents, etc...) in the grid. Is this easy to do?
Paul Pinkerton
ACLCO/ KnowledgeNow
Hi,
I want to embed a teasered version of the blog into a page on my XWiki as it
is done on
https://www.xwiki.org/xwiki/bin/view/Main/News
On my page a used the same include as on xwiki.org but the blog entries are
not displayed. Just get the "xe.blog.code.notblog" message. I used the
default blog application (nothing special). Is any special
handling/configuration required to get the teasered inline blog?
{{velocity}}
{{include document="Blog.BlogSheet"/}}
{{/velocity}}
Thanks for your help.
Canny
--
View this message in context: http://xwiki.475771.n2.nabble.com/Inline-blog-with-teaser-in-a-page-tp76024…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi list,
Vincent Massol has asked for code review after official docker image
annoncement and though I am no Docker expert, I have found a few leads to
reduce image size and might have some suggestions to improve it.
With 3 little changes I have gained about 500 MB, but I still have to make
sure everything still works.
- 200 of those MB where gained by a commonly used trick : adding
"--no-install-recommends" option to apt-get.
Some packages that are commonly installed with libreoffice might have been
skipped and I still have to determine if it's OK or not.
- The other 300 MB are safe. Most of it comes from "RUN chown -R
tomcat8:tomcat8 /var/lib/tomcat8" being moved inside the same layer as the
curl xwiki.war && unzip.
docker images
REPOSITORY TAG IMAGE
ID CREATED SIZE
xwiki-mysql-tomcat after
b05844c94dd0 7 seconds ago 1.157 GB
xwiki-mysql-tomcat before
174d549368d5 2 hours ago 1.689 GB
As soon as I have checked this works, I'll do a pull request.
In the meantime, code is online on
https://github.com/zwindler/docker-xwiki-1/tree/clear_apt
Regards
Denis GERMAIN
Hi All,
On an infrequently maintained xwiki instance (.deb on Ubuntu), which
was running 8.4.1, the default editor is WYSIWYG
In Administration | Edit Mode Settings | DEFAULT EDITOR, the dropdown
box contains Wysiwyg and Text, and does NOT contain CKEditor
If a page in the wiki is selected, the edit icon has the options in
the dropdown for WYSIWYG, CKEditor, Wiki & Inline form, then below it,
Objects and Class. If CKEditor is selected, the edit window is not
shown.
I tried an update to 8.4.4, and there is no change in Administration |
Edit Mode Settings | DEFAULT EDITOR, but when a page is edited, it now
shows in the place where I would expect to see the edit window the
below
Content
#ckeditor($parameters)
I'm lost as to where to look next, and would welcome some guidance.
Cheers
Arne