[Koha-bugs] [Bug 7420] Add max fines to circulation matrix

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

Srdjan Jankovic  changed:

   What|Removed |Added

   Attachment #7491|0   |1
is obsolete||
   Attachment #7782|0   |1
is obsolete||

--- Comment #17 from Srdjan Jankovic  ---
Created attachment 8327
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8327&action=edit
patch

I do apologise, it was probably my attempt at "making it more obvious" by
renaming the syspref, but then I realised that it would make more problems than
it would solve, so I backed up but not fully. Sorry.
On a related note, I have changed the description, and I have no objections
changing existing documentation, but I need some guidance, I have never done
that. Apart from that, I'm not sure how to make it more obvious.
I have also removed the "Insert here" comments from updatedatabase.pl. I
actually have an even better idea, so can you please tell me who is the king of
release builds, I'd like to discuss it.

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


[Koha-bugs] [Bug 5668] Star ratings in the opac

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

Mason James  changed:

   What|Removed |Added

   Attachment #8312|0   |1
is obsolete||

--- Comment #57 from Mason James  ---
Created attachment 8326
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8326&action=edit
Bug 5668 - Star ratings in the opac

applied to commit  b3cae766949599c88095930b8fd37dabfc79a5cc

Signed-off-by: Nicole C. Engard 

Turned on star ratings in the opac on details and results
Searched for titles - saw the stars
Clicked on a title
Clicked on the stars
Clicked on the stars to change my rating
Logged out
Tried to click on stars
Logged in as different user
Rated items that were rated already and saw average change
Changed preference to show only on detail and repeated tests
Changed preference to now show stars

All above tests passed. Signing off.

Rebased 3-19-12 by Ian Walls

-- 
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-03-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668

--- Comment #56 from Mason James  ---
(In reply to comment #55)
> I've rebased this as part of the QA process, and figured I'd attach it here
> since I'm at a stopping point for the moment.
> 
> This seems to work alright, but t/db_dependent/Ratings.t fails on me.  There
> is a note that it will fail on any database that doesn't have a blank
> 'ratings' table... this seems like a less than useful test to me.  And, it
> failed both with and without lines in the ratings table.
> 
> I'm not sure if this is a problem with the code or the unit test.  Could
> someone take a look before I resume QA?


oops - i was using non-existant borrowers to test (10001, 10002, etc...)

ive corrected the test, which now uses valid 'test_database' borrowers
(102,103)

and i've removed the incorrect "test will fail on any database that doesn't
have a blank 'ratings' table" statement


all ratings tests now pass
--
mason@xen1:~/g/head$ perl   t/db_dependent/Ratings.t 
1..12
ok 1 - use C4::Ratings;
ok 2 - add a rating
ok 3 - add another rating
ok 4 - update a rating
ok 5 - get a rating, with borrowernumber
ok 6 - get a rating, without borrowernumber
ok 7 - get a bib's average(float) rating
ok 8 - get a bib's average(int) rating
ok 9 - get a bib's total number of ratings
ok 10 - verify user's bib rating
ok 11 - delete a rating
ok 12 - delete another rating

-- 
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 7408] Expire holds that have been waiting too long

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

Kristina Hoeppner  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||krist...@catalyst.net.nz

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


[Koha-bugs] [Bug 7408] Expire holds that have been waiting too long

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

Kristina Hoeppner  changed:

   What|Removed |Added

   Attachment #8323|0   |1
is obsolete||

--- Comment #39 from Kristina Hoeppner  ---
Created attachment 8325
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8325&action=edit
signed-off patch

There was just a ` too many in one of the lines.

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


[Koha-bugs] [Bug 7752] itemcallnumber not being displayed

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

Chris Cormack  changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz

--- Comment #1 from Chris Cormack  ---
Hi Nicholas

Would you like to have a go at creating a patch to fix this? Or would you like
me to format this into a patch for 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 7752] New: itemcallnumber not being displayed

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 7752
  Assignee: koha.sek...@gmail.com
   Summary: itemcallnumber not being displayed
QA Contact: koha.sek...@gmail.com
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: vano...@gmail.com
  Hardware: All
Status: NEW
   Version: rel_3_4
 Component: Self checkout
   Product: Koha

When using the self checkout, the item callnumber is not being displayed.
Rather, it's default is being set. A simple change fixes it:

Changing:
[% DEFAULT ISSUE.itemcallnumber=" " %]

To: 
[% DEFAULT ISSUE.itemcallnumber=" " %] [% ISSUE.itemcallnumber %]<

-- 
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 7581] Holds not working in OPAC in singlebranchmode

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

Kristina Hoeppner  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

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


[Koha-bugs] [Bug 7581] Holds not working in OPAC in singlebranchmode

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

Kristina Hoeppner  changed:

   What|Removed |Added

   Attachment #7811|0   |1
is obsolete||

--- Comment #8 from Kristina Hoeppner  ---
Created attachment 8324
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8324&action=edit
signed-off patch

I used Chris' test scenarios as basis for my testing because eventually we had
a silent fail. Sorry that I didn't see some things earlier, but code is pretty
much a mystery to 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 5549] Hourly Loans

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

--- Comment #47 from Chris Cormack  ---
The test won't work with the sample database, as it relies on there being
items, and circulation rules defined for them.

I think at this stage we need to remove t/db_dependent/rollingloans.t 

Or add items and circulation rules to the sample data. 

Colin do you have sample data you could give us for that purpose?

-- 
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 7408] Expire holds that have been waiting too long

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

Chris Cormack  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

--- Comment #38 from Chris Cormack  ---
There was a typo in an earlier patch breaking syspref.sql .. which meant a
clean install fails.

Upping severity to blocker.

-- 
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 7408] Expire holds that have been waiting too long

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

Chris Cormack  changed:

   What|Removed |Added

 Status|Pushed to Master|ASSIGNED
   Severity|enhancement |blocker

-- 
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 7408] Expire holds that have been waiting too long

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

Chris Cormack  changed:

   What|Removed |Added

   Attachment #8242|0   |1
is obsolete||

--- Comment #37 from Chris Cormack  ---
Created attachment 8323
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8323&action=edit
Bug 7408 : Fixing a typo that was breaking the installer

-- 
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 2505] enable Perl warnings in all modules and scripts

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

--- Comment #12 from Chris Cormack  ---
Created attachment 8322
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8322&action=edit
Bug 2505 : Switch on warnings in circ/returns.pl

Removed a compile time warning caused by a void context
in a bit of too clever obscure code

-- 
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 5549] Hourly Loans

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

Chris Cormack  changed:

   What|Removed |Added

   Attachment #8228|0   |1
is obsolete||
 Status|Failed QA   |Signed Off
   Assignee|tda...@uttyler.edu  |ch...@bigballofwax.co.nz

--- Comment #46 from Chris Cormack  ---
Created attachment 8321
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8321&action=edit
Branc to pull from

Have fixed:
The issue with the .po files
The High holds issue
Release notes are no longer touched
Fixed the suburb issue
Fixed db versioning
Fixed checked out on issue

Only thing left is to make the rollingloans.t work with the sample data, but I
dont think think that is a blocker as it is a new test, that has the problem, I
will work on that next.

I also rebased and added bug numbers to all the commits, its based on current
master so should merge easily 

git://git.koha-community.org/wip/koha-catalyst.git merged_5549

-- 
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 7702] Test for C4::Heading::MARC21 should only run under MARC21

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

--- Comment #2 from Ian Walls  ---
To be absolutely explicit, I'd recommend change the conditional from "if not
UNIMARC" to "if MARC21 OR NORMARC", so if we later implement another form of
MARC, we won't have to remember to adjust this.  Ounce of prevention and all
that

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


[Koha-bugs] [Bug 7735] Removal of C4::Dates where it's not used anymore

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

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #4 from Ian Walls  ---
Marking Signed Off and Passed QA in one go.

-- 
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 7735] Removal of C4::Dates where it's not used anymore

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

Ian Walls  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #3 from Ian Walls  ---
Pages are fine without these dependencies; tested by loading both on staff
client and command line.

-- 
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 7735] Removal of C4::Dates where it's not used anymore

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

Ian Walls  changed:

   What|Removed |Added

   Attachment #8274|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 7735] Removal of C4::Dates where it's not used anymore

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

--- Comment #2 from Ian Walls  ---
Created attachment 8320
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8320&action=edit
[PASSED QA] Bug 7735: removal of C4::Dates when unused

Removes use of C4::Dates in acqui/ordered.pl and acqui/spent.pl

Signed-off-by: Ian Walls 

-- 
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 7724] Tests requiring Zebra should be skipped if Zebra isn't set up

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

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #4 from Ian Walls  ---
Signed Off and Passed QA in one fell swoop.

-- 
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 7724] Tests requiring Zebra should be skipped if Zebra isn't set up

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

Ian Walls  changed:

   What|Removed |Added

   Attachment #8221|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 7724] Tests requiring Zebra should be skipped if Zebra isn't set up

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

--- Comment #3 from Ian Walls  ---
Created attachment 8319
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8319&action=edit
[PASSED QA] Bug 7724: Skip Linker test if Zebra isn't set up

One of the tests in t/db_dependent/Linker_FirstMatch.t ony works if Zebra is
running and authorities have been indexed. This was causing Jenkins agitas.
The test should be skipped if Zebra isn't running or authorities have not been
indexed at the time the test is run.

Signed-off-by: Ian Walls 

-- 
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 7724] Tests requiring Zebra should be skipped if Zebra isn't set up

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

Ian Walls  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #2 from Ian Walls  ---
Looks like this is only a problem when a system does have authorities, but
they're not indexed or Zebra isn't running.  If a system has no authorities,
there is no problem.

Testing a case where a system does have authorities, we now have a successful
tests in both cases.  The warnings returned in the STDOUT are different, giving
the user a hint of what's going on, but the tests do pass.

-- 
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 7680] Create a PatronDefaultView preference to control whether patron links go to circ or patron details

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

--- Comment #5 from Ian Walls  ---
The two choices presented for this are 'circ' and 'details', but the default
value installed is 'normal'. This does universally default to 'details', but
when going to the syspref editor for the first time, 'circ' will be selected
because it's first.  Best to explicitly say 'circ' or 'details' instead of
'normal'.

Also, are we sure that everyone one of these links should behave the same way? 
On the one hand, consistency is nice, but I envision a situation where certain
links are used only by certain staff (who want it one way) and other links are
used by other staff (who need the opposite functionality).

Not going to mark as failed QA over these issues... but I will ask for someone
to address these concerns in a reply before I mark this one as 'ready'.

-- 
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 5347] late order management

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

Ian Walls  changed:

   What|Removed |Added

 Status|REOPENED|Needs Signoff

--- Comment #55 from Ian Walls  ---
Adding patch to handle testing better in cases where there are no late orders
in the system.

-- 
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 7165] Add biblio and biblioitems fields for claimacquisition letter

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

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 7103] Claim notice in acquisitions not using the message queue

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

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 7104] Claims/Late orders in acquisitions should give feedback

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

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 7100] Not all placeholders in claims notice work (acquisitions)

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

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 7102] Claims/Late orders in acquisitions need work

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

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 7101] Example notice for claims in acquisitions needs an update

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

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 5347] late order management

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

Ian Walls  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||koha.sek...@gmail.com
 Resolution|FIXED   |---

-- 
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 7163] BibLibre acquisitions omnibus

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

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 5347] late order management

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

--- Comment #54 from Ian Walls  ---
Created attachment 8318
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8318&action=edit
Bug 5374 Followup: adds conditional check to unit test for late orders

If there are no late orders in the database, the 5th unit test for
C4/Acquisition.pm
fails, since no date is returned (and today's date is expected)

This patch adds a conditional check around whether any late orders are actually
returned
by GetLateOrders. If so, tests proceed, if not, they're skipped.  This seems to
quiet
the failures in the automated test suite.

-- 
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 2505] enable Perl warnings in all modules and scripts

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

Chris Cormack  changed:

   What|Removed |Added

 Attachment #686 is|0   |1
   obsolete||
 Attachment #687 is|0   |1
   obsolete||
 Attachment #688 is|0   |1
   obsolete||
 Attachment #689 is|0   |1
   obsolete||
 Attachment #690 is|0   |1
   obsolete||
 Attachment #691 is|0   |1
   obsolete||
 Attachment #692 is|0   |1
   obsolete||
 Attachment #693 is|0   |1
   obsolete||
 Attachment #694 is|0   |1
   obsolete||
 Attachment #695 is|0   |1
   obsolete||
 Attachment #696 is|0   |1
   obsolete||
 Attachment #697 is|0   |1
   obsolete||
 Attachment #698 is|0   |1
   obsolete||
 Attachment #699 is|0   |1
   obsolete||
 Attachment #700 is|0   |1
   obsolete||
 Attachment #701 is|0   |1
   obsolete||
 Attachment #702 is|0   |1
   obsolete||
 Attachment #703 is|0   |1
   obsolete||
 Attachment #704 is|0   |1
   obsolete||
 Attachment #705 is|0   |1
   obsolete||
 Attachment #706 is|0   |1
   obsolete||
 Attachment #707 is|0   |1
   obsolete||
 Attachment #708 is|0   |1
   obsolete||
 Attachment #709 is|0   |1
   obsolete||
   Attachment #2223|0   |1
is obsolete||
   Attachment #3884|0   |1
is obsolete||
   Attachment #4574|0   |1
is obsolete||

--- Comment #11 from Chris Cormack  ---
Created attachment 8317
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8317&action=edit
Bug 2505 : use warnings in smart_rules.pl

Fix some careless code redeclaring a variable
declaring a variable in a condition
so that these don't generate errors

-- 
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 7715] Add biblio.subtitle and appropriate mappings to MARC frameworks

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

Ian Walls  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

--- Comment #3 from Ian Walls  ---
This patch adds the database field and frameworks only, and only for 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 7715] Add biblio.subtitle and appropriate mappings to MARC frameworks

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

--- Comment #2 from Ian Walls  ---
Created attachment 8316
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8316&action=edit
Bug 7715:  Add biblio.subtitle and appropriate MARC21 framework mappings

This patch adds biblio.subtitle and deletedbiblio.subtitle to the Koha DB
structure, and maps the MARC21 (and NORMARC) frameworks 245$b field to this
database column if it's not already mapped (or is mapped to the non-existent
bibliosubtitle.subtitle field).

To Test:

Upgrade (on MARC21 installation)
1.  In one framework, map 245$b to an existent database field
2.  Run updatedatabase.pl.  You should now have the biblio.subtitle field
3.  Check the framework to confirm your manual mapping still holds
4.  Check another framework, one where 245$b was not mapped, to see that is now
is
5.  Add a biblio with a subtitle; the value of the 245$b should wind up in the
database

New installation
1.  Install a new MARC21 database
2.  Add a biblio with a subtitle; the value of the 245$b should wind up in the
database,
in the biblio.subtitle 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 7581] Holds not working in OPAC in singlebranchmode

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

Chris Cormack  changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz

--- Comment #7 from Chris Cormack  ---
Without patch

With singlebranchmode  = Allow
And  OPACAllowUserToChooseBranch = Don't allow  Can still place holds in the
opac

With singblebranchmode= Don't Allow
and OPACAllowUserToChooseBranch = Don't allow, Can still place holds

With singlebranch = Don't Allow
and OPACAllowUserToChooseBranch = Allow, Can not place holds (silent fail)

-- 
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 7715] Add biblio.subtitle and appropriate mappings to MARC frameworks

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

Ian Walls  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|gmcha...@gmail.com  |koha.sek...@gmail.com
 QA Contact|koha.sek...@gmail.com   |jonathan.dru...@biblibre.co
   ||m

--- Comment #1 from Ian Walls  ---
Hmmm, looks like for several of the French UNIMARC frameworks, 200$e is mapped
to biblioitems.volume.  I assume this was done as a workaround?  Or am I
missing something?

At any rate, my initial patch will not include UNIMARC until I can be sure I'm
not going to break things.

-- 
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 7732] Restoring "More lists" in the Add-to combo of OPAC Search Results

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

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #6 from Ian Walls  ---
Nicole,

If the 'more lists' isn't working on the staff client, it's for different
reasons than the OPAC... the OPAC side had lost a template param with 7310 that
resulted in that option never displaying.  This patch fixes that, but doesn't
address the staff side at all.  That could be a separate bug, but perhaps
having them all show up is a feature...

Template only change, easy to read, marking as Passed QA.  Please note this
depends on bug 7310, and must be pushed after.

-- 
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 6025] Script to recreate entries in the statistics table from the issues and oldissues table

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

Ian Walls  changed:

   What|Removed |Added

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

--- Comment #12 from Ian Walls  ---
Script is self-contained, so it won't affect other parts of the code (beyond
updating the statistics table).

Works on both issues and renewals, though I find it a little odd that not
specifying either specifies both... just a comment, not a problem.

Looks to be a very useful tool for recreating lost statistics (as best as one
can).  Could be handy for migrations.

Marking as Passed QA.

-- 
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 7600] Have book cover image script return single-pixel gif data

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

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #3 from Ian Walls  ---
Falling back to a 1 pixel gif seems pretty safe, and it's well implemented
here.  This also opens the door for other default 'noimage' images down the
road, should it ever come up.

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 7751] Decrease loan period on items with a high number of holds

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

--- Comment #5 from Chris Cormack  ---
Created attachment 8315
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8315&action=edit
Bug 7751 : Fix a couple of comparisons in C4::Circulation

Changed a string comparison called on an integer
Deal with case where value is not set without runtime warnings

This is dependent on bug 5549

-- 
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 7751] Decrease loan period on items with a high number of holds

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

Chris Cormack  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 7751] Decrease loan period on items with a high number of holds

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

--- Comment #4 from Chris Cormack  ---
Created attachment 8314
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8314&action=edit
Bug 7751 : Make Reduce Duedate aware of New Date formats

-- 
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 7751] Decrease loan period on items with a high number of holds

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

Chris Cormack  changed:

   What|Removed |Added

 Depends on||5549

--- Comment #3 from Chris Cormack  ---
The second patch depends on bug 5549, the first one doesn't/

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


[Koha-bugs] [Bug 5549] Hourly Loans

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

Chris Cormack  changed:

   What|Removed |Added

 Blocks||7751

-- 
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 7751] Decrease loan period on items with a high number of holds

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

--- Comment #2 from Chris Cormack  ---
Created attachment 8313
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8313&action=edit
Bug 7751 : Decrease loan period on checkout for items with high holds

-- 
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 7751] Decrease loan period on items with a high number of holds

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

--- Comment #1 from Chris Cormack  ---
I am going to attach 2 patches I removed from the bug 5549 work (hourly loans)

I have not tested these, so please test them thoroughly. I have rebased them
off master

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


[Koha-bugs] [Bug 7581] Holds not working in OPAC in singlebranchmode

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

--- Comment #6 from Maxime Pelletier  ---
Sorry, here are more details.
You can see in the code :

if ($singleBranchMode || ! $OPACChooseBranch) { # single branch mode or
disabled user choosing

Without my patch, singleBranchMode is always 0, so if
OPACAllowUserToChooseBranch is 0, then no branch is ever set and the code
doesn't work.

So to reproduce set OPACAllowUserToChooseBranch to "Don't allow". The bug is
present when users can't choose the branch and the code use the borrowers's
defautl branch.

-- 
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 7751] New: Decrease loan period on items with a high number of holds

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 7751
CC: gmcha...@gmail.com
  Assignee: kyle.m.h...@gmail.com
   Summary: Decrease loan period on items with a high number of
holds
QA Contact: koha.sek...@gmail.com
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: ch...@bigballofwax.co.nz
  Hardware: All
Status: NEW
   Version: master
 Component: Circulation
   Product: Koha

Controlled by a syspref, this will reduce the amount of time something can be
onloan, if it has a lot of holds on it

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


[Koha-bugs] [Bug 7595] Add branchcode to accountlines

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

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #9 from Ian Walls  ---
There are also calls of "INSERT INTO accountlines..." in C4/Circulation.pm,
C4/Reserves.pm and C4/Overdues.pm, as well as in members/pay.pl (for
writeoffs).  Branchcode will need to be added to these areas, as well, in order
to achieve complete and consistent coverage.

That is, unless under these circumstances, the branchcode should always be
NULL.  If that's the use case, please let me know.  Otherwise, I'm going to
mark this as Failed QA for now until those other 3 modules can be covered

-- 
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 7741] Clear search terms in Z3950 search page

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

Nicole C. Engard  changed:

   What|Removed |Added

 CC||neng...@gmail.com

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


[Koha-bugs] [Bug 7581] Holds not working in OPAC in singlebranchmode

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

--- Comment #5 from Kristina Hoeppner  ---
I tried both just now on master:

1. Make sure that singlebranch mode is allowed.
2. Make sure that I can place holds.
3. Find a book for which I can place a hold on the OPAC side.
4. Place a hold and choose "Next available copy".
5. I can place the hold.
6. Find another book for which I can place a hold, click the "Place Hold" link.
7. Choose "A specific copy" and can place the hold.
8. Do the same as 4 and 7 but choosing a different branch (the one that is not
the default).

-- 
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 7750] Release notes for stable releases should be in Master

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

--- Comment #1 from Jared Camins-Esakov  ---
Release notes were created by the following commits:

(3.2.x):
aeba77bca64e1440b953edb1d112eec57ecde1f7
16fedf8d223d78d42f76fa7b99e1718c783e90f2
f3b095a3600fdc970a990ca88fedc3e66d8aacf0
0ad09b73b7c22a3d8c1a23c6fe39669bb27ae88f
07e66bb263b042297dbb9d7a4c541ae3c65d4c77
7a740a11b44d4273d85aa4edeacce92fe907ac9e
70aad424c583be53faa51594485d48af001f7434
609ad3285f207f06412cb2f0d8d2eee88435df87
8ad995691c832d13bb74dbacdcb084ea51e62876
5b190fe787039d1283c7ebcb8015015932e59193
78d6256d150ff711f9e97affb429433f41771dd7
bc16c64f3107d5e0d9e2a9cfd76e592ab657dde5
4036a3d5815de987c8e7f9def255480030bcb471

(3.4.x):
44f8d79cd21f9d754fc41fe5f39d76b29e7c766d
adb2a23d67980977da658322203d1ddc1c7e78a5
62d4675d7db27704d2388a866fb446e98d19f3c2
4bff3d18fa5a96266db6c09976c19966bfb6bc57
eefed66b1d5ca5052360fd1ec29a9a62f4102abc
96979f5f586d9debf2481a71166f4fee885f8903
bfabf8565f5e9481b4a8d47fa5cd4f35df7a7ce6
a636fb2e0d15610b30568ae0aa8742b4746a6c86
23bc5dec625bde951936c683b48b68d313987915
77f4f7b97cbcf148d548e6c8037461cadc542571
3bd7201c0d9a968183f336e47b4ccc66179a745e
e0a77180b3a1b8f6eaaea7e1ada02035d8bac610

(3.6.x):
ab04c8f27aab9cd30649e01bc9ba4859c9b07bfd
9237ad075d9cf1acaeb5e96ec29eb2a917284372
3b2c3edfb1a8d2ebd92ba40631de6958474d852a
c1ae162cff64e63341704c63fb17f8ff6f74ccd3
f2f49daf4c762e77659ba03dbc5cce6027fb0a3a
4b4040ab8518938c555a290ff6cd72e4502119d3
20fcd965a967bafd9e1910ffc20c7511816ef006
83f87a9d9b588a7f1e343835b2c2edbf2c6754f1
a89471913e812de7760c2eb3f1c1ab01431f33fc
3ba8234c631c5ddc868b40aab87604f2447b80e7
950924bc3e0d09add86a9469caeb70af8f8b288b
3235e0a127ee15ca494cb841e2029b5251255d02
3b2c3edfb1a8d2ebd92ba40631de6958474d852a
3d18ff446653ea9f18e43c80d8af6b8ef4ec1cf5
7b496cec62f15ca51691dc738798e8791a6875d7
5f2f5921b51d3adfd6486921bd8355025a39934a
22c5dfac7226706ace83b8d33b0815b3ac5a3906
048cd82afe8426ae000717e44df0d287d7b5
f064f9c5d52956e624bfea5464c080098f54027e
c8ad799b3acb64de171e9d01ed29cbb68d5a1abc
3fb4fdc6b0ae3850c261bac25649d4bd53e47d91
bbd2cbd2d90a62c496a57ea110dccaf32d050c43
8d9206aad3c6a59f8d8003dcb529b539a7c70f05
d9f36a81ee730e731d0bdf8799c68413bfa8786e

-- 
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 7750] New: Release notes for stable releases should be in Master

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 7750
  Assignee: neng...@gmail.com
   Summary: Release notes for stable releases should be in Master
QA Contact: koha.sek...@gmail.com
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: jcam...@cpbibliography.com
  Hardware: All
Status: NEW
   Version: master
 Component: About
   Product: Koha

Release notes up until 3.0.5 are included in the master repository, but later
release notes are not. They probably should be, if only for historical
reference.

-- 
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 7397] Patron search from Checkout tab does 'contains' instead of 'starts_with' search

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

Liz Rea  changed:

   What|Removed |Added

 CC||wizzy...@gmail.com

--- Comment #1 from Liz Rea  ---
Also, there had been discussion about removing the small results box in favor
of just bringing back full results like the patron search does.

-- 
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 7400] Add auto-completion on auth_finder

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

Chris Cormack  changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz

--- Comment #12 from Chris Cormack  ---
(In reply to comment #11)
> patch pushed, but i'm wondering if we should not have a syspref to
> activate/desactivate all auto-completion things.
> This one is not managed by any syspref, couldn't it be a performance problem
> for some libraries ?

I agree first thing I do is disable auto completes as it works the db hard.

-- 
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 7697] Clean up borrower.textmessaging leftover code

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

M. de Rooy  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #3 from M. de Rooy  ---
Looks good to me. Marking as 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 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib

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

--- Comment #44 from Chris Cormack  ---
I agree with this idea, integrating the Tamil code into koha

-- 
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 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib

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

--- Comment #43 from Tomás Cohen Arazi  ---
(In reply to comment #42)
> I've been using the cpan module version for several months and let me tell
> you the freedom to set 5 second zebraqueue updates is awesome. This should
> be in Koha. 

Yeah, that's why this bug was submitted for the first time.

> My question still remains - should we pick one of these implementations over
> the other?

I think Frederic's rewrite of this is a good one. I personally dont like the
idea of it being an external lib, as I think that libs should be tied to
specific versions of Koha (think of db changes, we realize smth should be done
other way, etc). So a reworked version, more daemon-friendly (so you can do
'update-rc.d koha-zeebraqueue-daemon default' to have it at startup), etc could
make it.

What I propose is to close this bug and maybe start a new one on integrating
Tamil's lib into Koha. I just abandoned my patches for this bug.

-- 
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 7581] Holds not working in OPAC in singlebranchmode

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

--- Comment #4 from Katrin Fischer  ---
Hm, perhaps there is a difference between item level holds and title level
holds - but only guessing here. Did you try both?

-- 
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 5166] Reintroduce a zebraqueue daemon, make several rebuild_zebra.pl functions a lib

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

--- Comment #42 from Liz Rea  ---
My question still remains - should we pick one of these implementations over
the other?

I've been using the cpan module version for several months and let me tell you
the freedom to set 5 second zebraqueue updates is awesome. This should be in
Koha. 

Can we make it happen? What needs to happen?

-- 
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 5698] Provide datepicker for sql reports runtime parameters

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

Nicole C. Engard  changed:

   What|Removed |Added

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

--- Comment #10 from Nicole C. Engard  ---
Love it! Works Awesome!!

-- 
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 7477] Duplicate calendar

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

Paul Poulain  changed:

   What|Removed |Added

Version|master  |rel_3_8

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


[Koha-bugs] [Bug 7408] Expire holds that have been waiting too long

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

Paul Poulain  changed:

   What|Removed |Added

Version|master  |rel_3_8

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


[Koha-bugs] [Bug 3966] receiving items should allow for entering barcode

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

--- Comment #24 from Nicole C. Engard  ---
Chris,

On the receiving page there is no plus or 'add' link like there is on the order
page.

You used to be able to type in the Quantity received when receiving just by
altering the textbox.

You are right about the order page though - that requires clicking  the 'add'
link which has replaced the plus sign.

Nicole

-- 
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 5596] add author to holds to pull report

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

Paul Poulain  changed:

   What|Removed |Added

Version|master  |rel_3_6

-- 
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 5596] add author to holds to pull report

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #10 from Paul Poulain  ---
(In reply to comment #7)
> I agree that I broke the rules in including an additional change, but I
> disagree that extra CPU cycles is a reason why a change like this might be
> rejected. Using GetMarcBiblio is currently the ONLY way we have to get
> subtitle, for better or worse.

Agreeing with Owen and Ian in fact...

My feeling is that an acceptable circumventing would be to memoize the
GetMarcBiblio sub. Once it's done, subsequent calls to the function will cost
nothing (note : I've said memoize, not memoize with memcache, as this 2nd
option will give a longer persistency, but at the -heavy- price of a http call
to memcached)

The best/long term option would be to use a good ORM & internal caching &
things like that, but they are not close.

patch pushed (that removes subtitle, that was already here before the patch))

-- 
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-03-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668

--- Comment #55 from Ian Walls  ---
I've rebased this as part of the QA process, and figured I'd attach it here
since I'm at a stopping point for the moment.

This seems to work alright, but t/db_dependent/Ratings.t fails on me.  There is
a note that it will fail on any database that doesn't have a blank 'ratings'
table... this seems like a less than useful test to me.  And, it failed both
with and without lines in the ratings table.

I'm not sure if this is a problem with the code or the unit test.  Could
someone take a look before I resume QA?

-- 
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-03-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5668

Ian Walls  changed:

   What|Removed |Added

   Attachment #8202|0   |1
is obsolete||

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


[Koha-bugs] [Bug 7301] Add default date limit to acquisitions histsearch

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8
Summary|Add default date limit to   |Add default date limit to
   |acquisitions orders search  |acquisitions histsearch

--- Comment #4 from Paul Poulain  ---
patch pushed,

Congrats Danielle, this is the 1st signoff patch at #kohahack12 that is pushed
!

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


[Koha-bugs] [Bug 5668] Star ratings in the opac

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

--- Comment #54 from Ian Walls  ---
Created attachment 8312
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8312&action=edit
Bug 5668 - Star ratings in the opac

applied to commit  49c387cddf6de083343fe6c88ad9f167844521b4

Signed-off-by: Nicole C. Engard 

Turned on star ratings in the opac on details and results
Searched for titles - saw the stars
Clicked on a title
Clicked on the stars
Clicked on the stars to change my rating
Logged out
Tried to click on stars
Logged in as different user
Rated items that were rated already and saw average change
Changed preference to show only on detail and repeated tests
Changed preference to now show stars

All above tests passed. Signing off.

Rebased 3-19-12 by Ian Walls

-- 
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 7400] Add auto-completion on auth_finder

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

Paul Poulain  changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P3
 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

--- Comment #11 from Paul Poulain  ---
patch pushed, but i'm wondering if we should not have a syspref to
activate/desactivate all auto-completion things.
This one is not managed by any syspref, couldn't it be a performance problem
for some libraries ?

-- 
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 7477] Duplicate calendar

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #18 from Paul Poulain  ---
patch pushed. I appreciate that an existing holiday in a branch is not deleted
when the branch is overwritten:
* branch B, set today as closed
* switch to branch A, where today is not closed
* copy holidays to branch B
* today is still closed for branch B

that's important to notice for the documentation

-- 
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 7749] Not all OKs on the start page are translatable

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 7749] Not all OKs on the start page are translatable

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

--- Comment #1 from Katrin Fischer  ---
Created attachment 8311
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8311&action=edit
Bug 7749: Not all OKs on the start page are translatable

I don't really understand, why the " OK " would not get picked up by
the translation script, but removing the spaces made it work.

To test:
Verify that all OK buttons on the start page are translatable. The one
resisting translation was "Search catalog:"

-- 
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 7668] Improve navigation and toolbar options in guided reports

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

Paul Poulain  changed:

   What|Removed |Added

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

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


[Koha-bugs] [Bug 5339] Parcel closing in acq

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

Elliott Davis  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #28 from Elliott Davis  ---
>From http://129.114.128.202:8080/cgi-bin/koha/acqui/parcel.pl when you click on
receive you get a hash reference in the URL for invoice so when you click save
it fails giving the error message:

Can't use an undefined value as an ARRAY reference at
/home/koha/kohaclone/acqui/parcel.pl line 154.

with the URL
http://129.114.128.202:8080/cgi-bin/koha/acqui/parcel.pl?invoiceid=

I can provide screenshots if needed.  Marking failed for now.

-- 
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 7166] Modify order notes when basket is closed

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

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #17 from Ian Walls  ---
Mostly a template-only change, with a small reordering of select columns in
C4::Acquisition::GetPendingOrders().  Adds valuable functionality in it's own
page and script.  Marking as 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 7700] Cart's more details view shows identity numbers

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Failed QA

--- Comment #10 from Paul Poulain  ---
failed QA until a patch not specific to MARC21 is provided (ie= no need to
specify marcflavour eq "MARC21").
I also think NORMARC will prefer a non-MARC21 specific patch, because NORMARC
is close to MARC21, and the 0 is probably to remove as well

-- 
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 7140] Add item type description on the catalogue search and detail screens

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #18 from Paul Poulain  ---
patch pushed.

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


[Koha-bugs] [Bug 7749] New: Not all OKs on the start page are translatable

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 7749
  Assignee: katrin.fisc...@bsz-bw.de
   Summary: Not all OKs on the start page are translatable
QA Contact: koha.sek...@gmail.com
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: katrin.fisc...@bsz-bw.de
  Hardware: All
Status: NEW
   Version: master
 Component: I18N/L10N
   Product: Koha

This also was reported on the wiki
(http://wiki.koha-community.org/wiki/Yet_not_translatable_string)

On Koha's start page not all OK's buttons will be translated. The OK button for
OPAC search is not translatable.

-- 
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 3966] receiving items should allow for entering barcode

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

Chris Cormack  changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz

--- Comment #23 from Chris Cormack  ---
You were using the plus and minus links eh? You have never been able to type
the quantity but have to click the plus or minus.  Just checking because that
has caught me in the past

-- 
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 5345] DataTables in Koha

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

--- Comment #29 from Jonathan Druart  ---
This patch can not be tested with a sandbox. Please Test these patches
individually

-- 
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 7716] Statistical item type

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

--- Comment #2 from MJ Ray (software.coop)  ---
(In reply to comment #1)
> Is the goal to record that a specific person 'used' something, but didn't
> borrow it?

I think the goal is actually recording the printing-off of
infinitely-reproducible items or the issuing of login tokens for e-documents.

> [...] Item types are flat, which would
> mean we'd need to set some kind of flag at the item type level to indicate
> that it's "statistical" or not.

If we want to be massively general, yes, but if it is basically a type of
infinite item, do we need the flag?

> I think maybe the thing do to is create a way for Koha to record arbitrary
> stats, linkable to various objects like patrons and items, that can be
> called from anywhere in the system.

Don't we already have that, with the logs?  It feels like the unsolved part is
the auto-returning of "checked out" items.

-- 
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 5354] Partial duplication of a subscription

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

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


[Koha-bugs] [Bug 6875] de-nesting C4 packages

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |ASSIGNED

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


[Koha-bugs] [Bug 6875] de-nesting C4 packages

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

Paul Poulain  changed:

   What|Removed |Added

   Attachment #8095|0   |1
is obsolete||

--- Comment #84 from Paul Poulain  ---
Comment on attachment 8095
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8095
C4::Members follow-up

this patch has been pushed (on master branch directly)

-- 
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 7291] claims management improvement

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

Jonathan Druart  changed:

   What|Removed |Added

   Attachment #8074|0   |1
is obsolete||

--- Comment #9 from Jonathan Druart  ---
Created attachment 8310
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8310&action=edit
Bug 7291: Adds new field aqbooksellers.deliverytime

Date to iso

-- 
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 5342] Serial claiming improvements

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

Jonathan Druart  changed:

   What|Removed |Added

   Attachment #8115|0   |1
is obsolete||

--- Comment #4 from Jonathan Druart  ---
Created attachment 8309
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8309&action=edit
Bug 5342: Adds a claims_count field in the serial table

Rebased patch

-- 
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 6296] Allow authentication to Koha via PKI / x.509 certificates

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #24 from Paul Poulain  ---
QA comment : it's very hard to see the difference between reindenting & really
new code. For the next reindenting time, please provide 2 patches, that will be
much more clear.

I've tested that it changes nothing when SSL not enabled, not tested SSL work
well.

Patch pushed

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


[Koha-bugs] [Bug 5342] Serial claiming improvements

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

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


[Koha-bugs] [Bug 7264] Display information about library on OPAC detail

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

Chris Cormack  changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz

--- Comment #30 from Chris Cormack  ---
Marcel its in the updatedatabse.pl in the patch. Did you not run that?

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


[Koha-bugs] [Bug 7470] Babeltheque - new proposal

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

MathildeF  changed:

   What|Removed |Added

 CC||mathilde.formery@ville-nime
   ||s.fr

--- Comment #6 from MathildeF  ---
** Affichage : 
Pb affichage dans Firefox < 3.6 :
- les boutons "Internet user critics" et "Extracts" ne s'affichent pas
correctement
- le bloc "exemplaire - note - commentaire" ne se présente pas en onglet

sous Firefox (test sur 3.5, 3.6 et 11.0) : le popup des vidéos est excentré à
droite et ne se recadre pas à la taille de la fenetre / de l'écran  


** Reseaux sociaux 

- le lien dans facebook vers la notice n'est pas correctement créé 
(ex : http://www.facebook.com/cgi-bin/koha/opac-detail.pl?biblionumber=1553)

- la fenetre de partage G+ se ferme (parfois) immédiatemment

-- 
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 7613] OCLC Connexion Gateway

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

MJ Ray (software.coop)  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||m...@ttllp.co.uk

--- Comment #12 from MJ Ray (software.coop)  ---
I think new_bib was created for biblios.net to send records to Koha. I wonder
if it predates the import batch management system, or if there was some reason
for biblios.net to not use it.

I have tested branch 'bug_7613_wr89060' of git://git.catalyst.net.nz/koha as of
Mon Mar 19 22:37:16 2012 +1300, but testing an import_bib failed because it has
use Carp::Always which seems like a new dependency. Commenting it out seemed to
let it work - is it necessary?

-- 
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 5698] Provide datepicker for sql reports runtime parameters

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

--- Comment #9 from Nicole C. Engard  ---
Okey Dokey!

-- 
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-03-19 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7235

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #19 from Ian Walls  ---
Both patches clean, easy to read, primarily template changes (along with
removal of format_dates where appropriate).  Marking as 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 7731] Library should be used instead of branch and site

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

Ian Walls  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #6 from Ian Walls  ---
Template only change, conscientiously renaming 'branch' to 'library'.  Makes
things clearer, I think.  Marking as 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/


  1   2   3   4   >