[Koha-bugs] [Bug 7563] Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563

Marc Balmer m...@msys.ch changed:

   What|Removed |Added

 CC||m...@msys.ch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 6193] Use memcached cache koha-conf.xml configuration variables

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6193

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Stable

--- Comment #25 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
12:17:48 UTC ---
Patch pushed

Note that the expiry_time set to 600 seconds has been moved at the right place
(in the memcached handler), this is an extension of bug 7432 that chris_c made
a few weeks ago.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 6000] Performance enhancements for C4::Context and C4::Languages

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6000

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

   What|Removed |Added

 Status|In Discussion   |Patch doesn't apply

--- Comment #12 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
12:26:54 UTC ---
This patch does not apply now that bug 6193 has been applied. And I think this
entry should be dropped in favour of some more granular entries.
Marking failed QA, and I suggest we abandon this one

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7248] Caching for services

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248

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

   What|Removed |Added

 Status|In Discussion   |Patch doesn't apply

--- Comment #27 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
12:44:08 UTC ---
Following discussion  decision on koha-devel, the current patch won't be
applied : we have decided to set caching at apache configuration level, bug
6193 has been applied and provide this feature/level of caching.

So the usecache syspref is now irrelevent (we use cache BEFORE reading
syspref)
Using Koha/Cache is probably a good idea though, but the patch must be
rewritten completly imo.

For now, all caching is made with the following code:

eval {
if (C4::Context-ismemcached) {
require Memoize::Memcached;
import Memoize::Memcached qw(memoize_memcached);
memoize_memcached('getTranslatedLanguages', memcached =
C4::Context-memcached);
}

-ismemcached answer 1 if memcache is ON
C4::Context-memcached returns the handle of the memcache server

Some ideas behing this patch are great and should be reintroduced:
* use a central/unique Caching place = will let us change the caching system if
we want, it's something we can't do with current system
* the cache flushing is something we must add, definetly.

So you're more than welcomed to rewrite your patch !

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 6019] Using memoize_memcached to cache slow subroutines

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6019

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

   What|Removed |Added

 Status|Patch doesn't apply |RESOLVED
 Resolution||INVALID

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
12:50:55 UTC ---
this one is now invalid: part of it have already been applied, caching
management has been updated (and switched to apache configuration)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7119] Code cleaning improvements omnibus

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7119

Bug 7119 depends on bug 6019, which changed state.

Bug 6019 Summary: Using memoize_memcached to cache slow subroutines
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6019

   What|Old Value   |New Value

 Status|Patch doesn't apply |RESOLVED
 Resolution||INVALID

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 5999] Biblibre : Performance enhancements for 3.4

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5999

Bug 5999 depends on bug 6019, which changed state.

Bug 6019 Summary: Using memoize_memcached to cache slow subroutines
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6019

   What|Old Value   |New Value

 Status|Patch doesn't apply |RESOLVED
 Resolution||INVALID

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 4865] support storing CGI sessions using memcached

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4865

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

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P3
 Status|Pushed to Master|RESOLVED
 CC||paul.poul...@biblibre.com
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 4078] Display active currency symbol on currency output and input

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078

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

   What|Removed |Added

 CC||paul.poul...@biblibre.com

--- Comment #3 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
13:31:05 UTC ---
Hi Aleksa,

The more I look at your patch, the more I think it's the *perfect* candidate
for Template::Toolkit plugins.
Something similar to what has been made for displaying dates:
see : http://wiki.koha-community.org/wiki/Coding_Guidelines#Displaying_dates

Look at Koha/Template/Plugin/KohaDates/KohaDates.pm, create a KohaCurrencies.pm
that could be (untested)

use Template::Plugin::Filter;
use base qw( Template::Plugin::Filter );

use C4::Dates;

sub filter {
my ($self,$amount) = @_;
my $curr_symbol = GetCurrency()-{symbol};
if ($curr_symbol  $amount) {
if ($amount =~ /^\-/) {
$amount =~ s/^\-/\-$curr_symbol/;
} else {
$amount = $curr_symbol.$amount;
}
}
return $amount;
}

and just update all template to display currencies:
[% USE KohaCurrencies %]

and
[% totspent | $KohaCurrencies %] 
...

thanks for your feedback on this
1;

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7520] json script to return advanced search types

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7520

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

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #11 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
13:52:33 UTC ---
QA comment
* the code itself is OK, use JSON, that is already a Koha dependancy
* perlcritic compliant

2 things that make me mark this patch failed QA though:
* a unit test for this script is needed (and should be easy to write)
* an example of how/where to use this would be cool.

A question: this script can be considered as a webservice right ? why not
putting it into a specific directory where we could put this kind of script ? I
don't request it, just suggesting.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 6968] Show items expired before today in check expiration of serials page

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6968

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

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #10 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
14:29:18 UTC ---
(In reply to comment #9)
 Where is showexpiredtoday getting the string value on?  There is no
 explicit value passed by the template.  Is on the value passed by a checkbox
 by default on all browsers?  I think having an explicit value in the template
 here would be more solid and stable.
 
 Not quite ready to mark this as Failed QA, but I would like some explanation
 of the safety of this before I mark it passed.

Ian is right: you can't rely on the value on, you should just test if there
is something. Chrome returns 0/1 afaik while FF returns empty/on

However, i mark failed QA for another reason:
i've 2 subscriptions in my database.
One that has expired in 2010, one that will expire in march 2012.

If I set the date to 2012-12-12 I should see 1 or 2 subscriptions in my list,
depending on the whether the checkbox has been checked or no.

If checked: I get 2, that's correct
If unchecked: I get none, that's not correct.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 3215] It would be nice if Add to Cart changed to Remove from Cart

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3215

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

   Attachment #7425|0   |1
is obsolete||

--- Comment #8 from Owen Leonard oleon...@myacpl.org 2012-02-21 14:30:00 UTC 
---
Created attachment 7787
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7787
Bug 3215 [REBASED] It would be nice if Add to Cart changed to Remove from
Cart

Add to Cart links in the OPAC should reflect whether a title
is already in the Cart. On the results, list, and detail pages
the Add to Cart link will say In your cart (remove) if the
title is in your cart. The (remove) link will remove the title.

This patch adds a check of the biblionumbers in the cart to the
relevant scripts and sets a variable for the template governing
whether to show Add to cart or In your cart.

Pages to test:

  - the search results page
  - any detail page (normal, MARC, ISBD)
  - any list contents page (/cgi-bin/koha/opac-shelves.pl?viewshelf=XX)

Situations to test:

- Add a single item to the Cart from the above pages

The link should change from Add to cart to In your cart (remove)
The count of items in your cart should reflect the addition, and the
notification box should appear.

- Remove a single item from the Cart from the above pages

The link should change from In your cart (remove) to Add to cart.
The count of items in your cart should reflect the removal, and the
notification box should appear.

- View an item which is already in the cart from the above pages

The cart links should reflect whether the title is already in the cart.

- Remove one or more items from the Cart via the cart pop-up window

View the above pages as you do so to verify that the operation is
reflected immediately by the state of the in your cart links.

- Empty the Cart from the cart pop-up window

View the above pages as you do so to verify that the operation is
reflected immediately by the state of the in your cart links.

Tested in Firefox 9, Chrome 16, IE 7, and Opera 11.6 on Win 7

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 3215] It would be nice if Add to Cart changed to Remove from Cart

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3215

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|Patch doesn't apply |Passed QA

--- Comment #9 from Owen Leonard oleon...@myacpl.org 2012-02-21 14:31:53 UTC 
---
My original patch didn't apply because since I submitted it a new include was
introduced for the OPAC detail pages. The rebased patch moves the changes which
were originally in each of the three detail pages into the single new include.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7445] Clicking on a tag gives Language ... does not exist

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7445

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

   What|Removed |Added

 CC||ve...@veron.ch

--- Comment #8 from Marc Véron ve...@veron.ch 2012-02-21 15:13:53 UTC ---
The solution of Fridolyn Somers works on my server for German and French, and I
expect it to work for Italian as well.

I think the most pragmatic solution would be to implement the code of Magnus
Enger, because Norwegian seems to be the only exception for the list of
languages supported by Snowball, see:

http://annocpan.org/~CREAMYG/Lingua-Stem-Snowball-0.952/lib/Lingua/Stem/Snowball.pm

 Language   | ISO code 
---
 Danish | da   
 Dutch  | nl   
 English| en   
 Finnish| fi   
 French | fr   
 German | de   
 Hungarian  | hu   
 Italian| it   
 Norwegian  | no   
 Portuguese | pt   
 Romanian   | ro   
 Russian| ru   
 Spanish| es   
 Swedish| sv   
 Turkish| tr

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7001] User Configurable Slips

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

--- Comment #74 from Liz Rea wizzy...@gmail.com 2012-02-21 15:23:08 UTC ---
I had to run the updatedatabase.pl manually, but I finally got it to work. Will
test.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7001] User Configurable Slips

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

--- Comment #75 from Liz Rea wizzy...@gmail.com 2012-02-21 15:41:06 UTC ---
with independantbranches on, I get the following when trying to issue an item
from another library: 

Software error:

Can't use string (CPL) as a SCALAR ref while strict refs in use at
/home/liz/kohaclone/C4/Letters.pm line 124.

It is fine with independantbranches set to don't prevent.

Otherwise, functionality seems unchanged

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7535] OPAC displays ampersands incorrectly.

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7535

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
15:45:30 UTC ---
QA comment: tiny patch, passed QA

Note that 
+$data =~ s/\amp\;amp\; /\amp\; /g;
is not made in output_with_http_headers

It means that, if we don't output something *not* html, and the string replaced
is present, it will be replaced, and that could be not what we're expecting.
Howver, the risk is less than tiny, so I accept this patch.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7535] OPAC displays ampersands incorrectly.

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7535

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7496] Personally identifying information sent in opac user TITLE

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7496

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

   What|Removed |Added

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

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7513] MARC Import Hangs

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7513

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

   What|Removed |Added

   Priority|P5 - low|P1 - high
 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com
Version|rel_3_8 |rel_3_6
   Severity|normal  |critical

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
16:00:12 UTC ---
QA comment:
* tiny patch (2 lines)
* fixes a critical problem for UNIMARC users, updating severity

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7284] Authority matching algorithm improvements

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7513] MARC Import Hangs

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7513

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 5373] fields listed on patron import do not match the csv file

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5373

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #10 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
16:03:54 UTC ---
QA comment: tiny patch, passed QA

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 5373] fields listed on patron import do not match the csv file

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5373

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

   What|Removed |Added

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

--- Comment #11 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
16:06:21 UTC ---
wow, git blame says:

e3fa9f2d (Ryan Higgins 2008-08-09 15:27:27 -0500  65) my $columnkeystpl
= [ map { {'key' = $_} }  grep {$_ ne 'bor...


was here for a very long time (3.5 years !!!)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7284] Authority matching algorithm improvements

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7284

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

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7454] Sip renewal all response returns incorrect info

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7454

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
16:35:45 UTC ---
QA comment: tiny patch, passed QA

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7552] Remove wrong line endings in NORMARC record.abs

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7552

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com 2012-02-21 
16:37:20 UTC ---
QA comment: none, magnus will endorse responsibility for any mistake ;-)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7552] Remove wrong line endings in NORMARC record.abs

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7552

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

   What|Removed |Added

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

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 2075] Create a page to show and manage the user's comments

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2075

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

   Platform|PC  |All
Summary|complete|Create a page to show and
   |opac/opac-showreviews.pl|manage the user's comments
   |(My Reviews page)   |

--- Comment #2 from Owen Leonard oleon...@myacpl.org 2012-02-21 17:00:39 UTC 
---
I'm re-titling this bug since opac-showreviews.pl has been repurposed as a view
of recent comments. I still like the idea of this enhancement though.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7065] reserves table needs a primary key

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7065

--- Comment #1 from Kyle M Hall kyle.m.h...@gmail.com 2012-02-21 17:37:11 UTC 
---
Created attachment 7789
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7789
Bug 7065 - reserves table needs a primary key

Adds the primary key reservenumber to reserves and old_reserves.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7065] reserves table needs a primary key

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7065

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

   What|Removed |Added

 Status|NEW |Needs Signoff
 CC||kyle.m.h...@gmail.com

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7572] New: Add Clubs Services Feature

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7572

 Bug #: 7572
   Summary: Add Clubs  Services Feature
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: rel_3_8
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Patrons
AssignedTo: kyle.m.h...@gmail.com
ReportedBy: kyle.m.h...@gmail.com
 QAContact: koha.sek...@gmail.com
CC: gmcha...@gmail.com


Add the clubs and services feature to Koha. This feature has been in production
at the Crawford County Federated Library system for a number of years now.

This features adds the ability to create clubs and services which patrons may
be enrolled in. It is particularly useful for tracking summer reading programs,
book clubs and other such clubs.

It includes 2 built-in service archetypes:

Bestsellers Club : Batch generate a holds list which shuffles the holds queue
when new items matching a given title or author are catalogued.

New Items Weekly Mailing Lists : Create custom mailing lists to alert
subscribers to new items in your library.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7573] New: Show basket number linked on fund search

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7573

 Bug #: 7573
   Summary: Show basket number linked on fund search
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
   URL: /cgi-bin/koha/acqui/ordered.pl?fund=1fund_code=FIC
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Acquisitions
AssignedTo: henridam...@koha-fr.org
ReportedBy: neng...@gmail.com
 QAContact: koha.sek...@gmail.com


When you see a list of all line items against a fund there is a link to the
order line, the vendor, but not the basket. It would be nice to add the basket
to this search results screen:
/cgi-bin/koha/acqui/ordered.pl?fund=1fund_code=FIC

Like on this screen where you see the linked invoice:

/cgi-bin/koha/acqui/spent.pl?fund=1fund_code=FIC

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7572] Add Clubs Services Feature

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7572

--- Comment #1 from Kyle M Hall kyle.m.h...@gmail.com 2012-02-21 19:31:53 UTC 
---
Created attachment 7790
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7790
Clubs  Services

This features adds the ability to create clubs and services which patrons may
be enrolled in.
It is particularly useful for tracking summer reading programs, book clubs and
other such clubs.

It includes 2 built-in service archetypes:
Bestsellers Club : Batch generate a holds list which shuffles the holds queue
when new items matching a given title or author are catalogued.
New Items Weekly Mailing Lists : Create custom mailing lists to alert
subscribers to new items in your library.

This code has been in production for a number of years at the Crawford County
Federated Library System.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7572] Add Clubs Services Feature

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7572

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

   What|Removed |Added

   Attachment #7790|0   |1
is obsolete||

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7574] New: if using cover image service and local images seeing two images

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7574

 Bug #: 7574
   Summary: if using cover image service and local images seeing
two images
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: OPAC
AssignedTo: oleon...@myacpl.org
ReportedBy: neng...@gmail.com
 QAContact: koha.sek...@gmail.com


Created attachment 7791
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7791
cover and 'not avail'

When you have on a cover image service such as Amazon and you upload a local
cover image because Amazon doesn't have your cover then it shows your cover and
'no cover image available' - it should replace the 'no cover image available'
icon with your cover image. See attached.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7572] Add Clubs Services Feature

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7572

--- Comment #2 from Kyle M Hall kyle.m.h...@gmail.com 2012-02-21 20:02:49 UTC 
---
Created attachment 7792
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7792
Clubs  Services

This features adds the ability to create clubs and services which patrons may
be enrolled in.
It is particularly useful for tracking summer reading programs, book clubs and
other such clubs.

It includes 2 built-in service archetypes:
Bestsellers Club : Batch generate a holds list which shuffles the holds queue
when new items matching a given title or author are catalogued.
New Items Weekly Mailing Lists : Create custom mailing lists to alert
subscribers to new items in your library.

This code has been in production for a number of years at the Crawford County
Federated Library System.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7572] Add Clubs Services Feature

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7572

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

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7208] NORMARCslim2OPACDetail.xsl does not display item type icon

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7208

Thatcher Rea thatcher@bywatersolutions.com changed:

   What|Removed |Added

 CC||thatcher.rea@bywatersolutio
   ||ns.com

--- Comment #1 from Thatcher Rea thatcher@bywatersolutions.com 2012-02-21 
20:22:42 UTC ---
This appears to also be a problem in MARC21 as well.

:TNR

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 6875] de-nesting C4 packages

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

 CC||srd...@catalyst.net.nz

--- Comment #66 from Srdjan Jankovic srd...@catalyst.net.nz 2012-02-22 
02:22:25 UTC ---
The patch pushed to master has a bug: C4::Items calls _find_value() that is in
Biblio.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7575] New: Printing opac search results truncation in ie7/8

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7575

 Bug #: 7575
   Summary: Printing opac search results truncation in ie7/8
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
AssignedTo: oleon...@myacpl.org
ReportedBy: chr...@catalyst.net.nz
 QAContact: koha.sek...@gmail.com


Printing opac search results in ie7/8 causes some multiline text to have a few
letters missing at the end of each line in ie7/8.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7575] Printing opac search results truncation in ie7/8

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7575

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
 AssignedTo|oleon...@myacpl.org |chr...@catalyst.net.nz

--- Comment #1 from Chris Hall chr...@catalyst.net.nz 2012-02-22 03:48:54 UTC 
---
Created attachment 7793
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7793
Fix opac search results print alignment

Attached patch to align the search results to the left hand side and force word
wrap.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7575] Printing opac search results truncation in ie7/8

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7575

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

 CC||chr...@catalyst.net.nz

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7235] Adding invoice number and vendor name to the moredetail page

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235

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

   What|Removed |Added

   Attachment #7767|0   |1
is obsolete||

--- Comment #9 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
05:38:59 UTC ---
Created attachment 7794
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7794
Bug 7235: Add order date and checks for permissions

- Adds order date above vendor
- Reordered fields to reflect history of the item
- Order information (order date, vendor) is only shown, when an order exists
- Accession date is only linked, when item was received in acquisition
- Links to basket and invoice are only shown when user has the correct
permission
  - order date: manage_order
  - accession date: receive_shipment for invoice
- Changes all dates to use the KohaDates TT plugin
- Corrects display of rental price, removing additional zeros

To test:
1) Create a record with
- 1 item created in cataloguing
- 1 item ordered
- 1 item ordered and received
- 1 item checked out
2) Verify the correct information is shown for each
3) Verify links on the dates work correctly
4) Toggle permissions for the user

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7235] Adding invoice number and vendor name to the moredetail page

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235

--- Comment #10 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
05:39:56 UTC ---
I missed something in my follow up. New patch with updated test plan attached.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7235] Adding invoice number and vendor name to the moredetail page

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235

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

   What|Removed |Added

   Attachment #7794|0   |1
is obsolete||

--- Comment #11 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
05:43:46 UTC ---
Created attachment 7795
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7795
Bug 7235: Add order date and checks for permissions

- Adds order date above vendor
- Reordered fields to reflect history of the item
- Order information (order date, vendor) is only shown, when an order exists
- Accession date is only linked, when item was received in acquisition
- Links to basket and invoice are only shown when user has the correct
permission
  - order date: manage_order
  - accession date: receive_shipment for invoice
- Changes all dates to use the KohaDates TT plugin
- Corrects display of rental price, removing additional zeros

To test:
1) Create a record with
- 1 item created in cataloguing
- 1 item ordered
- 1 item ordered and received
- 1 item checked out
2) Verify the correct information is shown for each
3) Verify links on the dates work correctly
4) Toggle permissions for the user

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 6066] itemtype when ordering and item-level_itype=no

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6066

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #16 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
05:47:28 UTC ---
I think the problem I had was related to another bug with item creation in
acquisitions. I retested the feature on current master and had no problems on
saving the item. Closing this bug as resolved.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7001] User Configurable Slips

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

   Attachment #7783|0   |1
is obsolete||

--- Comment #76 from Srdjan Jankovic srd...@catalyst.net.nz 2012-02-22 
05:52:04 UTC ---
Created attachment 7796
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7796
patch

Sorry, a typo

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7291] claims management improvement

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7291

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

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||katrin.fisc...@bsz-bw.de

--- Comment #4 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
06:03:11 UTC ---
Hi Jonathan, 
I am sorry, this patch has a lot of conflicts now and will no longer apply.
Could you please rebase and resubmit? Perhaps you will also want to make use of
the TT plugin for dates.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 5797] Correct damaged status not preselected if value is 0

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5797

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
06:12:43 UTC ---
Created attachment 7797
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7797
screenshot of more detail page

On current master the preselected value is Choose. For lists like lost and
damaged this means there is an additional empty entry for 0 values with no
description for the authorized value. I am not sure this is the perfect
solution, but the bug described by Owen is fixed, so closing this.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 5797] Correct damaged status not preselected if value is 0

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5797

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||katrin.fisc...@bsz-bw.de
 Resolution||FIXED

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 3637] item status display

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3637

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 2012-02-22 
06:15:20 UTC ---
I can confirm that it's working for MARC21. Not sure UNIMARC should make a
difference here? Can this bug be closed?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7520] json script to return advanced search types

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7520

--- Comment #12 from Srdjan Jankovic srd...@catalyst.net.nz 2012-02-22 
06:19:28 UTC ---

 * a unit test for this script is needed (and should be easy to write)

I have no idea how to do that. Can you please point me to an example of a koha
test for a CGI request handler.
In general, I have huge problems running Koha test suite. Is there a wiki page
or similar on how to run tests when developing?

 * an example of how/where to use this would be cool.

Sure. In the code?

 A question: this script can be considered as a webservice right ? why not
 putting it into a specific directory where we could put this kind of script ? 
 I
 don't request it, just suggesting.

I wanted to do that myself, but found similar service(s) in the same place. So
I'm open to suggestions. I feel adventurous already for naming it .json

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7318] Filtering Patron Card Creator by Category Code Does Nothing

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7318

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #8 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
06:24:29 UTC ---
I see 2 signed off patches here... changing status :)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 5668] Star ratings in the opac

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

   Attachment #7604|0   |1
is obsolete||

--- Comment #44 from Srdjan Jankovic srd...@catalyst.net.nz 2012-02-22 
06:30:46 UTC ---
Created attachment 7798
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7798
patch

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 5668] Star ratings in the opac

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 6025] Script to recreate entries in the statistics table from the issues and oldissues table

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6025

--- Comment #10 from Katrin Fischer katrin.fisc...@bsz-bw.de 2012-02-22 
06:42:40 UTC ---
Hi Matthias, 
thx for your explanation! Sounds like this could be a tool for migrations too? 

I only have a very small testing database with almost no circulation activities
- so it's a bit hard to test for me. Perhaps someone else with a bigger
database might be willing to give this a try?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=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 7576] New: Add ISSN to SearchForTitleIn

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7576

 Bug #: 7576
   Summary: Add ISSN to SearchForTitleIn
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
AssignedTo: oleon...@myacpl.org
ReportedBy: katrin.fisc...@bsz-bw.de
 QAContact: koha.sek...@gmail.com


Currently we only support ISBN, but not ISSN in the SearchForTitleIn system
preference:

Include a More Searches box on the detail pages of items on the OPAC, with
the following HTML (leave blank to disable):
Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN} and
{AUTHOR} will be replaced with information from the displayed record.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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 7574] if using cover image service and local images seeing two images

2012-02-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7574

Magnus Enger mag...@enger.priv.no changed:

   What|Removed |Added

 CC||mag...@enger.priv.no

--- Comment #1 from Magnus Enger mag...@enger.priv.no 2012-02-22 06:55:45 UTC 
---
Isn't this what Bug 7187 - Prioritize cover image sources such as Amazon,
Google and add fail over i.e. if first source fails, go to next will do?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- 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/