[Koha-bugs] [Bug 9065] Upload local cover image permission implementation error

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9065

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|gmcha...@gmail.com  |fridolyn.som...@biblibre.co
   ||m

--- Comment #1 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Created attachment 14486
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14486action=edit
Proposed patch

You are right André, the permission is not correct in upload_cover_image.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 9065] Upload local cover image permission implementation error

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9065

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

   Patch complexity|--- |Trivial 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 9065] Upload local cover image permission implementation error

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9065

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

Version|3.8 |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 8870] UNIMARC authorities search doesn't display properly information

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 CC||fridolyn.som...@biblibre.co
   ||m

--- Comment #13 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
For 3.8.x users, you may want to hide those HASH texts.
I noticed they only occur in span with note class.
So I hide them with CSS :

OPACUserCSSS: 
  #userauthsearchresults .note {
display: none;
  }

IntranetUserCSS :
  #authorities_searchresultlist_results .note,
  #auth_searchresultlist_auth .note
  {
display: none;
  }

-- 
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 9371] New: Troble with author import

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9371

Bug ID: 9371
   Summary: Troble with author import
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: 3.8
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Database
  Assignee: gmcha...@gmail.com
  Reporter: asho...@ukr.net

I have a problem with db impot in koha(3.6). Troble in uncorrect filling 100$a
author subfield. A biblio.author of 3.6 works differently(when I manually
create a book) as in 3.4, it's create some kind datecode and then recording
author(20121007 frey50 | Akunin B). But when I have making import system create
only datecode ( for ex. 20121007 frey50) and no info about the author.  In
earlier version (3.4) import was and everything worked grate.

-- 
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 9372] New: Automatic carriage return in message_queue where content_type is html

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

Bug ID: 9372
   Summary: Automatic carriage return in message_queue where
content_type is html
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Patrons
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: stephane.dela...@biblibre.com
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

html messages in message_queue have not br / instead of \n for html content
types

-- 
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 9372] Automatic carriage return in message_queue where content_type is html

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

stephane.dela...@biblibre.com changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |stephane.delaune@biblibre.c
   |ity.org |om

-- 
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 6030] Allow for html in letters in overdue notices

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030

stephane.dela...@biblibre.com changed:

   What|Removed |Added

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

-- 
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 9372] Automatic carriage return in message_queue where content_type is html

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

stephane.dela...@biblibre.com changed:

   What|Removed |Added

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

-- 
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 9372] Automatic carriage return in message_queue where content_type is html

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

--- Comment #1 from stephane.dela...@biblibre.com ---
Created attachment 14487
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14487action=edit
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 9372] Automatic carriage return in message_queue where content_type is html

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

--- Comment #2 from stephane.dela...@biblibre.com ---
Created attachment 14488
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14488action=edit
proposed patch for 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 9372] Automatic carriage return in message_queue where content_type is html

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9372

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

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8977

--- Comment #6 from Jonathan Druart jonathan.dru...@biblibre.com ---
Jared, I don't find this patch on the master branch.

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


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

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8977

--- Comment #7 from Jared Camins-Esakov jcam...@cpbibliography.com ---
I missed merging it. It's pushed now.

-- 
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 3308] Exporting statistics reports yields ZZempty field values

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3308

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Tested in master, bug doesn't seem to exist anymore.

-- 
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 7253] fast cataloging not always checking out

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253

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

   What|Removed |Added

  Attachment #14459|0   |1
is obsolete||

--- Comment #4 from Nicole C. Engard neng...@gmail.com ---
Created attachment 14489
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14489action=edit
[SIGNED-OFF] Bug 7253: fast cataloging not always checking out

When using fast cataloguing to create a biblio and item on the fly, workflow
looses datas when a duplicate is detected.
This comes from the use of a mix of circborrowernumber and borrowernumber in
forms.

This patch corrects by using always circborrowernumber in fast cataloguing
workflow.
Also adds html and uri escape for barecode where necessery.

Test plan :
With duplicate :
- Go to a borrower circulation page
- Enter a non existing barcode
- Enter a due date
- Click on Check Out
= a message says the barcode was not found
- Click on Fast cataloguing
= The biblio edition page appears with fast cataloguing framework
- Fill mandatory fields by using an existing ISBN
- Click on Save
= a yes/no message says Duplicate record suspected
(Choosing yes will brake fast caloguing workflow, in this case librarian should
create an item and checkout again)
- Click on No
= The item edition page appears with barcode already filled
- Fill mandatory datas
- Click on Add item
= Borrower circulation page appears again, check that item has been checked
out with the specified due date

You may test without duplicate

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com
Tested following the plan and by fast cataloging a non-duplicate.
All 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 7253] fast cataloging not always checking out

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253

Nicole C. Engard neng...@gmail.com 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 2985] Link patron renewal to patron category age restrictions

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2985

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

   What|Removed |Added

   Hardware|PC  |All
Version|rel_3_0 |master
Summary|Renew button allows account |Link patron renewal to
   |renewal even if patron's|patron category age
   |age is incorrect for their  |restrictions
   |category|
   Severity|normal  |enhancement

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Reclassifying this as an enhancement.

-- 
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 3287] Cancel Hold script makes unjustified assumption of Home Library return

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3287

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

   What|Removed |Added

 Status|NEW |RESOLVED
   Hardware|PC  |All
 Resolution|--- |FIXED
   Assignee|gmcha...@gmail.com  |koha-b...@lists.koha-commun
   ||ity.org

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
The Action button in the situation described by this report says Cancel and
return to [branch], so I'm assuming this has been fixed.

-- 
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 4025] Search Fail Needs Cleaner Error Page

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4025

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Can't reproduce this problem in master.

-- 
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 8007] Discharge management

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jonathan.dru...@biblibre.co
   ||m
   Patch complexity|--- |Medium patch
   Assignee|kyle.m.h...@gmail.com   |jonathan.dru...@biblibre.co
   ||m
 QA Contact|koha.sek...@gmail.com   |

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


[Koha-bugs] [Bug 8007] Discharge management

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007

--- Comment #1 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 14490
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14490action=edit
Bug 8007: Discharge management

At the intranet, it is now possible to generate a
discharge for a patron.
At the opac, a patron can request a discharge and download discharges
already generated.

Requirements:
aptitude install python-pisa

New sysprefs:
 - useDischarge: Allows librarians to discharge borrowers and borrowers
   to request a discharge
 - dischargePath: Sets the upload path for the generated discharges
 - dischargeWebPath: Sets the upload path starting from documentroot for the
generated
   discharges

New letter with a letter_code DISCHARGE.

Test plan:
- Switch on the syspref useDischarge.
- Fill the syspref dischargePath (e.g. /home/koha/src/koha-tmpl/discharges)
- Fill the syspref dischargeWebPath (e.g. /discharges)
- For a security reason create a .htaccess in your dischargePath with
  the following content:
  Options -Indexes
  and change the rights:
  sudo chown www-data:www-data /home/koha/src/koha-tmpl/discharges
- Check that a new tab appears in the patron page (intranet and opac)
- Check that the discharge cannot be generated if the patron has issues.
- Check that the patron can request a discharge from it's opac area.
- The request is a mail sent via the sendmail command
- Generate the discharge from the intranet
- Try to download it (from the opac and the intranet)

Sponsored-by: SCD Limoges

-- 
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 8007] Discharge management

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007

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

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

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


[Koha-bugs] [Bug 8007] Discharge management

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007

--- Comment #2 from Jared Camins-Esakov jcam...@cpbibliography.com ---
What is a discharge in this context?

-- 
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 9034] Add sorting and filtering on items table (catalogue/detail.pl)

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9034

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

   What|Removed |Added

  Attachment #13345|0   |1
is obsolete||

--- Comment #11 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 14491
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14491action=edit
[SIGNED-OFF] Bug 9034: Add sorting and filtering on items table
(catalogue/detail.pl)

Rebased on master

Signed-off-by: Kyle M Hall 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 3427] Overriding hold results in specific item hold reverting to any item hold

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3427

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

   What|Removed |Added

 Status|NEW |RESOLVED
   Hardware|PC  |All
 Resolution|--- |FIXED

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Problem does not exist in 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 9034] Add sorting and filtering on items table (catalogue/detail.pl)

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9034

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

   What|Removed |Added

  Attachment #13346|0   |1
is obsolete||

--- Comment #12 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 14492
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14492action=edit
[SIGNED-OFF] Bug 9034: Add CSS rule to reduce width of items table

Rebased on 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 9034] Add sorting and filtering on items table (catalogue/detail.pl)

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9034

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

   What|Removed |Added

  Attachment #13368|0   |1
is obsolete||

--- Comment #13 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 14493
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14493action=edit
[SIGNED-OFF] Bug 9034 [Follow-up] Add sorting and filtering on items table
(catalogue/detail.pl)

Rebased on master and 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 9034] Add sorting and filtering on items table (catalogue/detail.pl)

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9034

--- Comment #14 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 14494
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14494action=edit
Bug 9034: Filters are disabled by default

A small link above the table allow to enable this feature.

-- 
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 4230] new icon for move to lowest priority on holds

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4230

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

   What|Removed |Added

   Hardware|PC  |All

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Issue still exists in master.

-- 
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 9034] Add sorting and filtering on items table (catalogue/detail.pl)

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9034

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

   What|Removed |Added

 Status|In Discussion   |Needs Signoff

--- Comment #15 from Julian Maurice julian.maur...@biblibre.com ---
The last patch disable the filtering feature and provide a link to enable it

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


[Koha-bugs] [Bug 4437] acq.js uses XMLHttpRequest() directly; should use jQuery

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4437

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

   What|Removed |Added

   Hardware|PC  |All
   Assignee|henridam...@koha-fr.org |koha-b...@lists.koha-commun
   ||ity.org

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Issue still exists in master.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
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 4402] Date filter in parcels.tt requires db format dates

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402

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

   What|Removed |Added

   Hardware|PC  |All
Version|rel_3_2 |master
   Assignee|henridam...@koha-fr.org |koha-b...@lists.koha-commun
   ||ity.org
Summary|Date Filter in parcels-tmpl |Date filter in parcels.tt
   |requires db format dates|requires db format dates

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
This bug appears to still be valid.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
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 3707] Add system preference for customization of the OPAC login page

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3707

MJ Ray (software.coop) m...@software.coop changed:

   What|Removed |Added

 CC||m...@software.coop

--- Comment #1 from MJ Ray (software.coop) m...@software.coop ---
Would this be possible in this way or would it mess up translations?

It could be done by customising the templates already, can't it?

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


[Koha-bugs] [Bug 6874] File upload in MARC

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874

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

   What|Removed |Added

 CC||neng...@gmail.com

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


[Koha-bugs] [Bug 8033] add print receipt option to Koha self-check

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

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

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||neng...@gmail.com

--- Comment #43 from Nicole C. Engard neng...@gmail.com ---
Bug 8033 : This patch adds print slips to self checkout.
Apply? [yn] y

Applying: Bug 8033 : This patch adds print slips to self checkout.
error: koha-tmpl/opac-tmpl/prog/en/modules/sco/printslip.tt: already exists in
index
error: patch failed: koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt:8
error: koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt: patch does not
apply
error: opac/sco/printslip.pl: already exists in index
error: patch failed: opac/sco/sco-main.pl:239
error: opac/sco/sco-main.pl: patch does not apply
Patch failed at 0001 Bug 8033 : This patch adds print slips to self checkout.
When you have resolved this problem run git am --resolved.
If you would prefer to skip this patch, instead run git am --skip.
To restore the original branch and stop patching run git am --abort.
Patch left in
/tmp/Bug-8033--This-patch-adds-print-slips-to-self-chec-33SuJQ.patch
nengard@kohavm:~/kohaclone$

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


[Koha-bugs] [Bug 3707] Add system preference for customization of the OPAC login page

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3707

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

   What|Removed |Added

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

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
We could have the hardcoded text as a fall back, when no individual message is
set in the system preference, that way there would not be a regression for
translatons.
Long term I think we need a way to handle the html prefs for the OPAC similar
to news, where you can have different entries for every language you want.

-- 
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 7253] fast cataloging not always checking out

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

 CC||mathieu.saby@univ-rennes2.f
   ||r

-- 
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 2647] Make Patron Reading History be Paginated

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2647

MJ Ray (software.coop) m...@software.coop changed:

   What|Removed |Added

 CC||m...@software.coop

--- Comment #1 from MJ Ray (software.coop) m...@software.coop ---
It's now paginated with a javascript plugin in the staff client.

Could it be done the same way in the OPAC?

-- 
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 2647] Make patron reading history be paginated

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2647

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

   What|Removed |Added

  Component|Patrons |OPAC
   Hardware|PC  |All
   Assignee|gmcha...@gmail.com  |oleon...@myacpl.org
Summary|Make Patron Reading History |Make patron reading history
   |be Paginated|be paginated
 QA Contact|koha-b...@lists.koha-commun |
   |ity.org |

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


[Koha-bugs] [Bug 2499] Improvement on text wrapping algorithm needed

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2499

MJ Ray (software.coop) m...@software.coop changed:

   What|Removed |Added

 CC||m...@software.coop

--- Comment #1 from MJ Ray (software.coop) m...@software.coop ---
Does this apply to the label creator despite the summer 2009 changes?

-- 
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 8007] Discharge management

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007

--- Comment #3 from Jonathan Druart jonathan.dru...@biblibre.com ---
In France a quitus (translated here by discharge) is needed if you want to
register in a state-owned company (library or university).
It means the patron don't have any document in his possession / is in order
with his previous library.

-- 
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 7253] fast cataloging not always checking out

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253

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

   What|Removed |Added

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

--- Comment #5 from Paul Poulain paul.poul...@biblibre.com ---
Patch tested with a sandbox, by koha.aixmarseille koha.aixmarsei...@gmail.com

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


[Koha-bugs] [Bug 7253] fast cataloging not always checking out

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253

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

   What|Removed |Added

  Attachment #14489|0   |1
is obsolete||

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


[Koha-bugs] [Bug 7253] fast cataloging not always checking out

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 14495
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14495action=edit
Bug 7253: fast cataloging not always checking out

When using fast cataloguing to create a biblio and item on the fly, workflow
looses datas when a duplicate is detected.
This comes from the use of a mix of circborrowernumber and borrowernumber in
forms.

This patch corrects by using always circborrowernumber in fast cataloguing
workflow.
Also adds html and uri escape for barecode where necessery.

Test plan :
With duplicate :
- Go to a borrower circulation page
- Enter a non existing barcode
- Enter a due date
- Click on Check Out
= a message says the barcode was not found
- Click on Fast cataloguing
= The biblio edition page appears with fast cataloguing framework
- Fill mandatory fields by using an existing ISBN
- Click on Save
= a yes/no message says Duplicate record suspected
(Choosing yes will brake fast caloguing workflow, in this case librarian should
create an item and checkout again)
- Click on No
= The item edition page appears with barcode already filled
- Fill mandatory datas
- Click on Add item
= Borrower circulation page appears again, check that item has been checked
out with the specified due date

You may test without duplicate

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com
Tested following the plan and by fast cataloging a non-duplicate.
All works as expected.

Signed-off-by: koha.aixmarseille koha.aixmarsei...@gmail.com

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


[Koha-bugs] [Bug 1356] Lose original search term when select More options

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1356

Zeno Tajoli z.taj...@cineca.it changed:

   What|Removed |Added

 CC||z.taj...@cineca.it

--- Comment #1 from Zeno Tajoli z.taj...@cineca.it ---
The bug is still present now

-- 
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 8033] add print receipt option to Koha self-check

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

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

   What|Removed |Added

 Status|Patch doesn't apply |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 8033] add print receipt option to Koha self-check

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

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

   What|Removed |Added

  Attachment #14134|0   |1
is obsolete||

--- Comment #44 from Owen Leonard oleon...@myacpl.org ---
Created attachment 14496
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14496action=edit
Bug 8033 [Follow-up] add print receipt option to Koha self-check

This follow-up makes some corrections to JavaScript, most importantly
by enabling translation of strings embedded in the script. Other
corrections: Trailing whitespace, proper ![CDATA[ commenting,
and === comparisons (Following coding/JSHint guidelines).

To test, check something out in self checkout and click the Finish
button. The JavaScript confirmation dialog should appear and the receipt
should appear and self-close correctly.

-- 
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 1356] Lose original search term when select More options

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1356

Zeno Tajoli z.taj...@cineca.it changed:

   What|Removed |Added

URL|http://v3.kohalibrary.com/c |
   |gi-bin/koha/opac-search.pl  |
   Hardware|Macintosh   |All

-- 
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 7253] fast cataloging not always checking out

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7253

Koha Team AMU koha.aixmarsei...@gmail.com changed:

   What|Removed |Added

 CC||koha.aixmarsei...@gmail.com

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


[Koha-bugs] [Bug 4833] show all fields when ordering from suggestion

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4833

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

   What|Removed |Added

   Assignee|henridam...@koha-fr.org |koha-b...@lists.koha-commun
   ||ity.org

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
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 1356] Lose original search term when select More options

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1356

--- Comment #2 from Zeno Tajoli z.taj...@cineca.it ---
The problem is in the logic of the links More options/Fewer options.
In fact they are two different link to the cgi script, so clicking them is like
clear the form.
We can:
-- use javascript to have the effect
-- close the bug with a 'WONTFIX'

-- 
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 5052] Can't choose languages if all choices are sublanguages

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5052

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

   What|Removed |Added

Version|rel_3_2 |master
   Assignee|ch...@bigballofwax.co.nz|koha-b...@lists.koha-commun
   ||ity.org

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Still valid in master.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
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 2499] Improvement on text wrapping algorithm needed

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2499

--- Comment #2 from Chris Nighswonger cnighswon...@foundations.edu ---
(In reply to comment #1)
 Does this apply to the label creator despite the summer 2009 changes?

As far as I know this still applies.

-- 
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 8190] Add a logging module to Koha, that can report log message to staff interface (for developer use)

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190

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

   What|Removed |Added

 Status|In Discussion   |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 9373] New: show FA (fast add) bibs on the main cataloging page

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9373

Bug ID: 9373
   Summary: show FA (fast add) bibs on the main cataloging page
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Cataloging
  Assignee: gmcha...@gmail.com
  Reporter: neng...@gmail.com
CC: m.de.r...@rijksmuseum.nl

I would be nice if there were a way to show a list of all of the bibs cataloged
using FA (Fast Add) to the cataloging main page so that the catalogers can beef
up those records. Of course it would need to have a preference to control
whether it shows or not.

-- 
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 5523] Display list of items which are to be cataloged in the cataloguing home page.

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5523

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

   What|Removed |Added

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

-- 
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 9373] show FA (fast add) bibs on the main cataloging page

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9373

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

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=5523
   Severity|enhancement |new feature

-- 
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 9292] Remove dead code related to 'publictype'

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9292

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #5 from Jonathan Druart jonathan.dru...@biblibre.com ---
QA Comment:

I did not find any occurrence of publictype. These lines are useless and can be
deleted.

Marked as Passed QA.

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


[Koha-bugs] [Bug 9292] Remove dead code related to 'publictype'

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9292

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

   What|Removed |Added

  Attachment #14484|0   |1
is obsolete||

--- Comment #6 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 14497
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14497action=edit
Bug 9292 - Remove dead code related to 'publictype'

This patch removes the superflous code related to 'publictype' which
is a key set for item hashes in some perl files. This key is never
used or stored.

Test Plan:
1) Apply patch
2) Test catalogue/detail.pl, opac/opac-detail.pl and opac/opac-user.pl
3) You should not see any changes in behavior

Signed-off-by: Galen Charlton g...@esilibrary.com
Signed-off-by: Jonathan Druart jonathan.dru...@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 9292] Remove dead code related to 'publictype'

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9292

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

   What|Removed |Added

 QA Contact||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 8033] add print receipt option to Koha self-check

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

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

   What|Removed |Added

  Attachment #14100|0   |1
is obsolete||
  Attachment #14101|0   |1
is obsolete||
  Attachment #14102|0   |1
is obsolete||
  Attachment #14496|0   |1
is obsolete||

--- Comment #45 from Nicole C. Engard neng...@gmail.com ---
Created attachment 14498
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14498action=edit
[SIGNED-OFF] Bug 8033 [Follow-up] add print receipt option to Koha self-check

This follow-up makes some corrections to JavaScript, most importantly
by enabling translation of strings embedded in the script. Other
corrections: Trailing whitespace, proper ![CDATA[ commenting,
and === comparisons (Following coding/JSHint guidelines).

To test, check something out in self checkout and click the Finish
button. The JavaScript confirmation dialog should appear and the receipt
should appear and self-close correctly.

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com
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 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

stephane.dela...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Patch doesn't apply

--- Comment #18 from stephane.dela...@biblibre.com ---
The patch, created 6 months ago and signed since almost five months, is now
does not apply (YEAH)

-- 
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 8033] add print receipt option to Koha self-check

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #46 from Nicole C. Engard neng...@gmail.com ---
Obsoleted all patches that appeared to have been pushed already - if I was
wrong feel free to restore.

Follow up signed off.

Nicole

-- 
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 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

stephane.dela...@biblibre.com changed:

   What|Removed |Added

  Attachment #11071|0   |1
is obsolete||
  Attachment #13671|0   |1
is obsolete||

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

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


[Koha-bugs] [Bug 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

stephane.dela...@biblibre.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

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


[Koha-bugs] [Bug 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

--- Comment #20 from stephane.dela...@biblibre.com ---
Created attachment 14500
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14500action=edit
followup for 3.8.5

-- 
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 9374] New: In baskets, prices between 0 and 1 are displayed in red

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9374

Bug ID: 9374
   Summary: In baskets, prices between 0 and 1 are displayed in
red
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: Acquisitions
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: mathieu.s...@univ-rennes2.fr

Very cosmetic bug : 

In a basket, if some prices are between 0 and 1, they are displayed in red,
with class = number error.
For example, a VAT of 0.89 euros is displayed in red.
In don't think it is normal.
this behavior was introduced by
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7112

M. Saby
Rennes 2 university

-- 
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 7112] Having two prices in 020$c causes basket creation to fail from staged marc import

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7112

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

 CC||mathieu.saby@univ-rennes2.f
   ||r

--- Comment #19 from mathieu saby mathieu.s...@univ-rennes2.fr ---
Very cosmetic problem introduced by this patch :

In a basket, if some prices are between 0 and 1, they are displayed in red,
with class = number error.
For example, a VAT of 0.89 euros is displayed in red.
In don't think it is normal.
I have made a new bug :
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9374

M. Saby

-- 
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 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

stephane.dela...@biblibre.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 9065] Upload local cover image permission implementation error

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9065

Galen Charlton gmcha...@gmail.com 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 9065] Upload local cover image permission implementation error

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9065

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

  Attachment #14486|0   |1
is obsolete||

--- Comment #2 from Galen Charlton gmcha...@gmail.com ---
Created attachment 14501
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14501action=edit
Bug 9065 - set correct permission for upload local cover image

This patch fixes a problem where if a staff user has the
upload_local_cover_images permission (and is not a superlibrarian
and does not have all of the tools permissions), trying to use the
Tools - Upload local cover image will fail with You do not have
permissions [...].

To test after applying the patch:

- Create a staff uesr that has just the catalogue and
  upload_local_cover_images permission.
- Log in as that staff user.
- Go to Tools - Upload local cover image.
- Verify that one is given the form to upload a cover image.
- Without the patch, one will be presented with the login
  form instead.

Signed-off-by: Galen Charlton g...@esilibrary.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 9065] Upload local cover image permission implementation error

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9065

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 CC||gmcha...@gmail.com

--- Comment #3 from Galen Charlton gmcha...@gmail.com ---
Note that I reworded the commit message for clarity and added a test plan.

-- 
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 9065] Upload local cover image permission implementation error

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9065

--- Comment #4 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Thanks a lot Galen

-- 
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 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

stephane.dela...@biblibre.com changed:

   What|Removed |Added

   Attachment #7486|0   |1
is obsolete||
  Attachment #14499|0   |1
is obsolete||
  Attachment #14500|0   |1
is obsolete||

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

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


[Koha-bugs] [Bug 4397] display problems (umlauts, ß) with scan index in advanced search

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4397

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 CC||fridolyn.som...@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 4397] display problems (umlauts, ß) with scan index in advanced search

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4397

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |In Discussion

--- Comment #1 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Scan shows Zebra internal datas.
I think it is normal to see characters the way the are indexed, no the way they
are in record.
Transformations depends on word-phrase-utf.chr config file.

-- 
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 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

stephane.dela...@biblibre.com changed:

   What|Removed |Added

  Attachment #14502|0   |1
is obsolete||

--- Comment #22 from stephane.dela...@biblibre.com ---
Created attachment 14503
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14503action=edit
proposed patch for master (3.11.00.014)

I hope the final proposed patch (with the precedently forgotten translated's
comment from last followup).

-- 
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 5635] bulkmarcimport new parameters features

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5635

--- Comment #23 from stephane.dela...@biblibre.com ---
Created attachment 14504
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14504action=edit
to test last proposed patch

to test the patch

this attachement contains files to test the patch.

extract here, and run it with :
export KOHA_CONF=/home/koha/etc/koha-conf.xml  export PERL5LIB=/home/src 
/usr/bin/perl /home/koha/src/misc/migration_tools/bulkmarcimport.pl -s -yaml
/path_to_the_extract_directory_of_test5635/TR728R39C001.RAW.yaml -match
ident,001 -keepids 009 -l
/path_to_the_extract_directory_of_test5635/log/ILN2011-10-04-02-c.csv -a -file
/path_to_the_extract_directory_of_test5635/fichiers/TR728R39C001.RAW -authtypes
/path_to_the_extract_directory_of_test5635/authtypes.yml

-- 
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 3707] Add system preference for customization of the OPAC login page

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3707

--- Comment #3 from Nicole C. Engard neng...@gmail.com ---
I agree with Katrin.  There should be something there, but it should also be
customizable.

-- 
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 3473] Specify time span for changing claims returned and long overdue to lost

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3473

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||neng...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
There is no claims returned function in Koha right now - so I think we can
close this and this feature can be part of the claims returned function that is
written.

-- 
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 5438] Holds managed in circ rules

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5438

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||neng...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
Many of these are being handled in the Holds Rewrite:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5609  I think we
should close this and then refer to that bug and break each preference moved to
the matrix out to its own bug report.

*** This bug has been marked as a duplicate of bug 5609 ***

-- 
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 5609] Holds Rewrite

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5609

--- Comment #7 from Nicole C. Engard neng...@gmail.com ---
*** Bug 5438 has been marked as a duplicate of this bug. ***

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


[Koha-bugs] [Bug 2096] Label sources for OPAC descriptions

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2096

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
We can't pull this content from Amazon anymore, but the other fields are still
there and unlabeled. So this is still an issue.

-- 
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 3476] Predefined fee types

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3476

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||neng...@gmail.com
 Resolution|--- |FIXED

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
I think this is in Koha already (based on description).

-- 
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 5634] Ordering branches should be case independent

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5634

--- Comment #13 from Bernardo Gonzalez Kriegel bgkrie...@gmail.com ---
Created attachment 14505
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14505action=edit
Bug 5634 - Followup - Ordering branches should be case independent

This followup replace use of CGI::scroll_list() to show list of branches.

In two files, marc21_linking_section.pl and unimarc_field_4XX.pl,
the scrolling list is created but not used in the template file,
so the code is removed.

Also minor renaming/normalizing of variables.

To test:
1) Install with some branches, records and patrons

2.1) Select a record, click 'Place hold', select user,
 there is a pull-down next to 'Pickup at:',
 list is ordered case sensitive
2.2) Go to Reports  Average loan time,
 next to Library is a pull-down,
 list without order
2.3) Go to Reports  Catalog by item type,
 next to 'Select a library' is a pull-down,
 list is ordered case sensitive
2.4) This is tricky, go to Reports home,
 change last part of URL 'reports-home.pl' with
 'manager.pl?report_name=issues_by_borrower_category'
 (can't find a direct link), next to 'Select a library'
 is a library pull-down,
 list without order
2.5) Edit/Add a patron, on section 'Library management'
 there is a library pull-down, case sensitive
2.6) OPAC, as logged user, make a suggestion or hold,
 there is library pull-down, correct order

3) Apply the patch

4.1) Repeat 2.1), correctly ordered list
4.2) Repeat 2.2), correctly ordered list
4.3) Repeat 2.3), correctly ordered list
4.4) Repeat 2.4), correctly ordered list
4.5) This is a bit more work
 There are 3 possible situations to test:
 A) No branches, must show a message that are no
libraries defined
 B) New patron, must show a correctly ordered
list of branches, current branch selected
 C) Edit patron, must show a correctly ordered
list of branches, patron branch selected
4.6) Small changes on variable names, so retest 2.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 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

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

   What|Removed |Added

  Attachment #11606|0   |1
is obsolete||

--- Comment #38 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 14506
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14506action=edit
Bug 7804 - Add Koha Plugin System

Adds support for custom plugins. At the moment the Plugins
feature supports two types of plugins, reports and tools.

Plugins are installed by uploading KPZ ( Koha Plugin Zip )
packages. A KPZ file is just a zip file containing a
plugin.ini file describing the plugin, as well as the
perl file, template files, and any other files neccessary
to make the plugin work.

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


[Koha-bugs] [Bug 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

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

   What|Removed |Added

   Attachment #8608|0   |1
is obsolete||

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


[Koha-bugs] [Bug 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

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

   What|Removed |Added

   Attachment #8609|0   |1
is obsolete||

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


[Koha-bugs] [Bug 9360] Clean borrowers tool wording and layout problematic

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9360

Liz Rea (CatalystIT) l...@catalyst.net.nz changed:

   What|Removed |Added

  Attachment #14476|0   |1
is obsolete||

--- Comment #10 from Liz Rea (CatalystIT) l...@catalyst.net.nz ---
Created attachment 14507
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14507action=edit
bug 9360 - Clean borrowers tool wording and layout problematic

To test:

Verify that the text has been changed to Batch patron deletion/anonymization
in the following places:

* tools-home
* the page title
* the heading on cleanborrowers
* the menu on cleanborrowers

Verify that the tool still works as intended.

This (finally) fixes the things Owen pointed out.
changes check-out to checkout per Galen.

-- 
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 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

--- Comment #39 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 14508
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14508action=edit
Example Koha Plugin file

-- 
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 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

--- Comment #40 from Kyle M Hall k...@bywatersolutions.com ---
Here is a new edition of the Koha plugin system!

Test plan:
1) Apply patch
2) Run updatedatabase.pl
3) Create the directory /var/lib/koha/plugins
4) Add the line pluginsdir/var/lib/koha/plugins/pluginsdir
5) Access the plugins system from the More pulldown
6) Upload the example plugin file provided here
7) Try it out!

Things that still need to be done:
1) Add a use_plugins parameter to the koha-conf.xml file
2) Add some authentication so that only authorized users can use tools and/or
reports
3) Add another permission for configuring plugins
4) Add a way to uninstall plugins

-- 
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 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

--- Comment #41 from Kyle M Hall k...@bywatersolutions.com ---
Also, delete unused Perl dependencies from the patch. The revamp of this
feature ended with me not using many of the modules the previous iteration
used.

-- 
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 5634] Ordering branches should be case independent

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5634

Bernardo Gonzalez Kriegel bgkrie...@gmail.com changed:

   What|Removed |Added

 Status|Pushed to Master|ASSIGNED
 CC||bgkrie...@gmail.com

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


[Koha-bugs] [Bug 5634] Ordering branches should be case independent

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5634

Bernardo Gonzalez Kriegel bgkrie...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

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


[Koha-bugs] [Bug 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

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

   What|Removed |Added

Version|unspecified |master

--- Comment #42 from Owen Leonard oleon...@myacpl.org ---
(In reply to comment #40)
 Test plan:

Don't forget to put the test plan in the commit 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 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

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

   What|Removed |Added

  Attachment #14506|0   |1
is obsolete||

--- Comment #43 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 14509
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14509action=edit
Bug 7804 - Add Koha Plugin System

Adds support for custom plugins. At the moment the Plugins
feature supports two types of plugins, reports and tools.

Plugins are installed by uploading KPZ ( Koha Plugin Zip )
packages. A KPZ file is just a zip file containing a
plugin.ini file describing the plugin, as well as the
perl file, template files, and any other files neccessary
to make the plugin work.

Test plan:
1) Apply patch
2) Run updatedatabase.pl
3) Create the directory /var/lib/koha/plugins
4) Add the line pluginsdir/var/lib/koha/plugins/pluginsdir
5) Access the plugins system from the More pulldown
6) Upload the example plugin file provided here
7) Try it out!

Things that still need to be done:
1) Add a use_plugins parameter to the koha-conf.xml file
2) Add some authentication so that only authorized users can use tools and/or
reports
3) Add another permission for configuring plugins
4) Add a way to uninstall plugins
5) delete unused Perl dependencies from the 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 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

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

   What|Removed |Added

  Attachment #14509|0   |1
is obsolete||

--- Comment #44 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 14510
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14510action=edit
Bug 7804 - Add Koha Plugin System

Adds support for custom plugins. At the moment the Plugins
feature supports two types of plugins, reports and tools.

Plugins are installed by uploading KPZ ( Koha Plugin Zip )
packages. A KPZ file is just a zip file containing the
perl files, template files, and any other files neccessary
to make the plugin work.

Test plan:
1) Apply patch
2) Run updatedatabase.pl
3) Create the directory /var/lib/koha/plugins
4) Add the line pluginsdir/var/lib/koha/plugins/pluginsdir
5) Access the plugins system from the More pulldown
6) Upload the example plugin file provided here
7) Try it out!

Things that still need to be done:
1) Add a use_plugins parameter to the koha-conf.xml file
2) Add some authentication so that only authorized users can use tools and/or
reports
3) Add another permission for configuring plugins
4) Add a way to uninstall plugins
5) Delete unused Perl dependencies from the patch.
6) Give the plugin templates access to the standard Koha template include files
7) Give the plugin templates a way to access their own images, css files, js
files, etc.

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


[Koha-bugs] [Bug 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

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

   What|Removed |Added

  Attachment #14510|0   |1
is obsolete||

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


[Koha-bugs] [Bug 7804] Add Koha Plugin System

2013-01-09 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

--- Comment #46 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 14512
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14512action=edit
Bug 7804 - Add Koha Plugin System - Followup 1 - Add config level switch from
plugin system

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


  1   2   >