[Koha-bugs] [Bug 1598] Allow unmoderated comments

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1598

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
Summary|Make OPAC reviews a |Allow unmoderated comments
   |comments system (like   |
   |Flickr, YouTube, etc)   |

--- Comment #1 from Chris Cormack ch...@bigballofwax.co.nz ---
For a lot of libraries (corporate, special etc) there should be a way for them
to allow people to submit unmoderated comments.

This will need a syspref, like tags, moderation on by default so existing
behaviour stays the same but a library can choose to switch off moderation

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 1598] Allow unmoderated comments

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1598

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|frede...@tamil.fr   |ch...@bigballofwax.co.nz

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8345] UNIMARC author facets are broken

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8345

Gaetan Boisson gaetan.bois...@biblibre.com changed:

   What|Removed |Added

Summary|UNIMARC author facets are   |UNIMARC author facets are
   |borken  |broken

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8348] New: useDaysMode syspref does not apply

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8348

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8348
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: useDaysMode syspref does not apply
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: k...@univ-lyon3.fr
  Hardware: All
Status: NEW
   Version: master
 Component: Circulation
   Product: Koha

Created attachment 10619
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10619action=edit
useDaysMode syspref does not apply

correct an incorrect sql parameter and an inverted key/value hash in
Calendar.pm subroutines.

Consider that the following line in _is holiday subroutine :
$dt-truncate( to = 'day' );
is still corrected by the patch :
Bug 8251 - Follow up, use 'day' instead of 'day' for Datetime::truncate
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10418

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8348] useDaysMode syspref does not apply

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8348

Koha Team Lyon 3 k...@univ-lyon3.fr changed:

   What|Removed |Added

   Priority|P5 - low|P1 - high
 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8110] Fines accruing on closed days

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8110

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=8348

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8348] useDaysMode syspref does not apply

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8348

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=8110

--- Comment #1 from Chris Cormack ch...@bigballofwax.co.nz ---
Hi Koha Team Lyon 3

You might like to take a look at bug 8110, this has a fix for the same issue,
it might be that you could sign off on that, and help get that in and mark this
a duplicate of that?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8175] Check for something in materials field fails in catalogue/details.pl

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8175

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

Summary|Missing defined check in|Check for something in
   |catalogue/details.pl|materials field fails in
   ||catalogue/details.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8175] Check for something in materials field fails in catalogue/details.pl

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8175

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

  Attachment #10577|0   |1
is obsolete||

--- Comment #7 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 10620
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10620action=edit
Fixed the undefined issue and the intent of the ne ''

Addressed Ian's concerns for the 0 or '0' case while correcting the NULL
problem that triggered my looking at this code, and cleaning up the intent of
the ne '' which is clearly only to generate a materials column in the output
if there is something printable.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8175] Check for something in materials field fails in catalogue/details.pl

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8175

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8110] Fines accruing on closed days

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8110

Koha Team Lyon 3 k...@univ-lyon3.fr changed:

   What|Removed |Added

 CC||k...@univ-lyon3.fr

--- Comment #32 from Koha Team Lyon 3 k...@univ-lyon3.fr ---
We had not yet took into account theese fines problems (the use of fines is
very marginal at Scd Lyon3), but we cope the same question of duration
calculation in in days_between routine from another bug
Bug 8251 Patrons incorrectly debarred
with another way to solve it.
About the calculation of holidays, there's another error to get aware in _init
routine of Calendar.pm :
the boolean parameter has to be 1 in the second execution of $repeat_sth query
(line 45) to get day_month_closed_days.
I had just post a fix that include the correction :
bug 8348 useDaysMode syspref does not apply.
As theese problems are closely intricated, Chris Cormack counselled me to tie
bug 8348 with this one but as a bugzilla beginner, I am not sure of the best
way to do it.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7286] Introduce rebuild_zebra_sliced.zsh to recursively rebuild zebra be error proof

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

  Attachment #10598|0   |1
is obsolete||

--- Comment #17 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 10621
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10621action=edit
Bug 7286: rebuild_zebra_sliced for biblios and authorities

Fix some bugs:

- add 'zebraidx commit' after each sucessful call to 'zebraidx update'
- option -r is taken into account

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8349] New: Attempted string substitution in C4::Breeding fails on undefined

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8349

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8349
  Assignee: gmcha...@gmail.com
   Summary: Attempted string substitution in C4::Breeding fails on
undefined
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: mtomp...@hotmail.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: MARC Bibliographic record staging/import
   Product: Koha

Encountered the bug in 3.6.3 and confirmed it in my development environment.
By moving the line, this can be compensated for. Patch to follow.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5644] dropbox mode doesn't set the correct date

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5644

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

  Attachment #10571|0   |1
is obsolete||

--- Comment #18 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 10622
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10622action=edit
Bug 5644 : Fixing dropbox mode calculation

Signed-off-by: Kyle M Hall k...@bywatersolutions.com

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5644] dropbox mode doesn't set the correct date

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5644

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8349] Attempted string substitution in C4::Breeding fails on undefined

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8349

--- Comment #1 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 10623
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10623action=edit
Moved the substitution inside the if statement

While generating this patch, I realized that the if statement needs fixing too.
Bug report to follow for that problem. However, the if statement modification
won't affect the NULL case, which is being handled by moving this. It does
differ technically in the case of 0 or '0', however the result is the same.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8349] Attempted string substitution in C4::Breeding fails on undefined

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8349

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8033] add print receipt option to Koha self-check

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

Elliott Davis elli...@bywatersolutions.com changed:

   What|Removed |Added

 CC||elli...@bywatersolutions.co
   ||m
   Assignee|savitra.sir...@osslabs.biz  |elli...@bywatersolutions.co
   ||m

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8350] New: $search = '0' or 0 will fail to affect SQL statement correctly in C4::Breeding

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8350

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8350
  Assignee: gmcha...@gmail.com
   Summary: $search = '0' or 0 will fail to affect SQL statement
correctly in C4::Breeding
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: mtomp...@hotmail.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: MARC Bibliographic record staging/import
   Product: Koha

It is possible that a title or author could be '0', and thus the simple if
($search) will fail. By changing it to defined 0, '0', and '' are included.
However, this would mess up the SQL include a pointless 'like %%'. So, add in a
length check and all should be good.

($search) becomes (defined($search)  length($search)0)
Similar logic needs to apply to the isbn number too.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8349] Attempted string substitution in C4::Breeding fails on undefined

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8349

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 Status|Needs Signoff   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from M. Tompsett mtomp...@hotmail.com ---
Marking as duplicate, because my patch on 8350 will solve this problem and the
poorly defined if issues.

*** This bug has been marked as a duplicate of bug 8350 ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8350] $search = '0' or 0 will fail to affect SQL statement correctly in C4::Breeding

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8350

--- Comment #1 from M. Tompsett mtomp...@hotmail.com ---
*** Bug 8349 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8350] $search = '0' or 0 will fail to affect SQL statement correctly in C4::Breeding

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8350

--- Comment #2 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 10624
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10624action=edit
Fixed string substitution bug (8349) and better SQL building

Fixes bug 8349 and 8350 as the if statement does affect the cases encountered
by the substitution which was moved into it.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8350] $search = '0' or 0 will fail to affect SQL statement correctly in C4::Breeding

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8350

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6782] Move auto member cardnumber generation to occur when record is Saved (avoid collisions)

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782

Gaetan Boisson gaetan.bois...@biblibre.com changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

--- Comment #4 from Gaetan Boisson gaetan.bois...@biblibre.com ---
Michael, you can choose which fields are mandatory in the
BorrowerMandatoryField syspref, cardnumber is mandatory by default.

So with this patch if you activate autoMemberNum then you need to remove
cardnumber form BorrowerMandatoryField. I would say either we just add it in
the text that goes with the syspref :
Do / Don't default the card number field on the patron addition screen to the
next available card number (for example, if the largest currently used card
number is 2634512941, then this field will default to 2634512942).
++Remember to remove cardnumber from the BorrowerMandatoryField syspref if you
switch this on++,
 or we remove it from BorrowerMandatoryField's default value (i think this
would be a bad idea), or we find a way to bypass the mandatory behaviour on
this field when autoMemberNum is on (This sounds like a complicated idea).

I'll sign this off for now, and leave it to the QA team to decide wether we
need to add something to make things clearer.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6782] Move auto member cardnumber generation to occur when record is Saved (avoid collisions)

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782

--- Comment #5 from Gaetan Boisson gaetan.bois...@biblibre.com ---
Created attachment 10625
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10625action=edit
[SIGNED-OFF] Bug 6782 - Move auto member cardnumber generation to occur when
record is Saved (avoid collisions).

Currently the card number is generated when the user enters the patron creation
form. This creates a problem of concurrency - when two or more simulataneous
users are registering members, the error card no. in use can occur.

This change moves the card number generation to occur after the Save button
is pressed.

Changes:
-C4/Members.pm:
Added code to fixup_cardnumber,If the cardnumber is blank and autoMemberNum
ON.
-koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt:
Added code to display leave blank for auto calc during registration in
cardnumber label in patron registration form only if autoMemberNum ON.
-members/memberentry.pl:
Added code to get weather or not autoMemberNum is on or off and removed
fixup_cardnumber generation.

Test cases:
-If autoMemberNum ON:
-In blank case, must generate auto card number in simulataneous users.
-If user entered, check for unique card number.

-If autoMemberNum OFF:
Must work normal.

Signed-off-by: Gaetan Boisson gaetan.bois...@biblibre.com

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7068] autobarcode not working when duplicating patrons

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7068

Gaetan Boisson gaetan.bois...@biblibre.com changed:

   What|Removed |Added

 CC||gaetan.bois...@biblibre.com
 Depends on||6782

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6782] Move auto member cardnumber generation to occur when record is Saved (avoid collisions)

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782

Gaetan Boisson gaetan.bois...@biblibre.com changed:

   What|Removed |Added

 Blocks||7068

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8340] Can't modify system preferences

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8340

Hend hend.eler...@bibalex.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Hend hend.eler...@bibalex.org ---
Finally i have found the problem  .In /svc/config/systempreferences  it was
written #!/usr/bin/perl  but i have perl installed in the following path 
/opt/ActivePerl-5.12/bin/perl
so i have changed it to the correct perl path and it worked.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8351] New: fix wording when undoing an import

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8351

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8351
  Assignee: neng...@gmail.com
   Summary: fix wording when undoing an import
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
   URL: cgi-bin/koha/tools/manage-marc-import.pl
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: Templates
   Product: Koha

After clicking undo on the imported marc record tool you see this confirmation
Undid import of records

I think the language should be changed to Success: Import reversed

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8351] fix wording when undoing an import

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8351

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10626
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10626action=edit
Bug 8351: Update wording on staged marc

When undoing an import the 'success' message was
poorly worded. This patch fixes that.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8351] fix wording when undoing an import

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8351

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8352] New: Add automatic printing of 'hold to pull' notices

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8352

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8352
CC: gmcha...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Add automatic printing of 'hold to pull' notices
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: kyle.m.h...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Hold requests
   Product: Koha

Add the ability to have 'hold to pull' notices printed out automatically for
librarians. These notices will be based on the data in the tmp_holdsqueue
table. As each new row is added to tmp_holdsqueue, a notice for that given row
is printed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8352] Add automatic printing of 'hold to pull' notices

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8352

--- Comment #1 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 10627
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10627action=edit
Bug 8352 - Add automatic printing of 'hold to pull' notices

Adds the ability to have 'hold to pull' notices printed out
automatically for librarians. These notices will be based on
the data in the tmp_holdsqueue table. As each new row is
added to tmp_holdsqueue, a notice for that given row is printed.

The system will have the ability to define a separate printer
for each branchcode, so in theory each library could receive
holds to pull notices printed automatically at holding library
for that item, assuming they have set up the ability to print
over the LAN, WAN, or Internet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8352] Add automatic printing of 'hold to pull' notices

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8352

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 3280] opac/opac-sendbasket.pl security leaky

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3280

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #26 from Paul Poulain paul.poul...@biblibre.com ---
OK, patch pushed and discussion started on mailing lists

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7630] Warning on moremember.pl about param without key

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7630

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

--- Comment #7 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed, welcome Mark, you're number #186 !

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8353] New: Add test to compare sysprefs in db to syspref.sql

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8353
  Assignee: jcam...@cpbibliography.com
   Summary: Add test to compare sysprefs in db to syspref.sql
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: jcam...@cpbibliography.com
  Hardware: All
Status: NEW
   Version: master
 Component: Test Suite
   Product: Koha

To test:
1. Run prove xt/check_sysprefs.t
2. Note that the results warn you if any sysprefs are missing

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8353] Add test to compare sysprefs in db to syspref.sql

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 10628
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10628action=edit
Bug 8353: Adds a test to check for missing sysprefs in the database

Adds a non-test mode (--showsql option) that displays the missing
sysprefs as sql inserts.  Some sysprefs were missed from the syspref
file due to extra spaces in the insert : fixed. The test now checks if
there are at least as many sysprefs in the database as in the syspref
file (instead of checking for the exact number)

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com
Cherrypicked from BibLibre master, rebased onto current master, and
corrected typos, 2012-07-03

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8353] Add test to compare sysprefs in db to syspref.sql

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8353] Add test to compare sysprefs in db to syspref.sql

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8353] Add test to compare sysprefs in db to syspref.sql

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

   Assignee|jcam...@cpbibliography.com  |henridamien.laurent@biblibr
   ||e.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8202] Add authorities to export tool

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8202

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 CC||paul.poul...@biblibre.com
Version|master  |rel_3_10

--- Comment #10 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #7)
 I would be happy to submit a follow-up fixing indentation. I was very
 tempted to reindent export.tt, actually, but section 1.3 in the coding
 guidelines says don't refactor needlessly, and don't spend time changing
 someone else's style to yours. :)

We also have decided to use the default perltidy formatting, so, this rule
wins against the don't spend time...

Anyway, there's something wronger than this : you test the MARCflavour, and, if
it's UNIMARC you send do -as_xml('unimarc')
When it's an authority, you must do -as_xml('UNIMARCAUTH')

The 100 -coded- field in UNIMARCAUTH has a different size than UNIMARC (biblio)

So you get a nasty:
Unsupported UNIMARC character encoding [] for XML output for UNIMARC; 100$a -
20091001afrey50  ba0 at /usr/share/perl5/MARC/File/XML.pm line 505.

(trying to decode a 100 biblio, but it's an auth, so considered wrong size)

yes, that's silly, but UNIMARC is silly ;-)

Please signoff the follow-up and i'll push your patch with my (tiny) follow-up

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8202] Add authorities to export tool

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8202

--- Comment #11 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 10629
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10629action=edit
Bug 8202 follow-up UNIMARC authority support

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8202] Add authorities to export tool

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8202

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

  Attachment #10629|0   |1
is obsolete||

--- Comment #12 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 10630
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10630action=edit
Bug 8202 follow-up UNIMARC authority support

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7401] Shelving Location facet instead of Branch facet when only 1 branch configured

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7401

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

  Attachment #10154|0   |1
is obsolete||

--- Comment #19 from Paul Poulain paul.poul...@biblibre.com ---
Comment on attachment 10154
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10154
Bug 7401 - Shelving Location facet instead of Branch facet when only 1 branch
configured

patch obsoleted, keeping the other signed-off one

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7997] can create a notice with the same code

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7997

--- Comment #11 from Nicole C. Engard neng...@gmail.com ---
Just want to nudge this - this is still happening in 3.8.2 - the notices are
silently being deleted/failing to be added. This is pretty annoying. Any ideas
on how to fix this?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8354] New: tag cloud throwing error

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8354

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8354
  Assignee: gmcha...@gmail.com
   Summary: tag cloud throwing error
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: rel_3_8
 Component: Tools
   Product: Koha

I have clicked on the tag cloud in a few 3.8.2 installs and get this:


Software error:

C4::Output version 3.02 required--this is only version 3.08.01.002 at
/home/koha/kohaclone/opac/opac-tags.pl line 41.
BEGIN failed--compilation aborted at /home/koha/kohaclone/opac/opac-tags.pl
line 41.




I tested it on Master and the problem isn't there (if that helps tracking down
the issue).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8354] tag cloud throwing error

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8354

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---


*** This bug has been marked as a duplicate of bug 8315 ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8315] fix 'C4::Output 3.02' errors in Koha

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8315

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 CC||neng...@gmail.com

--- Comment #14 from Nicole C. Engard neng...@gmail.com ---
*** Bug 8354 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8213] Cancel All button on holds over tab cancels both holds over and holds waiting

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8213

--- Comment #4 from Melia Meggs me...@bywatersolutions.com ---
They don't really need an Are you sure you want to do this? message if the
button were working correctly. I can't think of any situation in which a
library would want to cancel all of their holds waiting either.

The button needs to cancel all of the holds over (which are past the
ReserveMaxPickUpDelay anyway), and it should have no effect on the holds
waiting.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6832] Validation of total budget in neworderempty

2012-07-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6832

Maxime Pelletier pelletiermax...@gmail.com changed:

   What|Removed |Added

   Attachment #6895|0   |1
is obsolete||

--- Comment #6 from Maxime Pelletier pelletiermax...@gmail.com ---
Created attachment 10631
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10631action=edit
new patch tested on 3.8.2

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/