[Koha-bugs] [Bug 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

--- Comment #32 from Marc Véron ve...@veron.ch ---
Hmm, maybe a calculation issue with the birth date. What is the birthdate of
the patron you tested with?

-- 
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 6350] Bug for tracking updates to the history file

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

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||m.de.r...@rijksmuseum.nl
 QA Contact|koha-b...@lists.koha-commun |m.de.r...@rijksmuseum.nl
   |ity.org |

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

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

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

   What|Removed |Added

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

-- 
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 6350] Bug for tracking updates to the history file

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

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

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #13 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 6939] DefaultClassificationSource not used in 942$2

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

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

   What|Removed |Added

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

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
(I haven't tested this patch, as I don't have classificationSource field /
MARC21 in my test setup)

-- 
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 8062] Cart email broken for non english templates

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

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

   What|Removed |Added

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

--- Comment #23 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to comment #21)
 I think this patch introduces a bug:
 
 +use HTML::FormatText;
 
 this isn't mentioned in the dependency list, and doesn't appear to be used
 in the code. Thus, opac-sendbasket.pl breaks unless you happen to have that
 module installed. Can someone confirm that this is the case?

Confirmed: Can't locate HTML/FormatText.pm in @INC

Paul: When you passed this through QA, you mentioned the new dependency. But
nothing was done in a followup for dependency list, etc. ?

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

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

   What|Removed |Added

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

--- Comment #5 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Kyle,
Your patch now removes the feature of an anonymous user putting books into the
cart and mailing them. Would it not be enough to check if the cart is not empty
instead of forcing login now? 
Should we discuss restricting all email functionality in Koha to authenticated
users? Or add yet another pref :-)

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

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

   What|Removed |Added

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

--- Comment #6 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Marcel, not sure that was Kyle - there is bug 4274 for the problem. It used
to be possible for not logged in users to mail the cart (I know it was in
3.2.x). Then it got changed some time after that. Now it requires you to log in
before you can send items from the cart.

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

--- Comment #7 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to comment #6)
 Hi Marcel, not sure that was Kyle - there is bug 4274 for the problem. It
 used to be possible for not logged in users to mail the cart (I know it was
 in 3.2.x). Then it got changed some time after that. Now it requires you to
 log in before you can send items from the cart.

It is still possible in master. I just did ??

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

--- Comment #8 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Perhaps it changed again? :( I tested on 3.6.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 3280] opac/opac-sendbasket.pl security leaky

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

--- Comment #9 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to comment #8)
 Perhaps it changed again? :( I tested on 3.6.3.

No, it is not possible. Somehow I cannot reproduce anymore what I did before..

-- 
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 4274] Cart now requires login before emailing contents

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

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

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=3280

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

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

   What|Removed |Added

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

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

--- Comment #10 from M. de Rooy m.de.r...@rijksmuseum.nl ---
OK. The patch came from Frere Sebastien Marie. And current master does not
allow anynomous users here (anymore).

One question remains: It works for me. But if you change the From address to
the patron's address, could we have Relay Access Denied errors or similar? A
mail server could reject outgoing mail if not sent from designated domains?

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

--- Comment #11 from Frère Sébastien Marie semarie-k...@latrappe.fr ---
(En réponse au commentaire 10)
 One question remains: It works for me. But if you change the From address to
 the patron's address, could we have Relay Access Denied errors or similar? A
 mail server could reject outgoing mail if not sent from designated domains?

Yes, it is possible that mail will be reported as spam, if the patron address
use SPF (spam prevention system based on whitelist of smtp authorised to send
email for particuliar domain).

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

--- Comment #12 from Frère Sébastien Marie semarie-k...@latrappe.fr ---
(En réponse au commentaire 11)
 (En réponse au commentaire 10)
  One question remains: It works for me. But if you change the From address to
  the patron's address, could we have Relay Access Denied errors or similar? A
  mail server could reject outgoing mail if not sent from designated domains?
 
 Yes, it is possible that mail will be reported as spam, if the patron
 address use SPF (spam prevention system based on whitelist of smtp
 authorised to send email for particuliar domain).

So it is possible to remove using GetFirstValidEmailAddress($borrowernumber) as
From address, and inconditionnally use
C4::Context-preference('KohaAdminEmailAddress').

But I think we should include *in the body* the name/address of the sender:
This mail was sent to you from $user-{firstname} $user-{surname}
$user_email

So authentificated user will not abuse sending email using opac-sendbasket.pl

We could also add a Reply-To field with $user-{firstname} $user-{surname}
$user_email ? (in order to prevent error like press the reply-to button and
mail to KohaAdminEmailAddress instead of $user_email)

-- 
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 8329] New: GetLostItems in C4::Items.pm has a SELECT *

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8329
  Assignee: gmcha...@gmail.com
   Summary: GetLostItems in C4::Items.pm has a SELECT *
  Severity: major
Classification: Unclassified
OS: All
  Reporter: mtomp...@hotmail.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Reports
   Product: Koha

my $query   = 
SELECT *
FROM   items
LEFT JOIN biblio ON (items.biblionumber = biblio.biblionumber)
LEFT JOIN biblioitems ON (items.biblionumber =
biblioitems.biblionumber)
LEFT JOIN authorised_values ON (items.itemlost =
authorised_values.authorised_value)
WHERE
authorised_values.category = 'LOST'
AND itemlost IS NOT NULL
AND itemlost  0
;

We're using 3.6.3, and I comfirmed this is in 3.6.6. This problem would only be
obvious if there are many lost items. It is a hellish query as we have 39,000+
lost items. We're in the midst of doing data entry/cleanup on a new system.

my $query   = 
SELECT title, author, lib, itemlost, authorised_value, barcode,
datelastseen, price, replacementprice, homebranch,
   itype, itemtype, holdingbranch, location, itemnotes,
items.biblionumber as biblionumber
FROM   items
LEFT JOIN biblio ON (items.biblionumber = biblio.biblionumber)
LEFT JOIN biblioitems ON (items.biblionumber =
biblioitems.biblionumber)
LEFT JOIN authorised_values ON (items.itemlost =
authorised_values.authorised_value)
WHERE
authorised_values.category = 'LOST'
AND itemlost IS NOT NULL
AND itemlost  0
;

This is functional, though it can probably be trimmed. The SELECT * includes
XML and MARC fields which are sizable and eat system memory!

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

Frère Sébastien Marie semarie-k...@latrappe.fr changed:

   What|Removed |Added

  Attachment #10027|0   |1
is obsolete||

--- Comment #13 from Frère Sébastien Marie semarie-k...@latrappe.fr ---
Created attachment 10547
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10547action=edit
Bug 3280 Restrict Send basket feature

I was add a Reply-To field to email sended. So user receiving basket known who
send it.

The From field keep 'KohaAdminEmailAddress'. So it should not have spam problem
(if KohaAdminEmailAddress is configured appropriately) as noted by M. de Rooy.

Thanks from (past and future) comments.

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

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

   What|Removed |Added

  Attachment #10547|0   |1
is obsolete||

--- Comment #14 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 10548
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10548action=edit
Signed patch for 3280

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 QA Contact|koha-b...@lists.koha-commun |m.de.r...@rijksmuseum.nl
   |ity.org |

-- 
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 3280] opac/opac-sendbasket.pl security leaky

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

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

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #15 from M. de Rooy m.de.r...@rijksmuseum.nl ---
QA Comment:
Small patch. Code looks good to me. Idea of Reply-to address seems to me a good
approach as compared to changing the From address.
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 3280] opac/opac-sendbasket.pl security leaky

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

--- Comment #16 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to comment #3)
 Does opac/opac-sendshelf.pl should be have a separated bug report ?
 As there have same features (send email to someone), corrections (or
 enhancements) should be consistent.

Sebastien: You could also adjust the title of this report, take over the
assignee field (you wrote the patch, not Galen) and submit another patch for
send-shelf. That would be great!

-- 
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 8217] Focus on search box in Detail page (staff search)

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

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

   What|Removed |Added

  Attachment #10346|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 8217] Focus on search box in Detail page (staff search)

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

--- Comment #14 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Followup: 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 8217] Focus on search box in Detail page (staff search)

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

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||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 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

--- Comment #33 from delaye stephane.del...@biblibre.com ---
birthdate of the borrower : 19/05/2001

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

--- Comment #34 from Marc Véron ve...@veron.ch ---
Thanks again for testing.

I have to rebase to the current master, will try to get it done this evening.

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

--- Comment #35 from delaye stephane.del...@biblibre.com ---
it's work!!!...
thank you!!

-- 
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 8130] attach PDF files to a patron record

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

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

   What|Removed |Added

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

--- Comment #19 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed, but I think it would be usefull to have the list of attached
files available on the moremembers.pl page (and maybe also on the check-out
page)
The use case that has been given make interesting for a librarian to see
quickly if there are files attached to ask for missing ones.

Exemple: I'm supposed to give a proof of address every year. On the check-out
page, when my card is entered, Koha display Patron Paul Poulain, currently 0
issues, 1 file attached (10/01/2010) = I haven't updated my proof of address

(that's just an example)

However : the moremember.pl page is really crapy now and would not deserve a
large update. But that's another topic !

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

--- Comment #36 from Marc Véron ve...@veron.ch ---
Merveilleux, un grand merci!
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 8318] update StatisticsFields description

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

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

   What|Removed |Added

 Status|Passed QA   |Patch doesn't apply
 CC||paul.poul...@biblibre.com

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
mmm... the patch does not apply, probably because I fixed the yaml syntax
recently. Could you rebase  resubmit, I don't want to do a mistake (directly
passed QA status)

-- 
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 8319] headings on statistics tab are confusing

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

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

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

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

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

-- 
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 8330] New: Overdue mail link contains untranslatable strings

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8330
CC: frede...@tamil.fr
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Overdue mail link contains untranslatable strings
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: katrin.fisc...@bsz-bw.de
  Hardware: All
Status: NEW
   Version: master
 Component: I18N/L10N
   Product: Koha

The overdue with fines report contains email links with a subject line:
Overdue: title

The Overdue is not translatable.

-- 
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 7412] Pre-filling items in cataloguing

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

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

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl
 QA Contact|koha.sek...@gmail.com   |m.de.r...@rijksmuseum.nl

--- Comment #24 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Just some questions before starting QA on this one:
Why do you need two new prefs?
At first glance through code, I see a lot of testing on barcode and read about
tricky cookie handling: Could you please explain? If you do not want to copy
barcode, you should just not put it in the prefill? How exactly do you use this
new cookie?
Is the commit message outdated?
Since we also have default values in framework, we have Add  Duplicate, what
exacly make this feature so needed?

-- 
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 8302] Add accesssion number to the drop down list in OPAC Search.

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

Colin Campbell colin.campb...@ptfs-europe.com changed:

   What|Removed |Added

 CC||colin.campbell@ptfs-europe.
   ||com

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com ---
Actually the patch adds a barcode search. That is not necessarily what a given
library calls its accession number

-- 
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 8302] Add accesssion number to the drop down list in OPAC Search.

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

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

   What|Removed |Added

  Attachment #10452|0   |1
   is patch||
  Attachment #10452|application/octet-stream|text/plain
  mime type||

-- 
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 8302] Add accesssion number to the drop down list in OPAC Search.

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

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

   What|Removed |Added

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

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Meenakshi, please remember to tick the patch checkbox when uploading a
patch or use git bz. This way the patch can be viewed corrrectly in Bugzilla.
I think the description should probably be changed to barcode, because that's
what Koha's term for that field. Also we already have a barcode search option
in the staff search.

-- 
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 8250] can't leave barcode blank when adding serial items

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

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com ---
Looks like you can leave it blank once and it can add a barcode of '' whereas
it should assume that '' means barcode not defined.
Logic change to validate that the barcode input is barcode input should be
simple enough.

-- 
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 8318] update StatisticsFields description

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

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

   What|Removed |Added

 Status|Patch doesn't apply |Signed Off

--- Comment #5 from Nicole C. Engard neng...@gmail.com ---
Paul,

I just did a fetch from master and applied the patch just fine ...

nengard@kohavm:~/kohaclone$ git bz apply 8318
Bug 8318 - update StatisticsFields description

[SIGNED-OFF] Bug 8318: Update StatisticsFields preference language
Apply? [yn] y

Applying: Bug 8318: Update StatisticsFields preference language
nengard@kohavm:~/kohaclone$

-- 
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 5725] Batch modifications for Biblios

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

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

   What|Removed |Added

 Status|Failed QA   |Patch doesn't apply
 CC||gaetan.bois...@biblibre.com

--- Comment #57 from Gaetan Boisson gaetan.bois...@biblibre.com ---
I wanted to give it a try in order to see what can be done on the documentation
side so that this patch passe QA but it doesn't apply :

Applying: Suggested change to Bug 5725 - Batch modifications for Biblios
error: patch failed: koha-tmpl/intranet-tmpl/prog/en/js/basket.js:434
error: koha-tmpl/intranet-tmpl/prog/en/js/basket.js: patch does not apply
error: patch failed:
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt:86
error: koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt: patch does not
apply

-- 
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 7167] updatedatabase improvements

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

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

   What|Removed |Added

   Attachment #9859|0   |1
is obsolete||
   Attachment #9860|0   |1
is obsolete||
  Attachment #10033|0   |1
is obsolete||
  Attachment #10034|0   |1
is obsolete||

--- Comment #72 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 10549
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10549action=edit
New version for updatedatabase

At last, I come back ! :)

(In reply to comment #70)
 QA comment:


 For simplicity, I recommend to remove the YAML file and associated code.

Done

 Skeleton: I see it in a regex as well as some code inserting into foo.
 Assume that it was used in testing. Please remove it.

Done

 Mainpage: Some code was removed from Auth.pm. The version check is now in
 mainpage.pl itself. I would rather have that check in an appropriate module.
 It was in Auth.pm. You could leave it there? I think we should let the
 version check stay within the scope of the checkauth call included in the
 get_user_and_template call. (See also comment on Auth.pm below).

New routine C4::Update::Database::is_uptodate() called on mainpage.pl
The idea is to update the source code AND see the admin page
(admin/updatedatabase.pl) to check if the database is up to date.

 Note that there is some problem in current code, that forces me to login
 twice when there is an update available. (It redirects to
 admin/updatedatabase, but I must relogin again.)

I can't reproduce this error, then I can't fix it. Can you give me more details
please ?

 Upgrading: When coming from an older version (before 3.9.0.x), you should
 run the old updatedatabase and after that you should run the new dbrevs in
 the dbrev directories. This is currently done in two passes. First it runs
 the old update. You think that it is ready. When you login, you are prompted
 to the new update form. It should not be too difficult to merge this into
 one pass (less confusing). Please adjust install.pl for that: You should
 check if it is still needed to call the old update before running the new
 one (for numbered dbrevs only).

I don't know how I can do this simply and properly. if someone feels
motivated...

 File structure: As mentioned above, make directories for a Koha release.
 Getting all updates means fetching the updates from a few directories. This
 makes the feature more future-proof.

I create all of .sql and .pl until version 3.09.00.018 (current master)

 Stable version: The md5 test will be of good use here! If we backport this
 to 3.8.X, we could already check what updates we already have run from 3.9
 folder with the md5 checksum. When upgrading from 3.8 to 3.10, some dbrevs
 are new, others will be incorporated already. So this remark only serves the
 purpose of discussing Should we also get this into stable already (within
 reasonable time)?.

Now, we can mark as ok versions which are already executed. (Else, we had to
delete manually the corresponding file)

 admin/updatedatabase.pl: Line 33 adds a fixme to new code: Add a new flag?
Finally I use the parameters flag. I don't know if we want a special
permission.

 Commit message: please make it up-to-date. E.g. section on installdir.
Done

+ Errors are now translatable

This patch squashes the 3 others.

I switch back to needs signed-off (A quick signed off is needed)

-- 
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 7167] updatedatabase improvements

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

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

   What|Removed |Added

 Status|Failed QA   |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 8331] New: hidden field does not work accurately

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8331
  Assignee: gmcha...@gmail.com
   Summary: hidden field does not work accurately
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: epietrocupo.h...@.gouv.qc.ca
  Hardware: All
Status: NEW
   Version: rel_3_6
 Component: MARC Bibliographic data support
   Product: Koha

There is this bug that seem similar

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1756

But it does not seem to solve my problem. The hidden field does not hide what
it should hide. The first problem is the documentation which is simply
illogical if it's a simple bitfield:

---
9 = Future use
-8 = Flag
-7 = OPAC !Intranet !Editor Collapsed
-6 = OPAC Intranet !Editor !Collapsed
-5 = OPAC Intranet !Editor Collapsed
-4 = OPAC !Intranet !Editor !Collapsed
-3 = OPAC !Intranet Editor Collapsed
-2 = OPAC !Intranet Editor !Collapsed
-1 = OPAC Intranet Editor Collapsed
0 = OPAC Intranet Editor !Collapsed
1 = !OPAC Intranet Editor Collapsed
2 = !OPAC !Intranet Editor !Collapsed
3 = !OPAC !Intranet Editor Collapsed
4 = !OPAC Intranet Editor !Collapsed
5 = !OPAC !Intranet !Editor Collapsed
6 = !OPAC Intranet !Editor !Collapsed
7 = !OPAC Intranet !Editor Collapsed
8 = !OPAC !Intranet !Editor !Collapsed
9 = Future use
---

If you try to find the binary pattern in this you will not be able to do it.
For example, I found that the 3rd bit ( value 4 ) trigers the display in the
editor. According to the table above, 4 does not trigger it, but 5 does. But 5
is a combination of 4 and 1, so if 5 does, than 4 should block it too since 1
since used for collapsing.

According to my tests:

Bit 1 (value 1): Trigger the collapsing
Bit 2 (value 2): does nothing
Bit 3 (value 4): Hide the field from the editor
Bit 4 (value 8): does nothing
Sign Bit (+/-): does nothing

Which leave the following options not working:
Hide in OPAC
Hide in Intranet

I tried it with field 590 and field 300 which both are shown in OPAC and
intranet.

I was wondering if there could be something else that could override the the
hidden field.

-- 
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 8003] Tag is not a valid tag. at /usr/share/koha/lib/C4/Biblio.pm line 2045

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

Damon Posey dam...@ibethel.org changed:

   What|Removed |Added

 CC||dam...@ibethel.org

--- Comment #2 from Damon Posey dam...@ibethel.org ---
Koha Version 3.05.00.008
Perl Version 5.010001
mysql Ver 14.14 Distrib 5.1.63, for debian-linux-gnu (x86_64) using readline
6.1
Server version: Apache/2.2.16 (Debian)

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

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

   What|Removed |Added

  Attachment #10395|0   |1
is obsolete||

--- Comment #37 from Marc Véron ve...@veron.ch ---
Created attachment 10550
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10550action=edit
BUG 7621 [ENH] Circulation: Match age restriction of title with borrower's age
without using categories

Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz

New version implementing Paul's advice.
See Wiki http://wiki.koha-community.org/wiki/Age_restrictiotion

Rebased version. (Koha version: 3.09.00.018)

-- 
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 6138] Show local help and isbd punctuation automatically when we are cataloguing

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

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

   What|Removed |Added

 CC||ve...@veron.ch

--- Comment #7 from Marc Véron ve...@veron.ch ---
Wanted to sign off, but it does not apply, sorry.

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 8332] New: Add relationships to auth_finder for authority links

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8332
  Assignee: jcam...@cpbibliography.com
   Summary: Add relationships to auth_finder for authority links
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: jcam...@cpbibliography.com
  Hardware: All
Status: NEW
   Version: master
 Component: MARC Authority data support
   Product: Koha

In addition to the work in bug 8207 that enables auth_finder use, it would be
very useful when creating authorities to have the auth_finder plugin
automatically fill out the relationship information in $w (in MARC21).

-- 
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 8207] Modify authority type frameworks to allow see also fields to link to thesauri

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

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 10551
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10551action=edit
Bug 8207: Allow see also fields in auths to link to thesauri

Right now if you were to link a field in an authority to a thesaurus, it
would not work properly. The authority type frameworks require some
adjustments to allow see also headings to be linked to thesauri (such as
adding subfield $9).

This patch adds subfield $9 and thesaurus links to existing installs
for those 5xx fields (under MARC21 and NORMARC only) which do not yet
have any subfield $9 or thesauri configured, as well as adding that to
new English language installs. There will be a follow-up patch adding
the subfields to new non-English language install files later, once
it is clear that the changes proposed and demonstrated in the English
files are accepable to the community.

-- 
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 8332] Add relationships to auth_finder for authority links

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

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 10552
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10552action=edit
Bug 8332: Add relationships to auth_finder for authority links

In addition to the work in bug 8207 that enables auth_finder use, it
would be very useful when creating authorities to have the auth_finder
plugin automatically fill out the relationship information in $w (in
MARC21).

To test (note that you must either apply the patch for bug 8207 or
manually add a thesaurus to a 5xx linking field in one of the authority
type frameworks):
1. Create a new authority record.
2. Go to the 5xx tab.
3. Click the authority control plugin ellipsis.
4. Do a search for an authority.
5. Select a relationship type.
6. Note that after you choose an authority, that the $w control field
   is automatically populated with the relationship type.

-- 
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 8207] Modify authority type frameworks to allow see also fields to link to thesauri

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

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

   What|Removed |Added

 Blocks||8332

-- 
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 8332] Add relationships to auth_finder for authority links

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

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

   What|Removed |Added

 Depends on||8207

-- 
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 8207] Modify authority type frameworks to allow see also fields to link to thesauri

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

Jared Camins-Esakov jcam...@cpbibliography.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 8212] Omnibus bug report for C P authority developments

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

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

   What|Removed |Added

 Depends on||8332

-- 
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 8332] Add relationships to auth_finder for authority links

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

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

   What|Removed |Added

 Status|NEW |Needs Signoff
 Blocks||8212
  Change sponsored?|--- |Sponsored

-- 
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 8333] New: Syntax error in misc/check-url.pl

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8333
  Assignee: jcam...@cpbibliography.com
   Summary: Syntax error in misc/check-url.pl
  Severity: major
Classification: Unclassified
OS: All
  Reporter: jcam...@cpbibliography.com
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: Command-line Utilities
   Product: Koha

There is a syntax error in misc/check-url.pl, a semi-colon instead of a comma,
which means that the script does not work.

-- 
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 8333] Syntax error in misc/check-url.pl

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

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com ---
That's misc/cronjobs/check-url.pl, excuse me.

-- 
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 8333] Syntax error in misc/check-url.pl

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

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Never mind. It's been fixed, but git doesn't seem to know.

-- 
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 6138] Show local help and isbd punctuation automatically when we are cataloguing

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

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

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

-- 
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 7839] Enhancement: Show routing lists attached to patron in Patron record

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

David Cook dc...@prosentient.com.au changed:

   What|Removed |Added

   Attachment #9559|0   |1
is obsolete||

--- Comment #13 from David Cook dc...@prosentient.com.au ---
Created attachment 10553
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10553action=edit
Updated function name and SQL

I'm still getting accustomed to using the git, but hopefully this will do the
trick.

-- 
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 7839] Enhancement: Show routing lists attached to patron in Patron record

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

David Cook dc...@prosentient.com.au changed:

   What|Removed |Added

 Status|Failed QA   |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 7839] Enhancement: Show routing lists attached to patron in Patron record

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

David Cook dc...@prosentient.com.au changed:

   What|Removed |Added

  Attachment #10553|0   |1
is obsolete||

--- Comment #14 from David Cook dc...@prosentient.com.au ---
Created attachment 10554
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10554action=edit
Bug 7839 ENH: Show subscription routing lists attached to borrower in Patron
record.

Updated function name and SQL.

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