Hi.
Is there a way to migrate (xwiki 7.2.4) an application created via
AppWithinMInutes to another node in the same wiki tree, with all documents
created by the app ? The easy way (move parent document with all children)
doesn't seem to work.
TIA,
R.
__
Hi, again.
How can I correct date format (to include leading zeros) in faq application? I
suppose, that changing the default language of my wiki to 'pl' has broken the
format and now 'Creation date' in list of faq entries looks like '2016-04-15
09:6:34' .
TIA,
R.
_
Hi.
Is there an easy way to add link to Jira Issue Collector to every page in
xwiki? It should be sufficient to add a some javascript in , but
looking and Flamingo skin's docs It is not clear to me how to do this.
Best regards,
R.
___
users mailing
Hi.
I have a problem with solr search (Xwiki 7.2.4), I suppose it is
language-related. My config is:
Multilingual=no
Supported languages = pl
Default language = pl
I have imported some documents (from .xar-s) from older xwiki instance. Most of
them had (wrong) language - it was set to 'en' in
)
It seems it does search by 'alamakota' word in objcontent_pl, but how can I
find out why it does not find it?
TIA.
R.
On 2016-04-22 10:49, Ryszard Łach wrote:
> Hi.
>
> I have a problem with solr search (Xwiki 7.2.4), I suppose it is
> language-related. My config is:
>
Thanks a lot, I let you know (in few days) if it helped.
Best regards,
R.
On 2016-04-25 07:04, Marius Dumitru Florea wrote:
> On Sun, Apr 24, 2016 at 11:34 PM, Ryszard Łach
> wrote:
>
>> Hi, again.
>>
>> I still have problem with solr search, even with documents not
effect?
>
> On Wed, Apr 20, 2016 at 9:30 PM, Ryszard Łach wrote:
>
>> Hi, again.
>>
>> How can I correct date format (to include leading zeros) in faq
>> application? I suppose, that changing the default language of my wiki to
>> 'pl' has broken the form
I know.
But, as I wrote, it does not work for the FAQ application.
R.
On 2016-04-26 17:04, Jack wrote:
> You can refer to
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HDateformat
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Date-format-in
Anybody, any idea ? I noticed the format is broken also in view/Main/AllDocs
table.
R.
On 2016-04-25 11:18, Ryszard Łach wrote:
> Nope. I've set it to '-MM-dd hh:m:ss'.
>
> It works in other places (e.g. applications created via AppWithinMinutes) but
> not in FA
On 2016-05-14 14:47, Vincent Massol wrote:
>> The extensions in XWiki really vary in quality, whereas Confluence has a lot
>> of very polished plugins. That's at least been my experience, and I think
>> there's a need to distinguish between high-quality maintained extensions vs.
>> the more ha
Hi.
In application created by AppWithinMinutes there is a non-functionality of
filter on boolean-type columns. Values in such a column are shown as 'Yes/No'
(with possible translations), but it is not possible to filter them by 'Yes/No'
- one has to use '0' or '1'. It is very non-intuitive.
Is
Hi.
Is there a way to delete (e.g. using Velocity) document by it's ID ? One of my
documents received bad name (I suppose lack of some input validation in rename
form), I tried to fix it in xwikidoc table, and now I cannot access it in any
way. I don't need it, but how to remove it safely?
TIA
Hi!
Does anybody know how to display some external data using LiveTable macro? I
can see in doc, that there is an 'url' alternative datasource (alternative
to className and resultsPage), but I cannot find any examples using it.
I've tried to write to the text file the JSON output used by the macro
2010/5/11 Guillaume Lerouge
>
> Have you looked at
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/LiveTable too?
>
>
Yes, it wasn't very helpful for me.
I expected, that it would be easy possible to write a small piece of code to
fetch some rows from an external table and use LiveTable macr
Hi.
Is there a document describing prefetred settings to have xwiki and solr-based
search working well for non-multilingual, non-en documents?
I have a problem with solr search (xwiki 5.3). My language settings are:
multilingual: no
supported languages: pl,en
default language: - I'm testing w
Hi.
I'd like to introduce a concept of space owner - a person who is responsible for
the whole space, it's content, structure etc.
I'd like to designate one of users for each of my spaces and have it's
name/email/avatar displayed in each one WebHome page.
How would you recommend to implement thi
Hi.
I've the following configuration:
* XWIki Enterprise 5.4.5 with path-based subwikis
* Main wiki using LDAP (AD) authentication
* Subwiki with "both local and global users"
I'm trying do configure it so, that Global users will be authenticated
by AD (possibly with some AD-to-Wiki group mappin
Hi.
I have a problem with sender address. I have the following configuration:
1. logged in user with email address defined in edit->objects
2. SendPageByEmail from default-1.8.xar with code
#set($sender = $context.user.substring(6))
When I try to send an email the sender is being set to 'XWiki.
W dniu 2 kwietnia 2009 13:53 użytkownik Guillaume Lerouge <
guilla...@xwiki.com> napisał:
> > What elsecan I check?
>
>
> Are you in a XWiki Enterprise Manager instance? In this case $context.user
> would be something like xwiki:XWiki.rlach which means only the first 6
> chars
> would be trimmed,
W dniu 2 kwietnia 2009 14:27 użytkownik Guillaume Lerouge <
guilla...@xwiki.com> napisał:
>
> Try with:
> set($sender =
> ${context.user.substring(12)}...@${request.servername.substring(4)})
> Here I've put 4 as I assumed your domain name would be "www.something.com"
> If your domain name is "some
2009/4/2 Marius Dumitru Florea
>
> Yes, this is normal, but you can change the default syntax for newly
> created pages. See
>
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfiguringWikiSyntaxesanddefaultSyntax
>
>
I have another problem with syntaxes: my 'Page Syntax' pu
2009/4/8 Sergiu Dumitriu
>
> Hm, nothing weird in here, indeed. I guess this could be a syntax
> problem, since mixing 1.0 and 2.0 is not so well tested yet. Can you try
> setting the default syntax back to 1.0 and see if it works well?
>
I've had similar problem. This works this way:
1. I've t
Hi.
Could anyone, please, give any info about status of filesystem
attachment storage?
Is it stable? Does it deal with non-ascii filenames prolerply?
If so - why in 3.4 versions default storage for attachments will be
hibernate?
Cheers,
R.
--
___
u
On 01/24/12 23:03, Vincent Massol wrote:
> Ideally we would not need filesystem storage at all since DBs should be able
> to stream arbitrary data in a performant manner. In practice only some DBs
> support this (MySQL doesn't AFAIK).
Is postgresql one of the better ones (in this area)?
R.
___
On 22.02.2012 22:15, Vincent Massol wrote:
>> http://jira.xwiki.org/browse/XWIKI-7537
>> > http://jira.xwiki.org/browse/XWIKI-7564
>> >
>> > From my point of view is xwiki currently not usable with postgresql.
> It seems it works fine if you install XE 3.4 but what's not working is the
> migratio
Hi.
I have a problem with hibernate versioning of non-ascii characters. I'm
following all recommendations from
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding (database
Postgresql, DB's locale pl_PL.UTF-8), but it does not work - there is
always a problem with viewing old versions (s
On 03/08/12 22:41, Richard Rafalski wrote:
> Hallo Ryszard,
>
> i can confirm this issue. I have the same problem with the german umlaut
> characters, xwiki 3.5, tomcat 7 and postgres 9.1. Also followed the
> recommendations from
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding withou
On 04/05/12 01:51, Sergiu Dumitriu wrote:
> Hi Ramon, users,
>
> The upcoming XWiki 3.5.1 should work well. Your options now are:
>
> - wait for 3.5.1 to be released (should be in a few days)
> - use the latest 3.5 snapshot
> - use 3.5 and manually apply the fixes for PostgreSQL:
> -- use
> https:/
On 04/17/12 10:50, Moritz Hesse (EA GmbH) wrote:
> Detailed information:
> Error number 0 in 11: Uncaught exception
> Wrapped Exception: Java heap space
> com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
> Wrapped Exception: Java heap space
> at com.xpn.xwiki.web.XWi
Hi.
I'm trying to use
http://extensions.xwiki.org/xwiki/bin/view/Extension/Multipage+Export+Application
. It works almost fine, but I cannot find out how to create document
structure exactly as I need.
I've created three pages in Sandbox (T1, T2 and T3) with the following
content (xwiki source):
Hi, again.
It seems that levels are increased by one in each document for each
parent leading to 'top document', they are not increased only if the
parent is empty.
What is it for? How one should organize xwiki pages to get one, big
structured document in PDF?
R.
On 09/18/12 15:3
t; Hi Richard,
>
> did you look at this extension:
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Multipage+PDF+Export ?
>
> Guillaume
>
> On Wed, Sep 19, 2012 at 4:04 PM, Ryszard Łach wrote:
>
>> Hi, again.
>>
>> It seems that levels are increased by
Hi.
Is it possible to assign default value for class property of 'static list' ?
TIA,
R.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
On 09/24/12 09:53, Marius Dumitru Florea wrote:
> Yes, but not in the class. What we usually do is create a "template"
> page that has an object of that type (class) and set there the default
> value for each object property. Then we use this template to create
> new pages. See
> http://platform.x
On 09/25/12 15:28, Juan Carlos Vizueta wrote:
> Hi guys,
>
> The next steps I've repeated over and over again and I'm still having the
> same issues:
my favorite definition of "insanity": expecting different results while
repeating the same activities ;-))
> - I installed xwiki-enterprise-web-4.1.
On 09/25/12 20:40, Juan Carlos Vizueta wrote:
> Hi Ryszard,
>
> Yeah, that's right, everything fine until then, everything gets missy after
> that when trying to link to that page I created from the link button in the
> wysisyg
>
So, you've created a page, let's call it "page1". It looks normal, it
On 09/25/12 22:15, Juan Carlos Vizueta wrote:
> Yes indeed
>
> Well, what I did was to try to create a link from Xwiki.WebHome to page1
> from wysiwyg editor, which was impossible to do, as I already said
>
> Something weird is that I created a new space too, and the same thing
> happened when tryi
Great work!
It looks like good starting point to give xwiki the main (at least for
me) feature, that makes googledoc sometimes more suitable for
collaborative editing. It would be really great, if your editor would
show somehow, where the other editor (person) is now, where is his
cursor. Maybe a
gt;>> document
>>> and allowing the user to spawn a chat window with other editors on the page
>>> are all
>>> interesting possibilities. Right now I think the thing to do is decide
>>> where there
>>> is the most bang for your buck in terms o
Hi.
I've created something similar to FAQ application: a simple class,
sheet, template and pages created from template.
The pages are including the sheet, also have an object of the class.
I don't understand why the default edit mode is 'inline form', i.e. when
I create a livetable with 'actions
Thanks, it's very helpful.
Cheers,
R.
On 11/27/12 08:47, Marius Dumitru Florea wrote:
>
> You can't and I don't see why you would need to edit in Wiki or
> WYSIWYG mode those pages. Once you add an object with a sheet to a
> page you basically make that page a structured page and thus the user
>
Why not to remember password in browser?
R.
On 12/03/12 13:10, wotikar wrote:
>
> Hello group,
>
> Is there an option in Xwiki LDAP connector to let xWiki remember my windows
> username and password for ever? Every day when i want to access the wiki i
> need to login with username and password an
42 matches
Mail list logo