[Koha-bugs] [Bug 8849] New: Error log generated when not a demo system

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8849

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8849
CC: gmcha...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Error log generated when not a demo system
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: mtomp...@hotmail.com
  Hardware: All
Status: NEW
   Version: rel_3_8
 Component: System Administration
   Product: Koha

As a result of:
[Mon Oct 01 15:28:59 2012] [error] [client 192.168.100.2] [Mon Oct  1 15:28:59
2012] marctagstructure.pl: Use of uninitialized value in numeric eq (==) at
/usr/share/koha/intranet/cgi-bin/admin/marctagstructure.pl line 152.
in Koha 3.8.5 this patch was generated.

The line reads
 unless (C4::Context-config('demo') == 1) {
which produces an error long entry while tweaking frameworks. It should read:
 unless (defined(C4::Context-config('demo')) 
C4::Context-config('demo') == 1) {
-- though this will still generate an error if the value isn't numeric. I'm
going to assume that whoever does use it, will use it correctly.

My understanding is that this value must be set to 1 in koha-conf.xml to
prevent writing out MARC Framework changes (adds or modifies). However, since
'demo' is not defined in the default koha-conf.xml, this generates an error.

This feature is not documented anywhere, as far as I know. Though 'demo' code
does seem to exist in a couple places in Koha.

Patch to follow.

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


[Koha-bugs] [Bug 7913] Automatically receive serial issues

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7913

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

   What|Removed |Added

  Attachment #12388|0   |1
is obsolete||

--- Comment #14 from Koha Team Lyon 3 k...@univ-lyon3.fr ---
Created attachment 12615
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12615action=edit
Bug_7913, Folllow-up hide button for subs with items

redone on master (instead of 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 7913] Automatically receive serial issues

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7913

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

   What|Removed |Added

 Status|Patch doesn't apply |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 7710] multiple holds per title

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7710

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

   What|Removed |Added

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

--- Comment #21 from Paul Poulain paul.poul...@biblibre.com ---
ping. I've just been asked by one of our libraries about this feature. Any hope
to see it submitted again ?

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


[Koha-bugs] [Bug 8849] Error log generated when not a demo system

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8849

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

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|koha-b...@lists.koha-commun |mtomp...@hotmail.com
   |ity.org |

--- Comment #2 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 12616
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12616action=edit
Fix error logging triggered by adding/editing/deleting tags on framework

Test
-
1) Login
2) Administration
3) MARC bibliographic framework
4) Click 'MARC structure' for any framework. (May be a good idea to copy a
frame work and choose the copy, since we will be deleting things!)
5) Click 'Edit' for any field.
6) Change values and then click 'Save Changes'.
7) Click 'Delete' for that field now.
8) click 'Yes, Delete this Tag'
9) Click 'OK'
10) click 'New Tag'
11) Let's enter the tag value of what we just deleted and put some dummy values
in.
12) Check the error logs. There should be three errors. The first and last will
be for the edit/add, and the middle will be for the delete.
13) Apply patch
14) repeat steps 3 through 12.
15) Error log entries those errors are no longer generated.

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


[Koha-bugs] [Bug 8846] t/SuggestionEngine_ExplodedTerms.t sneakily uses database

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8846

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

   What|Removed |Added

  Attachment #12607|0   |1
is obsolete||

--- Comment #2 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 12617
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12617action=edit
Bug 8846: Exploded Terms test sneakily uses database

Even though there is no need for anything stored in the database for the
test, C4::Templates requires the database and a koha-conf.xml. The
solution is to mock all database- and koha-conf-using routines.

To test:
1) Stop MySQL
2) Unset KOHA_CONF
3) Run test

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


[Koha-bugs] [Bug 8849] Error log generated when not a demo system

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8849

--- Comment #3 from M. Tompsett mtomp...@hotmail.com ---
This bug applies to master, 3.8.x, and 3.6.x versions of koha. Patch was
generated from master. Applied to all three. Let me know if there's a problem.

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


[Koha-bugs] [Bug 8850] New: Can't place hold on title with ILS-DI

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8850

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8850
  Assignee: julian.maur...@biblibre.com
   Summary: Can't place hold on title with ILS-DI
  Severity: major
Classification: Unclassified
OS: All
  Reporter: julian.maur...@biblibre.com
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: Architecture, internals, and plumbing
   Product: Koha

When going on this address:
/cgi-bin/koha/ilsdi.pl?service=HoldTitlepatron_id=84238bib_id=115570request_location=127.0.0.1

I get a software error

Undefined subroutine C4::ILSDI::Services::CanBookBeReserved called at
/home/koha/src/C4/ILSDI/Services.pm line 606.

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


[Koha-bugs] [Bug 8850] Can't place hold on title with ILS-DI

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8850

--- Comment #1 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 12618
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12618action=edit
Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services

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


[Koha-bugs] [Bug 8850] Can't place hold on title with ILS-DI

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8850

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

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

--- Comment #2 from Julian Maurice julian.maur...@biblibre.com ---
To test, go to 
http://yourlibrary/cgi-bin/koha/ilsdi.pl?service=HoldTitlepatron_id=PATRON_IDbib_id=BIB_IDrequest_location=127.0.0.1
replacing PATRON_ID with a valid borrowernumber and BIB_ID with a valid
biblionumber.

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


[Koha-bugs] [Bug 8236] Prevent renewing if overdue or restriction

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8236

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

   What|Removed |Added

  Attachment #12362|0   |1
is obsolete||

--- Comment #15 from Koha Team Lyon 3 k...@univ-lyon3.fr ---
Created attachment 12619
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12619action=edit
Block renewal when overdues documents

patch redone on master. I just change again the name of syspref to
OverduesBlockRenew in order to make easier the comparision (and distinction)
with the other syspref OverduesBlockCirc

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


[Koha-bugs] [Bug 7710] multiple holds per title

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7710

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #10818|0   |1
is obsolete||

--- Comment #22 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 12620
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12620action=edit
Bug 7710 - multiple holds per title

Adds the ability to allow multiple holds
on the same record for the same borrower.

Adds new system preference MaxHoldsPerRecord,
which controls how many holds one person can
have on items for the same record.

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


[Koha-bugs] [Bug 7710] multiple holds per title

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7710

--- Comment #23 from Kyle M Hall k...@bywatersolutions.com ---
 However, when I place hold, I get 2 errors:
 
 Cannot place hold
 Too Many Holds: [USER] has too many holds.
 [USER] has already placed the maximum allowed number of holds on this
 record
 
 
 However, my syspref maxreserves is equal to 50 and I should not have the
 first error.

Have you set the Holds allowed (count) field in circulation rules? That field
can also trigger the same error message.

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


[Koha-bugs] [Bug 7710] multiple holds per title

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7710

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

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


[Koha-bugs] [Bug 8800] SpecifyDueDate useDaysMode=Datedue wrong behaviour

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8800

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |major

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

[Koha-bugs] [Bug 7995] upload patron images permission needed to upload offline circ

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7995

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 CC||k...@bywatersolutions.com

--- Comment #3 from Kyle M Hall k...@bywatersolutions.com ---
Is this still a valid bug? I'm having trouble recreating the issue.

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


[Koha-bugs] [Bug 7995] upload patron images permission needed to upload offline circ

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7995

--- Comment #4 from Nicole C. Engard neng...@gmail.com ---
I don't remember why I reported this ... :)

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


[Koha-bugs] [Bug 8851] New: strange blue bar above serials results

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8851

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8851
  Assignee: oleon...@myacpl.org
   Summary: strange blue bar above serials results
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
   URL: cgi-bin/koha/serials/serials-search.pl?searched=1titl
e_filter=a
  Hardware: All
Status: NEW
   Version: master
 Component: Templates
   Product: Koha

Created attachment 12621
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12621action=edit
search heading

See attached.

When doing a serials search there is a strange looking header bar at the top.

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


[Koha-bugs] [Bug 8852] New: branch not showing in serials results

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8852

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8852
CC: colin.campb...@ptfs-europe.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: branch not showing in serials results
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Serials
   Product: Koha

Created attachment 12622
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12622action=edit
no library listed

On the serials search results there is no branch listed under Library - even if
one was entered when creating the subscription.

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


[Koha-bugs] [Bug 8818] Authority linker error on Z cataloging

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8818

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

   What|Removed |Added

   Severity|critical|blocker

--- Comment #6 from Nicole C. Engard neng...@gmail.com ---
updating severity since I can't catalog at all until this 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 8853] New: clicking basket name in closed baskets reopens it

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8853

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8853
  Assignee: koha-bugs@lists.koha-community.org
   Summary: clicking basket name in closed baskets reopens it
  Severity: major
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
   URL: cgi-bin/koha/acqui/basketgroup.pl?booksellerid=1#close
d
  Hardware: All
Status: NEW
   Version: master
 Component: Acquisitions
   Product: Koha

When I'm looking at my closed basket groups if I click the name of the basket I
think it's supposed to open a summary (like it does on the open tab) but
instead clicking a basket name reopens that basket ... if this is the intended
behavior we need to make that clear, if not we need to fix it.

Nicole

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


[Koha-bugs] [Bug 8854] New: invoice filters don't all work

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8854

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8854
  Assignee: koha-bugs@lists.koha-community.org
   Summary: invoice filters don't all work
  Severity: major
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
   URL: cgi-bin/koha/acqui/invoices.pl
  Hardware: All
Status: NEW
   Version: master
 Component: Acquisitions
   Product: Koha

I am trying to do invoice searches and when I filter by branch or vendor or
shipment date range I get no results, but if I search by number I see that
those libraries and vendors do have invoices. It's possible that none of the
other filters work, I didn't test them all.

Nicole

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


[Koha-bugs] [Bug 8855] New: get from receipt to invoice

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8855

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8855
  Assignee: koha-bugs@lists.koha-community.org
   Summary: get from receipt to invoice
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Acquisitions
   Product: Koha

It would be nice if you could get from the receipt page to the invoice page
with a click.  Right now you can get to the receipt page from the invoice page,
just not the other way around. I think it would just require making the invoice
number a link that goes to the corresponding invoice page.

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


[Koha-bugs] [Bug 8581] Authority display doesn't like GND records

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8581

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #8 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to 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 5335] More granular VAT

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5335

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

   What|Removed |Added

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

--- Comment #52 from Colin Campbell colin.campb...@ptfs-europe.com ---
Patch breaks subscription-detail.pl ( it calls non-existant subroutines
GetLastOrderNotReceivedFromSubscriptionId
and
GetLastOrderReceivedFromSubscriptionId

it also does not put brackets around the parameters for these generating
another error

-- 
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 8209] Did you mean? suggestions based on authorities

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8209

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #22 from Paul Poulain paul.poul...@biblibre.com ---
Follow-up pushed to 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 8110] Add tests for Calendar modules

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

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #51 from Paul Poulain paul.poul...@biblibre.com ---
The first 2 patches have been pushed.

I haven't pushed the 3rd one, see comment 46

If i'm wrong, please argue !

PS: the test does not work locally for me, it should on jenkins

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


[Koha-bugs] [Bug 8852] branch not showing in serials results

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8852

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com ---
Took a look at this but couldn't reproduce it (had to revert 5335 to actually
view the records). the code is very simple get branchname from branchcode 
display it so there seems little room for some bad logic to suppress it

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


[Koha-bugs] [Bug 3387] WITHDRAWN items shouldn't check in

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3387

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

   What|Removed |Added

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

--- Comment #32 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

BUT Mickey, I've a functional problem with the prevent option (that is the
current one already, so this patch introduces an alternative which sounds OK to
me.
As stated in my comment 22, how to you deal with the situation of a checked-out
item that is withdrawn ? once the book has been paid, you keep forever the
information that the items had been checked out by patron X ?
Otherwise, how do you delete the information ?

Here, in France, we have a law for privacy. And a rule has been specified for a
library: they can't keep track of this information for more than 3 months after
the book has been returned (or refunded)
So the prevent check-in of withdrawn items is a non-sense (well, something
illegal ;-) )

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


[Koha-bugs] [Bug 3387] WITHDRAWN items shouldn't check in

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3387

--- Comment #33 from Paul Poulain paul.poul...@biblibre.com ---
(not patch pushed with a tiny follow-up for perlcritic:
Variable declared in conditional statement at line 1836, column 5.
Declare variables outside of the condition.

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


[Koha-bugs] [Bug 7642] The number that appears when hovering over a tag in the tag cloud isn't the number of items with that tag

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7642

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

   What|Removed |Added

  Attachment #12022|0   |1
is obsolete||

--- Comment #39 from Paul Poulain paul.poul...@biblibre.com ---
Comment on attachment 12022
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12022
[SIGNED-OFF] Bug 7642 - fix the lost display of tag sizes

this patch obsoleted by the rebased one

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


[Koha-bugs] [Bug 8856] New: Details section of cart always displays 59

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8856

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8856
  Assignee: oleon...@myacpl.org
   Summary: Details section of cart always displays 59
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: elli...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: master
 Component: OPAC
   Product: Koha

In opac-basket.tt the size of the result always seems to be 59.  

Here is a screenshot of the error http://screencast.com/t/32zlwFcCw8wZ

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


[Koha-bugs] [Bug 7642] The number that appears when hovering over a tag in the tag cloud isn't the number of items with that tag

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7642

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #40 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master, on master branch directly

The QA tools have detected a mistake in POD doc (that was here before this
patch), I've fixed it too

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


[Koha-bugs] [Bug 7913] Automatically receive serial issues

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7913

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

   What|Removed |Added

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

--- Comment #15 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to 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 5335] More granular VAT

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5335

--- Comment #53 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #52)
 Patch breaks subscription-detail.pl ( it calls non-existant subroutines
 GetLastOrderNotReceivedFromSubscriptionId
 and
 GetLastOrderReceivedFromSubscriptionId

Yikes !

This sub is here since the 1st patch submitted, it seems that no-one spotted
that subscription-detail.pl was changed, and this patch has 4 signoffs+ my
tests !!!

* I've digged, and can't find any reference to this sub anywhere outside from
subscription-detail.pl
* it's used to display a link from subscription to acquisitions when applicable
* Jonathan is not here atm (holiday for 2 more weeks)
* I don't want to revert this patch, because reverting an updatedatabase-d
patch is a nightmare

To fix the problem described, I've commented the lines calling those sub. The
behaviour on subscription is back to normal. I'll push this problem on top of
Jonathan's list when he comes back.

-- 
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 8851] strange blue bar above serials results

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8851

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

   What|Removed |Added

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

--- Comment #1 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Nicole,

this is the new advanced search. It will unfold when you click on the label.

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


[Koha-bugs] [Bug 6039] Cancel all waiting holds button

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6039

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

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

-- 
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 8213] Cancel All button on holds over tab cancels both holds over and holds waiting

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 CC||k...@bywatersolutions.com
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=6039

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


[Koha-bugs] [Bug 8818] Authority linker error on Z cataloging

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8818

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

   What|Removed |Added

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

--- Comment #7 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to 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 8213] Cancel All button on holds over tab cancels both holds over and holds waiting

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

--- Comment #5 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 12623
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12623action=edit
Bug 8213 - Cancel All button on holds over tab cancels both holds over and
holds waiting

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


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

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

   What|Removed |Added

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

--- Comment #21 from Paul Poulain paul.poul...@biblibre.com ---
QA comment
 1- bug signed-off since more than 1 month, dealing with QA myself
 2- qa.pl script shows some errors, easy to solve (use COALESCE instead of
IFNULL  use spaces for indent)
 3- replaces a SQL query in GetOrder in an unsafe way imo:
   - add many table.* to an already very long query (was
biblio+biblioitems+aqorders, and adds aqbudgets+aqbasket) Would be better not
to use * (including biblioitems, that contains marcxml field !!! was already
here before the patch, but if you can fix it...)
   - does some changes that look strange : why DATE(aqbasket.closedate)  AS
orderdate ? why aqorders.quantity - IFNULL(aqorders.quantityreceived,0) AS
quantity -quantity is a field from aqorders ? 
 4- the form $$order{estimateddeliverydate} must be discarded in favor of
$order-{estimateddeliverydate}

Failing QA for #4, need info (and maybe fix) for #3

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


[Koha-bugs] [Bug 7298] export late orders, with # of claims and claim dates

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7298

--- Comment #22 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 12624
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12624action=edit
Bug 7298 fixing 2 QA errors

* replace IFNULL by COALESCE
* replace 4 tabs by 4 4 spaces

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


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

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

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

--- Comment #6 from Kyle M Hall k...@bywatersolutions.com ---
Test Plan:
1) Create two holds, and set them to waiting for two patrons.
2) Make the waitingdate for one of the holds longer than the value set in
ReservesMaxPickUpDelay.
3) You should now see one reserve on each tab on waitingreserves.pl
4) Backup your database
5) On the Holds over tab, click 'Cancel all'. This should cancel both holds
6) Restore your database
7) Apply this patch
8) Repeat step 4, only the hold in the Holds over tab should be canceled.

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


[Koha-bugs] [Bug 5801] C4::Circulation::_GetCircControlBranch doesn't work in opac-reserve.pl

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5801

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 CC||k...@bywatersolutions.com
   Assignee|koha.sek...@gmail.com   |k...@bywatersolutions.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 5801] C4::Circulation::_GetCircControlBranch doesn't work in opac-reserve.pl

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5801

--- Comment #6 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 12625
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12625action=edit
Bug 5801 - C4::Circulation::_GetCircControlBranch doesn't work in
opac-reserve.pl

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


[Koha-bugs] [Bug 5801] C4::Circulation::_GetCircControlBranch doesn't work in opac-reserve.pl

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5801

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 8449] Improve wording and styling for cancelled holds on Holds Awaiting Pickup screen

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8449

--- Comment #7 from David Cook dc...@prosentient.com.au ---
(In reply to comment #6)
 Question:
 
 Owen, you replace:
 - pThis hold placed snip at the library : b [% branchname %] /b,
 Please transfer this hold.
 
 by 
 + Please retain this item and check it in to process the hold.
 
 IE: you loose the information of the branch you must transfer it to. Was it
 intended ?
 
 Woudln't it be better to have
 +   h2This item is on hold for pick-up at another library ([% branchname
 %])/h2
 
 or something like that?


I don't mean to speak for Owen, but the branchname information isn't
particularly useful or relevant at this stage. Really, the staff member just
needs to know that the item needs to be transferred (rather than shelved at
their location), and that they process the transfer by checking in the item. 

Once they check it in, they'll see the branch to transfer it to and have the
option of printing a slip, I believe.

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


[Koha-bugs] [Bug 8581] Authority display doesn't like GND records

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8581

--- Comment #9 from Chris Cormack ch...@bigballofwax.co.nz ---
Could you please rebase this for 3.8.x

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


[Koha-bugs] [Bug 7642] The number that appears when hovering over a tag in the tag cloud isn't the number of items with that tag

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7642

--- Comment #41 from Chris Cormack ch...@bigballofwax.co.nz ---
This wont apply to 3.8.x please rebase if it is needed there.

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


[Koha-bugs] [Bug 8857] New: Add and duplicate functionality inconsistent w/autobarcode

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8857

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8857
CC: m.de.r...@rijksmuseum.nl
  Assignee: gmcha...@gmail.com
   Summary: Add and duplicate functionality inconsistent
w/autobarcode
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: steven_jeff...@fmi.com
  Hardware: All
Status: NEW
   Version: rel_3_8
 Component: Cataloging
   Product: Koha

The add and duplicate functionality (used when adding items) duplicates most of
the fields in the window in order to reduce cataloging time. With autobarcode
disabled the barcode field is NOT duplicated. With autobarcode enabled the
barcode field IS duplicated. The proper function is to NOT duplicate the
barcode.

(tried on 3.8.5)

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


[Koha-bugs] [Bug 5706] Search, create lists and Export authorities from staff interface

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5706

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com ---
 4) export MARC

This was implemented in bug 8202 and bug 8203.

-- 
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 7642] The number that appears when hovering over a tag in the tag cloud isn't the number of items with that tag

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7642

--- Comment #42 from Robin Sheat ro...@catalyst.net.nz ---
Created attachment 12626
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12626action=edit
Bug 7642 - [3.8.x] fix the lost display of tag sizes

This fixes the display of different sized words for differently popular
tags. It is a bit of a refactor of that part of the system, moving
logic to more sensible places (and removing an unused method on the
way.)

Note that it isn't an attempt to reproduce what was there previously,
just to do something similar, and in an easier to change fashion.

Sponsored-By: New Zealand Educational Institute
Signed-off-by: Marc Veron ve...@veron.ch
Works as expected.

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


[Koha-bugs] [Bug 7642] The number that appears when hovering over a tag in the tag cloud isn't the number of items with that tag

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7642

--- Comment #43 from Robin Sheat ro...@catalyst.net.nz ---
Rebased against 3.8.x

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



[Koha-bugs] [Bug 8215] Add Course Reserves

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8215

--- Comment #66 from Melia Meggs me...@bywatersolutions.com ---
Created attachment 12627
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12627action=edit
development spec for course reserves

I don't know if this helps answer any of your questions, but I thought I'd
attach it anyway just in case.  I could have sworn this was on the wiki
somewhere, but I don't see it now, so maybe I forgot that step.  My apologies!

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


[Koha-bugs] [Bug 7642] The number that appears when hovering over a tag in the tag cloud isn't the number of items with that tag

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7642

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

--- Comment #44 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.6

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


[Koha-bugs] [Bug 8597] New theme for the OPAC with a mobile view

2012-10-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #66 from Nicole C. Engard neng...@gmail.com ---
I need some documentation help on this.  Does this change the standard OPAC
template as well? It looks to me like it does, that's why I ask.  Shouldn't we
have a computer view and a monitor view?  Any help/documentation pointers are
welcome.

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