Re: [xwiki-users] my wiki is gone?

2013-12-03 Thread Thomas Mortagne
And what was the name of that wiki ?

On Tue, Dec 3, 2013 at 3:17 AM, Owen Corpening owencorpen...@yahoo.com wrote:
 This was a wiki on myxwiki.org



 On Monday, December 2, 2013 8:18 AM, Thomas Mortagne
 thomas.morta...@xwiki.com wrote:
 We will need a bit more details than that, are you talking about a
 wiki on myxwiki.org, something you host yourself ?

 On Mon, Dec 2, 2013 at 3:10 PM, Owen Corpening owencorpen...@yahoo.com
 wrote:
 I had an extensive wiki, logged in, the user interface had changed since
 my last activity and I can't figure out where my wiki is, or if it is just
 gone?

 That is a little disconcerting that our wiki's can completely dissapear,
 seeing how they can't be backed up and restored by us ...

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



 --
 Thomas Mortagne






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


Re: [xwiki-users] Error importing standard pages (XWiki Enterprise 5.2.1)

2013-12-03 Thread Marius Dumitru Florea
Hi Matthias,

Did you comment out or removed by mistake the following line from your
hibernate.cfg.xml?

mapping resource=activitystream.hbm.xml/

Hope this helps,
Marius

On Tue, Dec 3, 2013 at 12:54 AM, Matthias Albert matthias.alb...@gmx.de wrote:
 After trying to import the standard XWiki-5.2.1 pages, I could not
 import all the default pages. The resulting error message counted ca.
 10-20% of all pages as erroneous.

 I could manage to import a small number aof pages (2-3).

 I am using a MySQL database configuration.

 In the Tomcat error log, the first and often repeated exception are
 copied after these lines.

 Does anyone have a hint?
 Could it be a configuration problem?

 Thankyou in advance
 Matthias


 Exception Stack trace:

 2013-12-02 23:28:32,960
 [http://MYDOMAIN/bin/ssx/AnnotationCode/Settings;jsessionid=FC9DB25D57503F920F3A4A41A439B8D9?language=en]
 ERROR .o.i.DefaultObservationManager - Failed to send event
 [org.xwiki.bridge.event.DocumentCreatedEvent@26d801a4] to listener
 [com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl@106caf8]
 org.hibernate.MappingException: Unknown entity:
 com.xpn.xwiki.plugin.activitystream.impl.ActivityEventImpl
 at
 org.hibernate.impl.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:693)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1485)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:120)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:210)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:56)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:195)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:50)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:93)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:713)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at org.hibernate.impl.SessionImpl.save(SessionImpl.java:701)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at org.hibernate.impl.SessionImpl.save(SessionImpl.java:697)
 ~[hibernate-core-3.6.9.Final.jar:3.6.9.Final]
 at
 com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.addActivityEvent(ActivityStreamImpl.java:303)
 ~[xwiki-platform-activitystream-api-5.2.1.jar:na]
 at
 com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.addDocumentActivityEvent(ActivityStreamImpl.java:389)
 ~[xwiki-platform-activitystream-api-5.2.1.jar:na]
 at
 com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.addDocumentActivityEvent(ActivityStreamImpl.java:366)
 ~[xwiki-platform-activitystream-api-5.2.1.jar:na]
 at
 com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl.onEvent(ActivityStreamImpl.java:915)
 ~[xwiki-platform-activitystream-api-5.2.1.jar:na]
 at
 org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:299)
 [xwiki-commons-observation-local-5.2.1.jar:na]
 at
 org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:264)
 [xwiki-commons-observation-local-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1480)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1405)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1400)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:888)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:855)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.init(XWiki.java:792)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:152)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:128)
 [xwiki-platform-legacy-oldcore-5.2.1.jar:na]
 at
 

Re: [xwiki-users] XWiki Rights: Locked my keys in my car

2013-12-03 Thread Guillaume Lerouge
Hi Patrick,

in the end, did you find a way out of this issue? Do you still need help?
Do you need a carjacker to intervene and save the day?

Best,

Guillaume

On Sun, Dec 1, 2013 at 6:01 PM, Eduard Moraru enygma2...@gmail.com wrote:

 Hi Patrick,

 AFAIK, there is no UI to reset the rights. One thing you could do to
 achieve that, would be to reimport the XWiki.XWikiPreferences page from the
 default XWiki Enterprise XAR [1] manually. You should also be careful not
 to override other settings you`ve made.

 Anyway, a lot simpler in your case, and probably recommended, is to enable
 and use the superadmin account [2] to log-in, fix your messed up rights
 and re-establish order in your wiki.

 Hope this helps,
 Eduard

 --
 [1]

 http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-ui-mainwiki-all/
 [2]

 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Security#HSuperadminaccount

 On Sun, Dec 1, 2013 at 5:17 PM, Patrick Masson mas...@opensource.org
 wrote:

  OK, I completely borked my wiki and space permissions/rights and have
  locked myself out of several spaces as both Admin and a user (the global
  permissions are all unchecked but I cannot see the wrench or click on
  administer space from my Admin account).
 
  Any way to reset all privileges to the factor defaults?
 
  I do not have any users yet, but have migrated  all of our content over
  from our previous wiki.
 
  Thanks,
  Patrick Duh Masson
 
 
  --
  |||  |  |||||  |||| |||
  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
  Sk: massonpj
  Ph: (970) 4MASSON
  Em: mass...@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
 
 ___
 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] XWiki Rights: Locked my keys in my car

2013-12-03 Thread Patrick Masson

Guillaume

Ha! Thanks although it might be best to take my license away...

All of the permissions are back to working as expected--thanks for your 
intervention. I am still trying to get a handle on the rights/groups/users 
dimension of XWiki.

I do still have other issues, but I believe they are due to my lack of 
knowledge/experience more than anything not working. I need to invest some time 
in reading the various tutorials and such.

Thanks for checking in.
Patrick


On 12/03/2013 09:15 AM, Guillaume Lerouge wrote:

Hi Patrick,

in the end, did you find a way out of this issue? Do you still need help?
Do you need a carjacker to intervene and save the day?

Best,

Guillaume

On Sun, Dec 1, 2013 at 6:01 PM, Eduard Moraru enygma2...@gmail.com wrote:


Hi Patrick,

AFAIK, there is no UI to reset the rights. One thing you could do to
achieve that, would be to reimport the XWiki.XWikiPreferences page from the
default XWiki Enterprise XAR [1] manually. You should also be careful not
to override other settings you`ve made.

Anyway, a lot simpler in your case, and probably recommended, is to enable
and use the superadmin account [2] to log-in, fix your messed up rights
and re-establish order in your wiki.

Hope this helps,
Eduard

--
[1]

http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-ui-mainwiki-all/
[2]

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Security#HSuperadminaccount

On Sun, Dec 1, 2013 at 5:17 PM, Patrick Masson mas...@opensource.org

wrote:
OK, I completely borked my wiki and space permissions/rights and have
locked myself out of several spaces as both Admin and a user (the global
permissions are all unchecked but I cannot see the wrench or click on
administer space from my Admin account).

Any way to reset all privileges to the factor defaults?

I do not have any users yet, but have migrated  all of our content over
from our previous wiki.

Thanks,
Patrick Duh Masson


--
 |||  |  |||||  |||| |||
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
Sk: massonpj
Ph: (970) 4MASSON
Em: mass...@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


___
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


--
|||  |  |||||  |||| |||
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
Sk: massonpj
Ph: (970) 4MASSON
Em: mass...@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] XWiki Rights: Locked my keys in my car

2013-12-03 Thread Ecaterina Moraru (Valica)
Hi Patrick,

Right now we are requesting feedback about Extension Manager [1], but in
spring I will conduct an investigation on rights, so I will be interested
in finding out what you find difficult, but maybe in another mail thread.
Just remember your issues for then :) please.

Thanks,
Caty

[1] http://markmail.org/thread/6sedab5w56ngsh67


On Tue, Dec 3, 2013 at 4:35 PM, Patrick Masson mas...@opensource.orgwrote:

 Guillaume

 Ha! Thanks although it might be best to take my license away...

 All of the permissions are back to working as expected--thanks for your
 intervention. I am still trying to get a handle on the rights/groups/users
 dimension of XWiki.

 I do still have other issues, but I believe they are due to my lack of
 knowledge/experience more than anything not working. I need to invest some
 time in reading the various tutorials and such.

 Thanks for checking in.
 Patrick



 On 12/03/2013 09:15 AM, Guillaume Lerouge wrote:

 Hi Patrick,

 in the end, did you find a way out of this issue? Do you still need help?
 Do you need a carjacker to intervene and save the day?

 Best,

 Guillaume

 On Sun, Dec 1, 2013 at 6:01 PM, Eduard Moraru enygma2...@gmail.com
 wrote:

  Hi Patrick,

 AFAIK, there is no UI to reset the rights. One thing you could do to
 achieve that, would be to reimport the XWiki.XWikiPreferences page from
 the
 default XWiki Enterprise XAR [1] manually. You should also be careful not
 to override other settings you`ve made.

 Anyway, a lot simpler in your case, and probably recommended, is to
 enable
 and use the superadmin account [2] to log-in, fix your messed up rights
 and re-establish order in your wiki.

 Hope this helps,
 Eduard

 --
 [1]

 http://maven.xwiki.org/releases/org/xwiki/enterprise/
 xwiki-enterprise-ui-mainwiki-all/
 [2]

 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/
 Security#HSuperadminaccount

 On Sun, Dec 1, 2013 at 5:17 PM, Patrick Masson mas...@opensource.org

 wrote:
 OK, I completely borked my wiki and space permissions/rights and have
 locked myself out of several spaces as both Admin and a user (the global
 permissions are all unchecked but I cannot see the wrench or click on
 administer space from my Admin account).

 Any way to reset all privileges to the factor defaults?

 I do not have any users yet, but have migrated  all of our content over
 from our previous wiki.

 Thanks,
 Patrick Duh Masson


 --
  |||  |  |||||  |||| |||
 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
 Sk: massonpj
 Ph: (970) 4MASSON
 Em: mass...@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

  ___
 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


 --
 |||  |  |||||  |||| |||
 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
 Sk: massonpj
 Ph: (970) 4MASSON
 Em: mass...@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

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


Re: [xwiki-users] XWiki Rights: Locked my keys in my car

2013-12-03 Thread Patrick Masson

Caty,

We fortunately I always seem to have issues so I should be able to help ;-).

Thanks,
Patrick

On 12/03/2013 09:39 AM, Ecaterina Moraru (Valica) wrote:

Hi Patrick,

Right now we are requesting feedback about Extension Manager [1], but in
spring I will conduct an investigation on rights, so I will be interested
in finding out what you find difficult, but maybe in another mail thread.
Just remember your issues for then :) please.

Thanks,
Caty

[1] http://markmail.org/thread/6sedab5w56ngsh67


On Tue, Dec 3, 2013 at 4:35 PM, Patrick Masson mas...@opensource.orgwrote:


Guillaume

Ha! Thanks although it might be best to take my license away...

All of the permissions are back to working as expected--thanks for your
intervention. I am still trying to get a handle on the rights/groups/users
dimension of XWiki.

I do still have other issues, but I believe they are due to my lack of
knowledge/experience more than anything not working. I need to invest some
time in reading the various tutorials and such.

Thanks for checking in.
Patrick



On 12/03/2013 09:15 AM, Guillaume Lerouge wrote:


Hi Patrick,

in the end, did you find a way out of this issue? Do you still need help?
Do you need a carjacker to intervene and save the day?

Best,

Guillaume

On Sun, Dec 1, 2013 at 6:01 PM, Eduard Moraru enygma2...@gmail.com
wrote:

  Hi Patrick,

AFAIK, there is no UI to reset the rights. One thing you could do to
achieve that, would be to reimport the XWiki.XWikiPreferences page from
the
default XWiki Enterprise XAR [1] manually. You should also be careful not
to override other settings you`ve made.

Anyway, a lot simpler in your case, and probably recommended, is to
enable
and use the superadmin account [2] to log-in, fix your messed up rights
and re-establish order in your wiki.

Hope this helps,
Eduard

--
[1]

http://maven.xwiki.org/releases/org/xwiki/enterprise/
xwiki-enterprise-ui-mainwiki-all/
[2]

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/
Security#HSuperadminaccount

On Sun, Dec 1, 2013 at 5:17 PM, Patrick Masson mas...@opensource.org


wrote:
OK, I completely borked my wiki and space permissions/rights and have
locked myself out of several spaces as both Admin and a user (the global
permissions are all unchecked but I cannot see the wrench or click on
administer space from my Admin account).

Any way to reset all privileges to the factor defaults?

I do not have any users yet, but have migrated  all of our content over
from our previous wiki.

Thanks,
Patrick Duh Masson


--
  |||  |  |||||  |||| |||
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
Sk: massonpj
Ph: (970) 4MASSON
Em: mass...@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

  ___

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


--
 |||  |  |||||  |||| |||
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
Sk: massonpj
Ph: (970) 4MASSON
Em: mass...@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


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


--
|||  |  |||||  |||| |||
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
Sk: massonpj
Ph: (970) 4MASSON
Em: mass...@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] Annotations not available

2013-12-03 Thread Guillaume Fenollar
Hello,

Perhaps the Annotation tab appeared because Patrick installed some
Annotation plugin? Annotations are there by default, but to make this old
tab appear, I tried to install the pages I found on
http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Application ,
but haven't succeed to make this old tab appear again.
FTR Vincent, you can see the actual error on Patrick's wiki, since OSI wiki
is available in view to guests (BTW, is this wanted, Patrick?)

Patrick, could you explain what you did exactly to install this plugin ?


2013/12/2 vinc...@massol.net vinc...@massol.net

 Hi Patrick,

 On 2 Dec 2013 at 17:16:38, Patrick Masson (mas...@opensource.org) wrote:

 I have a hosted (xwiki.com) Enterprise XWiki and would like to enable
 the Annotations feature
 (
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Application
 ).
 They do not appear now.

 After reviewing the above page, I am able to activate the Annotations
 tab, however the I cannot find out how to turn on / make available the
 That’s weird, there shouldn’t be a Annotations tab ;) We merged the
 Comments and Annotations tabs a while back, as you can see for example at
 http://playground.xwiki.org/xwiki/bin/view/Sandbox/WebHome (if you’re
 fast enough to check since playground gets reset every night ;)).

 I don’t know why you’re getting the tab ATM.

 annotations tool itself to create the annotations. That is, I do not
 have the Annotations tool button in the Edit Export More Actions
 header on the top of the page (see attached image).
 Annotations are not available to the Admin role, as a registered user or
 anonymous user.
 I have tried the Ctrl + M (Meta + M) as well, thinking this still might
 work even without the button, but nothing happens.
 Ctrl+M should work fine always (try it on playground).

 The Annotations plugin is installed (as I said I, can see the
 Annotations tab on each page across the wiki at the top and bottom
 next to Comments Attachments etc.).
 What plugin? did you install something?

 I am running the XWiki.DefaultSkin running the Mint color theme.
 I have tried viewing on Ubuntu Firefox and Chrome; Mac Safari 6 and
 Windows IE10.
 Within the Annotations Application on the Administration page I have the
 settings at:

 * Annotations are activated: YES
 * Except for the following spaces: NONE selected
 * Display annotations by default: YES
 * Display annotations highlight by default: YES
 * XWiki class defining annotations structure: XWiki.XWikiComments
 (this was already set--default?-- when I first visited the page).
 I do see a note on the Annotations page, /If you are using a custom
 annotations class other than the previously default/
 AnnotationsCode.AnnotationsClass /in the annotations configuration.../

 I have cleared my browser cache after selecting and saving the above.
 Hmm that’s strange because I had the same issue on playground.xwiki.organd 
 clearing my cache made it work. I’ve created
 http://jira.xwiki.org/browse/XWIKI-9759

 Make sure you force clear your cache maybe.

 Thanks

 -Vincent

 I have searched the FAQ:

 http://www.xwiki.org/xwiki/bin/view/FAQCode/FAQSearch?space=FAQtext=Annotations

 I have searched the lists and found:

 * http://xwiki.475771.n2.nabble.com/Annotations-not-working-td7345638.html

 *
 http://xwiki.475771.n2.nabble.com/Annotations-comments-merge-validation-td7582245.html

 This thread indicates XWiki.XWikiComments is correct, /Basically
 the new format is XWiki.XWikiComments class instead of the old /
 AnnotationCode.AnnotationClass
 *
 http://xwiki.475771.n2.nabble.com/Re-display-issues-in-IE-td7587297.html#a7587298


 Any advise appreciated, thanks,
 Patrick







 --
 || | |  || || |  ||| | |||
 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
 Sk: massonpj
 Ph: (970) 4MASSON
 Em: mass...@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
 ___
 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] Problem installing extensions: value too long for type character varying(60000)

2013-12-03 Thread Frits Jalvingh
Hi List,

I just upgraded to XWiki enterprise 5.2.1 and have trouble installing some
extensions. When I try to install for instance the Highlight Macro
extension I'm getting errors during the install:

  Applying INSTALL for extension [Highlight Macro
1.3http://wiki.hosts.itris.nl/xwiki/bin/admin/XWiki/XWikiPreferences?extensionId=vincentmassol%3Ahighlight%2DmacroextensionVersion=1.3extensionNamespace=wiki%3Axwikixback=%2Fxwiki%2Fbin%2Fget%2FXWiki%2FInstalledExtensions%3Fsection%3DXWiki.InstalledExtensionssection=XWiki.InstalledExtensions]
on namespace [xwiki http://wiki.hosts.itris.nl/xwiki/bin/view/Main/WebHome
]
  Importing document
[Macros.Highlighthttp://wiki.hosts.itris.nl/xwiki/bin/view/Macros/Highlight]
in language [en]...
  SQL Error: 0, SQLState: 22001
  ERROR: value too long for type character varying(6)
  ERROR: value too long for type character varying(6)
  Failed to import document
[Macros.Highlighthttp://wiki.hosts.itris.nl/xwiki/bin/view/Macros/Highlight]
in language [en]
  Successfully applied INSTALL for extension [Highlight Macro
1.3http://wiki.hosts.itris.nl/xwiki/bin/admin/XWiki/XWikiPreferences?extensionId=vincentmassol%3Ahighlight%2DmacroextensionVersion=1.3extensionNamespace=wiki%3Axwikixback=%2Fxwiki%2Fbin%2Fget%2FXWiki%2FInstalledExtensions%3Fsection%3DXWiki.InstalledExtensionssection=XWiki.InstalledExtensions]
on namespace [xwiki http://wiki.hosts.itris.nl/xwiki/bin/view/Main/WebHome
]

Anyone any idea what's wrong?

Thanks,

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


[xwiki-users] Strange Strings on user page (myxwiki.org)

2013-12-03 Thread xrichard
Hi,

When I open a user page on myxwiki.org, I see strange strings where I
suppose should be displayed the user name, see screen capture: 
https://www.dropbox.com/s/ryh0yygghdzp9j9/Strange%20Title%20for%20a%20user%20page.jpg

Is it a bug or something wrong I have done (note: I have customized some
translations in this wiki).

regards,



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Strange-Strings-on-user-page-myxwiki-org-tp7588224.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] Everyone can see user's e-mail on myxwiki.org

2013-12-03 Thread xrichard
Hi,

I have noticed on my user page at myxwiki.org that my e-mail address (used
for watchlist notifications) is viewable by anyone / anonymous ... how can I
changed this (I'm afraided by potential spams)?

URL where e-mail are displayed:
http://www.myxwiki.org/xwiki/bin/view/XWiki/username

My account page on other Wiki (like on l10n.xxx) contains truncated e-mail
address (the end of the email is hidden).

regards,



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Everyone-can-see-user-s-e-mail-on-myxwiki-org-tp7588225.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