Re: [xwiki-users] Cannot create a hyperlink to another page on the Wiki using Link Wiki page.

2013-04-30 Thread Marius Dumitru Florea
On Tue, Apr 30, 2013 at 1:35 AM, JasoYeom tuxnic...@gmail.com wrote:
 I noticed the Wiki was looking for a file that doesn't exist:

 /resources/js/xwiki/wysiwyg/xwe/*WikiService.gwtrpc*

This is not a file but a service. The .gwtrpc suffix is used on the
server to dispatch the request to the GWT-RPC servlet which then
forwards the request to the WikiService component.

Unfortunately I didn't have time nor a Window machine to try to
reproduce your problems. It's on my todo list though..

Hope this helps,
Marius


 This is on the Windows download of the latest version with nothing added.



 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Cannot-create-a-hyperlink-to-another-page-on-the-Wiki-using-Link-Wiki-page-tp7584743p7584884.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
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fwd: [VOTE] New Link and Image syntax for XWiki Syntax 2.2

2013-04-30 Thread Vincent Massol
Forwarding to users list since it's interesting to know what users think about 
this for the new XWiki Syntax 2.2 too.

Please give your opinion.

Thanks
-Vincent

Begin forwarded message:

 From: Vincent Massol vinc...@massol.net
 Subject: [VOTE] New Link and Image syntax for XWiki Syntax 2.2
 Date: April 30, 2013 11:02:43 AM GMT+02:00
 To: XWiki Developers d...@xwiki.org
 
 Hi devs,
 
 Following this thread http://markmail.org/thread/vw3derowozijqalr it seems 
 clear that we need to introduce a better syntax for links and images in XWiki 
 Syntax 2.2 (in order to cope with use cases such as 
 http://jira.xwiki.org/jira/browse/XRENDERING-290).
 
 The need is to be able to plug new reference type handlers without breaking 
 backward compatibility in XWiki Syntax 2.2 (since right now with XWiki Syntax 
 2.0 and 2.1 adding a new type reference handler would break backward 
 compatibility).
 
 So here are various proposals to that effect for XWiki Syntax 2.2 (I've only 
 kept the interesting proposals from the previous thread). Please vote for the 
 one you prefer or add new solutions if you have other better ideas.
 
 Proposal 1
 =
 
 Force XWiki Syntax 2.2 to *ALWAYS* use the full form when creating a link or 
 image, i.e. all links would need to be written: [[labeltype:reference]]
 
 Examples:
 * [[labeldoc:space.page]]
 * [[labeldoc:wiki:space.page]]
 * [[labelpath:/some/path]]
 * [[labelurl:http://xwiki.org]]
 * [[labeluser:evalica]]
 * [[image:doc:wiki:space.p...@image.png]]
 * [[image:icon:someicon.png]]
 
 CONS:
 * Harder to write links to documents which is the main use case
 
 Proposal 2
 =
 
 Same as with XWiki Syntax 2.1 but for links or images to subwikis force the 
 user to use the doc: notation
 
 Examples:
 * [[labelspace.page]] or [[labeldoc:space.page]]
 * [[labeldoc:wiki:space.page]]
 * [[labelpath:/some/path]]
 * [[labelhttp://xwiki.org]] or [[labelurl:http://xwiki.org]]
 * [[labeluser:evalica]]
 * [[image:doc:wiki:space.p...@image.png]]
 * [[image:icon:someicon.png]]
 
 PRO:
 * Still easy to reference docs and images in the current wiki
 * Close to current XWiki Syntax 2.1
 
 CONS:
 * Harder to write links to documents in subwikis (for workspaces users for 
 example, see example of xwiki.org)
 
 Proposal 3
 =
 
 Always define the type as a link or image parameter, i.e. separate subwiki 
 notation from type.
 
 Examples:
 * [[labelspace.page]] or [[labelspace.page||type=doc]]
 * [[labelwiki:space.page]] or [[labelwiki:space.page||type=doc]]
 * [[label/some/path||type=path]]
 * [[labelhttp://xwiki.org]] or [[labelhttp://xwiki.org||type=url]]
 * [[labelevalica||type=user]]
 * [[image:wiki:space.p...@image.png]] or 
 [[image:wiki:space.p...@image.png||type=doc]]
 * [[image:someicon.png||type=icon]]
 
 PRO:
 * Still easy to reference docs
 * Clear separation between subwiki and types
 
 CONS:
 * Harder to write typed links
 * Harder to write references in non xwiki/2.x syntax that would not support 
 link parameters
 
 Thanks
 -Vincent
 
 

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


Re: [xwiki-users] Fwd: [VOTE] New Link and Image syntax for XWiki Syntax 2.2

2013-04-30 Thread Thomas Mortagne
On Tue, Apr 30, 2013 at 11:09 AM, Vincent Massol vinc...@massol.net wrote:
 Forwarding to users list since it's interesting to know what users think 
 about this for the new XWiki Syntax 2.2 too.

 Please give your opinion.

 Thanks
 -Vincent

 Begin forwarded message:

 From: Vincent Massol vinc...@massol.net
 Subject: [VOTE] New Link and Image syntax for XWiki Syntax 2.2
 Date: April 30, 2013 11:02:43 AM GMT+02:00
 To: XWiki Developers d...@xwiki.org

 Hi devs,

 Following this thread http://markmail.org/thread/vw3derowozijqalr it seems 
 clear that we need to introduce a better syntax for links and images in 
 XWiki Syntax 2.2 (in order to cope with use cases such as 
 http://jira.xwiki.org/jira/browse/XRENDERING-290).

 The need is to be able to plug new reference type handlers without breaking 
 backward compatibility in XWiki Syntax 2.2 (since right now with XWiki 
 Syntax 2.0 and 2.1 adding a new type reference handler would break backward 
 compatibility).

 So here are various proposals to that effect for XWiki Syntax 2.2 (I've only 
 kept the interesting proposals from the previous thread). Please vote for 
 the one you prefer or add new solutions if you have other better ideas.

 Proposal 1
 =

 Force XWiki Syntax 2.2 to *ALWAYS* use the full form when creating a link or 
 image, i.e. all links would need to be written: [[labeltype:reference]]

 Examples:
 * [[labeldoc:space.page]]
 * [[labeldoc:wiki:space.page]]
 * [[labelpath:/some/path]]
 * [[labelurl:http://xwiki.org]]
 * [[labeluser:evalica]]
 * [[image:doc:wiki:space.p...@image.png]]
 * [[image:icon:someicon.png]]

 CONS:
 * Harder to write links to documents which is the main use case

 Proposal 2
 =

 Same as with XWiki Syntax 2.1 but for links or images to subwikis force the 
 user to use the doc: notation

 Examples:
 * [[labelspace.page]] or [[labeldoc:space.page]]
 * [[labeldoc:wiki:space.page]]
 * [[labelpath:/some/path]]
 * [[labelhttp://xwiki.org]] or [[labelurl:http://xwiki.org]]
 * [[labeluser:evalica]]
 * [[image:doc:wiki:space.p...@image.png]]
 * [[image:icon:someicon.png]]

 PRO:
 * Still easy to reference docs and images in the current wiki
 * Close to current XWiki Syntax 2.1

 CONS:
 * Harder to write links to documents in subwikis (for workspaces users for 
 example, see example of xwiki.org)

 Proposal 3
 =

 Always define the type as a link or image parameter, i.e. separate subwiki 
 notation from type.

 Examples:
 * [[labelspace.page]] or [[labelspace.page||type=doc]]
 * [[labelwiki:space.page]] or [[labelwiki:space.page||type=doc]]
 * [[label/some/path||type=path]]
 * [[labelhttp://xwiki.org]] or [[labelhttp://xwiki.org||type=url]]
 * [[labelevalica||type=user]]
 * [[image:wiki:space.p...@image.png]] or 
 [[image:wiki:space.p...@image.png||type=doc]]
 * [[image:someicon.png||type=icon]]

 PRO:
 * Still easy to reference docs
 * Clear separation between subwiki and types

Funny thing is that this proposal is compatible with xwiki/2.0 syntax.


 CONS:
 * Harder to write typed links
 * Harder to write references in non xwiki/2.x syntax that would not support 
 link parameters

 Thanks
 -Vincent



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

I'm more for proposals 1 and 3 for their clarity but I'm pretty sure
most people will hate have to put doc: everywhere so here is my +1 for
3 for now. But don't rush I would like to take some more time to think
about it.

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


Re: [xwiki-users] [xwiki-devs] [VOTE] New Link and Image syntax for XWiki Syntax 2.2

2013-04-30 Thread Raluca Stavro
Hello,

+1 for proposal 3.

Raluca.

On Tue, Apr 30, 2013 at 12:02 PM, Vincent Massol vinc...@massol.net wrote:

 Hi devs,

 Following this thread http://markmail.org/thread/vw3derowozijqalr it
 seems clear that we need to introduce a better syntax for links and images
 in XWiki Syntax 2.2 (in order to cope with use cases such as
 http://jira.xwiki.org/jira/browse/XRENDERING-290).

 The need is to be able to plug new reference type handlers without
 breaking backward compatibility in XWiki Syntax 2.2 (since right now with
 XWiki Syntax 2.0 and 2.1 adding a new type reference handler would break
 backward compatibility).

 So here are various proposals to that effect for XWiki Syntax 2.2 (I've
 only kept the interesting proposals from the previous thread). Please vote
 for the one you prefer or add new solutions if you have other better ideas.

 Proposal 1
 =

 Force XWiki Syntax 2.2 to *ALWAYS* use the full form when creating a link
 or image, i.e. all links would need to be written: [[labeltype:reference]]

 Examples:
 * [[labeldoc:space.page]]
 * [[labeldoc:wiki:space.page]]
 * [[labelpath:/some/path]]
 * [[labelurl:http://xwiki.org]]
 * [[labeluser:evalica]]
 * [[image:doc:wiki:space.p...@image.png]]
 * [[image:icon:someicon.png]]

 CONS:
 * Harder to write links to documents which is the main use case

 Proposal 2
 =

 Same as with XWiki Syntax 2.1 but for links or images to subwikis force
 the user to use the doc: notation

 Examples:
 * [[labelspace.page]] or [[labeldoc:space.page]]
 * [[labeldoc:wiki:space.page]]
 * [[labelpath:/some/path]]
 * [[labelhttp://xwiki.org]] or [[labelurl:http://xwiki.org]]
 * [[labeluser:evalica]]
 * [[image:doc:wiki:space.p...@image.png]]
 * [[image:icon:someicon.png]]

 PRO:
 * Still easy to reference docs and images in the current wiki
 * Close to current XWiki Syntax 2.1

 CONS:
 * Harder to write links to documents in subwikis (for workspaces users for
 example, see example of xwiki.org)

 Proposal 3
 =

 Always define the type as a link or image parameter, i.e. separate subwiki
 notation from type.

 Examples:
 * [[labelspace.page]] or [[labelspace.page||type=doc]]
 * [[labelwiki:space.page]] or [[labelwiki:space.page||type=doc]]
 * [[label/some/path||type=path]]
 * [[labelhttp://xwiki.org]] or [[labelhttp://xwiki.org||type=url]]
 * [[labelevalica||type=user]]
 * [[image:wiki:space.p...@image.png]] or [[image:wiki:space.p...@image.png
 ||type=doc]]
 * [[image:someicon.png||type=icon]]

 PRO:
 * Still easy to reference docs
 * Clear separation between subwiki and types

 CONS:
 * Harder to write typed links
 * Harder to write references in non xwiki/2.x syntax that would not
 support link parameters

 Thanks
 -Vincent


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

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


Re: [xwiki-users] Cannot create a hyperlink to another page on the Wiki using Link Wiki page.

2013-04-30 Thread JasoYeom
Thanks for the response.  If I can help in anyway just let me know.  I've
done searches for this error and it seems to have been around for a bit.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Cannot-create-a-hyperlink-to-another-page-on-the-Wiki-using-Link-Wiki-page-tp7584743p7584907.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] Subspace XWiki

2013-04-30 Thread Milton Lima
Hi! Good afternoon!

How to create a subspace of the space XWiki?

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


Re: [xwiki-users] Subspace XWiki

2013-04-30 Thread Vincent Massol
Hi,

On Apr 30, 2013, at 8:11 PM, Milton Lima flmil...@gmail.com wrote:

 Hi! Good afternoon!
 
 How to create a subspace of the space XWiki?

See http://platform.xwiki.org/xwiki/bin/view/Features/Spaces

Thanks
-Vincent

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