[Koha-bugs] [Bug 8712] We should use WAI-ARIA guidelines to help with accessibility -OMNIBUS bug

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

--- Comment #26 from Srikanth Dhondi  ---
(In reply to comment #14)
> Changing the default indexes is also a bad idea because of a bug in Koha.
> There is a good reason why they should remain keyword from top to bottom. 
> Say you have 3 fields and those are preselected:
> 
> Author  _
> Title   _
> Keyword _
> 
> Now you go and enter your search terms into Title leaving the first search
> option for Author empty - Koha will search for your search terms in Author. 
> 
> That's one more reason we really need the search rewrite.

I agree with Katrin, the attachement #13107 should only be included after the
search code has been cleaned up.

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


[Koha-bugs] [Bug 8712] We should use WAI-ARIA guidelines to help with accessibility -OMNIBUS bug

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

--- Comment #25 from Srikanth Dhondi  ---
Created attachment 13107
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13107&action=edit
bug 8712 - pre-selected options for search-field options in advanced search

This pre-selected implementation of search field options in the advanced search
gives users a better contrast in that it indicates that they can refine search
for an
item using three different attributes. In the current advanced search all three
search
fields contain "Keyword", which is confusing. For example, our Accessibility
Expert
thought that he could search for three different records/items using the three
keyword
fields.

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


[Koha-bugs] [Bug 8712] We should use WAI-ARIA guidelines to help with accessibility -OMNIBUS bug

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

--- Comment #24 from Srikanth Dhondi  ---
Created attachment 13106
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13106&action=edit
bug 8712 - adding 'and' label for options in advanced search with fewer options

The "and" label not only improves the accessibility but also gives the user an
idea that the operation between multiple search fields is a boolean "AND" by
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 8981] Remove Nonpublic General Note from OPAC authorities display

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

David Cook  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|oleon...@myacpl.org |dc...@prosentient.com.au

--- Comment #1 from David Cook  ---
Created attachment 13105
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13105&action=edit
Remove Nonpublic General Note from OPAC authorities display

To test:

1) Find authority records in your database that have a 667 field by using the
following SQL:

SELECT authid,ExtractValue(marcxml,'//datafield[@tag="667"]/*') AS info
FROM auth_header
HAVING info <> '';

2) Go to the page using the following query string:

/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<>

3) Note that the nonpublic general note appears on the screen

4) Apply patch

5) Reload page, and notice the 667 disappear without affecting any of the other
fields

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


[Koha-bugs] [Bug 8981] New: Remove Nonpublic General Note from OPAC authorities display

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8981
  Assignee: oleon...@myacpl.org
   Summary: Remove Nonpublic General Note from OPAC authorities
display
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: dc...@prosentient.com.au
  Hardware: All
Status: NEW
   Version: master
 Component: OPAC
   Product: Koha

Currently, the MARC21 667 Nonpublic General Note field is appearing on the
opac-authoritiesdetail.pl page.

Since it is a nonpublic note, it makes sense to remove it from this view.

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


[Koha-bugs] [Bug 8980] Untranslatable strings in modborrowers.pl

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

--- Comment #1 from Owen Leonard  ---
Created attachment 13104
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13104&action=edit
Bug 8980 - Untranslatable strings in modborrowers.pl

This patch removes the declaration of interface labels
from the script and puts it in the template where the
labels can be translated. The labels have been modified
to match those used on the patron entry form.

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


[Koha-bugs] [Bug 8980] Untranslatable strings in modborrowers.pl

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

Owen Leonard  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

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


[Koha-bugs] [Bug 8980] New: Untranslatable strings in modborrowers.pl

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8980
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: oleon...@myacpl.org
   Summary: Untranslatable strings in modborrowers.pl
  Severity: major
Classification: Unclassified
OS: All
  Reporter: oleon...@myacpl.org
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: Patrons
   Product: Koha

The patron batch modification script, modborrowers.pl, defines English language
strings as labels for the form fields in the template. This makes the labels
untranslatable.

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


[Koha-bugs] [Bug 8801] Offer to batch delete items of a biblio record

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

Chris Cormack  changed:

   What|Removed |Added

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

--- Comment #13 from Chris Cormack  ---
(In reply to comment #12)
> There is something about this change that I don't like, I am trying to
> figure it out. Another reason I have come up with is permissions. Batch item
> delete is a mighty feature I might not want to give every staff member
> permission to use. While deleting items and records is something a lot of
> people might be allowed to do depending on the edit items and cataloging
> permissions.

I agree, I might want to just delete all items from a record, I dont want to
have to go and batch delete it, im already on the 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 8846] t/SuggestionEngine_ExplodedTerms.t sneakily uses database

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

--- Comment #10 from Paul Poulain  ---
(In reply to comment #9)
> I've continued looking into it, and I think I may have been mistaken. It
> looks like the problem may be that you don't have opachtdocs set in your
> koha-conf.xml.

just checked, and I have opachtdocs in my koha-conf.xml =

/home/paul/koha.dev/koha-community/koha-tmpl/opac-tmpl

(which point to the correct directory, just checked

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


[Koha-bugs] [Bug 8665] DOM indexing fails to index some bib records

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #14 from Paul Poulain  ---
Patch pushed to master

(checked that it work in UNIMARC)

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


[Koha-bugs] [Bug 8979] New: "News" does not work with CCSR

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8979
  Assignee: oleon...@myacpl.org
   Summary: "News" does not work with CCSR
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: ed.v...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: rel_3_10
 Component: OPAC
   Product: Koha

The Koha>Tools>News features do not work withing the CCSR theme. 

Ed

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


[Koha-bugs] [Bug 8884] opacheader is not in the header on CCSR

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

Ed Veal  changed:

   What|Removed |Added

 CC||ed.v...@bywatersolutions.co
   ||m

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


[Koha-bugs] [Bug 8883] opacsmallimage doesn't work in ccsr theme

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

Ed Veal  changed:

   What|Removed |Added

 CC||ed.v...@bywatersolutions.co
   ||m

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


[Koha-bugs] [Bug 8665] DOM indexing fails to index some bib records

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
Version|master  |rel_3_8
   Assignee|gmcha...@gmail.com  |jcam...@cpbibliography.com
 QA Contact||paul.poul...@biblibre.com

--- Comment #13 from Paul Poulain  ---
QA comment:
 * small patch, xsl only, but a core one
 * fixes identifier for zebra by switching from 001 to where biblionumber is
stored, because biblionumber is guaranteed to be unique ++
 * fixes other minor mistakes -- to fix in the same patch, but not worth
failing QA, it's a needed fix

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 8936] Search RSS feeds does not show there items when subscribing in Firefox

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

Kyle M Hall  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 8936] Search RSS feeds does not show there items when subscribing in Firefox

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

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #12880|0   |1
is obsolete||

--- Comment #8 from Kyle M Hall  ---
Created attachment 13103
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13103&action=edit
Bug 8936: Search RSS feeds does not show there items when subscribing in
Firefox

Signed-off-by: Kyle M Hall 

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


[Koha-bugs] [Bug 8966] Koha::Calendar::is_holiday truncates the date

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #6 from Paul Poulain  ---
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 8966] Koha::Calendar::is_holiday truncates the date

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #5 from Paul Poulain  ---
QA comment:
 * thanks for the updated Calendar.t, it helped me understand what the patch
was fixing
 * small patch, add a test ++
 * passes koha-qa.pl
 * prove t/Calendar.t => All tests successful.

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 8749] Missing Ubuntu library files in ubuntu.packages and ubuntu.12.04.packages

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #10 from Paul Poulain  ---
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 8749] Missing Ubuntu library files in ubuntu.packages and ubuntu.12.04.packages

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
Version|unspecified |rel_3_8
 QA Contact||paul.poul...@biblibre.com

--- Comment #9 from Paul Poulain  ---
(In reply to comment #8)
> The differences are which file are patched. Master and 3.8.x didn't apply
> cleanly last I tried, because Master had more dependencies. I think that was
> the difference. Open the two in two separate tabs, switch back and forth.
> The third section shows indentation differences and file differences. tcohen
> forgot to match which one was 3.8.x, but it should be obvious when the patch
> fails to apply. Compare it to the obsoleted ones to know for sure. :)

perfect, thanks

QA comment: tiny patch, add needed dependencies in Ubuntu packages, 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 8945] Koha 3.10 Help Files Update

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

Owen Leonard  changed:

   What|Removed |Added

  Attachment #13083|0   |1
is obsolete||

--- Comment #53 from Owen Leonard  ---
Created attachment 13102
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13102&action=edit
[SIGNED-OFF] Bug 8945: Update lists help for 3.10

Signed-off-by: Owen Leonard 

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


[Koha-bugs] [Bug 8945] Koha 3.10 Help Files Update

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

--- Comment #52 from Owen Leonard  ---
The Tools help file patch contains a typo: "Profilemarcfields" instead of
"Profile MARC fields."

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


[Koha-bugs] [Bug 8749] Missing Ubuntu library files in ubuntu.packages and ubuntu.12.04.packages

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

Tomás Cohen Arazi  changed:

   What|Removed |Added

  Attachment #13067|Bug 8749 - Missing Ubuntu   |Bug 8749 - Missing Ubuntu
description|library files in|library files in
   |ubuntu.*.packages   |ubuntu.*.packages (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 8945] Koha 3.10 Help Files Update

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

Owen Leonard  changed:

   What|Removed |Added

  Attachment #13077|0   |1
is obsolete||

--- Comment #51 from Owen Leonard  ---
Created attachment 13101
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13101&action=edit
[SIGNED-OFF] Bug 8945: Update suggestion help file for 3.10

Signed-off-by: Owen Leonard 

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


[Koha-bugs] [Bug 8945] Koha 3.10 Help Files Update

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

Owen Leonard  changed:

   What|Removed |Added

  Attachment #13100|Bug 8945: Serials Help  |[SIGNED-OFF] Bug 8945:
description|Files for 3.10  |Serials Help Files for 3.10

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


[Koha-bugs] [Bug 8945] Koha 3.10 Help Files Update

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

Owen Leonard  changed:

   What|Removed |Added

  Attachment #13076|0   |1
is obsolete||

--- Comment #50 from Owen Leonard  ---
Created attachment 13100
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13100&action=edit
Bug 8945: Serials Help Files for 3.10

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


[Koha-bugs] [Bug 8688] Add a recall button to the biblio record details page.

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

Owen Leonard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #10 from Owen Leonard  ---
This seems to be working properly--I tried both as superlibrarian and
non-superlibrarian. However I really think this needs a system preference added
to enable the feature if a library allows recalls. Mine doesn't, and we would
have to add custom JS or CSS to hide the button. Better to be able to turn it
on and 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 8749] Missing Ubuntu library files in ubuntu.packages and ubuntu.12.04.packages

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

--- Comment #8 from M. Tompsett  ---
The differences are which file are patched. Master and 3.8.x didn't apply
cleanly last I tried, because Master had more dependencies. I think that was
the difference. Open the two in two separate tabs, switch back and forth. The
third section shows indentation differences and file differences. tcohen forgot
to match which one was 3.8.x, but it should be obvious when the patch fails to
apply. Compare it to the obsoleted ones to know for sure. :)

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


[Koha-bugs] [Bug 8367] How long is a hold waiting for pickup at a more granular level

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

Owen Leonard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

--- Comment #2 from Owen Leonard  ---
I tried to manually fix the merge errors and ended up getting this error:

The 'days' parameter (undef) to DateTime::Duration::new was an 'undef', which
is not one of the allowed types: scalar
 at /usr/lib/perl5/DateTime/Duration.pm line 31
DateTime::Duration::new(undef, 'days', undef) called at
/usr/lib/perl5/DateTime.pm line 1640
DateTime::add('DateTime=HASH(0xa1d3494)', 'days', undef) called at
/home/oleonard/kohaclone/C4/Reserves.pm line 552
C4::Reserves::GetMaxPickupDate('HASH(0xa11168c)', undef) called at
/home/oleonard/kohaclone/circ/waitingreserves.pl line 107

Not sure if this is a real error or whether I made a mistake in merging?

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


[Koha-bugs] [Bug 7825] Change OPACItemHolds syspref to be of type Choice, choices being "no", "yes", "force"

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|In Discussion   |Needs Signoff

--- Comment #25 from Jonathan Druart  ---
No answer and no discussion, so I switch back to Needs SO.

Feedback welcomed :)

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


[Koha-bugs] [Bug 7679] Statistics wizard: circulation (new filters)

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff
 CC||jonathan.dru...@biblibre.co
   ||m

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


[Koha-bugs] [Bug 7679] Statistics wizard: circulation (new filters)

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

--- Comment #3 from Jonathan Druart  ---
Created attachment 13099
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13099&action=edit
Bug 7679: Followup: circulation statistics wizard improvements

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


[Koha-bugs] [Bug 8973] HTML and URL escape missing in OPAC templates

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

Owen Leonard  changed:

   What|Removed |Added

  Attachment #13070|0   |1
is obsolete||

--- Comment #2 from Owen Leonard  ---
Created attachment 13098
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13098&action=edit
[SIGNED-OFF] Bug 8973: HTML and URL escape missing in OPAC templates

Signed-off-by: Owen Leonard 

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


[Koha-bugs] [Bug 8973] HTML and URL escape missing in OPAC templates

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

Owen Leonard  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 8844] UNIMARC_sync_date_created_with_marc_biblio.pl creates a modification log

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

mathieu saby  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||mathieu.saby@univ-rennes2.f
   ||r

--- Comment #4 from mathieu saby  ---
I made some tests with a standard and non-standard unimarc configuration. It is
working properly (the right fields and subfields are edited in the records).

Ex for a non-standard configuration: 
UNIMARC_sync_date_created_with_marc_biblio.pl -v -run -c 099b -m 099c

I also tested the where option. It is working too (if the SQL limitation
contains several words, you need to put into " ")
Ex : 
UNIMARC_sync_date_created_with_marc_biblio.pl -v --where "biblionumber between
1 and 4"
=>
"Number of concerned biblios: 4"


So I sign off.

Mathieu Saby
Rennes 2 University

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


[Koha-bugs] [Bug 7684] inventory : datatable fix actions etc.

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

Jonathan Druart  changed:

   What|Removed |Added

  Attachment #12387|0   |1
is obsolete||

--- Comment #17 from Jonathan Druart  ---
Created attachment 13097
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13097&action=edit
Bug 7684: multiple fixes for inventory

* when a file was uploaded and the comparison with catalogue range
 requested, the comparison was wrong: the logic was wrong
* items that were not supposed to be scanned (ie: supposed to be on another
shelf)
  didn't had the author and title, it was hard to retrieve them on the shelved
* some useful fields were missing, like homebranch, location, status
* the CSV export contained all the item information. It should contain the same
   informations as the screen

Behaviour now:
   * scan a list of barcode & select a range of location
   * if a barcode has been scanned and should not be (mis placed item), the
information is displayed
   * if you choose "compare barcodes list to result option", the resulting list
contains all items that have been scanned and those that were supposed to be.
Any item not in both list appears with a specific message on the last column

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


[Koha-bugs] [Bug 8801] Offer to batch delete items of a biblio record

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

--- Comment #12 from Katrin Fischer  ---
There is something about this change that I don't like, I am trying to figure
it out. Another reason I have come up with is permissions. Batch item delete is
a mighty feature I might not want to give every staff member permission to use.
While deleting items and records is something a lot of people might be allowed
to do depending on the edit items and cataloging permissions.

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


[Koha-bugs] [Bug 8801] Offer to batch delete items of a biblio record

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

Katrin Fischer  changed:

   What|Removed |Added

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

--- Comment #11 from Katrin Fischer  ---
Hm, has someone compared how many clicks it takes to delete a record with more
than one item between the old and the new way of doing 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 8801] Offer to batch delete items of a biblio record

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

Julian Maurice  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

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


[Koha-bugs] [Bug 8801] Offer to batch delete items of a biblio record

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

Julian Maurice  changed:

   What|Removed |Added

  Attachment #12767|0   |1
is obsolete||

--- Comment #10 from Julian Maurice  ---
Created attachment 13096
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13096&action=edit
Bug 8801: Remove 'Delete all items' menu entry

and code in catalogue/additem.pl related to 'delallitems' operation.

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


[Koha-bugs] [Bug 8749] Missing Ubuntu library files in ubuntu.packages and ubuntu.12.04.packages

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #7 from Paul Poulain  ---
QA comment: both patches are almost the same, and I don't understand if I
should apply both of them (sounds illogical), if one should be obsoleted, if
one is for 3.8 and the other for master

explanation welcomes ;-)

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


[Koha-bugs] [Bug 8801] Offer to batch delete items of a biblio record

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

Julian Maurice  changed:

   What|Removed |Added

 Status|Needs Signoff   |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 8978] Patron's dateexpiry is erroneously updated if dateexpiry in UnWantedField syspref

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

Koha Team Lyon 3  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
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 8978] New: Patron's dateexpiry is erroneously updated if dateexpiry in UnWantedField syspref

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8978
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Patron's dateexpiry is erroneously updated if
dateexpiry in UnWantedField syspref
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: k...@univ-lyon3.fr
  Hardware: All
Status: NEW
   Version: master
 Component: Patrons
   Product: Koha

Created attachment 13095
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13095&action=edit
Patron's dateexpiry is erroneously updated if dateexpiry in UnWantedField
syspref

If dateexpiry field is absent from patron page because it has been included in
UnWantedField syspref list, the script normally assumes that the date has
been forgotten and update it by default when clicking on 'save' button.
But you may have to make a data modification (add for example a note about
overdue items to a patron which dateexpiry is expired ) on a patron's file
without changing the dateexpiry. This patch makes it possible.

Test plan :
1) add dateexpiry in UnWantedField syspref
2) choose a patron that have for example an expired dateexpiry
3) Click Edit button and make a modification
4) Save

Before the patch, the date is renewed according to the date or period attached
to the patron category.
After, it does not.

-- 
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 8961] Typo in intranet-tmpl/prog/en/modules/help/offline_circ/list.tt

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #6 from Paul Poulain  ---
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 8961] Typo in intranet-tmpl/prog/en/modules/help/offline_circ/list.tt

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #5 from Paul Poulain  ---
QA comment
 * typo fix in a string, but it's in online help, that already embeed many
changes that have been pushed after string freeze. So passing QA on it, and
pushing for 3.10

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


[Koha-bugs] [Bug 8661] break out additional authors in opac like in staff

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

Paul Poulain  changed:

   What|Removed |Added

Version|master  |rel_3_12
 QA Contact||paul.poul...@biblibre.com

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


[Koha-bugs] [Bug 8661] break out additional authors in opac like in staff

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

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #7 from Paul Poulain  ---
QA comment
 * patch related to xsl only
 * passes koha-qa.pl
 * introduces some string changes

passed QA, but I won't push it for 3.10

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


[Koha-bugs] [Bug 8872] Encoding issues; corresponding changes to showmarc

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

--- Comment #13 from M. de Rooy  ---
(In reply to comment #12)
> I'm a little bit reluctant to push this patc for 3.10 because it changes
> things in the core of Koha. If we miss something, it can have very bad side
> effect. Do people here agree to wait for after 3.10.0 release ?

Well, I do not mind holding this patch a little longer. Probably other patches
touching core modules should wait now too. About the very bad side effect: We
use this in production for some time already.

Note that it should still be QAed. Did you do 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 4481] Search's Limit to Available filters out many available items

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|In Discussion   |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 4481] Search's Limit to Available filters out many available items

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

Katrin Fischer  changed:

   What|Removed |Added

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

--- Comment #4 from Katrin Fischer  ---
This is a long standing problem - I agree with Magnus that a fix for one MARC
format would be better than leaving it broken for all.

-- 
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 4481] Search's Limit to Available filters out many available items

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

Magnus Enger  changed:

   What|Removed |Added

 Status|Failed QA   |In Discussion
 CC||mag...@enger.priv.no

--- Comment #3 from Magnus Enger  ---
If the patch from Chris makes things better for MARC21 and not any worse for
UNIMARC, maybe it could be pushed, even if it does not help UNIMARC?

-- 
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 8936] Search RSS feeds does not show there items when subscribing in Firefox

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

Fridolyn SOMERS  changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff

--- Comment #7 from Fridolyn SOMERS  ---
(In reply to comment #6)
> Fridolyn, it seems you provided the patch and switched to signed-off
> yourself. Am I missing something ? Kyle, could you test & reproduce ?

Your right, patch needs sign-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 8977] printoverdues.sh call an uninitialized variable

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

stephane.dela...@biblibre.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 8977] printoverdues.sh call an uninitialized variable

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

--- Comment #1 from stephane.dela...@biblibre.com ---
Created attachment 13094
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13094&action=edit
proposed patch

proposed patch

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


[Koha-bugs] [Bug 8977] New: printoverdues.sh call an uninitialized variable

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8977
  Assignee: gmcha...@gmail.com
   Summary: printoverdues.sh call an uninitialized variable
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: stephane.dela...@biblibre.com
  Hardware: All
Status: NEW
   Version: rel_3_10
 Component: Tools
   Product: Koha

variable directory is uninitialized, this return a tar error

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