Re: [xwiki-users] [xwiki-devs] [ANN] XWiki 4.5.4 released

2013-05-23 Thread Thomas Mortagne
On Fri, May 24, 2013 at 12:42 AM, Sergiu Dumitriu  wrote:
> The XWiki development team is proud to announce the availability of
> XWiki 4.5.4.
>
> This is a bugfix release for the 4.5.x cycle, hopefully the last on the
> 4.x cycle. Affected areas include the distribution wizard and the
> extension manager, Internet Explorer compatibility, Oracle and
> PostgreSQL compatibility, and multiwiki improvements.
>
> You can download it here:
> http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
> hours for the binaries to propagate to the download servers if the
> download doesn't work yet)
>
> Make sure to review the release notes:
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki453

http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki4534

>
> Thanks
> -The XWiki dev team
> ___
> devs mailing list
> d...@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs



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


Re: [xwiki-users] Dashboard does not remember layout

2013-05-23 Thread Hamster
Succes!!!

Using the Column Macro instead of the Container Macro fixed the issue!!!

I can now (indepedantly) set the number of columns for my TOC (Column Macro)
and my Dashboard (which uses the Contrainer Macro)!



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Dashboard-does-not-remember-layout-tp7585306p7585350.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Dashboard does not remember layout

2013-05-23 Thread Hamster
Right, I have been able to narrow the problem down to a custom macro I have
created.

As soon as I add this macro to the page, the columns of the dashboad are
overruled by this macro!

This macro is using the {{container}} macro to display all the child-pages
of a page. My guess is that a page only knows one "container", and that the
'nr_of_columns' of my custom macro is setting the number of columns of the
whole page (and thus also the dashboad).

As soon as I changed the 'nr_of_columns' of my custom macro to 2, the
dashboard was also displayed with two columns.

I have noticed the  Column Macro
   so
maybe I was using the wrong code-snippet?

I will rework my custom macro to use the Column Macro, I will let you guys
know what happens!



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Dashboard-does-not-remember-layout-tp7585306p7585349.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Open attached Word Document (which contains "OnOpen" Macro)

2013-05-23 Thread Hamster
At least I am not the only one with this problem...(but no solution)

Internet Explorer and Word Macros

  



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Open-attached-Word-Document-which-contains-OnOpen-Macro-tp7585294p7585348.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Dashboard does not remember layout

2013-05-23 Thread Hamster
This is a XAR of the page which is giving me trouble...

KAM.WebHome.xar
  



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Dashboard-does-not-remember-layout-tp7585306p7585347.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Attachments Macro not showing

2013-05-23 Thread Hamster
I am still trying to get the Attachments Macro to work...

What I see at the Main.Attachments page of our XWiki is code (displayed as
regular text)...

{
"totalrows" : $totalRows,
"matchingtags" : {},
"tags" : [],
"returnedrows" : 10,
"offset" : 1,
"reqNo" : 0,
"rows" : [
{
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
, {
"name" : "$escapetool.javascript($attachName)",
"name_url" : "$aDoc.getAttachmentURL($attachName)",
"type" : "   ",
"size" : "${Msz}Mb",
"author" : " ",
"author_url" : "$xwiki.getURL($attach.author)",
"date" : ""
}
]
}

...which comes from the last piece of Velocity code on that page.

Not sure what that's doing...

Problem still is: I can see the Attachments Macro working, but others can't
:-(



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Attachments-Macro-not-showing-tp7585339p7585346.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Subwikis on a New Schema

2013-05-23 Thread mgiamtandil
Thank you again! I was just using that tutorial and i get this error, i was
just looking at information about it but if you know how can i solve it it
will be great.

Regards.

Trace:

Estado HTTP 500 - com.xpn.xwiki.XWikiException: Error number 3 in 0: Could
not initialize main XWiki context
--

*type* Informe de Excepción

*mensaje* *com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context*

*descripción* *El servidor encontró un error interno que hizo que no
pudiera rellenar este requerimiento.*

*excepción*

javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document [xwiki:XWiki.TagClass]
Wrapped Exception: Error number 3301 in 3: Exception while switching
to database xwiki
Wrapped Exception: Migration of database [xwiki] has failed, it could
not be safely used! Database is currently in version [40001] while the
required version is [5].

org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)

org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)

com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)

org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)

org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)

*causa raíz*

com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document [xwiki:XWiki.TagClass]
Wrapped Exception: Error number 3301 in 3: Exception while switching
to database xwiki
Wrapped Exception: Migration of database [xwiki] has failed, it could
not be safely used! Database is currently in version [40001] while the
required version is [5].
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:419)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:143)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)

org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)

com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)

org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)

org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)

*causa raíz*

com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document [xwiki:XWiki.TagClass]
Wrapped Exception: Error number 3301 in 3: Exception while switching
to database xwiki
Wrapped Exception: Migration of database [xwiki] has failed, it could
not be safely used! Database is currently in version [40001] while the
required version is [5].

com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:912)

com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1488)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1531)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:869)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:839)
com.xpn.xwiki.XWiki.(XWiki.java:780)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:399)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:143)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:123)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
  

Re: [xwiki-users] Subwikis on a New Schema

2013-05-23 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi!

Please, have you checked this?

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade

I think it would be useful for you and for other that you follow and criticize 
this and linked documents. Any comment, doubt of proposal for modification I'm 
sure it will be really welcome by XWiki community!

Greetings,

Ricardo

From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Mauro 
Javier Giamberardino Fernandez [mgiamberard...@gmail.com]
Sent: 24 May 2013 00:22
To: XWiki Users
Subject: Re: [xwiki-users] Subwikis on a New Schema

Thank you Ricardo for your help. I'm realizing now that the old XWiki was
an XWiki 5 version but it was migrated from a 4.1.4 version in a wrong way.

The people who was on charge of the server installed a 5.0 version and then
restored the dump of 4.1.2 version on it. Then, by result, we have a broken
XWiki. I need now to install the 4.1.4 version and then migrate to a 5.0
version in a wright way.

I think it is by replacing the old .war file with the new one (5.0
version). If there is another thing i must know, please tell me.

Thanks a lot!


2013/5/23 

> Hi Mauro! Great to read a post from a new user coming from a Spanish
> speaking country!
>
> The situation you describe is the regular one: by using XWiki Enterprise
> Manager you can have many wikis (better than "sub-wikis") at the same time
> and a common management infrastructure. Each wiki will "have" its own
> database schema although only one of them will be considered as the
> "controller".
>
> Databas dump/restoring processes must work (at least they worked for me a
> number of times in the past), but if what you are trying to do is to move
> contents from a running XWiki installation to a wiki in a new XWiki farm,
> there are export/import utilities that should do better and surer for that
> process!
>
> For instance, this could be useful for you...
>
>
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Import+Export+Application
>
> HTH!
>
> Ricardo
>
> --
> Ricardo Rodríguez
> Research Management and Promotion Technician
> Technical Secretariat
> Health Research Institute of Santiago de Compostela (IDIS)
> http://www.idisantiago.es
>
> 
> From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of
> mgiamtandil [mgiamberard...@gmail.com]
> Sent: 23 May 2013 16:53
> To: users@xwiki.org
> Subject: [xwiki-users] Subwikis on a New Schema
>
> Hello! My name is Mauro Javier Giamberardino and this is my first post in
> this forum.
> I'm studying Software Engineering at a University on Argentina. My english
> is not the best.
>
> I have installed XWiki and WikiManager to install multiple subwikis on a
> server at the University, and i need that each subwiki to have his own
> schema. Why? Because i have a dump from a XWiki that i want to restore on a
> new subwiki.
>
> Thanks for read.
> Regards
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Subwikis-on-a-New-Schema-tp7585338.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> 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
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



--
*Mauro J Giamberardino*
*
*
*
*
*
*
*
*
*
*
*
*
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

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
___
users m

[xwiki-users] [ANN] XWiki 4.5.4 released

2013-05-23 Thread Sergiu Dumitriu
The XWiki development team is proud to announce the availability of
XWiki 4.5.4.

This is a bugfix release for the 4.5.x cycle, hopefully the last on the
4.x cycle. Affected areas include the distribution wizard and the
extension manager, Internet Explorer compatibility, Oracle and
PostgreSQL compatibility, and multiwiki improvements.

You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki453

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Subwikis on a New Schema

2013-05-23 Thread Mauro Javier Giamberardino Fernandez
Thank you Ricardo for your help. I'm realizing now that the old XWiki was
an XWiki 5 version but it was migrated from a 4.1.4 version in a wrong way.

The people who was on charge of the server installed a 5.0 version and then
restored the dump of 4.1.2 version on it. Then, by result, we have a broken
XWiki. I need now to install the 4.1.4 version and then migrate to a 5.0
version in a wright way.

I think it is by replacing the old .war file with the new one (5.0
version). If there is another thing i must know, please tell me.

Thanks a lot!


2013/5/23 

> Hi Mauro! Great to read a post from a new user coming from a Spanish
> speaking country!
>
> The situation you describe is the regular one: by using XWiki Enterprise
> Manager you can have many wikis (better than "sub-wikis") at the same time
> and a common management infrastructure. Each wiki will "have" its own
> database schema although only one of them will be considered as the
> "controller".
>
> Databas dump/restoring processes must work (at least they worked for me a
> number of times in the past), but if what you are trying to do is to move
> contents from a running XWiki installation to a wiki in a new XWiki farm,
> there are export/import utilities that should do better and surer for that
> process!
>
> For instance, this could be useful for you...
>
>
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Import+Export+Application
>
> HTH!
>
> Ricardo
>
> --
> Ricardo Rodríguez
> Research Management and Promotion Technician
> Technical Secretariat
> Health Research Institute of Santiago de Compostela (IDIS)
> http://www.idisantiago.es
>
> 
> From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of
> mgiamtandil [mgiamberard...@gmail.com]
> Sent: 23 May 2013 16:53
> To: users@xwiki.org
> Subject: [xwiki-users] Subwikis on a New Schema
>
> Hello! My name is Mauro Javier Giamberardino and this is my first post in
> this forum.
> I'm studying Software Engineering at a University on Argentina. My english
> is not the best.
>
> I have installed XWiki and WikiManager to install multiple subwikis on a
> server at the University, and i need that each subwiki to have his own
> schema. Why? Because i have a dump from a XWiki that i want to restore on a
> new subwiki.
>
> Thanks for read.
> Regards
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Subwikis-on-a-New-Schema-tp7585338.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> 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
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
*Mauro J Giamberardino*
*
*
*
*
*
*
*
*
*
*
*
*
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Subwikis on a New Schema

2013-05-23 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi Mauro! Great to read a post from a new user coming from a Spanish speaking 
country!

The situation you describe is the regular one: by using XWiki Enterprise 
Manager you can have many wikis (better than "sub-wikis") at the same time and 
a common management infrastructure. Each wiki will "have" its own database 
schema although only one of them will be considered as the "controller".

Databas dump/restoring processes must work (at least they worked for me a 
number of times in the past), but if what you are trying to do is to move 
contents from a running XWiki installation to a wiki in a new XWiki farm, there 
are export/import utilities that should do better and surer for that process!

For instance, this could be useful for you...

http://extensions.xwiki.org/xwiki/bin/view/Extension/Import+Export+Application

HTH!

Ricardo

--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es


From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of 
mgiamtandil [mgiamberard...@gmail.com]
Sent: 23 May 2013 16:53
To: users@xwiki.org
Subject: [xwiki-users] Subwikis on a New Schema

Hello! My name is Mauro Javier Giamberardino and this is my first post in
this forum.
I'm studying Software Engineering at a University on Argentina. My english
is not the best.

I have installed XWiki and WikiManager to install multiple subwikis on a
server at the University, and i need that each subwiki to have his own
schema. Why? Because i have a dump from a XWiki that i want to restore on a
new subwiki.

Thanks for read.
Regards



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Subwikis-on-a-New-Schema-tp7585338.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

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
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Attachments Macro not showing

2013-05-23 Thread Hamster
All,

I have added the  Attachments Macro
  
to one of our pages, and it shows all the attachments :-)

But for another user, the table is empty.

Does a user need Programming Rights to use the Attachments Macro?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Attachments-Macro-not-showing-tp7585339.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Subwikis on a New Schema

2013-05-23 Thread mgiamtandil
Hello! My name is Mauro Javier Giamberardino and this is my first post in
this forum.
I'm studying Software Engineering at a University on Argentina. My english
is not the best. 

I have installed XWiki and WikiManager to install multiple subwikis on a
server at the University, and i need that each subwiki to have his own
schema. Why? Because i have a dump from a XWiki that i want to restore on a
new subwiki.

Thanks for read.
Regards



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Subwikis-on-a-New-Schema-tp7585338.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Open attached Word Document (which contains "OnOpen" Macro)

2013-05-23 Thread Sergiu Dumitriu
On 05/23/2013 03:12 AM, Hamster wrote:
> Even adding our Macro Certificates to those documents has no effect :-(
> The macro's are simply ignored when the documents are opened from XWiki.
> 
> Downloading the documents before using them defeats the purpose of storing
> Word Templates in XWiki. We would like to use the "power" of XWiki to do
> revisions on those documents, while still offering a "one-click" way to
> start a new Word Document for our users.
> 
> Does anyone else use Word Documents/Templates within XWiki?
> Do they also contain any macro's?
> 

This is not in any way XWiki's fault, since it doesn't touch the content
of the attachments in any way. Try to add the site to the list of
"trusted" domains, maybe that helps.

Search for a solution to this problem on Microsoft's resources, since
it's their software that decides not trust documents coming from the web.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Dashboard does not remember layout

2013-05-23 Thread Sergiu Dumitriu
On 05/23/2013 06:00 AM, Hamster wrote:
> Okay...I want to try something else:
> 
> How can I "delete" the dashboard?
> 
> Because when I remove the {{dashboard/}} from the page, it will remove the
> dashboard, but when I put {{dashboard/}} back onto the page, it has
> remembered the old dashboard.
> 
> Where does this dashboard get stored? (so I can remove it)
> 

In objects attached to the document. The {{dashboard}} macro just
displays those objects, so deleting the macro will leave the objects in
place.

To forget the whole dashboard, remove all the XWiki.GadgetClass objects
from the document.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2013-05-23 Thread Valdis Vītoliņš
Kévin,
you can probably include following velocity script in your pages.
#if($request.getRequestURL().substring(7,32)!
="www.familleassociative.fr")
## (please count characters yourself!)
$response.sendRedirect("http://www.familleassociative.fr/${request.getRequestURL().substring(32)}")
#end

And maybe even you can put this code in Xwiki settings:
../xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Presentation
at the end of "HTTP Meta Information" field.

Valdis

> Thanks Vincent !
> 
> It works fine now : 
> http://www.familleassociative.fr/xwiki/bin/view/Main/WebHome
> 
> but all the content is also available at http://familleassociative.myxwiki.org
> 
> I learned that it was not a good thing to have two valid Url for a website.
> Is it possible to force with Url rewriting or other to lead to new domain 
> name ?
> 
> Thanks
> 
> Kévin
...

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


Re: [xwiki-users] Dashboard does not remember layout

2013-05-23 Thread Hamster
Okay...I want to try something else:

How can I "delete" the dashboard?

Because when I remove the {{dashboard/}} from the page, it will remove the
dashboard, but when I put {{dashboard/}} back onto the page, it has
remembered the old dashboard.

Where does this dashboard get stored? (so I can remove it)



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Dashboard-does-not-remember-layout-tp7585306p7585332.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] new wiki request

2013-05-23 Thread Kévin Laîné
Yes, you're right, it's not really a problem to have two access to this website.

Thanks again for offering this free Xwiki session to my community project. ;-)

Best Regards to all Xwiki.com and Xwiki.org Teams

Kévin
Webmaster of www.FamilleAssociative.fr





 De : Thomas Mortagne 
À : XWiki Users  
Envoyé le : Jeudi 23 mai 2013 10h51
Objet : Re: [xwiki-users] [myxwiki] new wiki request
 

On Thu, May 23, 2013 at 8:12 AM, Vincent Massol  wrote:
>
> On May 23, 2013, at 6:33 AM, Kévin Laîné  wrote:
>
>> Thanks Vincent !
>>
>> It works fine now : 
>> http://www.familleassociative.fr/xwiki/bin/view/Main/WebHome
>>
>> but all the content is also available at 
>> http://familleassociative.myxwiki.org

We can't really disable that at XWiki level (not wiih the setup we
have for myxwiki.org) because there is a fallback on
".myxwiki.org" when the domain does not match any wiki
descriptor and adding custom rules for you in our Apache configuration
would make it a pain to maintain.

>
> Yes that's normal and required AFAIK.
>>
>> I learned that it was not a good thing to have two valid Url for a website.
>> Is it possible to force with Url rewriting or other to lead to new domain 
>> name ?
>
> It's a bit complex. You just need to advertise only 
> http://www.familleassociative.fr no?

You can put a redirection or use refresh HTML meta tag in the
generated header in
http://www.familleassociative.fr/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Elements
(i.e. test the request URL domain and redirect if it's not the one you
like).

But same as Vincent I don't really see why that would be a big issue
as long as you don't talk about familleassociative.myxwiki.org
anywhere (and at least if there is any issue with your DNS you will
have that backup access).

>
> Also remember that this site is not meant to be production-quality level in 
> the sense that it has no uptime warranty, nor dedicated support (see the 
> disclaimers at http://myxwiki.org/).
>
> Thanks
> -Vincent
>
>> Thanks
>>
>> Kévin
>>
>>
>> 
>> De : Vincent Massol 
>> À : XWiki Users 
>> Cc : Kévin Laîné 
>> Envoyé le : Mercredi 22 mai 2013 12h08
>> Objet : Re: [xwiki-users] [myxwiki] new wiki request
>>
>>
>> Hi Kevin,
>>
>> On May 21, 2013, at 10:52 PM, Kévin Laîné  wrote:
>>
>>> Thank you very much !!
>>>
>>> I just discover that CNAME config is only possible on a subdomaine as "www" 
>>> for exemple.
>>> So the domain name will be "www.familleassociative.fr". Do you need to 
>>> modify something ?
>>
>> I've now added this alias.
>>
>>>
>>> For the DNS config, is this correct ?
>>> www  IN CNAME familleassociative.myxwiki.org.
>>
>> Yep looks good.
>>
>> All should work now, can you try again?
>>
>> Thanks
>> -Vincent
>>
>>>
>>>
>>> Thanks
>>>
>>> Kévin
>>>
>>>
>>>
>>>
>>> 
>>> De : Vincent Massol 
>>> À : XWiki Users 
>>> Cc : Kévin Laîné 
>>> Envoyé le : Mardi 21 mai 2013 18h36
>>> Objet : Re: [xwiki-users] [myxwiki] new wiki request
>>>
>>>
>>> Hi Kevin,
>>>
>>> Done:
>>> http://familleassociative.myxwiki.org/
>>>
>>> Which can also be accessed as http://familleassociative.fr once you've 
>>> updated your DNS records to add a CNAME to myxwiki.org
>>>
>>> Enjoy!
>>> -Vincent Massol
>>>
>>> On May 20, 2013, at 11:52 AM, Kévin Laîné  wrote:
>>>
 Hi !

 Thanks to people who answer my questions about myxwiki.

 I'm really decided for opening and managed an Xwiki on myxwiki farm.
 The aim of the wiki is to work collaboratively on the concept of 
 "Associations of chosen family", in French "Famille Choisie Associative".
 We want to use the juridic structure of french association (law 1901) to 
 create new kind of families with matriarchy inspiration and direct 
 democracy. It can be compare of Iroquoi's family or moso's family in 
 China, large families, solidarity, freedom.

 The principal person who will be interested are single mothers and single 
 people wich have difficulties to live alone.

 Here is my username on myxwiki.org : "KevinLaine"
 the server name I wan't : "FamilleAssociative"
 I've bought a domaine on OVH : familleassociative.fr  ,   I prefer to use 
 this one only instead of "familleassociative.myxwiki.org"

 Thank you !



 
 De : Thomas Mortagne 
 À : Kévin Laîné ; XWiki Users 
 Envoyé le : Dimanche 19 mai 2013 16h14
 Objet : Re: [xwiki-users] Questions about myxwiki


 On Sat, May 18, 2013 at 5:24 PM, Kévin Laîné  wrote:
> Hi everybody, my name is Kévin Laîné, i'm a french guy.
> I'm working on a collective project about "alternative models of family".
>
> Xwiki seems to be the best community tool management I've discovered.
>
> I'm really interested for opening an xwiki on the "XWiki Community farm". 
> I have some questions before asking y

Re: [xwiki-users] Dashboard does not remember layout

2013-05-23 Thread Vincent Massol

On May 23, 2013, at 8:25 AM, Hamster  wrote:

> Vincent,
> 
> Could you try this:
> 
> 1) Create a new space, but use a *blank page* (not a dashboard)
> 2) Edit that page and insert some text onto that page and also
> {{dashboard/}}
> 3) Edit that page inline and add some gadgets and columns the dashboard
> 
> Does the dashboard remember the layout?

Yes. All worked fine for me.

Thanks
-Vincent

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


Re: [xwiki-users] Open attached Word Document (which contains "OnOpen" Macro)

2013-05-23 Thread Hamster
Even adding our Macro Certificates to those documents has no effect :-(
The macro's are simply ignored when the documents are opened from XWiki.

Downloading the documents before using them defeats the purpose of storing
Word Templates in XWiki. We would like to use the "power" of XWiki to do
revisions on those documents, while still offering a "one-click" way to
start a new Word Document for our users.

Does anyone else use Word Documents/Templates within XWiki?
Do they also contain any macro's?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Open-attached-Word-Document-which-contains-OnOpen-Macro-tp7585294p7585328.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users