[Koha-bugs] [Bug 8303] Hide login box in OPAC with system preference.

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8303

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi, there is already a systempreference to do that: opacuserlogin.

-- 
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 8289] Upgrading from 2.2 does not work anymore

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8289

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||m.de.r...@rijksmuseum.nl

--- Comment #3 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Passed QA

-- 
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 8282] Bug in modules list in about.pl

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8282

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||m.de.r...@rijksmuseum.nl
 QA Contact||m.de.r...@rijksmuseum.nl

--- Comment #4 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Looks good to me.
Passed QA

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

--- Comment #22 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to comment #21)
 intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt:18
 To edit the subfields, click 'Edit Subfields.'
 -... Edit Subfields'.
 
 intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt:9
 When finished, click 'Save.'
 -...'Save'.
 
 intranet-tmpl/prog/en/modules/help/admin/aqbudgets.tt:26
 liPlanning categories are used for statistical purposes. To learn more
 about planning categories, check out the Planning Category FAQ.
 -Error with li?

Marc,
Please send a patch for comment9 and the above typos.
You can click take over on the assignee, if you do so.

-- 
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 8304] New: composed authorities Rameau management

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8304
  Assignee: gmcha...@gmail.com
   Summary: composed authorities Rameau management
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: matthias.meusbur...@biblibre.com
  Hardware: All
Status: NEW
   Version: master
 Component: MARC Authority data support
   Product: Koha

This patch is designed to manage the composed authorities the Way Rameau is
coping with them in France.
This enables libraries to merge composed authorities and only change the
heading field.
It supposes that the previous data is sent to merge function so that process
deletes previous heading entries.

Say you have in a biblio record :
   - 606
   $9 1214
   $3 123
   $a Europe
   $9 1215
   $3 456
   $y France
   $9 1210
   $3 199
   $x Politiciens
   $9 1216
   $3 789
   $z 1801-1860
And you change authority 1210
-250
$a Politiciens
into
-250
$a Politique

You should get :
   - 606
   $9 1214
   $3 123
   $a Europe
   $9 1215
   $3 456
   $y France
   $9 1210
   $3 199
   $x Politique
   $9 1216
   $3 789
   $z 1801-1860

In an other record :
   - 606
   $9 1210
   $3 199
   $a Politiciens
You should get :
   - 606
   $9 1210
   $3 199
   $a Politique

This patch changes the merge function.
And adds three internal functions.
merge function  has been prettyfied
And documentation from GuessAuthTypeCode has been updated (had not been)

-- 
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 5349] Moving an order

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349

--- Comment #13 from Julian Maurice julian.maur...@biblibre.com ---
1/ Did you apply the follow-up patch?

2/ Do you have any extensions or custom settings that could lead to popup
window opening in current tab? (I know Firefox extension Tab Mix Plus can do
this)

3/ Javascript enabled?

If answers are 1/ yes 2/ no 3/ yes, please change status to failed qa and I
will take a look at it.

-- 
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 8304] composed authorities Rameau management

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304

--- Comment #1 from Matthias Meusburger matthias.meusbur...@biblibre.com ---
Created attachment 10453
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10453action=edit
Bug 8304 : composed authorities Rameau management

Bug 5635: bulkmarcimport new parameters  features

This patch is designed to manage the composed authorities the Way Rameau is
coping with them in France.
This enables libraries to merge composed authorities and only change the
heading field.
It supposes that the previous data is sent to merge function so that process
deletes previous heading entries.

Say you have in a biblio record :
   - 606
   $9 1214
   $3 123
   $a Europe
   $9 1215
   $3 456
   $y France
   $9 1210
   $3 199
   $x Politiciens
   $9 1216
   $3 789
   $z 1801-1860
And you change authority 1210
-250
$a Politiciens
into
-250
$a Politique

You should get :
   - 606
   $9 1214
   $3 123
   $a Europe
   $9 1215
   $3 456
   $y France
   $9 1210
   $3 199
   $x Politique
   $9 1216
   $3 789
   $z 1801-1860

In an other record :
   - 606
   $9 1210
   $3 199
   $a Politiciens
You should get :
   - 606
   $9 1210
   $3 199
   $a Politique

This patch changes the merge function.
And adds three internal functions.
merge function  has been prettyfied
And documentation from GuessAuthTypeCode has been updated (had not been)

-- 
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 8304] composed authorities Rameau management

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8304

Matthias Meusburger matthias.meusbur...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|gmcha...@gmail.com  |matthias.meusburger@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 8301] Display additional system information (preferences) on About page to minimize support cases

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8301

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10451|0   |1
is obsolete||

--- Comment #2 from Marc Véron ve...@veron.ch ---
Created attachment 10454
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10454action=edit
Bug 8301 - Display additional system information (preferences) on About page to
minimize support cases

To minimize support questions regarding common mistakes, the About
page should have an additional tab that displays warnings if depractated
and/or mutual excluding system preferences are used.

To test patch use values as displayed on screenshot attached.

New: Shows error message in Tab Server Information if Zebra server is not
started

Suggestions for other values to add are welcome.

-- 
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 4045] No check for maximum number of allowed holds.

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4045

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

--- Comment #37 from Jonathan Druart jonathan.dru...@biblibre.com ---
I mark it as obsolete

-- 
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 8301] Display additional system information (preferences) on About page to minimize support cases

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8301

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10454|0   |1
is obsolete||

--- Comment #3 from Marc Véron ve...@veron.ch ---
Created attachment 10455
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10455action=edit
Bug 8301 - Display additional system information (preferences) on About page to
minimize support cases

To minimize support questions regarding common mistakes, the About
page should have an additional tab that displays warnings if depractated
and/or mutual excluding system preferences are used.

To test patch use values as displayed on screenshot attached.

New: Shows error message in Tab Server Information if Zebra server is not
started
(...and changes added...)

Suggestions for other values to add are welcome.

-- 
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 4045] No check for maximum number of allowed holds.

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4045

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #10412|0   |1
is obsolete||

--- Comment #38 from Jonathan Druart jonathan.dru...@biblibre.com ---
Comment on attachment 10412
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10412
Bug 4045 - Followup: No check for maximum number of allowed holds.

From a9fa989ebc8a95508309d9b77d1ac9a392bec06c Mon Sep 17 00:00:00 2001
From: Jonathan Druart jonathan.dru...@biblibre.com
Date: Thu, 21 Jun 2012 16:55:41 +0200
Subject: [PATCH] Bug 4045 - Followup: No check for maximum number of allowed
 holds.

Adds the systempreference in .pref file
---
 .../en/modules/admin/preferences/circulation.pref  |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
index a54e3c5..2341133 100644
--- 
a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
+++ 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
@@ -370,6 +370,10 @@ Circulation:
   yes: Allow
   no: Don't allow
 - holds to be suspended from the OPAC.
+-
+- pref: maxreserves
+  class: integer
+- System-wide maximum number of holds a patron can place
 Fines Policy:
 -
 - Calculate fines based on days overdue
-- 
1.7.7.3

-- 
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 7619] 3M self checkout don't work in France

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7619

--- Comment #14 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #13)
 We have a SIPConfig.xml file, could we put the terminator in there? If no
 one can sees a floor in that plan, I'll go ahead and do it now.

+1, that's the easiest  best option (even if, as the file is in gitted, it
will require a patch, but that's not a big deal)

-- 
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 8074] Holds to pull

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8074

Adrien SAURAT adrien.sau...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||adrien.sau...@biblibre.com
   Assignee|kyle.m.h...@gmail.com   |adrien.sau...@biblibre.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 7619] 3M self checkout don't work in France

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7619

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

   What|Removed |Added

  Attachment #10031|0   |1
is obsolete||

--- Comment #15 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10456
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10456action=edit
Bug 7619 Use CRLF as default terminator

Most units require or tolerate CRLF as the terminator
Using only \r causes many including 3M units to signal errors
due to delay this resets CRLF to be default but adds a single
constant variable and explanation so that if you have a
strictly conforming unit (the 'Baby' is the only I have encountered
you know where to make the change

Signed-off-by: Chris Cormack 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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Assignee|m.de.r...@rijksmuseum.nl|ve...@veron.ch

-- 
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 7619] 3M self checkout don't work in France

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7619

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

   What|Removed |Added

 Status|Needs Signoff   |ASSIGNED

--- Comment #16 from Chris Cormack ch...@bigballofwax.co.nz ---
Have signed off the first patch, since this works and fixes the immediate
problem.
Working on a follow up to shift setting the line end character out of the .pm
into the config file.

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

--- Comment #23 from Marc Véron ve...@veron.ch ---
Created attachment 10457
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10457action=edit
Corrects 2 typos see comment  #9

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #10457|0   |1
is obsolete||

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

--- Comment #24 from Marc Véron ve...@veron.ch ---
Created attachment 10458
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10458action=edit
Bug 7368 - General staff client typo omnibus

Corrects 2 typos, see comment #9

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

Marc Véron ve...@veron.ch 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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

--- Comment #14 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 10459
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10459action=edit
Bug 8233: Hide the search engine configuration link for Zebra

-- 
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 5349] Moving an order

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349

--- Comment #14 from Marc Véron ve...@veron.ch ---
Sorry, I get the following error:

Applying: Bug 5349: Order line transfers
/usr/share/kohaclone/.git/rebase-apply/patch:109: new blank line at EOF.
+
error: patch failed: installer/data/mysql/updatedatabase.pl:5369
error: installer/data/mysql/updatedatabase.pl: patch does not apply
Patch failed at 0001 Bug 5349: Order line transfers


I tried to resolve it, maybe it did not work out correctly leading to behaviour
described in comment #12

Marc

-- 
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 8301] Display additional system information (preferences) on About page to minimize support cases

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8301

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

   Priority|P5 - low|P3
 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 7619] 3M self checkout don't work in France

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7619

Chris Cormack ch...@bigballofwax.co.nz 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 7619] 3M self checkout don't work in France

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7619

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #17 from Chris Cormack ch...@bigballofwax.co.nz ---
Actually, the config object is not passed through to the write_msg sub, so it
would take quite a bit of a rewrite. 

So for now, people will need to change the variable in the C4/SIP/Sip.pm. This
works well enough, so I think it should move on to QA. The followup would still
be nice, but I don't think we should hold up pushing this fix until then.

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #25 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Attachment 10458: Passed QA. Very trivial typo fix.
Marc: In this kind of case you could have attached your own sign-off. See
comment1.

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
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 8300] Koha should have mechanized testing suite

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8300

claire.hernan...@biblibre.com claire.hernan...@biblibre.com changed:

   What|Removed |Added

 CC||claire.hernandez@biblibre.c
   ||om

-- 
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 5339] Parcel closing in acq

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5339

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

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
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 7189] preference to control if returning lost items gives refund

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7189

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||ve...@veron.ch

--- Comment #5 from Marc Véron ve...@veron.ch ---
I tested the path, but no preference 'RefundLostItemFeeOnReturn' shows up if I
do a search on the preferences. 

I do not find any modified .pref file in the patch.

Marc

-- 
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 8301] Display additional system information (preferences) on About page to minimize support cases

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8301

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

   What|Removed |Added

  Attachment #10455|0   |1
is obsolete||

--- Comment #4 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10461
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10461action=edit
Bug 8301 - Display additional system information (preferences) on About page to
minimize support cases

To minimize support questions regarding common mistakes, the About
page should have an additional tab that displays warnings if depractated
and/or mutual excluding system preferences are used.

To test patch use values as displayed on screenshot attached.

New: Shows error message in Tab Server Information if Zebra server is not
started
(...and changes added...)

Suggestions for other values to add are welcome.

Signed-off-by: Chris Cormack 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 5349] Moving an order

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349

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

   What|Removed |Added

  Attachment #10376|0   |1
is obsolete||

--- Comment #16 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 10463
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10463action=edit
Follow-up: run transferorder.pl in a popup

Rebased on master

-- 
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 8301] Display additional system information (preferences) on About page to minimize support cases

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8301

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||ch...@bigballofwax.co.nz

--- Comment #5 from Chris Cormack ch...@bigballofwax.co.nz ---
Works well, could perhaps get a bit more styling, but is a great start.

-- 
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 5349] Moving an order

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349

--- Comment #17 from Julian Maurice julian.maur...@biblibre.com ---
Tested right now, the transferorder.pl page is opened in a popup and doesn't
end on a blank screen.
Please attach any relevant logs if you reproduce the problem.

-- 
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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

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

   What|Removed |Added

  Attachment #10334|0   |1
is obsolete||

--- Comment #15 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10464
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10464action=edit
Bug 8233 : SearchEngine: Add a Koha::SearchEngine module

First draft introducing solr into Koha :-)

List of files :
  $ tree t/searchengine/
  t/searchengine
  |-- 000_conn
  |   `-- conn.t
  |-- 001_search
  |   `-- search_base.t
  |-- 002_index
  |   `-- index_base.t
  |-- 003_query
  |   `-- buildquery.t
  |-- 004_config
  |   `-- load_config.t
  `-- indexes.yaml
  just do `prove -r t/searchengine/**/*.t`

  t/lib
  |-- Mocks
  |   `-- Context.pm
  `-- Mocks.pm
  provide a mock to SearchEngine syspref (set_zebra and set_solr).

  $ tree Koha/SearchEngine
  Koha/SearchEngine
  |-- Config.pm
  |-- ConfigRole.pm
  |-- FacetsBuilder.pm
  |-- FacetsBuilderRole.pm
  |-- Index.pm
  |-- IndexRole.pm
  |-- QueryBuilder.pm
  |-- QueryBuilderRole.pm
  |-- Search.pm
  |-- SearchRole.pm
  |-- Solr
  |   |-- Config.pm
  |   |-- FacetsBuilder.pm
  |   |-- Index.pm
  |   |-- QueryBuilder.pm
  |   `-- Search.pm
  |-- Solr.pm
  |-- Zebra
  |   |-- QueryBuilder.pm
  |   `-- Search.pm
  `-- Zebra.pm

How to install and configure Solr ?
  See the wiki page: http://wiki.koha-community.org/wiki/SearchEngine_Layer_RFC

http://bugs.koha-community.org/show_bug.cgi?id=8233
Signed-off-by: Chris Cormack 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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

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

   What|Removed |Added

  Attachment #10335|0   |1
is obsolete||

--- Comment #16 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10465
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10465action=edit
Bug 8233 fixing the number in updatedatabase.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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

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

   What|Removed |Added

  Attachment #10434|0   |1
is obsolete||

--- Comment #17 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10466
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10466action=edit
Bug 8233: Replace the given statement with for

Signed-off-by: Chris Cormack 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 6132] System preferences are case sensitive

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6132

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

   What|Removed |Added

 Status|Pushed to Stable|RESOLVED
 Resolution|--- |FIXED

--- Comment #16 from Julian Maurice julian.maur...@biblibre.com ---
Ok in master, 3.8.x and 3.6.x branches

-- 
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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

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

   What|Removed |Added

  Attachment #10459|0   |1
is obsolete||

--- Comment #18 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10467
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10467action=edit
Bug 8233: Hide the search engine configuration link for Zebra

Signed-off-by: Chris Cormack 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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

--- Comment #19 from Chris Cormack ch...@bigballofwax.co.nz ---
For replacing the when, and hiding the configuration both work well. Back to
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 7688] Change subscriptions numbering pattern and frequencies

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7688

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

   What|Removed |Added

  Attachment #10145|0   |1
is obsolete||

--- Comment #9 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 10468
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10468action=edit
Database files

Rebased on master

-- 
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 7688] Change subscriptions numbering pattern and frequencies

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7688

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

   What|Removed |Added

  Attachment #10468|0   |1
is obsolete||

--- Comment #10 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 10469
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10469action=edit
Database files

Bad manipulation, this one is the rebased patch.

-- 
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 7688] Change subscriptions numbering pattern and frequencies

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7688

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

   What|Removed |Added

  Attachment #10146|0   |1
is obsolete||

--- Comment #11 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 10470
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10470action=edit
Change subscription numbering pattern and frequencies

Rebased on master

-- 
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 8268] Koha should offer way to backup entire db

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8268

--- Comment #7 from Robin Sheat ro...@catalyst.net.nz ---
It applies for me:

robin@momomoto:~/catalyst/koha$ git bz apply 8202
Bug 8202 - Add authorities to export tool

[SIGNED-OFF] Bug 8202: Add authority export to tools/export.pl
Apply? [yn] y

Applying: Bug 8202: Add authority export to tools/export.pl
robin@momomoto:~/catalyst/koha$ git bz apply 8268
Bug 8268 - Koha should offer way to backup entire db

Bug 8268: Add database dump to export tool
Apply? [yn] y

Applying: Bug 8268: Add database dump to export tool
/home/robin/catalyst/koha/.git/rebase-apply/patch:117: trailing whitespace.
ls $backupdir/ | 
/home/robin/catalyst/koha/.git/rebase-apply/patch:307: trailing whitespace.
print $query-header(   -type = $mimetype, 
warning: 2 lines add whitespace errors.
robin@momomoto:~/catalyst/koha$

-- 
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 8268] Koha should offer way to backup entire db

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8268

--- Comment #8 from Robin Sheat ro...@catalyst.net.nz ---
Created attachment 10471
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10471action=edit
Bug 8268: Add database dump to export tool

This patch builds on work by Lars Wirzenius for the Koha packages.

To date, the only way for a Koha librarian to obtain a complete backup
of their system has been to log into the system via SSH (or FTP) to
download the mysqldump file. This patch makes it possible for
superlibrarians in properly configured systems to download night backups
via the staff client's Export tool.

Recognizing that this is functionality with potentially very grave
security implications, system administrators must manually enable these
features in the koha-conf.xml configuration file.

The following configuration settings have been added to the koha-conf.xml
file:
* backupdir = directory where backups should be stored.
* backup_db_via_tools = whether to allow superlibrarians to download
  database backups via the Export tool. The default is disabled, and
  there is no way -- by design -- to enable this option without manually
  editing koha-conf.xml.
* backup_conf_via_tools = whether to allow superlibrarians to download
  configuration backups via the Export tool (this may be applicable to
  packages only). The default is disabled, and there is no way -- by
  design -- to enable this option without manually editing koha-conf.xml.

This commit modifies the following scripts to make use of the new
backupdir configuration option:
* koha-dump and koha-run-backups in the Debian packages
* The sample backup script misc/cronjobs/backup.sh

Note that for security reasons, superlibrarians will not be allowed
to download files that are not owned by the web server's effective user.
This imposes a de facto dependency on ITK (for Apache) or running the
web server as the Koha user (as is done with Plack).

To test:
1. Apply patch.
2. Go to export page as a superlibrarian. Notice that no additional
   export options appear because they have not been enabled.
3. Add backupdir$KOHADEV/var/spool/backup to the config section
   of your koha-conf.xml (note that you will need to adjust that so that
   it is pointing at a logical directory).
4. Create the aforementioned directory.
5. Go to export page as a superlibrarian. Notice that no additional
   export options appear because they have not been enabled.
6. Add backup_db_via_tools1/backup_db_via_tools to the config
   section of your koha-conf.xml
7. Go to the export page as a superlibrarian. Notice the new tab.
8. Go to the export page as a non-superlibrarian. Notice there is no
   new tab.
9. Run: mysqldump -u koha -p koha | gzip  $BACKUPDIR/backup.sql.gz
   (substituting appropriate user, password, and database name)
10. Go to the export page as a superlibrarian, and look at the Export
database tab. If you are running the web server as your Koha user,
and ran the above command as your Koha user, you should now see the
file listed as an option for download.
11. If you *did* see the file listed, change the ownership to something
else: sudo chown root:root $BACKUPDIR/backup.sql.gz
11a. Confirm that you no longer see the file listed when you look at the
 Export database tab.
12. Change the ownership on the file to your web server (or Koha) user:
sudo chown www-data:www-data backup.sql.gz
13. Go to the export page as a superlibrarian, and look at the Export
database tab. You should now see backup.sql.gz listed.
14. Choose to download backup.sql.gz
15. Confirm that the downloaded file is what you were expecting.

If you are interested, you can repeat the above steps but replace
backup_db_via_tools with backup_conf_via_tools, and instead of
creating an sql file, create a tar file.

To test packaging: run koha-dump, confirm that it still creates a
usable backup.

--

This signoff contains two changes:

10-1. If no backup/conf files were present, then the message telling you
so doesn't appear and the download button does. Made them behave
correctly.
10-2. The test for a file existing required it to be owned by the
webserver UID. This change makes it so it only has to be readable.

Signed-off-by: Robin Sheat ro...@catalyst.net.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 8268] Koha should offer way to backup entire db

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8268

Robin Sheat ro...@catalyst.net.nz changed:

   What|Removed |Added

 Status|Patch doesn't apply |Signed Off

--- Comment #9 from Robin Sheat ro...@catalyst.net.nz ---
Things noted:

10-1. If you forgot to run the backup command, then there is nothing to choose
from but the download button is still there. Not a big issue, just slightly
cosmetic. Also, the no downloads exist message is missing, I think due to
different semantics between T::T and perl about whether an empty array is
considered true.

10-2. This doesn't work with the packages, as it's testing -o (do I own this
file) not -r (can I read this file.) Dumps provided by the packages are owned
by root, but readable by the webserver due to group permissions. This needs to
be fixed in getbackupfilelist and download_backup.

My signed off patch fixes these.

-- 
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 8305] New: Use apple-touch-icon for pretty bookmark icons

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8305

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8305
  Assignee: oleon...@myacpl.org
   Summary: Use apple-touch-icon for pretty bookmark icons
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: mag...@enger.priv.no
  Hardware: All
Status: NEW
   Version: master
 Component: OPAC
   Product: Koha

Currently if you bookmark the Koha OPAC on a device like the iPad by adding it
to your home screen, you get an icon that is a tiny screenshot of the page
you bookmarked - not very pretty. 

Specifying a pretty icon is as simple as this: 
link rel=apple-touch-icon href=/custom_icon.png/

And of course we have to add the actual icon. 

Despite the name, this is supposed to work for e.g. Android-based devices, not
just Apple devices. 

It might be a good idea to have one icon for the OPAC and one for the intranet,
like we do with the favicons. 

Docs: 

-
http://developer.apple.com/library/ios/#DOCUMENTATION/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

- http://mathiasbynens.be/notes/touch-icons

-- 
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 8307] New: Set a value for items when receiving

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8307

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8307
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Set a value for items when receiving
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: jonathan.dru...@biblibre.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Acquisitions
   Product: Koha

If the system preference AcqCreateItem is Create an item when ordering, we
would like to set a value for items.
For example you could define status for the field items.notforloan (995$o for
UNIMARC) with 4 = On order, 5: On treatment.
Then, it would be great to fill the item field 995$o with 5.

-- 
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 8307] Set a value for items when receiving

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8307

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|koha-b...@lists.koha-commun |jonathan.dru...@biblibre.co
   |ity.org |m

-- 
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 8307] Set a value for items when receiving

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8307

--- Comment #1 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 10472
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10472action=edit
Bug 8307: Set a value for items when ordering


If items are created when ordering, this patch allows to add a value for
a field.

Test plan:
Define status for items.notforloan (mapping 995$o in unimarc), for
example 4:On order, 5:On treatment

Set the Syspref AcqCreateItem on ordering.

ACQ framework : set default value = 4 for 995$o (in unimarc)

Syspref AcqItemStatusWhenReceived : set 995$o=5

When ordering the item, default status will be 4 ; when receiving the
item, status will be changed from 4 to 5

-- 
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 8307] Set a value for items when receiving

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8307

Jonathan Druart jonathan.dru...@biblibre.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 8308] New: can't print transfer slip twice

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8308

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8308
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: can't print transfer slip twice
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Circulation
   Product: Koha

We have discovered that we can't print a route/transfer slip for an item if
we've triggered it twice already.  This is a problem.  It should give us the
option to print the slip again, no matter how many times we've checked it in.

Is there a reason it stops giving us the option after 2 scans?

We discovered this because we were triggering holds, but slips were not
printing.  It wasn't until after the second attempt we discovered someone
rerouted printing to a regular printer.  When we set printing back to the
regular receipt printer, we couldn't trigger the hold again and print a slip. 
Instead it just looks like a regular discharge and says not checked out.

See: http://screencast.com/t/kMBcHKq8F7EZ

-- 
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 8309] New: Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

  Priority: P1 - high
 Change sponsored?: ---
Bug ID: 8309
  Assignee: paul.poul...@biblibre.com
   Summary: Koha namespace organisation, first implementation
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: paul.poul...@biblibre.com
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: Architecture, internals, and plumbing
   Product: Koha

During KohaCon12 hackfest, some of us had a discussion about Koha namespace
organisation and content. The result was a wiki page:
http://wiki.koha-community.org/wiki/Koha_Namespace_RFC

I've investigated this organisation by writing some DBIx::Class  Moose
packages. The results are great, a lot of code can be removed, and the code is
safer. Note that the patches attached here are just a first draft, not
requesting sign-off, just comments !

My feedback of this first try:
 * defining the schema has been easy, thanks to DBIx::Class documentation.
Error messages are very clear and easy to understand for a newbie like me !
 * investigating a little bit more, there are many tools/tricks that will make
us save a lot of time/lines. Like caching (with DBIx::Class::Cursor::Cached),
paging (see
http://search.cpan.org/~arodland/DBIx-Class-0.08196/lib/DBIx/Class/Manual/Cookbook.pod#Paged_results,
not used in this 1st POC), doing JOIN or finding relations between datas, or
returning array of hashrefs (DBIx::Class::ResultClass::HashRefInflator)
 * cleaning categories.pl resulted in a code that is *much* smaller and
readable than the previous one (something like 100 lines removed)

-- 
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 8309] Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

--- Comment #1 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 10473
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10473action=edit
DBIx::Class 1st step: the schema

This DBIx::Class schema has been generated using
perl -MDBIx::Class::Schema::Loader=make_schema_at,dump_to_dir:.Koha -e
'make_schema_at(temp::Schema, { debug = 1 }, [
dbi:mysql:dbname=Koha,LOGIN, PASSWORD ])'

After my 1st tests, I encountered the following problem
DBIx::Class::Carp::__ANON__(): might_have/has_one must not be on columns with
is_nullable set to true (temp::Schema::Result::Borrower/cardnumber). This might
indicate an incorrect use of those relationship helpers instead of belongs_to.
at /usr/share/perl5/DBIx/Class/Relationship/HasOne.pm line 96
by setting cardnumber to non-nullable

I've switched the cardnumber to non-nullable in Borrower.pm

-- 
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 8309] Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

--- Comment #2 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 10474
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10474action=edit
Branches table management

it's called Branch2.pm because I tried another organisation, then switched to
this one, which is better I think

-- 
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 8309] Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

--- Comment #3 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 10475
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10475action=edit
Borrowers table management

first draft, the interesting part is the testrelation.pl script that shows how
to search a patron and access other informations from here

What is important is the prefetch option in read. With it you'll LEFT join
the prefetched table, thus improving performances

You can also notice the cache duration of 2 seconds in borrower search. The
idea is that, if this sub is called more than once on a given page, there will
be only one SQL query.

-- 
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 8309] Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 10476
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10476action=edit
Branchrelation package, 1st draft

unused in my tests I think, commiting it just in case

-- 
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 8309] Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

--- Comment #5 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 10477
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10477action=edit
Categories management

This package is a POC to manage the Categories table. It contains :
* Category.pm (DB, DataObject and BusinessLogic levels)
* the Category.t test
* categorie.pl DBIx::Classed
  * updating copyright
  * removing a lot of useless files
  * tabs replaced by 4 spaces, result in some minor changes
  * use [% IF condition %] in templates, to avoid some pl level hacks

-- 
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 8309] Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 10478
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10478action=edit
DBIx::Class Branch.pm, first try

This package, and the test implement CRUD for Branches table.
Very basic, but proves we can do many things in a few lines !

-- 
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 8309] Koha namespace organisation, first implementation

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8309

--- Comment #7 from Paul Poulain paul.poul...@biblibre.com ---
mmm... patches not in the historical order, sorry.
I made patch 6 (Branch.pm first try) first, then Branches table management
(Branch2.pm).
To explain : I made some experiments on Branch.pm, then tried something else I
called Branch2.pm
Branch2.pm seems better, so if we decide to go this way, the original Branch.pm
will be dropped and Branch2.pm renamed. As it's just a POC, that's not a big
deal I think.

In fact, the most important part is the testrelation.pl attached in Borrowers
table management and Categories management, that include admin/categorie.pl
rewritten

-- 
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 8240] There is dead code in orderreceive.tt

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8240

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl

--- Comment #3 from M. de Rooy m.de.r...@rijksmuseum.nl ---
CONFLICT (content): Merge conflict in acqui/orderreceive.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 7161] Open Library - Larger image, Read, borrow and checked-out status

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7161

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

Version|rel_3_10|master
 QA Contact|koha.sek...@gmail.com   |m.de.r...@rijksmuseum.nl

-- 
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 7161] Open Library - Larger image, Read, borrow and checked-out status

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7161

--- Comment #9 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to comment #8)
 Marcel, you already made a 1st QA, so I let this one for you. Looking at the
 code I don't see anything wrong

Will be looking at this shortly..

-- 
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 8240] There is dead code in orderreceive.tt

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8240

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #10329|0   |1
is obsolete||

--- Comment #4 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 10479
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10479action=edit
[SIGNED-OFF] Bug 8240: Remove dead code from orderreceive

rebased patch

-- 
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 8310] New: All parts an instance should be under one path

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8310

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8310
CC: ro...@catalyst.net.nz
  Assignee: koha-bugs@lists.koha-community.org
   Summary: All parts an instance should be under one path
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: dd...@njstatelib.org
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Packaging
   Product: Koha

For mobility and to potentially enable chroot down the line, the directories
now created under /etc/koha/sites and /var/(spool|lib|lock|run|log)/koha should
be created under a common directory.

I'd be happy to contribute a patch if a good common path can be found.

-- 
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 8310] All parts an instance should be under one path

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8310

--- Comment #1 from Robin Sheat ro...@catalyst.net.nz ---
I'm not convinced that debian would let us get away with that. Also, /etc and
/var are the appropriate places for what goes into them. 

This said, it wouldn't be the end of the world to symlink them together, so
they still appear like they are now, but everything is really under
/var/lib/koha.

Additionally, it would only really need to be /var/lib/koha, all the rest are
transient data.

Not completely sold on the need for it vs. the additional complexity though.

-- 
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 8289] Upgrading from 2.2 does not work anymore

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8289

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8

-- 
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 6513] Library and Category filters when searching for a borrower to add to a routing list don't work correctly.

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6513

--- Comment #7 from Robin Sheat ro...@catalyst.net.nz ---
It would make the most sense for this to be modified to use existing patron
search stuff, if it's possible for that to have filters too (or, we could apply
the filters post-hoc I guess.)

-- 
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 8282] Bug in modules list in about.pl

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8282

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

-- 
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 8241] Remove stray references to YUI autocomplete

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8241

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_10

--- Comment #5 from Paul Poulain paul.poul...@biblibre.com ---
Proably worth for 3.10 only, but would not object backporting to 3.8

-- 
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 8224] aqplan.pl and aqbudgets: authorized values doesn't appear in planning list

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8224

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

-- 
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 5349] Moving an order

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349

--- Comment #18 from Marc Véron ve...@veron.ch ---
Both patches applied.

I get the same result as the screenshots show in the PDF attachment:
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10441

At the end of koha-error_log I get a couple of following lines:

(...)[Mon Jun 25 16:20:59 2012] transferorder.pl: Use of uninitialized value in
pattern match (m//) at /usr/share/kohaclone/C4/SQLHelper.pm line 407.

Additional info:

I tried with Firefox, Firefox  with all plugins disabled and with Chrome.

Could it be a database issue (corrupted data in order tables)? I'm afraid I
have no time to puzzle this out right now, that's why I propose that somebody
else does a test as well.

Marc

-- 
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 7379] copynumber is displayed 'as is' when linked to autorised values

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7379

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8

--- Comment #25 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed, signoff from Gaetan reintroduced

-- 
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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

--- Comment #21 from Jonathan Druart jonathan.dru...@biblibre.com ---
Hi Ian, 

I don't know if we want to add all solr's dependencies for koha currently.

If I add Data::Pagination, I would have to add all of dependencies listed on
http://wiki.koha-community.org/wiki/SearchEngine_Layer_RFC#Install_perl_libs.

And I think it is not what we want for Zebra's installations, isn't it ?

Maybe we want a test in C4::Installer::PerlDependencies to distinguish the
search engine ?

-- 
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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

--- Comment #22 from Ian Walls koha.sek...@gmail.com ---
The dependencies can be marked as optional and for what purpose, so if folks
don't want to install them, they don't need to.

A more complex set up of looking install options and picking dependencies based
on that would be nice, but probably more work than we need right now, with our
level of available customization.  But, say when Koha is RDBMS-agnostic, then
we may find it handy to have different dependency paths in the scripts.

-- 
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 8233] New search engine layer - introduce solr without breaking anything else

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

--- Comment #23 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 10480
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10480action=edit
Bug 8233: Followup: Search engine layer: Add dependencies.

(In reply to comment #22)
 The dependencies can be marked as optional and for what purpose, so if folks
 don't want to install them, they don't need to.

Yes, you are right :)

-- 
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 6557] biblioitems.totalissues unused

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

--- Comment #24 from Paul Poulain paul.poul...@biblibre.com ---
I can't decide myself to push this patch. Let me share my comments:
 * it add a syspref to decide wether we should update this field through a cron
or in real time. The FAUSP (Fighters Against Useless SysPrefs) commitee has
some concern: if it's long to do, who will set this syspref to 1 ? Small
libraries have a low-grade hardware, large libraries circulate a lot. My
conclusion is that noone will set the syspref to 1. So the syspref could/should
be removed.
 * OTOH, the UpdateTotalIssues sub uses ModBiblio. It appears that it's because
the popularity sorting is based on 942$0 field. that's why it's so long  I
can't see another method to populate this field. 
 * In UNIMARC default setup, the totalissue field is attached to 942$0 like in
MARC21. Quite surprising according to me, but not wrong afaik
 * The install documentation should be updated to reflect the
misc/cronjobs/update_totalissues.pl (can be done later. Having crontab.example
updated is a good 1st step)

Please comment my point 1 (2, 3 and 4 are just here as a reminder, even if 4
will require a follow-up or another bugzilla entry)

-- 
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 8194] Layout problem on subscription add when showing manual history

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8194

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

-- 
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 6090] empty mails in message_queue are sent

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6090

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

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

   What|Removed |Added

  Attachment #10458|0   |1
is obsolete||

--- Comment #26 from Paul Poulain paul.poul...@biblibre.com ---
Comment on attachment 10458
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10458
Bug 7368 - General staff client typo omnibus

This patch has been pushed

-- 
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 7368] General staff client typo omnibus

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

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

   What|Removed |Added

 Status|Passed QA   |ASSIGNED

--- Comment #27 from Paul Poulain paul.poul...@biblibre.com ---
all patches pushed, back to assigned

-- 
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 6557] biblioitems.totalissues unused

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557

--- Comment #25 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Paul,

(In reply to comment #24)
 I can't decide myself to push this patch. Let me share my comments:
  * it add a syspref to decide wether we should update this field through a
 cron or in real time. The FAUSP (Fighters Against Useless SysPrefs) commitee
 has some concern: if it's long to do, who will set this syspref to 1 ? Small
 libraries have a low-grade hardware, large libraries circulate a lot. My
 conclusion is that noone will set the syspref to 1. So the syspref
 could/should be removed.

I think it is worth having the syspref and the option for realtime update for
two reasons:
1. in the future performance may improve, and this is definitely a feature that
people might want. By including the syspref now, we forestall the requests that
it be added.
2. For very small libraries, setting up a cron job can be a significant
hardship, and if you're circulating one item per minute on average, the
performance hit from realtime updating doesn't really matter.
3. (I'm like the Spanish inquisition, with fear, surprise, and ruthless
efficiency... can I start over?) Although I consider the performance hit to be
significant, the fact is we're not looking at an operation any more inefficient
than checking out any item was in 3.2.

  * OTOH, the UpdateTotalIssues sub uses ModBiblio. It appears that it's
 because the popularity sorting is based on 942$0 field. that's why it's so
 long  I can't see another method to populate this field. 
  * In UNIMARC default setup, the totalissue field is attached to 942$0 like
 in MARC21. Quite surprising according to me, but not wrong afaik

I noticed that. And was baffled by it. But I figure, if it ain't broke...

  * The install documentation should be updated to reflect the
 misc/cronjobs/update_totalissues.pl (can be done later. Having
 crontab.example updated is a good 1st step)

-- 
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 7143] Bug for tracking changes to the about page

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143

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

   What|Removed |Added

  Attachment #10402|0   |1
is obsolete||

--- Comment #41 from Paul Poulain paul.poul...@biblibre.com ---
Comment on attachment 10402
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10402
[SIGNED-OFF] 7143 Followup for timeline

this patch has been pushed

-- 
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 8244] Script to find exporter problems

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8244

--- Comment #5 from Jared Camins-Esakov jcam...@cpbibliography.com ---
It looks good, except for one thing. When I run `prove xt` it does not get
caught since the extension is .pl unstead of .t. Perhaps it would be better to
call it find-undefined-subroutines.t?

-- 
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 8311] New: Mis-scoped function call in C4::Auth

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8311

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8311
  Assignee: jcam...@cpbibliography.com
   Summary: Mis-scoped function call in C4::Auth
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: jcam...@cpbibliography.com
  Hardware: All
Status: NEW
   Version: master
 Component: Architecture, internals, and plumbing
   Product: Koha

There is a mis-scoped function call in C4::Auth, on line 154, where GetMembers
is called without explicit scoping and before 'require C4::Members;'. This does
not actually have any functional ramifications as far as I can tell, but it
would be a good idea to fix 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 8311] Mis-scoped function call in C4::Auth

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8311

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 10481
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10481action=edit
Bug 8311: Fix scoping error in C4::Auth

There is a mis-scoped function call in C4::Auth, on line 154, where
GetMembers is called without explicit scoping and before
'require C4::Members;'. This does not actually have any functional
ramifications as far as I can tell, but it would be a good idea to fix
it.

This patch also corrects a bit of indenting in that area, because it was
an unnecessary challenge to understand the code with the mis-indenting.

-- 
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 8311] Mis-scoped function call in C4::Auth

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8311

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 7143] Bug for tracking changes to the about page

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143

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

   What|Removed |Added

 Status|Passed QA   |ASSIGNED

-- 
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 8255] Local cover images should be cacheable

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8255

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
   Severity|enhancement |normal

--- Comment #5 from Paul Poulain paul.poul...@biblibre.com ---
This can be considered as a bugfix imo (chris_c, your final cut, as usual)

-- 
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 8288] showmarc.tt should not include full doc-head-close.inc

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8288

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||koha.sek...@gmail.com

--- Comment #3 from Ian Walls koha.sek...@gmail.com ---
Template only change to remove unnecessary code loading in the showmarc.tt
context.  Marking Passed QA.

-- 
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 8279] CAS Debugging improvements

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8279

Ian Walls koha.sek...@gmail.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||koha.sek...@gmail.com

--- Comment #3 from Ian Walls koha.sek...@gmail.com ---
Just adds more verbose debugging output in the case of a CAS failure.  No other
impact on the system.  Marking Passed QA.

-- 
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 8205] Should be possible to hide unused authorities in OPAC

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8205

--- Comment #10 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #8)
 I have been pondering this... but feel it's not ok to change existing
 behaviour - some libraries might like it. And maybe with hierarchical
 authorities it makes sense to see unused authorities too?

Well, I can't imagine a use-case where a OPAC-use might like it ! Even with
hierarchical authorities, because the links are built on authid, and if no
biblio use this authid, there won't be any results for someone that clic on the
link. 

The more I think of it, the more I think it's a 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 8191] New value for 8 position in coded data field 100 in unimarc

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8191

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|unspecified |rel_3_10

--- Comment #5 from Paul Poulain paul.poul...@biblibre.com ---
could be backported to 3.8 I think

-- 
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 8181] Replace DynArch calendar widget with jQueryUI version

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8181

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_10

--- Comment #12 from Paul Poulain paul.poul...@biblibre.com ---
Could not confirm that every page work fine, but could not find anything wrong
either. Patch pushed, i'll advertise this change in my next monthly RM
newsletter

-- 
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 8205] Should be possible to hide unused authorities in OPAC

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8205

--- Comment #11 from Ian Walls koha.sek...@gmail.com ---
Lots of other information and links to other places on the web could be put
into an Authority record, even if no biblios are connected to it.  It'd be much
like a biblio with no attached items, but a valid URL (856 in MARC21) or
Analytic entry.

I recommend keeping a system preference to let the library pick whether to hide
unlinked authorities or not.  While many libraries may choose to hide unused
authorities, I don't think we should assume that none would like to show them.

-- 
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 8312] New: Bug 1633 causes an error when upgrading the database

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8312

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8312
  Assignee: oleon...@myacpl.org
   Summary: Bug 1633 causes an error when upgrading the database
  Severity: major
Classification: Unclassified
OS: All
  Reporter: ro...@catalyst.net.nz
  Hardware: All
Status: NEW
   Version: rel_3_8
 Component: OPAC
   Product: Koha

This causes an error on upgrade:

[Tue Jun 26 04:58:51 2012] updatedatabase.pl: DBD::mysql::db do failed: Can't
create table 'koha_central.biblioimages' (errno: 150) at
/home/robin/kohaclones/ca/installer/data/mysql/updatedatabase.pl line 4634.

This SQL:

   CREATE TABLE `biblioimages` (
  `imagenumber` int(11) NOT NULL AUTO_INCREMENT,
  `biblionumber` int(11) NOT NULL,
  `mimetype` varchar(15) NOT NULL,  
  `imagefile` mediumblob NOT NULL, 
  `thumbnail` mediumblob NOT NULL,
  PRIMARY KEY (`imagenumber`),
  CONSTRAINT `bibliocoverimage_fk1` FOREIGN KEY (`biblionumber`)
REFERENCES `biblio` (`biblionumber`) ON DELETE CASCADE ON UPDATE CASCADE
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8

doesn't work unless everything after 'ENGINE' is ommitted.

-- 
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 1633] Add ability to take book cover images from local img db

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1633

Robin Sheat ro...@catalyst.net.nz changed:

   What|Removed |Added

 Blocks||8312

-- 
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 8312] Bug 1633 causes an error when upgrading the database

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8312

Robin Sheat ro...@catalyst.net.nz changed:

   What|Removed |Added

 Depends on||1633

-- 
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 8313] New: add ASHS to 'Koha team' page, for sponsorship of the 'star-ratings' feature

2012-06-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8313

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8313
  Assignee: neng...@gmail.com
   Summary: add ASHS to 'Koha team' page, for sponsorship of the
'star-ratings' feature
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: m...@kohaaloha.com
  Hardware: All
Status: NEW
   Version: master
 Component: About
   Product: Koha

add ASHS to 'Koha team' page, for sponsorship of the 'star-ratings' feature

-- 
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/


  1   2   >