[xwiki-users] WYSIWYG 2.0 - why rel=__blank

2009-05-19 Thread Reto Hotz
Hi,

I created an external link with the new wysiwyg editor (1.8.3). After 
that, I switch to wiki editor and the link looks like this:

[[linkxwiki:Sandbox.WebHome||rel=__blank]]

But rel=__blank is not defined in the Syntax 2.0 (according to 
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax).

Shouldn't it be
[[linkxwiki:Sandbox.WebHome||target=_blank]] ?


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


Re: [xwiki-users] WYSIWYG 2.0 - why rel=__blank

2009-05-19 Thread Vincent Massol
Hi Reto,

On May 19, 2009, at 8:30 AM, Reto Hotz wrote:

 Hi,

 I created an external link with the new wysiwyg editor (1.8.3). After
 that, I switch to wiki editor and the link looks like this:

 [[linkxwiki:Sandbox.WebHome||rel=__blank]]

 But rel=__blank is not defined in the Syntax 2.0 (according to
 http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax).

 Shouldn't it be
 [[linkxwiki:Sandbox.WebHome||target=_blank]] ?

target is not a valid XHTML attribute and since we generate valid  
XHMTL we couldn't use it. The XHTML way is to use rel and have a  
javascript that adds the bit to open the link in a new page.

The double underscore is simply to differentiate the rel value from  
any other valid value (I don't remember exactly the details).

is it not working?

Thanks
-Vincent

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


Re: [xwiki-users] Extended ToDo Application

2009-05-19 Thread Michael Beetz
Hello.

Thanks fort he reply.

Yes, I am looking for a team-task-manager-thing - therefore I am using the 
TaskManagerApplication yet.  If the intention of the ToDo is different than I 
am still looking for the Wanted Applications - Work Order Management 
http://code.xwiki.org/xwiki/bin/view/Applications/

It pretty fine and easy to link a ToDo to a parent page.  The disadvantage is a 
huge number of pages within the tree.  I do not know the XWike design 
principles in detail.  Therefore I couldn't suggest simply the parent relation 
or a specific link.  From the functional point of view:  I'd like to have a 
local view for the thinks to be done on a specific area / page / process ... 
and the global view who is involved / assigned on which issue.

List all by ... Ses, the ToDo.WebHome is doing that.

Create a ToDo based on a sequential number within a space:  Having a lot of 
ToDos needs numbering it.  That's the main request.  And it would be fine to a 
have different groups for different spaces (1 - 1 for ToDos within 
space XYZ, 2 - 2 for ToDos within space ABC).

Thanks again
mb

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of M 
Rawash
Sent: Tuesday, May 19, 2009 12:45 AM
To: users@xwiki.org
Subject: Re: [xwiki-users] Extended ToDo Application

On Sun, 2009-05-10 at 09:42 +0200, Michael Beetz wrote: 
 Hi all,

hello.

 The Extended ToDo Application seams to be the more active application (than 
 the Task Manager Application).  Is there any way to add these nice features 
 to that application too?
 -  create a todo linked to a page

you mean like having a wiki page as the todo's parent (a la TaskManager)
or making reference to another wiki page in the todo's body?

 -  list all todos by page / by assignee / by reporter

doesn't Todo.WebHome already do that (except for the 'reporter' bit)?
does your todo table look different from the one in the screenshot?

judging from an earlier post by you, you seem to be using the
ExtendedTodoApplication as a team-task-manager-thing, that's not the
intended purpose, it's more of a personalised todo list, i'm even
thinking of removing the 'assignee' propriety and limiting todo access
to the original reporter (ideas?)

 -  create a todo having a sequential number within a space

can you give me an example for that? 


thanks,
M Rawash

___
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] WYSIWYG 2.0 - why rel=__blank

2009-05-19 Thread Reto Hotz
Hi Vincent,

Vincent Massol wrote:
 target is not a valid XHTML attribute and since we generate valid  
 XHMTL we couldn't use it. The XHTML way is to use rel and have a  
 javascript that adds the bit to open the link in a new page.

I understand that target is not a valid xhtml attribute.
But I still don't get it. What has this to do with the generated xwiki 
code? Why does the wysiwyg editor not generate the same xwiki code as 
described in the Syntax?

Either both should have rel=__blank or both should have target=_blank


Another example: When I use it the other way around:
1. I create the link in xwiki editor (with target=_blank)
2. then I switch to WYSYWIG editor and edit this link -- The WYSIWYG 
editor loses the Open link in new window checkbox and I have to check 
it again.

 is it not working?

It is working fine. But it's confusing me. :)

Greetings
Reto

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


Re: [xwiki-users] WYSIWYG 2.0 - why rel=__blank

2009-05-19 Thread hel-o

Hi,


Reto Hotz wrote:
 
 
 Another example: When I use it the other way around:
 1. I create the link in xwiki editor (with target=_blank)
 2. then I switch to WYSYWIG editor and edit this link -- The WYSIWYG 
 editor loses the Open link in new window checkbox and I have to check 
 it again.
 
 

And when you take a look at the wiki code then you get:

[[linkxwiki:Sandbox.WebHome||rel=__blank target=_blank]]

But you are right, the XWiki Syntax page should be changed.

hel.



-
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/WYSIWYG-2.0---why-rel%3D%22__blank%22-tp2937779p2938031.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] WYSIWYG 2.0 (1.8.3)

2009-05-19 Thread hel-o

Hi,

and first of all, 1.8.3 is great, the link dialog is working fine and all in
all syntax 2.0 and wysiwyg for 2.0 seem to be of age now;)

Some things i found in context with the parent field and the link dialog.

To have pages in tree-view in the link dialog the parent has to be set as
space.page. If the parent is set only as page or as wiki:space.page
(like it is set automatically in a virtual wiki environment, by the way
great that the parent is set anyway now), the Page is displayed in the main
level of the tree view.

Cheers
hel.


-
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/WYSIWYG-2.0-%281.8.3%29-tp2938056p2938056.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] WYSIWYG 2.0 - why rel=__blank

2009-05-19 Thread Vincent Massol

On May 19, 2009, at 9:40 AM, hel-o wrote:


 Hi,


 Reto Hotz wrote:


 Another example: When I use it the other way around:
 1. I create the link in xwiki editor (with target=_blank)
 2. then I switch to WYSYWIG editor and edit this link -- The WYSIWYG
 editor loses the Open link in new window checkbox and I have to  
 check
 it again.



 And when you take a look at the wiki code then you get:

 [[linkxwiki:Sandbox.WebHome||rel=__blank target=_blank]]

 But you are right, the XWiki Syntax page should be changed.

Fixed.

Thanks
-Vincent

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


Re: [xwiki-users] WYSIWYG 2.0 (1.8.3)

2009-05-19 Thread Jean-Vincent Drean
On Tue, May 19, 2009 at 9:44 AM, hel-o h...@hel.at wrote:

 Hi,

 and first of all, 1.8.3 is great, the link dialog is working fine and all in
 all syntax 2.0 and wysiwyg for 2.0 seem to be of age now;)

 Some things i found in context with the parent field and the link dialog.

 To have pages in tree-view in the link dialog the parent has to be set as
 space.page. If the parent is set only as page or as wiki:space.page
 (like it is set automatically in a virtual wiki environment, by the way
 great that the parent is set anyway now), the Page is displayed in the main
 level of the tree view.


Hi, indeed this is a bug. I've created an issue:
http://jira.xwiki.org/jira/browse/XWIKI-3848
Thanks for the report !

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


Re: [xwiki-users] WYSIWYG 2.0 - why rel=__blank

2009-05-19 Thread Reto Hotz
Hi,

Vincent Massol wrote:
 Fixed.

I'm fine with that. Thanks for the clarification.

Greetings
Reto

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


[xwiki-users] No users and groups

2009-05-19 Thread hel-o

Hi,

just found that since my update (1.8.3) no users and groups are displayed in
the Admin-Application in my virtual wiki in the main wiki they are still
available.

I imported the default xar.

Thanks
hel.

-
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/No-users-and-groups-tp2938876p2938876.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] No users and groups

2009-05-19 Thread Sergiu Dumitriu
hel-o wrote:
 Hi,
 
 just found that since my update (1.8.3) no users and groups are displayed in
 the Admin-Application in my virtual wiki in the main wiki they are still
 available.
 
 I imported the default xar.

Please clean the cache, since some javascripts have changed.

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


[xwiki-users] Watch 1.1 Installation Problem

2009-05-19 Thread PRMcert.com

I was unable to install the Watch functionality in a Xwiki enterprise 1.8.3.
I followed the instructions but do not know how to execute (I am logged in
as Admin):

In Administration  Preferences  Advanced, add WatchCode.Translations as an
Internationalization Document Bundle.

Preferences has the logos such as General, Presentation etc.  but where is
Advanced?


-- 
View this message in context: 
http://n2.nabble.com/Watch-1.1-Installation-Problem-tp2939579p2939579.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] Watch 1.1 Installation Problem

2009-05-19 Thread Anca Paula Luca
PRMcert.com wrote:
 I was unable to install the Watch functionality in a Xwiki enterprise 1.8.3.
 I followed the instructions but do not know how to execute (I am logged in
 as Admin):
 
 In Administration  Preferences  Advanced, add WatchCode.Translations as an
 Internationalization Document Bundle.
 
 Preferences has the logos such as General, Presentation etc.  but where is
 Advanced?

The installation instructions on the XWatch wiki are for 1.5 platform version 
(and XWiki Enterprise), the update of XWiki Watch for more recent platform 
versions is in work as we speak.

However, the Internationalization Document Bundles settings are now under 
Programming.

Have a nice day,
Anca Luca

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


[xwiki-users] [ANN] XWiki Office 1.0 Milestone 3 released!

2009-05-19 Thread Florin Ciubotaru
The XWiki development team is pleased to announce the release of XWiki 
Office 1.0 Milestone 3.

Go grab it at  
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice !**

XWiki Office is a XWiki.org project that provides integration between 
Microsoft Office and XWiki servers.

For more information about XOffice go at: -  
http://xoffice.xwiki.org/xwiki/bin/view/Main/

Main changes from version 1.0 Milestone 2:
- Basic XML-RPC support
   - Opening, editing  publishing pages(XHTML content only)
   - Downloading, opening, editing  uploading attachments
   - Viewing the wiki in the Wiki Explorer
- Support for multiple encodings
- Improved wiki explorer
- Inhibited unnecessary Word messages  dialogs
- Better sync between Word instances
- Better  cleaner output

All active XWord M2 clients and snapshot instances will be automatically 
updated to the latest version.

For details about this release see the Release Notes at:
- http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice10M3

You can also view the roadmap here:
- http://xoffice.xwiki.org/xwiki/bin/view/Main/Roadmap#HVersion10Milestone3

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


Re: [xwiki-users] No users and groups

2009-05-19 Thread hel-o

How :blush:


Sergiu Dumitriu-2 wrote:
 
 
 Please clean the cache, since some javascripts have changed.
 
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 

Thanks
hel.

-
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/No-users-and-groups-tp2938876p2940900.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] Extended ToDo Application

2009-05-19 Thread Ludovic Dubost


We have a Task Manager we have done in our internal Wiki.  It has the 
sequential number feature. It also also to link a task to a page in the 
Wiki. It also includes notifications and panels.


Here is an export that is pretty raw for review. With a little bit of 
work it could be made available as a download.


We could improve it with the LiveTable grid

Ludovic

Michael Beetz a écrit :

Hello.

Thanks fort he reply.

Yes, I am looking for a team-task-manager-thing - therefore I am using the 
TaskManagerApplication yet.  If the intention of the ToDo is different than I am still looking for the 
Wanted Applications - Work Order Management 
http://code.xwiki.org/xwiki/bin/view/Applications/

It pretty fine and easy to link a ToDo to a parent page.  The disadvantage is a huge 
number of pages within the tree.  I do not know the XWike design principles in detail.  
Therefore I couldn't suggest simply the parent relation or a specific link.  From the 
functional point of view:  I'd like to have a local view for the thinks to be done on a 
specific area / page / process ... and the global view who is involved / assigned 
on which issue.

List all by ... Ses, the ToDo.WebHome is doing that.

Create a ToDo based on a sequential number within a space:  Having a lot of 
ToDos needs numbering it.  That's the main request.  And it would be fine to a 
have different groups for different spaces (1 - 1 for ToDos within 
space XYZ, 2 - 2 for ToDos within space ABC).

Thanks again
mb

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of M 
Rawash
Sent: Tuesday, May 19, 2009 12:45 AM
To: users@xwiki.org
Subject: Re: [xwiki-users] Extended ToDo Application

On Sun, 2009-05-10 at 09:42 +0200, Michael Beetz wrote: 
  

Hi all,



hello.

  

The Extended ToDo Application seams to be the more active application (than the 
Task Manager Application).  Is there any way to add these nice features to that 
application too?
-  create a todo linked to a page



you mean like having a wiki page as the todo's parent (a la TaskManager)
or making reference to another wiki page in the todo's body?

  

-  list all todos by page / by assignee / by reporter



doesn't Todo.WebHome already do that (except for the 'reporter' bit)?
does your todo table look different from the one in the screenshot?

judging from an earlier post by you, you seem to be using the
ExtendedTodoApplication as a team-task-manager-thing, that's not the
intended purpose, it's more of a personalised todo list, i'm even
thinking of removing the 'assignee' propriety and limiting todo access
to the original reporter (ideas?)

  

-  create a todo having a sequential number within a space



can you give me an example for that? 



thanks,
M Rawash

___
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

  



--
Ludovic Dubost
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