Re: [xwiki-users] Dashboard customization

2011-03-17 Thread Vincent Massol

On Mar 16, 2011, at 2:26 PM, Nicolas Jouanin wrote:

 Hi,
 
 how do you change the default dashboard layout ?

Simply Edit the home page in Inline mode and you'll be able to drag and drop 
gadgets around, removing a column, adding a new one, etc.

 I mean dashboard source shows :
 {{dashboard source=Main.Dashboard/}}
 
 and Main.Dashboard has:
 {{dashboard/}}
 
 How do you change for example the dashbord layout or limit the liste of
 spaces shown ?

The spaces are listed with the spaces gadget. Just go to MAin.Dashboard and 
edit in Object mode.
In the near future, Anca is going to commit gadget edition (she has it on her 
machine but still requires some testing).

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


Re: [xwiki-users] [xwiki-devs] Bugfixing day tomorrow

2011-03-17 Thread Jerome Velociter
Let's do it. What should be the keyword on JIRA ? bugfixingday ?

Jerome

On Wed, Mar 16, 2011 at 3:55 PM, Sergiu Dumitriu ser...@xwiki.com wrote:
 Hi community,

 Time flies when you're having fun, so we missed last week's Thursday
 bugfixing day (which would have made it a monthly event). So, tomorrow
 there will be another bugfixing day, in preparation for a clean 3.0 release.

 As usual, everyone is welcome to participate in bugfixing, but not only:
 bug triage and bug reporting is also very much appreciated.
 --
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 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] [xwiki-devs] Bugfixing day tomorrow

2011-03-17 Thread Sergiu Dumitriu
On 03/17/2011 09:18 AM, Jerome Velociter wrote:
 Let's do it. What should be the keyword on JIRA ? bugfixingday ?

Yep, as always.

 Jerome

 On Wed, Mar 16, 2011 at 3:55 PM, Sergiu Dumitriuser...@xwiki.com  wrote:
 Hi community,

 Time flies when you're having fun, so we missed last week's Thursday
 bugfixing day (which would have made it a monthly event). So, tomorrow
 there will be another bugfixing day, in preparation for a clean 3.0 release.

 As usual, everyone is welcome to participate in bugfixing, but not only:
 bug triage and bug reporting is also very much appreciated.


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


[xwiki-users] WatchListRss and virtual wiki

2011-03-17 Thread Werner Greßhoff
Hello,

we are using XWiki 2.7.0 with farming activated and are observing
problems regarding the WatchList feed. We are observing 2 problems:

- the link in the generated feed points to the master wiki
- the feed is empty

We don't use virtual domains, so perhaps this is the problem?
The Blog Rss feed has the same problems while the RSS feed (WebRSS)
with full activity has no problems at all.
I had a look at the velocity code of WatchListRSS an WebRSS: the former
is much simpler, but I don't have a clue regarding velocity.
XWiki 2.7.1 (no farming activated) shows no problems.
-- 
Mit freundlichen Grüßen

Werner Greßhoff
Dezernet 2 - Digitale Dienste
Universitäts- und Landesbibliothek Münster
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Wiki gardening

2011-03-17 Thread Bit-Man
Hi Sergiu,

On Tue, Mar 15, 2011 at 16:17, Sergiu Dumitriu ser...@xwiki.com wrote:
 On 03/15/2011 07:27 PM, Víctor A. Rodríguez (Bit-Man) wrote:
 Hi,

 we're using Xwiki as our main local knowledge repository (kind of) and
 we've started some gardening.
 We did some assessment and some minimal cleanup but as far as we can
 see we'll need to do some automated wiki gardening : broken links
 detection, duplicated content, etc.

 Do you use some automated tools to do it ? or simply do the cleaning 
 manually ?

 No, not really. What can be done is to detect such content.

 There's the Orphaned Pages tab in Document Index, which can list
 pages which don't have a valid parent.

 This snippet can detect broken links:
 http://extensions.xwiki.org/xwiki/bin/Extension/All+Broken+Links

Thanks a lot, I'll take a look to the extensions

 Duplicated content is harder to find, and depends on what you understand
 by duplicate content. If that's exact copy, character by character,
 you could use something like this: (works on mysql, depends on the rdbms
 implementing MD5 method)

 {{velocity}}
 #foreach($doc in $xwiki.search(select doc.fullName from XWikiDocument
 doc where MD5(doc.content) in (select MD5(d.content) from XWikiDocument
 d group by MD5(d.content) having count(*)  1)))
 * [[$doc]]
 #end
 {{/velocity}}

 This only checks the content field, and will report all documents based
 on the template+sheet pattern.

 If you mean fairly similar to, then that's not something that can be
 done out of the box, but you could integrate a third party tool
 dedicated to finding similar documents, feed it the content of the wiki,
 and check its results.

Agreed, it's a kind of ambitious goal

 As for the cleanup part, that has to be done manually. Or, with a bit of
 scripting, you can do whatever you want with the reported documents.

Thanks a lot for your help !

-- 
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man)
Programming: love it or leave it
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Gallery Macro

2011-03-17 Thread Gérard Turmel
Hi

I'am trying to have a repository of image managed in the xWiki for my 
commercial team .

Is it possible with gallery macro to copy  the current image in the clipboard
with a right clic in the browser  (and to be pasted in some local editor) ?

Thanks.

Le 17/03/2011 16:42, Vincent Massol a écrit :
 Hi everyone,

 myxwiki.org has been upgraded to XE 3.0 Milestone 3. If you own a wiki hosted 
 there you should have a look at the release notes for this version at:
 http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/

 We also strongly recommend an upgrade to the latest wiki version. To upgrade 
 you must download the corresponding XWiki XAR from :
 http://www.xwiki.org/xwiki/bin/view/Main/Download

 And follow the upgrade guide available at :
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

 To be notified of the myxwiki.org server upgrade you can follow myxwiki on 
 twitter:
 http://twitter.com/myxwiki

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





**
Ce message et toutes les pieces jointes sont confidentiels et etablis à 
l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite.
Tout message electronique est susceptible d'alteration.
SISTEER decline toute responsabilite au titre de ce message s'il a ete altere, 
deforme ou falsifie.
Si vous n'etes pas le destinataire de ce message, merci de le detruire et 
d'informer l'expediteur.
**
This message and any attachments are confidential and intended solely for the 
addressee(s).
Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration.
SISTEER shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it 
immediately and inform the sender.
**

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


Re: [xwiki-users] Drop mailing lists in favor of a forum software

2011-03-17 Thread Thibaut Camberlin
Hi,

IMO it makes a lot of sense to use a forum solution for users (when it does
not for devs). When I was working with WordPress software, I was reading a
lot forum threads (they are using their other product, bbPress). I wouldn't
have thought about subscribing to a mailing list, I didn't even know they
existed. I was not Open Source minded, so are a lot of people using XWiki
and willing to contribute good feedback. A forum is so much easier to read
(topics, dates, tags, rates) and much less geek.

I am +1 for a forum solution for users.

--
Thibaut

On Mon, Mar 14, 2011 at 11:33 AM, Andreas Hahn ah...@gmx.net wrote:

 Am 14.03.2011 09:16, schrieb Vincent Massol:
  On Mar 13, 2011, at 10:00 PM, Andreas Hahn wrote:
 
  Am 10.03.2011 17:39, schrieb Paul Libbrecht:
  Please contradict me!
  Paul,
  actually - how could I do this ?
  I'm not an expert in forum software so I'd to go for the naive approach
  - comparing features e.t.c.
 
  I was hoping for some insight that it is beneficial for the whole
  project to encourage users first to browse and then to participate -
  even if it means  for you and the others around here to give up beloved
  habits.
 
  Anyway - I'm not going to push you guys back to the future of Web 2.0.
 
  Given the lame participation when compared to the survey 4 years ago it
  seems to me that quite some people have already left the boat and it may
  not matter anymore.
  I'm not sure how to read your last 2 paragraphs.
 
  Just note that fro my POV there's no you and me here. There's only a
 global community and you're part of it. That said at some point some people
 are going to need to work to make it happen, this is where the distinction
 will happen. How far are you willing to help? Maybe a first step would be
 that you help find either a forum software that fits the bill or a hosted
 service that would work for us.
 
   From the people who answered so far my feeling is that:
  * people seem to agree in general that at least for users a forum would
 be nicer
  * since xwiki committers provide a substantial amount of answers to the
 user list as of today it would be nice that they can continue to have the
 information coming to me

 For my own FOSS project I'm hoping to start soon - I'll be going with
 http://stackoverflow.com. Providing support means checking the site for
 tagged questions a couple of times a day. It's just one mouse click. For
 me it makes no real difference in getting mails or checking a forum as
 long as you have a one-click list of open topics.

 Gathering all the information about all possible options and criteria
 can get very time consuming so I think we should try to rule out
 something first.

 Forums that are operated by other providers (getsatisfaction,
 stackoverflow, ...) might
 * be discontinued without warning (see jive)
 * change their policy later (no more free forums)
 * not expose user mail addresses and forum content (or might change that
 policy) so you're locked in.
 * not be as flexible as own forums if you want to change something (add
 category, ...)

 OTOH operating an own forum
 * requires admin efforts (must be maintained and updated, backups, ...)
 * may not be as publicly visible as that of other providers (because of
 their advertisements ...)
 * may not be as innovative as special forum operators ('awarding for
 active participants', ...)

 In addition there are concerns valid for both:
 * Is it important to somehow import the existing mail archive ?

 So IMO this is the first decision - is it ok to rely on somebody else ?
 and then decide which one.

 I'd be ok to spend time on it once its clear which way to go.
 However - as for me - nothing will happen fast as beside of my daily
 work I already have a side project so this is kind of
 side-project-side-project.

 Now for getsatisfaction - I don't know anything about it except that
 what can be found on their site.
 They don't seem to offer free accounts for open source. I've also seen
 no indication you can get mail alerts for new contributions.

 So how do we approach this ?

 bye
 Andreas

  My personal POV is indeed that I'd like a forum for both the
 participation part (ie awarding status/points to active participants to
 surface them) and the categorization part but indeed I don't see myself
 going to the forum so it has to come to me. I think this is easy to achieve
 since on forums like getsatisfaction you can subscribe to the whole forum
 and thus receive all posts. What would be even better is if I could post or
 reply by replying to the mail.
 
  Now back to getsatisfaction I think before we could use it we'd need to
 check:
  * are there any limitations for free open source forums? What's their
 position on open source?
  * how can we get all the posts in a neutral and standard format should we
 want to move to another tool later on?
 
  Thanks
  -Vincent
 
  ___
  users mailing list
  users@xwiki.org
  

Re: [xwiki-users] Drop mailing lists in favor of a forum software

2011-03-17 Thread Vincent Massol

On Mar 17, 2011, at 8:23 PM, Thibaut Camberlin wrote:

 Hi,
 
 IMO it makes a lot of sense to use a forum solution for users (when it does
 not for devs). When I was working with WordPress software, I was reading a
 lot forum threads (they are using their other product, bbPress). I wouldn't
 have thought about subscribing to a mailing list, I didn't even know they
 existed. I was not Open Source minded, so are a lot of people using XWiki
 and willing to contribute good feedback. A forum is so much easier to read
 (topics, dates, tags, rates) and much less geek.

Thibaut we *already have* a forum...

Your argument isn't quite valid since you also need to subscribe in a forum to 
post!

If you just want to browse the list: http://xwiki.markmail.org

Thanks
-Vincent

 I am +1 for a forum solution for users.
 
 --
 Thibaut
 
 On Mon, Mar 14, 2011 at 11:33 AM, Andreas Hahn ah...@gmx.net wrote:
 
 Am 14.03.2011 09:16, schrieb Vincent Massol:
 On Mar 13, 2011, at 10:00 PM, Andreas Hahn wrote:
 
 Am 10.03.2011 17:39, schrieb Paul Libbrecht:
 Please contradict me!
 Paul,
 actually - how could I do this ?
 I'm not an expert in forum software so I'd to go for the naive approach
 - comparing features e.t.c.
 
 I was hoping for some insight that it is beneficial for the whole
 project to encourage users first to browse and then to participate -
 even if it means  for you and the others around here to give up beloved
 habits.
 
 Anyway - I'm not going to push you guys back to the future of Web 2.0.
 
 Given the lame participation when compared to the survey 4 years ago it
 seems to me that quite some people have already left the boat and it may
 not matter anymore.
 I'm not sure how to read your last 2 paragraphs.
 
 Just note that fro my POV there's no you and me here. There's only a
 global community and you're part of it. That said at some point some people
 are going to need to work to make it happen, this is where the distinction
 will happen. How far are you willing to help? Maybe a first step would be
 that you help find either a forum software that fits the bill or a hosted
 service that would work for us.
 
 From the people who answered so far my feeling is that:
 * people seem to agree in general that at least for users a forum would
 be nicer
 * since xwiki committers provide a substantial amount of answers to the
 user list as of today it would be nice that they can continue to have the
 information coming to me
 
 For my own FOSS project I'm hoping to start soon - I'll be going with
 http://stackoverflow.com. Providing support means checking the site for
 tagged questions a couple of times a day. It's just one mouse click. For
 me it makes no real difference in getting mails or checking a forum as
 long as you have a one-click list of open topics.
 
 Gathering all the information about all possible options and criteria
 can get very time consuming so I think we should try to rule out
 something first.
 
 Forums that are operated by other providers (getsatisfaction,
 stackoverflow, ...) might
 * be discontinued without warning (see jive)
 * change their policy later (no more free forums)
 * not expose user mail addresses and forum content (or might change that
 policy) so you're locked in.
 * not be as flexible as own forums if you want to change something (add
 category, ...)
 
 OTOH operating an own forum
 * requires admin efforts (must be maintained and updated, backups, ...)
 * may not be as publicly visible as that of other providers (because of
 their advertisements ...)
 * may not be as innovative as special forum operators ('awarding for
 active participants', ...)
 
 In addition there are concerns valid for both:
 * Is it important to somehow import the existing mail archive ?
 
 So IMO this is the first decision - is it ok to rely on somebody else ?
 and then decide which one.
 
 I'd be ok to spend time on it once its clear which way to go.
 However - as for me - nothing will happen fast as beside of my daily
 work I already have a side project so this is kind of
 side-project-side-project.
 
 Now for getsatisfaction - I don't know anything about it except that
 what can be found on their site.
 They don't seem to offer free accounts for open source. I've also seen
 no indication you can get mail alerts for new contributions.
 
 So how do we approach this ?
 
 bye
 Andreas
 
 My personal POV is indeed that I'd like a forum for both the
 participation part (ie awarding status/points to active participants to
 surface them) and the categorization part but indeed I don't see myself
 going to the forum so it has to come to me. I think this is easy to achieve
 since on forums like getsatisfaction you can subscribe to the whole forum
 and thus receive all posts. What would be even better is if I could post or
 reply by replying to the mail.
 
 Now back to getsatisfaction I think before we could use it we'd need to
 check:
 * are there any limitations for free open source forums? What's their
 position 

[xwiki-users] FWD: Upgrading Xwiki 2.4.3 to 2.7.1

2011-03-17 Thread Ramon Gomes Brandão - SERINT
Anybody?

Ramon Gomes Brandão


-Original Message-
From: users-boun...@xwiki.org in name of Ramon Gomes Brandão - SERINT
Sent: Wed 16/3/2011 19:05
To: users@xwiki.org
Subject: [xwiki-users] Upgrading Xwiki 2.4.3 to 2.7.1
 
Hi Xwiki Group, 

I am upgrading from 2.4.3 to 2.7.1. Right after I deploy the fresh new 2.7.1 
war, with proper update schema flag set on xwiki.cfg, and also the migration 
settings set properly according to the instructions, how should I procceed? 
Should I access the application first, without going directly to the import 
feature, in order to grant the schema update, or should I go directly to the 
import page (xwiki/bin/Import ...)?

I've tried the first approach and it's taking so long for a very small database 
(about 13Mb), it seems that the migration is freezed. Is it normal?

Regards, 

Ramon Gomes Brandão

___
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] FWD: Upgrading Xwiki 2.4.3 to 2.7.1

2011-03-17 Thread Paul Libbrecht
Ramon,

I don't know these versions well but I believe the schema upgrade is at any 
page request so it wouldn't make a difference.

Is the loong really long?

paul


Le 17 mars 2011 à 22:25, Ramon Gomes Brandão - SERINT a écrit :

 Anybody?
 
 Ramon Gomes Brandão
 
 
 -Original Message-
 From: users-boun...@xwiki.org in name of Ramon Gomes Brandão - SERINT
 Sent: Wed 16/3/2011 19:05
 To: users@xwiki.org
 Subject: [xwiki-users] Upgrading Xwiki 2.4.3 to 2.7.1
 
 Hi Xwiki Group, 
 
 I am upgrading from 2.4.3 to 2.7.1. Right after I deploy the fresh new 2.7.1 
 war, with proper update schema flag set on xwiki.cfg, and also the migration 
 settings set properly according to the instructions, how should I procceed? 
 Should I access the application first, without going directly to the import 
 feature, in order to grant the schema update, or should I go directly to the 
 import page (xwiki/bin/Import ...)?
 
 I've tried the first approach and it's taking so long for a very small 
 database (about 13Mb), it seems that the migration is freezed. Is it normal?
 
 Regards, 
 
 Ramon Gomes Brandão
 
 ___
 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