[Koha-devel] feature for bugzilla ?

2015-12-18 Thread Paul Poulain
Hi all, when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obsolete comments,... understand who said what and where we are now. Justs have a look at -randomly chosen- http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 to

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Mirko Tietgen
Paul Poulain schrieb am 18.12.2015 > I was wondering if there could be an Addon, a feature, un plugin, or > whatever, that could "obsolete" a comment. An obsoleted comment > would be collapsed by default. Anyone can obsolete a comment, it's > just to (hopefully) have a thread easier to read. That

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Marc Véron
Hi Paul, Reading bug threads is sometimes really hard. +1 for the idea to have the possibility to collaps comments! Marc Am 18.12.2015 um 10:34 schrieb Paul Poulain: Hi all, when an entry on bugzilla has a lot of comments, it can take "hours" to read all the thread, find relevant and obso

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Jonathan Druart
quick&dirty greasemonkey script to hide the description of obsolete patches in the comments: http://pastebin.com/c99G9KgG 2015-12-18 9:34 GMT+00:00 Paul Poulain : > Hi all, > > when an entry on bugzilla has a lot of comments, it can take "hours" to read > all the thread, find relevant and obsolete

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Julian Maurice
Awesome! Thanks :) Le 18/12/2015 12:22, Jonathan Druart a écrit : > quick&dirty greasemonkey script to hide the description of obsolete > patches in the comments: > http://pastebin.com/c99G9KgG > > 2015-12-18 9:34 GMT+00:00 Paul Poulain : >> Hi all, >> >> when an entry on bugzilla has a lot of co

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Galen Charlton
Hi, On Fri, Dec 18, 2015 at 4:34 AM, Paul Poulain wrote: > I was wondering if there could be an Addon, a feature, un plugin, or > whatever, that could "obsolete" a comment. An obsoleted comment would be > collapsed by default. Anyone can obsolete a comment, it's just to > (hopefully) have a threa

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Paul Poulain
Le 18/12/2015 14:45, Galen Charlton a écrit : See the following bug for an example: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Wonderful !!! next step : obsoleting comment when you obsolete a patch ;-) (or even: always obsolete comments that are patch upload) -- Paul Poulai

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Christopher Nighswonger
On Fri, Dec 18, 2015 at 9:25 AM, Paul Poulain wrote: > Le 18/12/2015 14:45, Galen Charlton a écrit : >> >> See the following bug for an example: >> >> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 >> > Wonderful !!! > next step : obsoleting comment when you obsolete a patch ;-) > (

[Koha-devel] ElasticSearch

2015-12-18 Thread Bouzid Fergani inLibro.com
Hi all, Right now, I work into ElasticSearch project. I applied all patch proposed by community in Catalyst, I think lots work left to do. Mappings and analyzers due out code and search do not simply full text. ElasticSearch propose lots mechanism for search and analyzer mode. Is what I can a

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Owen Leonard
>> next step : obsoleting comment when you obsolete a patch ;-) >> (or even: always obsolete comments that are patch upload) > > Perhaps git-bz could be made to do this? I don't think we should always obsolete comments on attachments. I like seeing the comment which is added by a patch because I w

Re: [Koha-devel] feature for bugzilla ?

2015-12-18 Thread Christopher Nighswonger
On Fri, Dec 18, 2015 at 10:11 AM, Owen Leonard wrote: >>> next step : obsoleting comment when you obsolete a patch ;-) >>> (or even: always obsolete comments that are patch upload) >> >> Perhaps git-bz could be made to do this? > > I don't think we should always obsolete comments on attachments. I

Re: [Koha-devel] ElasticSearch

2015-12-18 Thread Brendan Gallagher
Excellent! The plan right now is that we are going to create an elastic branch on git.koha-community.org in early January. Once we have that we should be able to take patches on the bug and I can merge those into the elastic branch. I'm looking forward to seeing some of your additions. Cheers,