[xwiki-users] multi select tag

2014-03-11 Thread Pascal BASTIEN
Hello

I use the tag extension:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
and I try to use multi select tag to display document list (like  on your nice 
web site: http://xwiki.org/xwiki/bin/view/FAQ/WebHome or 
http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome or )
I copy  paste source code without success.
Any help/documentation? :-)

PS: In the mailing list someone talking about tagedit.vm but I think it didn't 
exist anymore?

Thxs.

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


[xwiki-users] how to duplicate blog?

2014-03-11 Thread Pascal BASTIEN
Hello
I use the blog extension: great
http://extensions.xwiki.org/xwiki/bin/view/Extension/Blog+Application
Now i want to duplicate the blog to a new one but i want a independant blog.
I follow the documentation:
URL to server:port/xwiki/bin/view/Blog/Management
and I Select the blog is the main content of that space
Problems  are:
- I don't have blog's panels: Recent post, unpublished, categories and archive
- Categories proposed and edited are the same of the other blog. I want new 
categories.
- and worst new post display in Recent post of the other blog and/or 
unpublished

By the way, unpublished post display this mouse over tip in french: Cet 
article de blog n#39;a pas encore été publié. Publier l#39;article

Thxs again for your help.

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


Re: [xwiki-users] Activity Stream

2014-03-11 Thread Marius Dumitru Florea
You can edit Dashboard.WebHome in object mode and edit the
XWIki.GadgetClass object corresponding to the Activity Stream then
replace the content with

{{velocity}}
#if ($hasAdmin)
  {{activity/}}
#end
{{/velocity}}

This will hide the content of the Activity Stream but it will keep the
heading. I don't think it's possible to display the heading based on
the user rights..

Hope this helps,
Marius

On Fri, Mar 7, 2014 at 7:47 PM, Daniel Ebanja
danieleba...@googlemail.com wrote:
 Hallo,
 is it possible to turn the activity Stream for users of. I want the admin
 only to see this.
 Thanks.
 ___
 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] multi select tag

2014-03-11 Thread Marius Dumitru Florea
If you are referring to the Tag Cloud above the live table then you
need to check 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro
.

Hope this helps,
Marius

On Tue, Mar 11, 2014 at 11:45 AM, Pascal BASTIEN
pbasnews-xw...@yahoo.fr wrote:
 Hello

 I use the tag extension:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
 and I try to use multi select tag to display document list (like  on your 
 nice web site: http://xwiki.org/xwiki/bin/view/FAQ/WebHome or 
 http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome or )
 I copy  paste source code without success.
 Any help/documentation? :-)

 PS: In the mailing list someone talking about tagedit.vm but I think it 
 didn't exist anymore?

 Thxs.

 Pascal B.
 ___
 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] multi select tag

2014-03-11 Thread Pascal BASTIEN
Yes I think that i want. I will read the doc about livetable and try.

NB: the source of this page http://xwiki.org/xwiki/bin/view/FAQ/WebHome doesn't 
contain livetable function. Is it hidden by include like the extension page?





 De : Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org 
Envoyé le : Mardi 11 mars 2014 12h12
Objet : Re: [xwiki-users] multi select tag
 

If you are referring to the Tag Cloud above the live table then you
need to check 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro
.

Hope this helps,
Marius


On Tue, Mar 11, 2014 at 11:45 AM, Pascal BASTIEN
pbasnews-xw...@yahoo.fr wrote:
 Hello

 I use the tag extension:
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
 and I try to use multi select tag to display document list (like  on your 
 nice web site: http://xwiki.org/xwiki/bin/view/FAQ/WebHome or 
 http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome or )
 I copy  paste source code without success.
 Any help/documentation? :-)
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] multi select tag

2014-03-11 Thread vinc...@massol.net
 



On 11 Mar 2014 at 13:51:39, Pascal BASTIEN 
(pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote:

 Yes I think that i want. I will read the doc about livetable and try.
  
 NB: the source of this page http://xwiki.org/xwiki/bin/view/FAQ/WebHome 
 doesn't contain livetable function. Is it hidden by include like the 
 extension page?

It’s magic :)

It’s using the concept of class sheet binding, see
http://extensions.xwiki.org/xwiki/bin/view/Extension/Sheet+Module#HClasssheets

Thanks
-Vincent

 
 De : Marius Dumitru Florea  
 À : Pascal BASTIEN ; XWiki Users  
 Envoyé le : Mardi 11 mars 2014 12h12
 Objet : Re: [xwiki-users] multi select tag
  
  
 If you are referring to the Tag Cloud above the live table then you
 need to check 
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro
 .
  
 Hope this helps,
 Marius
  
  
 On Tue, Mar 11, 2014 at 11:45 AM, Pascal BASTIEN
 wrote:
  Hello
 
  I use the tag extension:
  http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
  and I try to use multi select tag to display document list (like on your 
  nice web site: http://xwiki.org/xwiki/bin/view/FAQ/WebHome or 
  http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome or )
  I copy  paste source code without success.
  Any help/documentation? :-)
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Add yourself to the XWiki community map!

2014-03-11 Thread Helen Stockebrand
Okay, I added myself as well. Although I am pretty sure I screwed up the
description and title of the map itself. Sorry about that. ;)

Helen



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Add-yourself-to-the-XWiki-community-map-tp7589485p7589509.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] multi select tag

2014-03-11 Thread Pascal BASTIEN
Right: computing is magic.

Then, your FAQ page use livetable too.

K thxs both for your reading. i will understand  try all of that.

(If my xwiki selected you will probably see me in your administrator and/or 
devlopper training.)





 De : vinc...@massol.net vinc...@massol.net
À : XWiki Users users@xwiki.org 
Envoyé le : Mardi 11 mars 2014 13h54
Objet : Re: [xwiki-users] multi select tag
 




On 11 Mar 2014 at 13:51:39, Pascal BASTIEN 
(pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote:

 Yes I think that i want. I will read the doc about livetable and try.
  
 NB: the source of this page http://xwiki.org/xwiki/bin/view/FAQ/WebHome 
 doesn't contain livetable function. Is it hidden by include like the 
 extension page?

It’s magic :)

It’s using the concept of class sheet binding, see
http://extensions.xwiki.org/xwiki/bin/view/Extension/Sheet+Module#HClasssheets

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


Re: [xwiki-users] Add yourself to the XWiki community map!

2014-03-11 Thread Patrick Masson

I changed the map title and description back. Thanks Helen.

On 03/11/2014 09:13 AM, Helen Stockebrand wrote:

Okay, I added myself as well. Although I am pretty sure I screwed up the
description and title of the map itself. Sorry about that. ;)

Helen



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Add-yourself-to-the-XWiki-community-map-tp7589485p7589509.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


--
|||  |  |||||  |||| |||
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
Skype: massonpj
sip: mas...@getonsip.com 
https://www.getonsip.com/call?a=mas...@getonsip.com

Ph: (970) 4MASSON
Em: mas...@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] Add yourself to the XWiki community map!

2014-03-11 Thread vinc...@massol.net
Indeed, you had modified the map’s title and description! :)

I didn’t remember what was there before so I made up a new title/desc.

Thanks
-Vincent

On 11 Mar 2014 at 14:13:47, Helen Stockebrand 
(helen.wiki.h...@gmail.com(mailto:helen.wiki.h...@gmail.com)) wrote:

 Okay, I added myself as well. Although I am pretty sure I screwed up the
 description and title of the map itself. Sorry about that. ;)
  
 Helen
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Getting in touch with a member directly: Sergiu Dumitriu

2014-03-11 Thread Paul Pinkerton (ACLCO)
I am interested in getting in touch with Sergiu Dumitriu.  I see that
you are also in Toronto, Ontario, Canada.
Please email me directly.  Email below.

Paul Pinkerton
KnowledgeNow Project Lead
pink...@lao.on.ca
 
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org 

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


[xwiki-users] Dropping support for IE8 in 6.x cycle?

2014-03-11 Thread Ecaterina Moraru (Valica)
Hi everyone,

For the 6.x cycle ( http://www.xwiki.org/xwiki/bin/view/Roadmaps/WebHome )
we plan to develop a new skin Flamingo (
http://design.xwiki.org/xwiki/bin/view/Improvements/Skin4x ).
One of the advantages of this skin is that is **responsive**. Currently IE8
doesn't natively support this functionality.

I am wondering how many of you are using this browser and how difficult
would be upgrade to a newer version of IE (IE10, IE11).

IE8 was released in March 2009 (4 years ago)
IE9 - March 2011 (2 years ago)
IE10 - Sept 2012 (17 months ago)
IE11 - Oct 2013 (4 month ago)

Let me know of any other problems that could prevent us from dropping the
IE8 support.

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


Re: [xwiki-users] Add yourself to the XWiki community map!

2014-03-11 Thread DeHaynes
I added myself, but I didn't add my organization because I am still trying to
convince them to use XWiki.  
Can't wait to see if anyone else around me is using this.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Add-yourself-to-the-XWiki-community-map-tp7589485p7589517.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] Dropping support for IE8 in 6.x cycle?

2014-03-11 Thread Ecaterina Moraru (Valica)
The current supported browser list is available here
http://dev.xwiki.org/xwiki/bin/view/Community/BrowserSupportStrategy

Thanks,
Caty


On Tue, Mar 11, 2014 at 4:32 PM, Ecaterina Moraru (Valica) 
vali...@gmail.com wrote:

 Hi everyone,

 For the 6.x cycle ( http://www.xwiki.org/xwiki/bin/view/Roadmaps/WebHome) we 
 plan to develop a new skin Flamingo (
 http://design.xwiki.org/xwiki/bin/view/Improvements/Skin4x ).
 One of the advantages of this skin is that is **responsive**. Currently
 IE8 doesn't natively support this functionality.

 I am wondering how many of you are using this browser and how difficult
 would be upgrade to a newer version of IE (IE10, IE11).

 IE8 was released in March 2009 (4 years ago)
 IE9 - March 2011 (2 years ago)
 IE10 - Sept 2012 (17 months ago)
 IE11 - Oct 2013 (4 month ago)

 Let me know of any other problems that could prevent us from dropping the
 IE8 support.

 Thanks,
 Caty

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


Re: [xwiki-users] Add yourself to the XWiki community map!

2014-03-11 Thread vinc...@massol.net
Cool, the more the merrier ! (note that you could give a little bit of context, 
like explain what you use xwiki for, without specifying your company name :)).

Come on guys, add yourself, don’t be shy, we added +11 users since yesterday, 
we can do better, there are 800 users on this list! :)

Thanks
-Vincent

On 11 Mar 2014 at 15:33:46, DeHaynes (ew1...@wayne.edu) wrote:

I added myself, but I didn't add my organization because I am still trying to  
convince them to use XWiki.  
Can't wait to see if anyone else around me is using this.  


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


Re: [xwiki-users] Dropping support for IE8 in 6.x cycle?

2014-03-11 Thread Leonardo Kodato
I think if even google dropped support to IE8(in their apps), why would you
maintain it?
Besides, no one wants to make thousands of hacks just to support an old
browser.
And Xwiki is not just a wiki. Is a 2.0 Enterprise Wiki. IE8 doesn't sound
well with 2.0 hahaha.

Btw, 4 years is a lot of time. Who has a 4 year computer today?
You lost some old browser users, but you win some android, iPad and Iphone
users.

That's is what I think as a user and a html developer.

Thank you =).




2014-03-11 11:35 GMT-03:00 Ecaterina Moraru (Valica) vali...@gmail.com:

 The current supported browser list is available here
 http://dev.xwiki.org/xwiki/bin/view/Community/BrowserSupportStrategy

 Thanks,
 Caty


 On Tue, Mar 11, 2014 at 4:32 PM, Ecaterina Moraru (Valica) 
 vali...@gmail.com wrote:

  Hi everyone,
 
  For the 6.x cycle ( http://www.xwiki.org/xwiki/bin/view/Roadmaps/WebHome)
 we plan to develop a new skin Flamingo (
  http://design.xwiki.org/xwiki/bin/view/Improvements/Skin4x ).
  One of the advantages of this skin is that is **responsive**. Currently
  IE8 doesn't natively support this functionality.
 
  I am wondering how many of you are using this browser and how difficult
  would be upgrade to a newer version of IE (IE10, IE11).
 
  IE8 was released in March 2009 (4 years ago)
  IE9 - March 2011 (2 years ago)
  IE10 - Sept 2012 (17 months ago)
  IE11 - Oct 2013 (4 month ago)
 
  Let me know of any other problems that could prevent us from dropping the
  IE8 support.
 
  Thanks,
  Caty
 
 ___
 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] Dropping support for IE8 in 6.x cycle?

2014-03-11 Thread Jeremie BOUSQUET
Hello,

Well, not everyone is that lucky :)
Currently as you said it's an Enterprise wiki, and some enterprises do not
necessarily shine with being up-to-date. Currently in mine our official
browser is still IE8. And most of our customers also stick to IE8. In this
kind of context there is no solution, except praying that your IT will
schedule some upgrade not too far from now.
Not saying this is representative of the majority - I have no idea. I hope
not.

4 years seem quite old, but in my opinion it's quite sad to see that many
web apps have to drop support for so recent browsers versions, due to
maintenance costs (though completely understandable). We could have
imagined that a responsive js framework could gracefully manage when
browser is not responsive (do you remember, when web sites could imagine
that you didn't want to activate javascript and still work ? :) ). If the
intention of these frameworks is to reach everyone everywhere from every
device, then it would seem logical to manage every browser ;-) But I must
say I'm not sure of what it means, or amount of work that would be needed.

BR,
Jeremie

PS: my own computer is more than 4 years old :)



2014-03-11 20:03 GMT+01:00 Leonardo Kodato leonardokod...@gmail.com:

 I think if even google dropped support to IE8(in their apps), why would you
 maintain it?
 Besides, no one wants to make thousands of hacks just to support an old
 browser.
 And Xwiki is not just a wiki. Is a 2.0 Enterprise Wiki. IE8 doesn't sound
 well with 2.0 hahaha.

 Btw, 4 years is a lot of time. Who has a 4 year computer today?
 You lost some old browser users, but you win some android, iPad and Iphone
 users.

 That's is what I think as a user and a html developer.

 Thank you =).




 2014-03-11 11:35 GMT-03:00 Ecaterina Moraru (Valica) vali...@gmail.com:

  The current supported browser list is available here
  http://dev.xwiki.org/xwiki/bin/view/Community/BrowserSupportStrategy
 
  Thanks,
  Caty
 
 
  On Tue, Mar 11, 2014 at 4:32 PM, Ecaterina Moraru (Valica) 
  vali...@gmail.com wrote:
 
   Hi everyone,
  
   For the 6.x cycle (
 http://www.xwiki.org/xwiki/bin/view/Roadmaps/WebHome)
  we plan to develop a new skin Flamingo (
   http://design.xwiki.org/xwiki/bin/view/Improvements/Skin4x ).
   One of the advantages of this skin is that is **responsive**. Currently
   IE8 doesn't natively support this functionality.
  
   I am wondering how many of you are using this browser and how difficult
   would be upgrade to a newer version of IE (IE10, IE11).
  
   IE8 was released in March 2009 (4 years ago)
   IE9 - March 2011 (2 years ago)
   IE10 - Sept 2012 (17 months ago)
   IE11 - Oct 2013 (4 month ago)
  
   Let me know of any other problems that could prevent us from dropping
 the
   IE8 support.
  
   Thanks,
   Caty
  
  ___
  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