Hi, all,
I am playing around with the blog post application, when users click the
create post button, it brings up the inline form for users to put text in,
I have another requirement, we need to write some velocity code somewhere
to retrieve an image url from a database, so when the inline form shows up
after users click create post button, the image automatically shows up in
the inline form, users then type in more text, my question is where should
I put the code in? also the BlogPostClass and BlogPostTemplate have
TextArea objects, which create GWT inline form, this is where I need to put
image in programmatically, so I am thinking about accessing the GWT code to
insert image, could anybody point me to the right direction about how to
approach this to put image into the inline form programmatically?
Thanks
David
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
Hello XWiki experts,
in my saga to upgrade curriki to xwiki 3.5, I seem to meet a rather functioning xwiki (though see my other mail about a missing component).
http://hoplahup.homeip.net/xwiki/bin/admin/XWiki/XWikiPreferences?editor=gl…
A hard edge is, however that I cannot administer because the source does neither contain the values nor the form elements.
Here's the email section of my xwiki-admin with the skin toucan.
I am a bit lost how to debug this, it sounds to be related to document.display that would fail. But how to debug that?
The object and wiki editors sound to work.
thanks in advance
paul
<form id="email" method="post" action="/xwiki/bin/saveandcontinue/XWiki/XWikiPreferences" onsubmit="cancelCancelEdit()" class="xform half">
<fieldset class="sender">
<legend>Default sender email address</legend>
<dl>
<dt>
<label class="admin_email">Admin email
</label>
</dt>
</dl>
</fieldset>
<fieldset class="smtp">
<legend>SMTP</legend>
<dl>
<dt>
<label class="smtp_server">Server
</label>
</dt>
<dt>
<label class="smtp_port">Port
</label>
</dt>
<dt>
<label class="smtp_server_username">SMTP Server Username (optional)
</label>
</dt>
<dt>
<label class="smtp_server_password">SMTP Server Password (optional)
</label>
</dt>
<dt>
<label class="javamail_extra_props">Additional JavaMail properties
</label>
</dt>
</dl>
</fieldset>
<div class="hidden">
<input type="hidden" name="form_token" value="asdasdsd" />
<input type="hidden" name="xcontinue" value="/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&section=Email&space=XWiki" />
<input type="hidden" name="xredirect" value="/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&section=Email&space=XWiki" />
<input type="hidden" name="classname" value="XWiki.XWikiPreferences" />
</div>
<div class="bottombuttons">
<p class="admin-buttons">
<span class="buttonwrapper"><input class="button" type="submit" name="formactionsac" value="Save" /></span>
</p>
</div> </form>
Hi Fedin Dmitry,
It's generally better to ask questions on the users list so that
everyone can answer to you and, more important, someone who have the
same question as you will have the answer too.
As for openoffice I'm not sure why it's not on myxwiki.org actually.
Anyone ? Did we just forgot ?
2012/3/12 Дмитрий Федин <dafedin(a)mail.ru>:
> Hello, Thomas Mortagne!
>
> I have my xwiki which hosted at the xwiki farm (dafedin.myxwiki.org) but i have not the connection to openoffice server to simply editing! Tell me please, can i get the ability to get conection to openoffice server?
>
> I installed the XWord but it works slowly and has many "bugs"! I can't to publish my document as the xwiki page. I can to edit pages wich exists but not all pages can be opened.
>
> With respect,
> Fedin Dmitry
--
Thomas Mortagne
Hi,
I need to find a solution for offering a way to the users to upload attachments to certain pages directly from the form editing mode. (Instead of having to build the page first, save it and attach the file later. Reason: the page is basically just a wrapper for the attached document(s), so it is very counter-intuitive to have to build the wrapper BEFORE you can upload in this case.)
Another way to describe what I need using the FAQ tutorial (http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial): Imagine you want to allow users to attach screenshots to FAQs directly when defining an FAQ. So you probably need to change the document sheet in such a way that in form editing mode a file upload selector is shown below the answer and question fields (that part is easy simply using HTML) and when saving the selected file is uploaded as an attachment to the current page (the tricky part I guess, I have no clue how to start). Allowing to upload multiple files at once would be nice, but isn't an absolute must.
Is this possible? Any hints are greatly appreciated!
Cheers,
Olaf
Hi,
i played a litle bit with the new release 3.4 and debian on virtual
machines.
First i tried out the standalone installation on the testing
distribution wheezy. The installation works well. But the page
'Administration: Rights' does not show the users and the groups. Did not
investigate the situation further.
Instead tried to install form the debian package
xwiki-enterprise-tomcat-pgsql. Here got the error 'depends on libpg-java
(>= 8.4) [UNAVAILABLE]'.
Should XWiki run on wheezy at all?
So I changed to the stable distribution squeeze. The installation of the
deb package xwiki-enterprise-tomcat-pgsql works well here (did not try
the standalone installation anymore). The Wiki is also runing well, with
one exception: The browser shows a message box with the text 'Server
returned TRANSPORT_ERROR with no error message' somtimes. But all seems
to be ok.
So far my feedback.
The issues with the testing distribution are no problem for me. Feel
confortable enough with the stable distribution but would like to get
rid of the above-mentioned errer messages. Any ideas how to solve this.
Thanks
Ritchi
Hello?
I have my xwiki which hosted at the xwiki farm (dafedin.myxwiki.org) but i have not the connection to openoffice server to simply editing! Tell me please, can i get the ability to get conection to openoffice server?
I installed the XWord but it works slowly and has many "bugs"! I can't to publish my document as the xwiki page. I can to edit pages wich exists but not all pages can be opened.
With respect
@Brian - I think I noticed that too, if you let it suggest it works.
Otherwise the JS wedges up.
@Sergiu - Not sure where I can find out how many tags I have. The tag
cloud is pretty big but the TagCloud page doesn't take long to render.
From: Brian Forsythe <brian.t.forsythe(a)gmail.com>
> To: XWiki Users <users(a)xwiki.org>
> Cc:
> Date: Thu, 8 Mar 2012 22:51:44 -0500
> Subject: Re: [xwiki-users] XWiki 3.5 - Add tag box JavaScript problem
> yeah, I've experienced it as well. what it 'feels' like is that it's
> still looking for the previous tag and hangs because the input field
> has changed. if you baby it and allow it to suggest the previous tag,
> it doesn't do that. definitely a bug.
>
> On Thu, Mar 8, 2012 at 12:06 PM, Sergiu Dumitriu <sergiu(a)xwiki.com> wrote:
> > On 03/08/2012 11:31 AM, Joshua Davis wrote:
> >>
> >> The 'Add tag(s)' box is sometimes wedging up my browser (infinite
> >> JavaScript loop?) when I type a tag name and then a comma. Happens in
> FF
> >> and Chrome. It seems to be stuck trying to load prototype.js or
> >> something. I'm not sure why it's doing that.
> >>
> >> Has anyone else experienced this? It's fairly annoying to have my
> browser
> >> suddenly wedge up while I'm typing.
> >
> >
> > It never happened to me. How many tags do you have in the wiki? How many
> > documents? I suspect a slowdown might be caused by the query that tries
> to
> > suggest existing tags, but that should happen on the server (database),
> not
> > in the browser.
> > --
> > Sergiu Dumitriu
> > http://purl.org/net/sergiu/
> >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
I want to configure the accessdenied.vm( it is the page where i see the
message You are not allowed to view this document or perform this action.).
i want to provide the backlink on accessdenied.vm page which takes the user
back to page where he is coming from. If it is not possible , even if
backlink takes to home page of the space
he is coming from will be fine.*Please provide me the inputs if it is
configurable or with the small code snippet which i can iclude in
accessdenied.vm*
Intention of doing this is if user lands up on accessdenied page he has to
go back by click on back button on browser but to make the application
better i want the back link on accessdenied page itself . Thanks in
advance.
Hi!
I'm trying to clear up a XWiki Enterprise 2.4.30451 installation as much as possible.
Tones of messages ending by WARN org.apache.tomcat.util.http.Parameters - Parameters: Invalid chunk ignored are currently logged.
Please, could you help me to solve these doubts?
1. As far as I see by browsing XWiki lists and Jira, this is more a cosmetic problem that a serious issue. Please, am I right?
2. f the answer above is yes, is there any way to avoid these message to be logged?
3. What is the responsible process for throwing these message? It is hard to believe that a big amount of pages in our farm are reached in very few minutes!
Thanks for your help!!!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
As of now all xwiki logs like log.error etc print the error on tomcat
console. I want to redirect it to some file instead of server console.I
don't see any setting in xwiki.cfg .Please let me know setting to redirect
to some file. Thanks in advance.
The 'Add tag(s)' box is sometimes wedging up my browser (infinite
JavaScript loop?) when I type a tag name and then a comma. Happens in FF
and Chrome. It seems to be stuck trying to load prototype.js or
something. I'm not sure why it's doing that.
Has anyone else experienced this? It's fairly annoying to have my browser
suddenly wedge up while I'm typing.
Hello
I am a member of the IWW Sheffield branch
http://iwwgmbsheffield.wordpress.com/. We are a labour union. I am
looking to set up a wiki for us to work on introductory material for new
members initially, and potentially other union business in the future.
My xwiki username: JohnMarshall
The server name we would like: IWWSheffield.
Thanks
John Marshall
Hi,
I want to access a XWikiDocument from a thread
executed outside of common XWikiRequests.
Is it possible to initialize a valid XWikiContext class or to get access
to the XWikiDocument class?
Thanks, Stefan.
Hi!
I keep trying to understand the meaning and importance of the log recorded errors of our XWiki Enterprise 2.4.30451 installation. I found tones of errors of this type...
2012-03-07 15:05:50,301 [http://www.deondesenon.com/bin/edit/Users/line%208,%20column%2023?parent=Us…] WARN api.User - Unhandled exception checking if user null belongs to group XWiki.XWikiAdminGroup
java.lang.NullPointerException
All errors of this type concern one wiki in the farm with several alias. And all of them refer to one of two groups: XWiki.XWikiAdminGroup and another one created to handled a category of new users called XWiki.XWikiSnoopersGroup.
Please, could you help me to identify the source of this error to try to correct it?
Thanks!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm