i can change the date format thru localization. But this format is
applicable to all locales. Is there a way i can configure the date format
speific to locale.
For example:- For US, i want to make define the date format as MM/dd/yyyy
and for UK want to define it dd/MM/yyyy. Is there a way i can do it?
Hi there,
hm, no answer yet. Is it that difficult? Or is the question somewhat
unclear? Did nobody ever change the font or the font size of a skin?
Or is it so easy and I am too dumb to see it?
Do I have to provide more informations?
Please let me know and thanks in advance
Ralf
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-change-the-default-font-size-of-th…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Folks,
On login page there is a link forgot username and forgot password. When i
click nothing happens.Same page gets refreshed. I am not sure do we need to
do any configuration to make it work?
What i observed, first i clicked forgot password and then did the login. I
an directly taken to reset password page. Where i click reset password,
Again nothing happens? I am not sure what is the thinking behind this
functianlity. If user forgets the password how he will do the login ?.
Thanks.
Hello!
I install XWiki Enterprise 3.5 with MySQL 5.5.17 and Tomcat7 on
windows server 2003.
Then I download and import default wiki.
I switch to russian language in preferences\localisation and try to
search word "Песочница" (Sandbox on russian)
search url looks like this: server:9080/xwiki/bin/view/Main/Search?text=Песочница
On opened page i see "Поиск: ÐеÑоÑниÑа " and no results.
I can create, edit and see pages with russian text well. Only search dont work.
I also try to search word "Песочница" on site xwiki.org.
search url looks like this: http://www.xwiki.org/xwiki/bin/view/Main/Search?text=%26%231055%3B%26%23107…
On opened page I see "Search:
Песочница" and
xwiki nod found russian translation of page Sandbox.
Can you suggest something? Thank you
Hello
I am a new user of X-Wiki Cloud.
I am trying to use it to develop a Knowledge base for our Project. I chose
to use X-Wiki Cloud because it appeared to be the WIKI tool that had the
best set of Big Time Capabilities and because it was Extensible and would
work with many different architectures. It seemed to offer the most
flexibility for the long haul.
To date I have opened a free account and started to post some content &
links. However; I am having a VERY difficult time understanding how
I organize & manage Spaces, Pages & General Content. I am particularly
frustrated in that, I cannot seem to find a way to manage the headings or
titles (SPACES) that appear on our Dashboard. X-Wiki Cloud starts one out
with things like Annotation Code, AppWithinMInutes,
ApplicationSecurityBackgroundInformation, Blog, . I do not need to see
those Tool Boxes, nor do I want my partner to see them as he learns how to
use the X-Wiki Cloud tool.
Right now I am struggling as I try to manage it and 'Dumb it Down' so I can
start out learning it & using it to build a relatively simple Knowledge
Base.
Can anyone help me with this?
Ken Jennings
Toronto Canada
Hi,
When the XWiki development team wants to introduce some new features or
when we need some improvements on existing functionality, I sometimes make
proposals on how these features/improvements should look like. You can see
some of my work at
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/WebHome
IMO XWiki is a great tool for developers because they can change anything
they like and make XWiki bend to their will. Also, XWiki talks a lot the
'developer/administrator' language that new users find cryptic. Some also
say that the learning curve for XWiki is steep and that beginners have lots
of problems in understanding the structure, finding the documentation,
navigating, etc.
I'm sure every developer that used XWiki as a base for constructing their
project got into these 'new user' issues and tried to fix them as best as
they could. Although XWiki is an open source project where anyone can
contribute, sometimes time is not on our side and makes it difficult to
contribute back.
I would be very curious on how some 'independent' XWiki developers solved
some of the usability issues XWiki is facing: how they made it more easy to
use, more good looking, more intuitive, more clear, more simple.
Right now I'm thinking on how to improve the homepage, but I would love to
see *screenshots* of any aspect that was improved (profile, administration,
rights, history, comments, anything).
Sharing these screenshots could inspire others make their project better
and would step outside the 'just an idea' mode. Also there is a chance we
could integrate them in the platform so that everyone can benefit.
Thank you for your help,
Caty
I have an event listener as described here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Title+Post+Processing+…
Now I need to Register it automaticaly.
I already read in this context previous discusions and jira-issue:
http://jira.xwiki.org/browse/XWIKI-4936http://xwiki.475771.n2.nabble.com/Registering-an-event-listener-automatical…
As a result - I understand that for now don't exist easy method to did it.
But one of the possible temporary solution for now:
- write an Scheduler job, which will start every 5 minutes, check if
listener already registered, and if not - register it.
According to this, I trying to write such Scheduler job, but I have some
troubles ... Maybe somebody can help me.
I trying like this:
groovyObject = xwiki.parseGroovyFromPage("MySpace.MyPage")
groovyObject.setObjects(xwiki, context)
print(groovyObject.TitleUpdater())
but I get an error:
...
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException:
startup failed:
script1331756758851315922078.groovy: 1: Ambiguous expression could be either
a parameterless closure expression or an isolated open code block;
solution: Add an explicit closure parameter list, e.g. {it -> ...}, or
force it to be treated as an open block by giving it a label, e.g. L:{...} @
line 1, column 1.
...
When I try to find which line give me this error, I found that my first line
(groovyObject = xwiki.parseGroovyFromPage("MySpace.MyPage")
give me this error. I don't understand why - space name and page name are
correct ...
Can somebody help me?
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Register-an-EventListener-by-Scheduler-jo…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of
XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
XWiki Enterprise Manager 4.0 Milestone 1.
This release brings reduced document database id collision and quite a
few improvements and bug fixes.
See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
for more details.
Thanks
-The XWiki dev team