Re: [xwiki-users] Don't see how to change the title of my page

2011-10-19 Thread Stéphanie
Hello,

Thanks for your response.

I try what you tell me, but there is no change. My title is still
SURVEY2011 

Do I forget to change anything else ?

Best regards,
Stéphanie

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Don-t-see-how-to-change-the-title-of-my-page-tp6889234p6907494.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] Extending XWiki collaboration toolset

2011-10-19 Thread jerem
 I've heard of DITA in the past. What I'm not sure to understand is what is
 the benefit of supporting DITA.
 How do you actually model documents with DITA and suppose you are round
 tripping back to DITA from XWiki, what do you actually do with the output
 ? 
You model by creating documents parts as XML files (fragments, concepts in
dita world), and you can aggregate them to form a document by creating a
dita map file, basically a summary referencing all needed fragments. You
generate final document (pdf, rtf, xml, whatever) through a build process
(ant or maven) from the sources (xml/ditamap/images/...).
Fragments content looks like XHTML but with dita specific tags (fig,
note ...). 
For us it's quite useful as we can easily define parts that are reused among
documents (terminology, contacts ...) without heavy copy/paste, and
integrate the documentation in overall build process. It's a bit like a
maven site, but greatly more sophisticated and adapted to projects technical
documents output.

Our use-case for integrating XWiki in the loop is because the people
targeted by these documents have no easy possibility to :
- view final documents online
- add their own comments to documents before they are delivered (in an
easier way than bug tracking on documents ...)

Publication to XWiki would solve this issue... Reverting back modifications
from XWiki to DITA format would add more collaboration by letting end
users propose modifications even if they don't know much about dita.

Well I realize it's a bit out-of-scope of this thread, because dita is not
what we could call popular. But if I investigate more on this subject I'll
open a new thread (if you're interested of course).

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Extending-XWiki-collaboration-toolset-tp6900649p6907687.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] Extending XWiki collaboration toolset

2011-10-19 Thread Ludovic Dubost
I've tried looking at a DITA document:

http://dita2indesign.svn.sourceforge.net/viewvc/dita2indesign/trunk/dita_gutenberg_samples/dita_src/eb_vol_04_part_03_of_04/entries/entry-d1e3965.xml?revision=97view=markup

I'm not sure it's a good example of a DITA document. The only specific tag I
can see is the ph tag.

It seems you should be able to convert a DITA document to XWiki syntax with
macros. This would probably be best done by a DITA - XDOM converter with a
list of DITA tags that need to be converted to macros.

Maybe some of the macro content could be stored in XWiki objects to help
navigating the meta data.
Also a DITA class could be added to give the info that is in the ditamap
which lists all documents part of it.

The complexity here all depends on how many DITA specific tag you would like
to support.

Ludovic

Do you have an example of a DITA document.

2011/10/19 jerem jeremie.bousq...@gmail.com

  I've heard of DITA in the past. What I'm not sure to understand is what
 is
  the benefit of supporting DITA.
  How do you actually model documents with DITA and suppose you are round
  tripping back to DITA from XWiki, what do you actually do with the output
  ?
 You model by creating documents parts as XML files (fragments, concepts in
 dita world), and you can aggregate them to form a document by creating a
 dita map file, basically a summary referencing all needed fragments. You
 generate final document (pdf, rtf, xml, whatever) through a build process
 (ant or maven) from the sources (xml/ditamap/images/...).
 Fragments content looks like XHTML but with dita specific tags (fig,
 note ...).
 For us it's quite useful as we can easily define parts that are reused
 among
 documents (terminology, contacts ...) without heavy copy/paste, and
 integrate the documentation in overall build process. It's a bit like a
 maven site, but greatly more sophisticated and adapted to projects
 technical
 documents output.

 Our use-case for integrating XWiki in the loop is because the people
 targeted by these documents have no easy possibility to :
 - view final documents online
 - add their own comments to documents before they are delivered (in an
 easier way than bug tracking on documents ...)

 Publication to XWiki would solve this issue... Reverting back modifications
 from XWiki to DITA format would add more collaboration by letting end
 users propose modifications even if they don't know much about dita.

 Well I realize it's a bit out-of-scope of this thread, because dita is not
 what we could call popular. But if I investigate more on this subject
 I'll
 open a new thread (if you're interested of course).

 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Extending-XWiki-collaboration-toolset-tp6900649p6907687.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




-- 
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Curriki vs PeerWise

2011-10-19 Thread Guillaume Lerouge
Hi Asiri,

I think that the closest thing we have to this in XWiki would be the Polls
application:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Polls+Application , but
it's probably far from being as polished as PeerWise.

So you would have to either integrate and/or build something similar in
XWiki in order to benefit from the features.

Guillaume

On Tue, Oct 18, 2011 at 8:43 PM, Asiri Rathnayake 
asiri.rathnay...@gmail.com wrote:

 Hi,

 We've been recently experimenting with PeerWise (
 http://peerwise.cs.auckland.ac.nz/) which allows students to make / answer
 /
 rate simple multiple-choice style questions (there are a lot of social
 features as well). I was wondering if this kind of functionality is
 available in Curriki or any other XWiki derivative, it seemed implementing
 something like PeerWise on top of XWiki would be really interesting :)

 Many thanks for your comments.

 - Asiri
 ___
 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] Extending XWiki collaboration toolset

2011-10-19 Thread jerem
 Do you have an example of a DITA document. 

I have some we use here, but if I strip any confidential info from them only
the tags will remain :D

I found something more exhaustive from the specs (1.0) about what can be put
in the body of a topic:
http://docs.oasis-open.org/dita/v1.0/langspec/body.html

The contains part gives a good idea of the tags that can be managed. Of
course the complete dita spec contains much more tags.

Macros are a good idea but maybe problem is that (as far as I remember) you
cannot annotate the content of a macro (can you ?).
Well, I believe I'd need to think about it.


--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Extending-XWiki-collaboration-toolset-tp6900649p6908603.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] Extending XWiki collaboration toolset

2011-10-19 Thread Ludovic Dubost
DITA seems very rich in terms of tags. What I also find a bit complex is
that it looks like HTML, it uses some HTML tags, but it does not seem fully
html compliant.

I think macros could work but probably only for a subset of tags.

Using macros you can do

{{macroname
param1=param1value param2=param2value param3=param3value}}content that
can have more macros{{/macroname}}

There is quite a lot that can be done with the params. It is possible to
have close to anything in the param values.

As for annotations, maybe Anca can help about what can receive annotation
and what not.

Ludovic

2011/10/19 jerem jeremie.bousq...@gmail.com

  Do you have an example of a DITA document.

 I have some we use here, but if I strip any confidential info from them
 only
 the tags will remain :D

 I found something more exhaustive from the specs (1.0) about what can be
 put
 in the body of a topic:
 http://docs.oasis-open.org/dita/v1.0/langspec/body.html

 The contains part gives a good idea of the tags that can be managed. Of
 course the complete dita spec contains much more tags.

 Macros are a good idea but maybe problem is that (as far as I remember) you
 cannot annotate the content of a macro (can you ?).
 Well, I believe I'd need to think about it.


 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Extending-XWiki-collaboration-toolset-tp6900649p6908603.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




-- 
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread jerem
Hi,

I migrated successfully to XWiki 3.2, and tried to install the 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Application
Workspace Application. 

I first installed the 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Manager+Plugin
Wiki Manager Plugin , then the 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Component
Workspace Component , then the 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Application
Workspace Application , browse to Install page and attached
workspace-template.xar as indicated (and also set xwiki.virtual=1 in my
xwiki.cfg).

After restarting (and some checks that plugins were correctly installed), I
found that :
- unexpectedly to reach my home page now I have to use an url like this :
  http://host:port/xwiki/*wiki/xwiki*/view/Main/ 
  ..., or else it complains that this wiki does not exist. I would have
thought that the workspace app would not have changed the urls for everyone
...
- the urls generated inside the pages do not match this new url scheme, so
they all point now to a not existing wiki
- Browsing to WorkspaceManager.Install throws an exception in the page :

Error installing workspace template. Error number 50035 in 5: Exception in
plugin [com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin]: Wiki
[workspacetemplate] database update failed
Wrapped Exception: Error number 3202 in 3: Exception while reading document
[name = [XWikiPreferences], type = [DOCUMENT], parent = [name = [XWiki],
type = [SPACE], parent = [name = [workspacetemplate], type = [WIKI], parent
= [null
Wrapped Exception: Error number 3301 in 3: Exception while switching to
database [workspacetemplate]
Wrapped Exception: Access denied for user 'xwiki'@'127.0.0.1' to database
'workspacetemplate'

I tried to grant all privileges (MySql) on *.* to my user xwiki on
127.0.0.1, but it did not change anything.

To summarize : very good impression on xwiki 3.2, but not so good for now on
workspaces :D

Thanks for help,
Jerem

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6908844.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] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread Ludovic Dubost
This is clearly a rights issue. You must have not given the proper rights.
Check the password or also try:

grant all on *.* to 'xwiki'@'127.0.0.1' identified by 'xwiki';
or
grant all on *.* to 'xwiki'@'localhost' identified by 'xwiki';

You might have to restart XWiki (though I don't think so in this specific
case)

Ludovic

2011/10/19 jerem jeremie.bousq...@gmail.com

 Hi,

 I migrated successfully to XWiki 3.2, and tried to install the
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Application
 Workspace Application.

 I first installed the
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Manager+Plugin
 Wiki Manager Plugin , then the
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Component
 Workspace Component , then the
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Application
 Workspace Application , browse to Install page and attached
 workspace-template.xar as indicated (and also set xwiki.virtual=1 in my
 xwiki.cfg).

 After restarting (and some checks that plugins were correctly installed), I
 found that :
 - unexpectedly to reach my home page now I have to use an url like this :
  http://host:port/xwiki/*wiki/xwiki*/view/Main/
  ..., or else it complains that this wiki does not exist. I would have
 thought that the workspace app would not have changed the urls for everyone
 ...
 - the urls generated inside the pages do not match this new url scheme, so
 they all point now to a not existing wiki
 - Browsing to WorkspaceManager.Install throws an exception in the page :

 Error installing workspace template. Error number 50035 in 5: Exception in
 plugin [com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin]: Wiki
 [workspacetemplate] database update failed
 Wrapped Exception: Error number 3202 in 3: Exception while reading document
 [name = [XWikiPreferences], type = [DOCUMENT], parent = [name = [XWiki],
 type = [SPACE], parent = [name = [workspacetemplate], type = [WIKI], parent
 = [null
 Wrapped Exception: Error number 3301 in 3: Exception while switching to
 database [workspacetemplate]
 Wrapped Exception: Access denied for user 'xwiki'@'127.0.0.1' to database
 'workspacetemplate'

 I tried to grant all privileges (MySql) on *.* to my user xwiki on
 127.0.0.1, but it did not change anything.

 To summarize : very good impression on xwiki 3.2, but not so good for now
 on
 workspaces :D

 Thanks for help,
 Jerem

 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6908844.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




-- 
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread jerem
I'll retry that asap and let you know.
For rewritten urls, is it normal behaviour when activating workspaces ? I'd
need to change my proxy conf in this case (to rewrite /xwiki/bin to
/xwiki/wiki/xwiki).

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6909001.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] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread Ludovic Dubost
Either you work with usepath=1 and you have rewritten URLs or you use
usepath=0 and you will need DNS configuration.
Now the default URL will still work, but you might need a entry for the
default wiki. This entry might come with the wiki manager xar.

Ludovic

2011/10/19 jerem jeremie.bousq...@gmail.com

 I'll retry that asap and let you know.
 For rewritten urls, is it normal behaviour when activating workspaces ? I'd
 need to change my proxy conf in this case (to rewrite /xwiki/bin to
 /xwiki/wiki/xwiki).

 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6909001.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




-- 
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread Ludovic Dubost
Try also to access by IP. Normally using the IP should consider you on the
default wiki for sure.

2011/10/19 Ludovic Dubost ludo...@xwiki.com


 Either you work with usepath=1 and you have rewritten URLs or you use
 usepath=0 and you will need DNS configuration.
 Now the default URL will still work, but you might need a entry for the
 default wiki. This entry might come with the wiki manager xar.

 Ludovic

 2011/10/19 jerem jeremie.bousq...@gmail.com

 I'll retry that asap and let you know.
 For rewritten urls, is it normal behaviour when activating workspaces ?
 I'd
 need to change my proxy conf in this case (to rewrite /xwiki/bin to
 /xwiki/wiki/xwiki).

 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6909001.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




 --
 Ludovic Dubost
 Founder and CEO
 Blog: http://blog.ludovic.org/
 XWiki: http://www.xwiki.com
 Skype: ldubost GTalk: ldubost




-- 
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Curriki vs PeerWise

2011-10-19 Thread Asiri Rathnayake
Hi Guillaume,

Thanks for this pointer. Polls application clearly shows the potential of
XWiki for this kind of work!

- Asiri

On Wed, Oct 19, 2011 at 1:27 PM, Guillaume Lerouge guilla...@xwiki.comwrote:

 Hi Asiri,

 I think that the closest thing we have to this in XWiki would be the Polls
 application:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Polls+Application ,
 but
 it's probably far from being as polished as PeerWise.

 So you would have to either integrate and/or build something similar in
 XWiki in order to benefit from the features.

 Guillaume

 On Tue, Oct 18, 2011 at 8:43 PM, Asiri Rathnayake 
 asiri.rathnay...@gmail.com wrote:

  Hi,
 
  We've been recently experimenting with PeerWise (
  http://peerwise.cs.auckland.ac.nz/) which allows students to make /
 answer
  /
  rate simple multiple-choice style questions (there are a lot of social
  features as well). I was wondering if this kind of functionality is
  available in Curriki or any other XWiki derivative, it seemed
 implementing
  something like PeerWise on top of XWiki would be really interesting :)
 
  Many thanks for your comments.
 
  - Asiri
  ___
  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] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread Thomas Mortagne
See http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki for
more details.

On Wed, Oct 19, 2011 at 4:53 PM, Ludovic Dubost ludo...@xwiki.com wrote:
 Try also to access by IP. Normally using the IP should consider you on the
 default wiki for sure.

 2011/10/19 Ludovic Dubost ludo...@xwiki.com


 Either you work with usepath=1 and you have rewritten URLs or you use
 usepath=0 and you will need DNS configuration.
 Now the default URL will still work, but you might need a entry for the
 default wiki. This entry might come with the wiki manager xar.

 Ludovic

 2011/10/19 jerem jeremie.bousq...@gmail.com

 I'll retry that asap and let you know.
 For rewritten urls, is it normal behaviour when activating workspaces ?
 I'd
 need to change my proxy conf in this case (to rewrite /xwiki/bin to
 /xwiki/wiki/xwiki).

 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6909001.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




 --
 Ludovic Dubost
 Founder and CEO
 Blog: http://blog.ludovic.org/
 XWiki: http://www.xwiki.com
 Skype: ldubost GTalk: ldubost




 --
 Ludovic Dubost
 Founder and CEO
 Blog: http://blog.ludovic.org/
 XWiki: http://www.xwiki.com
 Skype: ldubost GTalk: ldubost
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




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


Re: [xwiki-users] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread Eduard Moraru
Hi Jerem,

First, thanks for the interest in the Workspace Application.

Now, as Ludovic and Thomas have already said, it's most likely a
configuration problem that comes from installing the required WikiManager
plugin over your non-virtual XE instance, practically transforming it into a
XEM instance.

Please make sure you allow the xwiki database user to create databases
freely [1] and that you choose a wiki access mode [2] convenient to your
usecase.

Workspaces needs a multi-wiki environment and that`s where all of this comes
from. Once the WikiManager plugin installation is completed and the
multi-wiki environment is set up, you can proceed with the final steps of
the Workspaces installation (visiting WorkspaceManager.Install and attaching
the workspace-template.xar).

Please let us know how it goes.

Thanks,
Eduard

-
References:
[1]
http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HConvertanexistingXWikiEnterpriseinstance
[2] http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki

On Wed, Oct 19, 2011 at 6:42 PM, Thomas Mortagne
thomas.morta...@xwiki.comwrote:

 See http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki for
 more details.

 On Wed, Oct 19, 2011 at 4:53 PM, Ludovic Dubost ludo...@xwiki.com wrote:
  Try also to access by IP. Normally using the IP should consider you on
 the
  default wiki for sure.
 
  2011/10/19 Ludovic Dubost ludo...@xwiki.com
 
 
  Either you work with usepath=1 and you have rewritten URLs or you use
  usepath=0 and you will need DNS configuration.
  Now the default URL will still work, but you might need a entry for the
  default wiki. This entry might come with the wiki manager xar.
 
  Ludovic
 
  2011/10/19 jerem jeremie.bousq...@gmail.com
 
  I'll retry that asap and let you know.
  For rewritten urls, is it normal behaviour when activating workspaces ?
  I'd
  need to change my proxy conf in this case (to rewrite /xwiki/bin to
  /xwiki/wiki/xwiki).
 
  --
  View this message in context:
 
 http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6909001.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
 
 
 
 
  --
  Ludovic Dubost
  Founder and CEO
  Blog: http://blog.ludovic.org/
  XWiki: http://www.xwiki.com
  Skype: ldubost GTalk: ldubost
 
 
 
 
  --
  Ludovic Dubost
  Founder and CEO
  Blog: http://blog.ludovic.org/
  XWiki: http://www.xwiki.com
  Skype: ldubost GTalk: ldubost
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 



 --
 Thomas Mortagne
 ___
 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] Troubles with XWiki3.2 / Workspace Application

2011-10-19 Thread Guillaume Lerouge
Hi Edy,

you might want to make it more visible on
http://extensions.xwiki.org/xwiki/bin/view/Extension/Workspace+Applicationthat
the WikiManager plugin has to be installed for the Workspace
application to work fine.

WDYT?

Guillaume

On Wed, Oct 19, 2011 at 6:01 PM, Eduard Moraru enygma2...@gmail.com wrote:

 Hi Jerem,

 First, thanks for the interest in the Workspace Application.

 Now, as Ludovic and Thomas have already said, it's most likely a
 configuration problem that comes from installing the required WikiManager
 plugin over your non-virtual XE instance, practically transforming it into
 a
 XEM instance.

 Please make sure you allow the xwiki database user to create databases
 freely [1] and that you choose a wiki access mode [2] convenient to your
 usecase.

 Workspaces needs a multi-wiki environment and that`s where all of this
 comes
 from. Once the WikiManager plugin installation is completed and the
 multi-wiki environment is set up, you can proceed with the final steps of
 the Workspaces installation (visiting WorkspaceManager.Install and
 attaching
 the workspace-template.xar).

 Please let us know how it goes.

 Thanks,
 Eduard

 -
 References:
 [1]

 http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HConvertanexistingXWikiEnterpriseinstance
 [2] http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki

 On Wed, Oct 19, 2011 at 6:42 PM, Thomas Mortagne
 thomas.morta...@xwiki.comwrote:

  See http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki for
  more details.
 
  On Wed, Oct 19, 2011 at 4:53 PM, Ludovic Dubost ludo...@xwiki.com
 wrote:
   Try also to access by IP. Normally using the IP should consider you on
  the
   default wiki for sure.
  
   2011/10/19 Ludovic Dubost ludo...@xwiki.com
  
  
   Either you work with usepath=1 and you have rewritten URLs or you use
   usepath=0 and you will need DNS configuration.
   Now the default URL will still work, but you might need a entry for
 the
   default wiki. This entry might come with the wiki manager xar.
  
   Ludovic
  
   2011/10/19 jerem jeremie.bousq...@gmail.com
  
   I'll retry that asap and let you know.
   For rewritten urls, is it normal behaviour when activating workspaces
 ?
   I'd
   need to change my proxy conf in this case (to rewrite /xwiki/bin to
   /xwiki/wiki/xwiki).
  
   --
   View this message in context:
  
 
 http://xwiki.475771.n2.nabble.com/Troubles-with-XWiki3-2-Workspace-Application-tp6908844p6909001.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
  
  
  
  
   --
   Ludovic Dubost
   Founder and CEO
   Blog: http://blog.ludovic.org/
   XWiki: http://www.xwiki.com
   Skype: ldubost GTalk: ldubost
  
  
  
  
   --
   Ludovic Dubost
   Founder and CEO
   Blog: http://blog.ludovic.org/
   XWiki: http://www.xwiki.com
   Skype: ldubost GTalk: ldubost
   ___
   users mailing list
   users@xwiki.org
   http://lists.xwiki.org/mailman/listinfo/users
  
 
 
 
  --
  Thomas Mortagne
  ___
  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] Changing multiple objects index order

2011-10-19 Thread Ashtar Communications
Hi,

Can't quite seem to figure this one out on my own...

Is there any way to change the index number of multiple objects of
the same class attached to a page?

I have a custom class with a number of properties, and a document with
a number of instances of that class attached. I then have some custom
display code on the Class Sheet which loops through all objects of the
custom class to display them in order. The problem is that this is
limited to displaying them in the order they were created.

When I use the class editor on the page, I get the list:

TestClass 0: Name
TestClass 1: Name
TestClass 2: Name

etc

The velocity loop which does the displaying always returns the objects
in that order - 0,1, 2, etc

#set($objs = $doc.getObjects('Admin.TestClass'))
#foreach($obj in $objs)

do some custom display stuff with each $obj 

#end

Is it possible to programmatically change the order of these objects?

Ultimately, I would like for the user to be able to drag and drop the
order of objects to manually set the display order in a persistent way
- much like the built-in Class Editor does for re-ordering multiple
properties of a class.

One workaround I have thought of is to include a property of the
custom Class for something like sort order and then allow the user
to modify this property, while leaving the underlying index order
untouched. This seems clunky to me, though...

Any thoughts?

As always, help is much appreciated.

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