[xwiki-users] installing xwiki as deb packages : use and stick to super stable branch

2014-07-18 Thread Martin Hamant

Hi,

It seems stable and super stable xwiki packages are all contained in 
the same repository at http://maven.xwiki.org/stable/
(and the DEB installation procedure point to the same document 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT 
for both versions).


To install super stable, I could do

$ sudo apt-get install xwiki-enterprise-common=5.4.5

But at the next apt-get upgrade, it would upgrade to latest... Whereas I 
want to stick to super stable branch.


It there a trick here ? A best practice maybe ?

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


Re: [xwiki-users] installing xwiki as deb packages : use and stick to super stable branch

2014-07-18 Thread Valdis Vītoliņš
Probably you can mark installed package for hold using:
sudo apt-mark hold xwiki-enterprise-common
or
sudo aptitude hold xwiki-enterprise-common

Valdis

 Hi,

 It seems stable and super stable xwiki packages are all contained in
 the same repository at http://maven.xwiki.org/stable/
 (and the DEB installation procedure point to the same document
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
 for both versions).

 To install super stable, I could do

 $ sudo apt-get install xwiki-enterprise-common=5.4.5

 But at the next apt-get upgrade, it would upgrade to latest... Whereas I
 want to stick to super stable branch.

 It there a trick here ? A best practice maybe ?

 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


[xwiki-users] Refine searches by tag / Advanced search by tag

2014-07-18 Thread Fabien Munoz
Hello,

I would like to be able to refine searches in xwiki enterprise by tags as I
already can by Spaces or wikis. How can I do that?

Is there any way to do the same directly into the search input? Something
like 'install  tag:linux' would search for the word 'install', on into
pages tagged 'linux'.

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


Re: [xwiki-users] installing xwiki as deb packages : use and stick to super stable branch

2014-07-18 Thread Thomas Mortagne
You don't have much more choices than using =5.4.5 yes. What you could
do for now is add/remove the repository when you want to install a new
version.

The concept of super stable (basically the last release of previous
cycle) exist officially since 5.4.5 itself.

Did not really had time to find a way to automate the filtering of
those versions in a new Debian repository.

Contributions are welcome of course, here is the script used to
generate those Debian repositories:
https://github.com/xwiki/xwiki-dev-tools/blob/master/xwiki-release-scripts/xwiki_scanpackages.sh

On Fri, Jul 18, 2014 at 11:33 AM, Martin Hamant m...@ow2.org wrote:
 Hi,

 It seems stable and super stable xwiki packages are all contained in the
 same repository at http://maven.xwiki.org/stable/
 (and the DEB installation procedure point to the same document
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT for
 both versions).

 To install super stable, I could do

 $ sudo apt-get install xwiki-enterprise-common=5.4.5

 But at the next apt-get upgrade, it would upgrade to latest... Whereas I
 want to stick to super stable branch.

 It there a trick here ? A best practice maybe ?

 Thanks !
 ___
 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] Refine searches by tag / Advanced search by tag

2014-07-18 Thread Jeremie BOUSQUET
Hello,

I tried the sample show in [1], changing it to the following:

#set ($queryStatement = 'property.XWiki.TagClass.tags:my tag')
#set ($query = $services.query.createQuery($queryStatement, 'solr'))
#set ($discard = $query.setLimit(10).setOffset(0))
#set ($discard = $query.bindValue('sort', score desc))
#set ($discard = $query.bindValue('fq', '{!q.op=AND} type:DOCUMENT
locales:(en OR fr) hidden:false'))
#set ($searchResponses = $query.execute()[0])
$searchResponses

I replaced my tag by the name of a tag existing on some pages, but I
could never obtain search results with this sample ... And I don't know
what should be put in search field in UI to obtain something equivalent.

There's also XWIKI-9413 [2] that seems to relate, but to be honest, I'm a
bit lost with how to use solr search and how it integrates with xwiki, so I
won't be of much help I'm afraid ... :/ But I'm interested in the answer :)

[1] -
http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Query+API
[2] - http://jira.xwiki.org/browse/XWIKI-9413



2014-07-18 14:20 GMT+02:00 Fabien Munoz munozfab...@gmail.com:

 Hello,

 I would like to be able to refine searches in xwiki enterprise by tags as I
 already can by Spaces or wikis. How can I do that?

 Is there any way to do the same directly into the search input? Something
 like 'install  tag:linux' would search for the word 'install', on into
 pages tagged 'linux'.

 Thanks in advance,
 ___
 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] [Feedback] Use Cases for the new Activity Stream implementation

2014-07-18 Thread Eduard Moraru
Hello,

The Activity Stream macro [1] has been introduced in XWiki 2.6

As part of XWiki's 6.2 roadmap, we are investigating its
refactoring/rewriting, as it has proved to suffer from various performance
issues and other limitations.

We have already composed a partial list [1] of use cases that should be
covered by the new implementation, but would also like your input on what
features should the new version support.

Please let us know what problems you`ve had with Activity Stream, what you
wished you could have done but were limited by the implementation, why did
you use it or why you did *not* use it, etc.

Your feedback will help guide us in the right direction.

Thanks,
Eduard

--
[1] http://extensions.xwiki.org/xwiki/bin/view/Extension/Activity+Macro
[2]
http://design.xwiki.org/xwiki/bin/view/Proposal/AcitvityStreamRefactoring62UseCases
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Refine searches by tag / Advanced search by tag

2014-07-18 Thread Marius Dumitru Florea
On Fri, Jul 18, 2014 at 5:29 PM, Jeremie BOUSQUET
jeremie.bousq...@gmail.com wrote:
 Hello,

 I tried the sample show in [1], changing it to the following:

 #set ($queryStatement = 'property.XWiki.TagClass.tags:my tag')
 #set ($query = $services.query.createQuery($queryStatement, 'solr'))
 #set ($discard = $query.setLimit(10).setOffset(0))
 #set ($discard = $query.bindValue('sort', score desc))
 #set ($discard = $query.bindValue('fq', '{!q.op=AND} type:DOCUMENT
 locales:(en OR fr) hidden:false'))
 #set ($searchResponses = $query.execute()[0])
 $searchResponses

 I replaced my tag by the name of a tag existing on some pages, but I
 could never obtain search results with this sample ... And I don't know
 what should be put in search field in UI to obtain something equivalent.

This works for me:

property.XWiki.TagClass.tags:Development

And the above code works too if I replace my tag with
Development. Of course, I've tagged a few documents with
Development.


 There's also XWIKI-9413 [2] that seems to relate, but to be honest, I'm a
 bit lost with how to use solr search and how it integrates with xwiki, so I
 won't be of much help I'm afraid ... :/ But I'm interested in the answer :)

Besides what Jeremie has mentioned, there is also
http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HFacetingonObjectProperties
. You can configure the Solr Search UI to add a new facet for tags.
I've just added

property.XWiki.TagClass.tags_string

and it simply worked!

Hope this helps,
Marius


 [1] -
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Query+API
 [2] - http://jira.xwiki.org/browse/XWIKI-9413



 2014-07-18 14:20 GMT+02:00 Fabien Munoz munozfab...@gmail.com:

 Hello,

 I would like to be able to refine searches in xwiki enterprise by tags as I
 already can by Spaces or wikis. How can I do that?

 Is there any way to do the same directly into the search input? Something
 like 'install  tag:linux' would search for the word 'install', on into
 pages tagged 'linux'.

 Thanks in advance,
 ___
 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] Refine searches by tag / Advanced search by tag

2014-07-18 Thread Jeremie BOUSQUET
2014-07-18 18:01 GMT+02:00 Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:

 On Fri, Jul 18, 2014 at 5:29 PM, Jeremie BOUSQUET
 jeremie.bousq...@gmail.com wrote:
  Hello,
 
  I tried the sample show in [1], changing it to the following:
 
  #set ($queryStatement = 'property.XWiki.TagClass.tags:my tag')
  #set ($query = $services.query.createQuery($queryStatement, 'solr'))
  #set ($discard = $query.setLimit(10).setOffset(0))
  #set ($discard = $query.bindValue('sort', score desc))
  #set ($discard = $query.bindValue('fq', '{!q.op=AND} type:DOCUMENT
  locales:(en OR fr) hidden:false'))
  #set ($searchResponses = $query.execute()[0])
  $searchResponses
 
  I replaced my tag by the name of a tag existing on some pages, but I
  could never obtain search results with this sample ... And I don't know
  what should be put in search field in UI to obtain something equivalent.

 This works for me:

 property.XWiki.TagClass.tags:Development

 And the above code works too if I replace my tag with
 Development. Of course, I've tagged a few documents with
 Development.

 
  There's also XWIKI-9413 [2] that seems to relate, but to be honest, I'm a
  bit lost with how to use solr search and how it integrates with xwiki,
 so I
  won't be of much help I'm afraid ... :/ But I'm interested in the answer
 :)

 Besides what Jeremie has mentioned, there is also

 http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HFacetingonObjectProperties
 . You can configure the Solr Search UI to add a new facet for tags.
 I've just added

 property.XWiki.TagClass.tags_string

 and it simply worked!


Worked for me too, that's really nice, thanks !



 Hope this helps,
 Marius

 
  [1] -
 
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Query+API
  [2] - http://jira.xwiki.org/browse/XWIKI-9413
 
 
 
  2014-07-18 14:20 GMT+02:00 Fabien Munoz munozfab...@gmail.com:
 
  Hello,
 
  I would like to be able to refine searches in xwiki enterprise by tags
 as I
  already can by Spaces or wikis. How can I do that?
 
  Is there any way to do the same directly into the search input?
 Something
  like 'install  tag:linux' would search for the word 'install', on into
  pages tagged 'linux'.
 
  Thanks in advance,
  ___
  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

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


Re: [xwiki-users] Refine searches by tag / Advanced search by tag

2014-07-18 Thread vinc...@massol.net
 



On 18 Jul 2014 at 19:31:50, Jeremie BOUSQUET 
(jeremie.bousq...@gmail.com(mailto:jeremie.bousq...@gmail.com)) wrote:

 2014-07-18 18:01 GMT+02:00 Marius Dumitru Florea 
 mariusdumitru.flo...@xwiki.com:
  
  On Fri, Jul 18, 2014 at 5:29 PM, Jeremie BOUSQUET
  wrote:
   Hello,
  
   I tried the sample show in [1], changing it to the following:
  
   #set ($queryStatement = 'property.XWiki.TagClass.tags:')
   #set ($query = $services.query.createQuery($queryStatement, 'solr'))
   #set ($discard = $query.setLimit(10).setOffset(0))
   #set ($discard = $query.bindValue('sort', score desc))
   #set ($discard = $query.bindValue('fq', '{!q.op=AND} type:DOCUMENT
   locales:(en OR fr) hidden:false'))
   #set ($searchResponses = $query.execute()[0])
   $searchResponses
  
   I replaced  by the name of a tag existing on some pages, but I
   could never obtain search results with this sample ... And I don't know
   what should be put in search field in UI to obtain something equivalent.
 
  This works for me:
 
  property.XWiki.TagClass.tags:Development
 
  And the above code works too if I replace  with
  Development. Of course, I've tagged a few documents with
  Development.
 
  
   There's also XWIKI-9413 [2] that seems to relate, but to be honest, I'm a
   bit lost with how to use solr search and how it integrates with xwiki,
  so I
   won't be of much help I'm afraid ... :/ But I'm interested in the answer
  :)
 
  Besides what Jeremie has mentioned, there is also
 
  http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HFacetingonObjectProperties
  . You can configure the Solr Search UI to add a new facet for tags.
  I've just added
 
  property.XWiki.TagClass.tags_string
 
  and it simply worked!
 
  
 Worked for me too, that's really nice, thanks !

And I’ve now documented this example at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HFacetingonObjectProperties

:)

Thanks
-Vincent

  Hope this helps,
  Marius
 
  
   [1] -
  
  http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Query+API
   [2] - http://jira.xwiki.org/browse/XWIKI-9413
  
  
  
   2014-07-18 14:20 GMT+02:00 Fabien Munoz :
  
   Hello,
  
   I would like to be able to refine searches in xwiki enterprise by tags
  as I
   already can by Spaces or wikis. How can I do that?
  
   Is there any way to do the same directly into the search input?
  Something
   like 'install tag:linux' would search for the word 'install', on into
   pages tagged 'linux'.
  
   Thanks in advance,
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki User/Dev meet up in France? Paris?

2014-07-18 Thread vinc...@massol.net
Hi XWiki users,

I’m wondering if we’d be enough to start organizing an XWiki users/dev meetup 
in France.

Could you let me know in reply if you’d be interested in joining if I was to 
organize such a meetup?

If we’re enough we could imagine organizing it in September or October for 
example. XWiki SAS has an office located in Paris 
(http://www.xwiki.com/lang/en/Company/Contact) and they could host us.

Note for those who’d be coming from afar, I’m sure that it would be possible to 
have you sleep at some XWiki SAS employee’s place in Paris or even in the 
office (there’s a shower and kitchen).

Interesting or not?

If you’re interested what would you be interested in doing/seeing during this 
time? We could imagine a 3-4 hours meetup or even a 1 day meetup. We could also 
imagine having a hackathon during the time, in this case probably 2 days would 
be nicer.

WDYT?

Thanks
-Vincent


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