Re: [xwiki-users] Space name

2014-05-20 Thread vinc...@massol.net
Hi,

On 19 May 2014 at 22:11:54, Daniel Ebanja 
(danieleba...@googlemail.com(mailto:danieleba...@googlemail.com)) wrote:

 Hello Developers,
 are there any signs not allowed in space names?

See 
http://www.xwiki.org/xwiki/bin/view/FAQ/What+characters+are+allowed+in+Page+and+Space+names

 How long can the space name
 be?

See 
http://www.xwiki.org/xwiki/bin/view/FAQ/How+long+can+a+Page+name+or+Space+name+be

Thanks
-Vincent

 Thanks
  
 --
 Ebanja Daniel
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] myxwiki support request: strange notification emails

2014-05-20 Thread Thomas Mortagne
For some reason your wiki sent a watchlist mail to
notificati...@xwiki.org. Sounds like some user having pages of this
wiki in his watchlist and having notificati...@xwiki.org as contact.

On Sun, May 18, 2014 at 5:44 PM, Stefan Taferner stefan.tafer...@gmx.at wrote:
 Hello myxwiki admins,

 I am getting reject emails from notifications-ow...@xwiki.org. The rejects
 are all for
 change notifications on XWiki profiles. See below for an example.

 The email address that is said to send these notifications
 (i...@selfbus.org) is to my
 knowledge only used as admin email address of selfbus.myxwiki.org.

 Is there anything that I can do to turn off these notifications?

 Thanks in advance,
 Stefan


  Original-Nachricht 
 Betreff:XWiki updates, One document has been modified since
 2014/05/17 00:00
 Datum:  Sat, 17 May 2014 22:00:58 +
 Von:notifications-ow...@xwiki.org
 An: i...@selfbus.org



 You are not allowed to post to this mailing list, and your message has
 been automatically rejected.  If you think that your messages are
 being rejected in error, contact the mailing list owner at
 notifications-ow...@xwiki.org.

  Original-Nachricht 

 Betreff:XWiki updates, One document has been modified since
 2014/05/17 00:00
 Datum:  Sun, 18 May 2014 00:00:06 +0200 (CEST)
 Von:Selfbus Wiki i...@selfbus.org
 An: notificati...@xwiki.org



Contents

  * xwiki #xwiki
  o XWiki #xwiki:XWiki
  + ludovic #xwiki:XWiki.ludovic

 Hello XWiki,

 This message is sent by XWiki. Here is the document in your watchlist that
 has been modified since the last notification:


  xwiki


XWiki


  ludovic http://fnd.myxwiki.org/xwiki/bin/view/XWiki/ludovic #nav

 XWiki.ludovic


On 2014/05/17 18:46, the document has been modified by ludovic

 XWiki.WatchListClass
 documents:
 ludovic:Test.TestDownload,arfpedia:XWiki.XWikiPreferences,aocm:XWiki.XWikiPreferences,wikibp:XWiki.XWikiPreferences,incubator:Improvements.GridExample,incubator:Improvements.GridExtension,incubator:Improvements.GridExtensionMacros,ludovic:XWiki.Import,leo:XWiki.XWikiPreferences,hroche:XWiki.XWikiPreferences,wiki30:XWiki.XWikiPreferences,ludovic:Blog.De
 fil en
 aiguille,ludovic:XWiki.XWikiPreferences,ludovic:Blog.WebHome,ludovic:XWiki.AdminSheet,incubator:Mockups.WebHome,ludovic:Test.TestFile,ludovic:Blog.XWikiSASConstruirePourDurer,incubator:XWiki.SVGMacro,ludovic:Blog.BlogTemplate,ludovic:Blog.BlogPostClass,ludovic:Blog.BlogPostTemplate,ludovic:Blog.Changement
 de Business Model par le créateur de
 

Re: [xwiki-users] Spatial Map Extension

2014-05-20 Thread Marius Dumitru Florea
On Mon, May 19, 2014 at 10:20 PM, Danilo Amaral de Oliveira
danilo.olive...@energisa.com.br wrote:
 Hello People,

 We are planning to develop an extension that will link and show the documents 
 of a specific wiki spacially allowing the user explore the page dynamically. 
 The idea is similar to the Just map it extension.

 Our first step was to look some javascript framework available to draw the 
 relationships that could work for us and we came to conclusion that the 
 sigma.js or d3.js will work fine...
 But, I am worried with the data connection, how can I parse the data from the 
 DB to the extension dynamically?


 Do you think the kind of webservice bellow could work?
 dev.xwiki.org/xwiki/bin/view/Drafts/XWikiJSONWebServiceKickStart

The direction is ok, but:

* you should use the 'get' action instead of 'view' to access the webservice:

$xwiki.getURL('Main.WebService', 'get', $escapetool.url({
  'outputSyntax': 'plain',
  'limit': 10
}))

* the webservice should build the JSON in memory using plain Java
objects (maps, lists, strings, numbers, boolean) and then serialize
it. In Velocity you can use:

$jsontool.serialize({
  'foo': [1, 2, 3],
  'bar': {
'color': 'red',
enabled: true
  },
  'name': 'XWiki'
})

For writing the webservice I would start with Velocity and then move
to Groovy but only if really needed.

Hope this helps,
Marius


 Thank you!


 Grupo Energisa
 Danilo Oliveira
 Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI
 e-mail: danilo.olive...@energisa.com.br | tel: (32) 3429-6342 | cel: (32) 
 8452-9478

 Esta mensagem contém informação confidencial. Se você a recebeu por engano, 
 não divulgue ou copie seu conteúdo. Por favor, avise ao remetente 
 imediatamente e apague-a do computador.
 Privileged and confidential. If this message has been received by mistake, do 
 not disclose or copy its contents. Please notify sender and delete 
 immediately.


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Annotations

2014-05-20 Thread Michael Bußler
Hi,

I guess I've ran into the
[http://jira.xwiki.org/browse/XWIKI-6328]-issueand there seems to be
no work-around at the moment.
Maybe I'll try to come up with an own solution for this issus. Until then,
I've deactivated the annotations-feature on my wiki, until the problem is
resolved.

Thank you,
Michael



2014-05-15 16:01 GMT+02:00 Michael Bußler michael.buss...@googlemail.com:

 Hi Marius,

 Sorry, I've forgot to mention that I already have set {{include
 reference=Wikiderm.EntrySheet/}} as page content.
 Thank you for the suggestion!

 Best regards, Michael




 2014-05-15 13:35 GMT+02:00 Marius Dumitru Florea 
 mariusdumitru.flo...@xwiki.com:

 See http://jira.xwiki.org/browse/XWIKI-6328 . A temporary workaround
 might be to put

 {{include reference=YourSpace.EntrySheet /}}

 in the content of all the wiki pages that have an EntryClass object.
 You should also put the include call in the content of the
 EntryTemplate so that it is copied to new entries.

 Hope this helps,
 Marius


 On Wed, May 14, 2014 at 12:05 AM, Michael Bußler
 michael.buss...@googlemail.com wrote:
  Hi Anca,
 
  My XWiki (www.wikiderm.de) is build up like a encyclopedia and
 consists of
  entry pages, which I'm using a custom class called EntryClass.
  The class object stores the entries title, letter and the actual entry
 text
  (entry), which is just plain XWiki 2.0 syntax enriched with custom
 style
  classes like
 
  (% class=Level-1 %)
  ...
  (% class=Level-2 %)
  ...
  including a custom image macro: {{zoombox Bilder=... /}}.
 
  Here is an example of how the entry text might look like:
  (% class=Ebene-1 %)
  (% class=Bullet %)-(%%) Mangel an Nikotinsäureamid
 
  (% class=Eintrag-2 %)
  (% class=Feature %)KL:(%%) lange schwarze Papillae filiformes
 {{zoombox
  Bilder=Klinik, Lingua villosa nigra.jpg Autoren=Sören Rabenhorst
  Institute=Hautärzte am Markt Orte=Dortmund /}}
 
  So, no HTML here, except for the macro, which of course renders to HTML.
 
  The EntrySheet for the EntryClass includes some script code via JSX and
 CSS
  via SSX and then just renders the entry class property via:
 
 
 {{velocity}}$xwiki.ssx.use(...)$xwiki.jsx.use(...)$doc.display(entry){{/velocity}}
  (This needs to be a one-liner, otherwise I get unwanted extra
 line-breaks
  in the rendered output)
 
  I've added an annotation at
 http://www.wikiderm.de/Kompendium/BCG-Vakzine,
  so you can check the improper rendering. :-)
  Annotations are not shown by default. The XWki 5.4.4 was installed from
  scratch, so no clutter from updating or scattered versions.
 
  Thank you for your help!!
 
  Michael
 
 
  2014-05-13 13:37 GMT+02:00 Anca Luca lu...@xwiki.com:
 
  Hello Michael,
 
  there is a chance that this is a standard issue, but it also depends on
  what you're trying to do.
 
  The main limitation of the annotations is that they are not working on
  content rendered with the {{html}} macro, because they are rendered at
 the
  XDOM Level and the html macro is not parsed in the XDOM. So if your
 sheet
  does everything in a html macro, than chances are it won't work. If
 your
  sheet is rendering using the xwiki syntax, then stuff should work fine.
 
  Can you describe a bit more in detail your problem? or if you have an
  online server, show us there what's happening? is your sheet custom?
 can
  you show the code of your sheet? a screenshot of isn't rendering
  properly?
 
  Anca
 
 
  On Tue, May 13, 2014 at 8:38 AM, Michael Bußler 
  michael.buss...@googlemail.com wrote:
 
   Hi there,
  
   I observed the Annotation-code in XWiki is having problems with the
  general
   approach of having a document-class rendered by a class-specific
 sheet.
   E.g. the highlighting of text passages isn't rendering properly.
   Is this a general limitation or am I doing something wrong with the
   classes' sheet? It's more or less a listing of textfields fed by
 class
   properties.
  
   Best, Michael
   ___
   users mailing list
   users@xwiki.org
   http://lists.xwiki.org/mailman/listinfo/users
  
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 
 
 
 
  --
  Dipl.-Inf. Michael Bußler
  Forststr. 24
  74379 Ingersheim
 
  Email: michael.buss...@googlemail.com
  Tel: +49 7142 70 92 309
  Mobil: +49 176 219 55 940
  Web: www.michael-bussler.de
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] How to update my XE from 5.2 to 5.4.4

2014-05-20 Thread Xiaodi Yan
Hi,everyone:
  I want to update my XE from version 5.2 to  5.4.4.
what i have done are listed below:
 1:download  5.4.4.zip and unzip it.
 2:  copy  %5.2-xWikihome%/data/database to version 5.4.4‘s same
direction and overwrite
 3:  copy %5.2-xWikihome%/data to 5.4.4‘s same direction except solr
,bacause
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki544#HSolrSearchIndex
 4:then edit xwiki.cfg to enable statistics


after i have done before,i still can't to see statistics,please help me.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] myxwiki support request: strange notification emails

2014-05-20 Thread Stefan Taferner
Am 2014-05-20 10:07, schrieb Thomas Mortagne:
 For some reason your wiki sent a watchlist mail to
 notificati...@xwiki.org. Sounds like some user having pages of this
 wiki in his watchlist and having notificati...@xwiki.org as contact.

My wiki has only two local users (Admin and BackupAdmin). None of them
has notificati...@xwiki.org as contact. I checked BackupAdmin and it has no
watchlist setup. I cannot check Admin, as it's not in my control.

The notifications that are being rejected come from various user profile
updates
of various wiki on myxwiki that I have not even heared of.

E.g.
http://struts2.myxwiki.org/xwiki/bin/view/XWiki/Stum
http://xhe.myxwiki.org/xwiki/bin/view/XWiki/FSI_Philosophie_FU_Berlin
http://xhe.myxwiki.org/xwiki/bin/view/XWiki/Stoana
http://fnd.myxwiki.org/xwiki/bin/view/XWiki/ludovic
http://myxwiki.org/xwiki/bin/view/XWiki/lumarjr
http://myxwiki.org/xwiki/bin/view/XWiki/Rexrode4

I think these notification rejects started when the myxwiki farm was down
several days, a few weeks ago.

Kind regards,
Stefan

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Container column width

2014-05-20 Thread Patrick Masson
Posted here: 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Container+Macro?viewer=comments#xwikicomment_0



--
|||  |  |||||  |||| |||
Patrick Masson
General Manager, Director  Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: mas...@getonsip.com 
https://www.getonsip.com/call?a=mas...@getonsip.com

Ph: (970) 4MASSON
Em: mas...@opensource.org mailto:mas...@opensource.org
Ws: www.opensource.org http://www.opensource.org
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Container column width

2014-05-20 Thread vinc...@massol.net

On 20 May 2014 at 20:14:34, Patrick Masson 
(mas...@opensource.org(mailto:mas...@opensource.org)) wrote:

 Posted here:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Container+Macro?viewer=comments#xwikicomment_0

And replied here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Container+Macro?viewer=comments#xwikicomment_1

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Container column width

2014-05-20 Thread Patrick Masson

Awesome - thanks.

On 05/20/2014 04:30 PM, vinc...@massol.net wrote:


On 20 May 2014 at 20:14:34, Patrick Masson 
(mas...@opensource.org(mailto:mas...@opensource.org)) wrote:


 Posted here:
 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Container+Macro?viewer=comments#xwikicomment_0 



And replied here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Container+Macro?viewer=comments#xwikicomment_1

Thanks
-Vincent



--
|||  |  |||||  |||| |||
Patrick Masson
General Manager, Director  Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: mas...@getonsip.com 
https://www.getonsip.com/call?a=mas...@getonsip.com

Ph: (970) 4MASSON
Em: mas...@opensource.org mailto:mas...@opensource.org
Ws: www.opensource.org http://www.opensource.org
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Ending tables??

2014-05-20 Thread mctozzy
Having some fun understanding what ends off a table in 2.1 syntax. If 
I have a normal paragraph of text following a table, and I want one 
blank line between the table and the text, I either have to precede the 
next para with \\:


|Last row A|Last row B

\\Next paragraph of text


---or--- leave three blank lines between? As in:

|Last row A|Last row B



Next paragraph of text

In both examples only one blank line gets rendered between.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users