Hello,
On my space Webhome I have 2 lists with the same sort (modification date):
{{spaceindex space="$doc.space" sort="modificationDate"/}}
and
{{activity spaces="$!aSpace" rss=true /}}
I edited one doc with minorEdit and I obtain 3 differents sort.
I can understand why spaceindex sort is different than "activity spaces" but why "activity spaces" sort is different than Main.WebRss?)
Here some screenshots:
http://snag.gy/l6iQt.jpghttp://snag.gy/JwMVu.jpg
NB: I modified BlocCode to display 5 first lines of content blog post on Blog.WebHome if the blog post have an empty summary, do you interested?
Thxs
Pascal B
hi all,
After the activation of LDAP, all users and guests see the quick Links
"My Recent Modification" LDAPProfileClass, Created by Unknown User.
Normal ?
thank for any help
Stefan
Hello,
I was going through the upgrade for http://scservicesub.myxwiki.org/ and midway through I lost admin privileges for the Admin account probably because it looks like all those pages were overwritten? Now i cant access any admin functions. Can you please fix this?
Thanks,Regan
From: "users-request(a)xwiki.org" <users-request(a)xwiki.org>
To: users(a)xwiki.org
Sent: Saturday, October 4, 2014 3:00 PM
Subject: users Digest, Vol 87, Issue 8
Send users mailing list submissions to
users(a)xwiki.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.xwiki.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request(a)xwiki.org
You can reach the person managing the list at
users-owner(a)xwiki.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Re: Xwiki could not load jquery (Pascal BASTIEN)
2. Re: Xwiki could not load jquery (Thomas Mortagne)
3. AUTO: Claude Ledermann is out of the office - in der Ferien
6.10 - 17.10 (returning 20.10.2014) (Claude Ledermann)
----------------------------------------------------------------------
Message: 1
Date: Fri, 3 Oct 2014 13:17:02 +0100
From: Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
To: Thomas Mortagne <thomas.mortagne(a)xwiki.com>, XWiki Users
<users(a)xwiki.org>
Subject: Re: [xwiki-users] Xwiki could not load jquery
Message-ID:
<1412338622.16631.YahooMailNeo(a)web28701.mail.ir2.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1
Ok Thanks for your help, it was my server side fault (and FF upgrade need to be restarted in 32.0.3 :-/ )
BTW when I'm looking for error source, I notice than jquery.js is not in static fileanymore in xwiki 6.2.1 (jquery is only in jquery-1.11.1.jar and not in /resources/js/amd/jquery.js)...
What is the goal? a security hole?
________________________________
De : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
? : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>; XWiki Users <users(a)xwiki.org>
Envoy? le : Vendredi 3 octobre 2014 11h58
Objet : Re: [xwiki-users] Xwiki could not load jquery
Maybe it's related to http://jira.xwiki.org/browse/XWIKI-11056
On Fri, Oct 3, 2014 at 11:48 AM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
> Hello,
> With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3
>
> By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page:
>
> https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
>
> but FF 32.0.3 could not load it :-/
>
> Do you encountered this problem?
>
> (I already had refreshed my cache)
>
>
> Thxs
>
> Pascal B
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
------------------------------
Message: 2
Date: Fri, 3 Oct 2014 14:25:06 +0200
From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
To: Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
Cc: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] Xwiki could not load jquery
Message-ID:
<CAPnKnLGsmhwzMrfzfOHeufQfVRdUhjWT+CREZOj5ieph1m=REA(a)mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Mostly easier packaging. All we have to do is declare jquery as a
dependency and it end up in the WAR.
We used to copy/paste jquery source in our own github repository which
is pretty bad (and other libraries are still there that we need to
move the same way). We could unzip the jar at build time but from the
tests there does not seems to be much performance penalty.
On Fri, Oct 3, 2014 at 2:17 PM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
> Ok Thanks for your help, it was my server side fault (and FF upgrade need to
> be restarted in 32.0.3 :-/ )
>
> BTW when I'm looking for error source, I notice than jquery.js is not in
> static fileanymore in xwiki 6.2.1 (jquery is only in jquery-1.11.1.jar and
> not in /resources/js/amd/jquery.js)...
> What is the goal? a security hole?
>
>
>
>
> ________________________________
> De : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> ? : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>; XWiki Users <users(a)xwiki.org>
> Envoy? le : Vendredi 3 octobre 2014 11h58
> Objet : Re: [xwiki-users] Xwiki could not load jquery
>
> Maybe it's related to http://jira.xwiki.org/browse/XWIKI-11056
>
> On Fri, Oct 3, 2014 at 11:48 AM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
> wrote:
>> Hello,
>> With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load
>> jquery.js on Windows 7 and FF 32.0.3
>>
>> By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this
>> page:
>>
>>
>> https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
>>
>> but FF 32.0.3 could not load it :-/
>>
>> Do you encountered this problem?
>>
>> (I already had refreshed my cache)
>>
>>
>> Thxs
>>
>> Pascal B
>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
>
--
Thomas Mortagne
------------------------------
Message: 3
Date: Fri, 3 Oct 2014 18:46:18 +0200
From: Claude Ledermann <c.ledermann(a)interact-consulting.com>
To: users(a)xwiki.org
Subject: [xwiki-users] AUTO: Claude Ledermann is out of the office -
in der Ferien 6.10 - 17.10 (returning 20.10.2014)
Message-ID:
<OF117834D1.0BFF4E5C-ONC1257D66.005C2137-C1257D66.005C2137(a)interact-consulting.com>
Content-Type: text/plain; charset=US-ASCII
I am out of the office until 20.10.2014.
Note: This is an automated response to your message "users Digest, Vol 87,
Issue 7" sent on 03.10.2014 14:00:02.
This is the only notification you will receive while this person is away.
------------------------------
Subject: Digest Footer
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
------------------------------
End of users Digest, Vol 87, Issue 8
************************************
I am out of the office until 20.10.2014.
Note: This is an automated response to your message "users Digest, Vol 87,
Issue 7" sent on 03.10.2014 14:00:02.
This is the only notification you will receive while this person is away.
Hello,
With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3
By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page:
https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
but FF 32.0.3 could not load it :-/
Do you encountered this problem?
(I already had refreshed my cache)
Thxs
Pascal B
Je serai absent(e) à partir du 03/10/2014 de retour le 06/10/2014.
je suis en congés.
Je répondrai à vos messages dès mon retour.
En cas de problème technique, veuillez contacter SYNOX au 05 67 34 66 56.
Merci
Hi,
We would like to create a Menu or Button within our skin that allows people
to simply with between 'simple' and 'advanced'.
Now our users have to navigate to profile-preferences, click on Edit and
choose the drop down with two options.
What would be the best way to do this?
Gerritjan
Thanks to all XWiki'ers for Flamingo skin!
You can look at it in action at http://ante.lv/
and it is much more mobile-friendly.
I used {{container}} macro for 1/2 column layout for home page.
I still had to do some adjustments in XWiki.StyleSheetExtension object
to hide some unnecessary items on screen for anonymous users:
#if(!$xcontext.userReference)
.xwikipanelcontents, #rightPanels {
display:none;
}
#end
And had some weird issues with language selector
http://jira.xwiki.org/browse/XE-1427
Valdis
Hello,
I want to do a bulk import of some 80 wiki pages (i.e. files) in xwiki 2.1
syntax to an xwiki instance.
However, in the input there is some xml within {{code}}...{{/code}} sections
which creates trouble.
The following xml markup:
{{code}}
<property as="xs:anyURI" name="oxf.fr.detail.send.success.uri.*.*"
value="http://localhost:8080/site/mycases/form/confirmdispatcher"/>
{{/code}}
causes the parser to derail. To prevent this from happening, I must
substitute the '<' and '>' with
< and > respectively.
However, when pasting exactly the same code directly into the xwiki-editor
in source mode the content is
parsed correctly.
Is there any better way to solve this problem than to pre-process all
xwiki-2.1 files and perform the necessary substitutions
within code sections such as above?
BTW I used a scriptified version of the following command for the operation:
curl -u Admin:admin -X PUT --data-binary "@input.xml" -H "Content-type:
application/xml" -H "Accept: application/xml"
http://wiki.motrice.org/xwiki/rest/wikis/xwiki/spaces/Motrice/pages/NewPage
Best regards,
Roland
--
View this message in context: http://xwiki.475771.n2.nabble.com/Rest-API-XML-and-Xwiki-syntax-interferenc…
Sent from the XWiki- Users mailing list archive at Nabble.com.
On 1 Oct 2014 at 12:20:27, Bryn Jeffries (bryn.jeffries@sydney.edu.au(mailto:bryn.jeffries@sydney.edu.au)) wrote:
>
> Thanks for the prompt response. Your guess seems correct. Looking through the logs in catalina.out I found this line in the stack trace:
>
>
>
>
>
> Caused by: org.postgresql.util.PSQLException: ERROR: permission denied for database xwiki
>
>
> …
>
>
> at com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:325) ~[xwiki-platform-legacy-oldcore-6.1.jar:na]
>
>
>
>
>
> Also, experimenting in psql:
>
>
> postgres=# \connect xwiki
>
>
> You are now connected to database "xwiki" as user "postgres".
>
>
> xwiki=# SET SESSION AUTHORIZATION xwiki;
>
>
> xwiki=> CREATE SCHEMA foo;
>
>
> ERROR: permission denied for database xwiki
>
>
>
>
>
> So does the xwiki user need to be able to create a new schema and tables therein?
Yes, the SQL that’s executed is “CREATE SCHEMA <wikiname>”. That’s why the doc says: "GRANT ALL ON SCHEMA public TO xwiki;”. Now I’m not an expert in postgresql so if there’s a way with less privileges please let us know or update the wiki page yourself directly.
> That’s quite an escalation of privileges – maybe it would be better to implement it in a SECURITY DEFINER stored procedure if that’s possible in postrgesql.
>
>
>
>
>
> If this is a permissions error I should add that I’m using the xwiki-enterprise-tomcat7-pgsql package for Ubuntu/Debian from http://maven.xwiki.org/stable/xwiki-stable.list so I guess this is a bug in the package.
Indeed, you should report a jira issue on http://jira.xwiki.org about this IMO.
Thanks
-Vincent
> Thanks
>
>
>
>
>
> From: Vincent Massol [mailto:vmassol@gmail.com] On Behalf Of vincent(a)massol.net
> Sent: Wednesday, 1 October 2014 7:24 PM
> To: XWiki Users
> Cc: Bryn Jeffries
> Subject: Re: [xwiki-users] Problems creating new wikis - PostgreSQL?
>
>
>
>
>
>
>
> Hi Bryn,
>
>
>
>
> On 30 Sep 2014 at 23:57:47, Bryn Jeffries wrote:
>
> > I've tried creating a new wiki "Other Wiki" under my XWiki 6.1 system, using the "Add Wiki" feature. Once I'd entered the details of the wiki and the users I clicked "Create Wiki" and got the following error:
> >
> > Wiki "otherwiki" creation failed: org.xwiki.wiki.manager.WikiManagerException: Failed to create database for wiki "otherwiki”.
>
>
>
>
>
>
> The most likely reason is that you’ve not given the xwiki user the permissions to create new schemas/databases in your postgresql instance.
>
>
>
> See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL
>
>
>
>
>
>
>
> Could you check your XWiki logs and find the detailed error there?
>
>
>
>
>
>
>
> Thanks
>
>
>
> -Vincent
>
>
>
>
> > FWIW I'm running XWiki on a PostgreSQL database. Could this be part of the problem?
>
>
>
>
>
I've tried creating a new wiki "Other Wiki" under my XWiki 6.1 system, using the "Add Wiki" feature. Once I'd entered the details of the wiki and the users I clicked "Create Wiki" and got the following error:
Wiki "otherwiki" creation failed: org.xwiki.wiki.manager.WikiManagerException: Failed to create database for wiki "otherwiki".
FWIW I'm running XWiki on a PostgreSQL database. Could this be part of the problem?
Greetings,
During the last few days we have conducted smoke testing on: Chrome 37 and
Internet Explorer 11. Also, I would like to mention that I have conducted a
full test on this version, on Firefox 32.
For this version we reported 77 issues. This link offers an overview of the
issues and improvements reported by the team on the 6.2 version:
http://jira.xwiki.org/issues/?jql=affectedVersion%20in%20%28%226.2%22%29
Have a good day!
---
Andreea Zenovia Popescu
QA Engineer @XWiki
Hi guys,
There are a couple of places in XWiki where we use trees to display
structured / hierarchical data. Are trees a good solution for data
visualization in those cases? Can those trees be improved? Are there
other places in XWiki where you would like to see a tree?
Let me review some of the trees we currently have:
1. Document Index Tree
wiki > space > page > [attachments | page]
This tree is also used in the WYSIWYG editor when you create a link to
a wiki page or to an attachment. It shows the spaces on the first
level and then under each space the parent-child hierarchy of
documents from that space. If a document has attachments then a
special child node is added. The tree can also display wikis on the
first level and then spaces on the second.
So it mixes two hierarchies: wiki > space > page > attachment and
parent > child. This can be confusing. For instance Blog.WebHome has
Main.WebHome as parent, but you don't see Blog.WebHome under the
Main.WebHome node in the tree because it is in a different space.
2. XAR Import
space > page
This is a very simple tree with only two levels. I don't have any
problem with it. Would be cool if it would show more information, like
attachments or objects, but it's a bit more complex to get this kind
of data from the XAR without reading the documents first.
3. Dynamic Hierarchy Macro (
http://extensions.xwiki.org/xwiki/bin/view/Extension/Dynamic+Hierarchy+Macro
)
parent page > child page
Unlike the Document Index Tree, this tree uses only the parent-child
hierarchy. You don't see the spaces but at least you get the full
parent-child hierarchy. This time Blog.WebHome is a child of the
Main.WebHome node.
I'm not sure it's better than the Document Index Tree, at least not on
the default XWiki documents, maybe because the document titles and the
way we set the parent in the default distribution is not very
consistent.
----------
WDYT about these trees?
As a developer, I would love to see a full XWiki Entity Tree:
wiki > space > page > [translations | attachments | objects |
classProperties] > object > objectProperties
As in http://imgur.com/q0br8xT .
As a user, I don't know. You tell me :)
Thanks,
Marius
Hello ,
I've a strange bug since Friday. I've installed a fresh xwiki 6.1 on tomcat/oracle 2 weeks ago and imported exported data from a old xwiki 2.3 (but data have been migrated to xwiki 6.1 before export).
Everything was ok until Friday. Now every users have admin rights but they are not in the admin group. They have access to all spaces,/docs.
If anyone have an idea. I've check rights, and nothing change between pre production server and problematic prod :/
PAtrick
Hello,
In a fresh installation of xwiki 6.2, I create a space X
and then a document Y in that space. However, I cannot
see the document, although when clicking the
'Information'-button for the space X, I find the document
Y in a subspace 'preview'. I find no way to promote the
document so that it becomes directly available in X.
Regards,
Roland
Hi.
I do not understand why it has to be a non-breaking space.
It will sound like something obvious, but, have you tried to insert just a
space " " before "?" ?
e.g.
"${doc.title} ?" instead of "${doc.title}?" in FAQCode.FAQSheet title.
Regards.
Leonardo.
2014-09-26 12:57 GMT-03:00 Leonardo Kodato <leonardokodato(a)gmail.com>:
> Hi.
> I do not understand why it has to be a non-breaking space.
>
> It will sound like something obvious, but, have you tried to insert just a
> space " " before "?" ?
> e.g.
> "${doc.title} ?" instead of "${doc.title}?" in FAQCode.FAQSheet title.
>
> Regards.
> Leonardo.
>
> 2014-09-26 11:30 GMT-03:00 Jeremie BOUSQUET <jeremie.bousquet(a)gmail.com>:
>
> Hi,
>>
>> I didn't find how to put a non-breaking space (by the way why not
>> " " ?) in the title, at least I know how to insert a (breaking) space
>> before the '?' :
>>
>> ${doc.title.replaceAll("(.*[^ ])[?]$", "$1 ?")}
>>
>>
>>
>> BR,
>> Jeremie
>>
>> 2014-09-26 16:08 GMT+02:00 Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>:
>>
>>> Yes it doesn't work because my html code is not intepreted.
>>> JS seem too heavy for a tiny space. (but big boss) :-)
>>>
>>>
>>> Thank you.
>>>
>>>
>>>
>>> ________________________________
>>> De : Leonardo Kodato <leonardokodato(a)gmail.com>
>>> À : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>; XWiki Users <
>>> users(a)xwiki.org>
>>> Envoyé le : Vendredi 26 septembre 2014 16h03
>>> Objet : Re: [xwiki-users] About question mark and FAQ
>>>
>>>
>>>
>>> Hi Pascal.
>>>
>>> Have you tried to edit the FAQCode.FAQSheet title and insert a
>>> non-breaking space right before "?"?
>>>
>>>
>>> I don't think it would be possible using CSS, but maybe using
>>> Javascript(I'm not a javascript expert).
>>>
>>>
>>> Regards,
>>>
>>> Leonardo.
>>>
>>>
>>>
>>> 2014-09-26 9:11 GMT-03:00 Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>:
>>>
>>>
>>>
>>> Hello,
>>> >
>>> >(My french boss) noticed than a space character missing between
>>> question mark and text in FAQ application...
>>> >
>>> >Rather to modify the code, do you think there is a way to fix it with
>>> CSS?
>>> >
>>> >Note: I wanted fix it on Xwiki then I looking for typographical rules
>>> about that but I didn't found an authoritative source... :-/
>>> >
>>> >
>>> http://english.stackexchange.com/questions/14003/any-authoritative-source-o…
>>> >
>>> >
>>> http://www.sdbcompany.com/index.php?option=com_content&view=article&id=59&I…
>>> => "Question mark (?): General rule: non-breaking space before the question
>>> mark and space after."
>>> >
>>> >http://en.wikipedia.org/wiki/Question_mark#Stylistic_variants =>
>>> "French usage must include a non-breaking space before the question mark
>>> (for example, "Que voulez-vous boire ?"), whereas in the English language
>>> orthography no space is allowed in front of the question mark (e.g. "What
>>> do you drink?")"
>>> >
>>> >
>>> >Pascal B.
>>> >_______________________________________________
>>> >users mailing list
>>> >users(a)xwiki.org
>>> >http://lists.xwiki.org/mailman/listinfo/users
>>> >
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>
>>
>
Hello XWiki-users,
has anyone gone somewhat far with the free-tier of some cloud provider?
I know there is the myxwiki.org farm, but I wanted to know of alternatives.
For example, two years ago, the GSoC student Savitha managed to run for a while on EC2, but at the end she reached, I think, a limit in the amount of DB requests. It would be interesting to know if others have gone somewhat far.
I would prefer a somewhat automated way to do that, using a potentially paid long-life, so that it can open the door to a first development followed by a promotion to a real project.
thanks in advance.
Paul
I'm running a 6.2 wiki that is closed to unregistered users. As a result, people are directed to XWiki.XWikiLogin when they first access the site. On this page I have missing characters (at least when I use Firefox) for they glyph icons (glyphicon-folder-open, glyphicon-home, glyphicon-file, glyphicon-user, glyphicon-lock). These omissions seem to stem from problems with style.css, (although there are quite a few others in the CSS error log), notably:
style.css:
downloadable font: download failed (font-family: "Glyphicons Halflings" style:normal weight:normal stretch:normal src index:1): status=2147746065
source: https://mysite.net/xwiki/bin/webjars/resources/path?value=bootstrap/3.2.0/f…
style.css:
downloadable font: download failed (font-family: "Glyphicons Halflings" style:normal weight:normal stretch:normal src index:2): status=2147746065
source: https://mysite.net/xwiki/bin/webjars/resources/path?value=bootstrap/3.2.0/f…
I don't have this problem for pages elsewhere in the wiki (default skins everywhere so far). In the main wiki dashboard the glyphs appear fine, and come from the location same URL as before:
https://mysite.net/xwiki/bin/webjars/resources/path?value=bootstrap/3.2.0/f…
Any idea what the problem is, and how to fix it?
Having played around with XWiki I'd like to deploy it within my organization, but I'm still a bit confused about what's possible at the different levels of granularity (wikis, spaces, pages) with respect to ACL, so I'd appreciate any advice anyone has to offer. I'd also unsure of global vs local users in the context of multiple wikis.
I am in an organization that has multiple project teams. So consider this scenario for one team, called Team A:
Some "Top Secret" areas should only be visible to members of Team A
Some "Internal Secret" areas can be made available to members of other teams (Team B, say)
Some "Shared Secret" areas can be shared with specific members
Some "Public Info" areas can be made visible to all registered members
What granularity can I provide the above levels. Would I need a separate wiki per team, with different spaces for each of the above areas, or could I have a single wiki with a space per team and different visibility per page? And does this visibility also apply to files attached to these pages?
Hi everyone,
myxwiki.org has been upgraded to XE 6.2. If you own a wiki hosted
there you should have a look at the release notes for this version at:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/
You should automatically get an upgrade wizard for your wiki when you
login as admin.
For more details see the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingwikid…
To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki
Note that we still have too many issues with Solr based search module
on myxwiki.org to enable it. You can use the Lucene based search
module instead (select it in the Search section in the administration
of your wiki).
Thanks,
-XWiki Community
Hi,
I'm trying, see my previous mails and sorry for these newbie questions ;-( ,
to make my Wiki runs after an update (my wiki is hosted on *.myxwiki.org).
When I perform a search there is no results and an error is returned :
"Lucene is not installed see wiki.cfg".
I have checked documentation and my xwikipreferences document :
- Lucene seems to be activated by default on XWiki
- in preferences: addon Lucene is installed and configured has default
search Engine. But I have also noticed that Lucene status returns code
instead of values ($lucene.luceneDocCount and $lucene.queueSize).
How can I enable a search Engine (Lucene or Solr)?
Thanks for your help,
Best regards,
Nam
PS : some of my post are attached to wrong discussion is Nabble does it
mind?
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-activate-Search-on-myxwiki-org-tp7…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I hope that I don't have overseen a simple switch in the Administration
interface - I want to format the number field for German users. Since we use
a comma to separate the places after the decimal point, I would like to know
if that is somehow possible to achieve for a float/double datatype field?
(e.g. 1200,99 instead of 1200.99)
Thanks a lot.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Number-field-separate-decimal-places-with…
Sent from the XWiki- Users mailing list archive at Nabble.com.